bool [$cache = true] - whether to allow caching of the download
bool [$cache = true]- ダウンロードしたものをキャッシュさせるかどうかを指定します。 - PEAR
bool $overwrite = false- Whether to overwrite the remote file, if it exists or not.
bool $overwrite = false- リモートファイルが存在した場合に、それを上書きするかどうか。 - PEAR
bool [$gzip = false] - whether to gzip the download on the fly
bool [$gzip = false]- オンザフライで、ダウンロードするものをgzip 圧縮するかどうかを指定します。 - PEAR
bool $overwrite = false- Whether to overwrite the remote directory if it exists, or not.
bool $overwrite = false- リモートディレクトリが存在した場合に、それを上書きするかどうか。 - PEAR
7.2.2 Boolean Objects Booleans in Python are implemented as a subclass of integers.
7.2.2 Bool 型オブジェクト Python の Bool 型は整数のサブクラスとして実装されています。 - Python
'form[%s]' bool $hideEmpty- If set to true, empty elements (no value/null) will not be returned
例)'form[%s]' bool $hideEmpty-true にすると、空 (値がない、あるいは値が null) の要素は返しません。 - PEAR
bool - TRUE if valid 検証に成功した場合に TRUEを返します。 - PEAR
bool - Returns TRUE on success, FALSE on failure. 成功時には TRUE 、失敗時には FALSEを返します。 - PEAR
bool - whether $layerexists in this object
オブジェクトに $layerが存在するかどうかを返します。 - PEAR
A text fragment to use when searching for packages by name string|bool summary = FALSE If set to false, this should be ignored.
パッケージ名で検索する場合に使用する文字列。 string|bool summary = FALSE false の場合、このパラメータは無視されます。 - PEAR
boolTRUE if the observer could be removed, FALSE otherwise bool オブザーバが削除された場合 TRUE、さもなければ FALSE。 - PEAR
bool - whether $keyexists in this object
このオブジェクトに $keyが存在するかどうかを返します。 - PEAR
void setCheckFKey(bool $flag)Passing a true value of $flag turns on checking of foreign keys (the default), while a false value turns checking off. void setCheckFKey(bool $flag)$flag に true を渡すと外部キーのチェックを有効 (デフォルト) にし、false を渡すとチェックを無効にします。 - PEAR
bool indicating the current state of the file object.
現在のファイルオブジェクトの状態を示すブール値です。 - Python
00>=40 .vs 0u0int type;/* ColormapNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Colormap colormap;/* colormap or None */Bool new;int state;/* ColormapInstalled, ColormapUninstalled */} XColormapEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. it.type メンバにはイベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* UnmapNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;Bool from_configure;} XUnmapEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に認識する定数の名前が設定される。 - XFree86
bool $pending = TRUE Notifications are by default added to a pending notification list.
通知はデフォルトでは保留されている通知リストに追加されます。 - PEAR
00>=40 .vs 0u0int type;/* ConfigureNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int x, y;int width, height;int border_width;Window above;Bool override_redirect;} XConfigureEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* ReparentNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;Window parent;int x, y;Bool override_redirect;} XReparentEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベント型を一意に認識するための定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* CreateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;/* parent of the window */Window window;/* window id of window created */int x, y;/* window location */int width, height;/* size of window */int border_width;/* border width */Bool override_redirect;/* creation should be overridden */} XCreateWindowEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバはイベントの型を一意に識別する定数の名前である。 - XFree86
(Beware: The script directory is determined by the called script, if you use includes!) bool $overwrite = false- Whether to overwrite the local file if it exists, or not.
絶対パス、あるいはスクリプトのディレクトリからの相対パスで指定します(注意:include を利用している場合、スクリプトのディレクトリはインクルード元のファイルがある場所となります!) bool $overwrite = false- ローカルファイルが存在した場合に、それを上書きするかどうか。 - PEAR
00>=40 .vs 0u0int type;/* DestroyNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;} XDestroyWindowEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバはイベントの型を一意に識別する定数の名前である。 - XFree86
You can specify this with either an absolute path or a path relative to the scripts directory. (Beware: The script directory is determined by the called script, if you use includes!) bool $overwrite = false- Whether to overwrite the local files if they exist, or not.
絶対パス、あるいはスクリプトのディレクトリからの相対パスで指定します(注意:include を利用している場合、スクリプトのディレクトリはインクルード元のファイルがある場所となります!) bool $overwrite = false- ローカルファイルが存在した場合に、それを上書きするかどうか。 - PEAR
00>=40 .vs 0u0int type;/* KeymapNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;char key_vector[32];} XKeymapEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* MapRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;Window window;} XMapRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名がセットされる。 - XFree86
00>=40 .vs 0u0int type;/* ResizeRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int width, height;} XResizeRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* VisibiltyNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int state;} XVisibilityEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* CirculateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* CirculateRequest */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;Window window;int place;/* PlaceOnTop, PlaceOnBottom */} XCirculateRequestEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* GravityNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int x, y;} XGravityEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
00>=40 .vs 0u0int type;/* PropertyNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Atom atom;Time time;int state;/* PropertyNewValue or PropertyDelete */} XPropertyEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名がセットされる。 - XFree86
00>=40 .vs 0u0int type;/* Expose */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int x, y;int width, height;int count;/* if nonzero, at least this many more */} XExposeEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86
The structure for SelectionClearevents contains: 00>=40 .vs 0u0int type;/* SelectionClear */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Atom selection;Time time;} XSelectionClearEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に識別する定数の名前が設定される。 - XFree86
00>=40 .vs 0u0int type;/* SelectionNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window requestor;Atom selection;Atom target;Atom property;/* atom or None */Time time;} XSelectionEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバには、イベントの型を一意に認識するための定数の名前が設定される。 - XFree86
00>=40 .vs 0u0int type;/* FocusIn or FocusOut */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;/* window of event */int mode;/* NotifyNormal, NotifyGrab, NotifyUngrab */int detail;/* * NotifyAncestor, NotifyVirtual, NotifyInferior, * NotifyNonlinear,NotifyNonlinearVirtual, NotifyPointer, * NotifyPointerRoot, NotifyDetailNone */} XFocusChangeEvent;typedef XFocusChangeEvent XFocusInEvent;typedef XFocusChangeEvent XFocusOutEvent; When you receive these events, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it. type メンバはイベントの型を一意に識別するための定数名が設定される。 - XFree86
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.