a method of driving away evil by picking the string of a bow
弓弦を引き鳴らして妖魔を払うまじない - EDR日英対訳辞書
a method of tuning the strings of a shamisen that lowers the pitch of the third string 六下がりという,三味線の調弦法 - EDR日英対訳辞書
For the Anagram Game application, you can take a snapshot of the results to see the allocation stack trace for the objects of type String. Anagram Game アプリケーションでは、スナップショットを取得して String 型のオブジェクトの割り当てスタックトレースを見てみます。 - NetBeans
Select Getter and Setter, then in the dialog that displays, select email : String and click Generate. 「取得メソッドおよび設定メソッド」を選択し、表示されるダイアログで「email : String」を選択して、「生成」をクリックします。 - NetBeans
Create a SessionBean1 property called choices of type String[]to hold the values of the currently selected items.
現在選択されている項目の値を保持するために、SessionBean1 プロパティーを String[] 型の「choices」という名前で作成します。 - NetBeans
The arch tag is used to specify a uname string or portion of a uname string that must match in order for the install set to be valid.
arch タグは、正常にインストールするために必要な uname 文字列、あるいはその一部を指定します。 - PEAR
this variable will contains an error message, if check fail string $name Name of the extension to test
チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name 調べる拡張モジュールの名前。 - PEAR
if TRUE, xml will be returned as a string, otherwise, xml will be parsed using PEAR_XMLParser
TRUEの場合は xml が文字列として返されます。 - PEAR
It takes a SQL query string as an argument.
これは SQL クエリ文字列を引数として受け取ります。 - PEAR
the SQL query or the statement to prepare mixed $col which column to return (integer [column number, starting at 0] or string [column name])
SQL クエリあるいはプリペアドステートメント。 mixed$col どのカラムを返すか (integer [0 から始まるカラム番号]あるいは string [カラム名])。 - PEAR
This method generates converts the given string to unicode.
このメソッドは、指定した文字列を unicode に変換します。 - PEAR
taboption defines the string used to indent CSS text.
tabは、CSS のインデントに使用する文字列を定義します。 - PEAR
Array of element names/objects or string of elements to be updated mixed $attrs Array or string of html attributes
要素名かオブジェクトの配列または更新する要素文字列です。 mixed$attrs HTML 属性の配列か文字列です。 - PEAR
Parameter $attributesEither a typical HTML attribute string or an associative array
パラメータ $attributesHTML の属性文字列あるいは連想配列。 - PEAR
Text to display when the string is empty
文字列が空の場合に代わりに表示するテキスト。 - PEAR
The Core functionality and Renderer are seperated for maintainability and to keep cohesion high.Parameter string コア機能とレンダラは分割されており、それによって保守性と高い結合性が保たれています。 パラメータ string - PEAR
string The characters , , " and are converted to their entity equivalents lt;, gt;, quot; and amp; for transport through XML-RPC.
string 、、" および の各文字は、XML-RPC での通信の際に各々と等価なエンティティlt;、gt;、quot; およびamp;に変換されます。 - PEAR
For strings, this returns the string itself.
文字列に対してはその文字列自体を返します。 - Python
String of 12 characters, giving the ISRCidentification number of the recording.
録音のISRC識別番号を示す12文字の文字列。 - Python
ReturnNone if a string name isn't known.
文字列名が未知の場合には None を返してください。 - Python
If it is a string, the string is parsed as a suite of Python statements which is then executed (unless a syntax erroroccurs). 文字列の場合、一連の Python 実行文として解析し、(構文エラーが生じない限り)実行します。 - Python
Return a Python object from the data stream in a character buffer containing len bytes pointed to by string. string が指しているlen バイトの文字列バッファに納められたデータストリームから Python オブジェクトを読み出して返します。 - Python
Returns a month's calendar in a multi-line string.
月のカレンダーを複数行の文字列で返します。 - Python
Header-encode the string s.If convert is True, the string will be converted from the input charset to the output charset automatically. convert が True の場合、文字列は入力用文字セットから出力用文字セットに自動的に変換されます。 - Python
If charset is given but language is not, the string is encoded using the empty string for language. charset は与えられているが language が与えられていない場合、文字列 s は language の空文字列を使ってエンコードされます。 - Python
Decode parameters list according to RFC 2231. params is a sequence of 2-tuples containing elements of the form(content-type, string-value). RFC 2231 に従ってパラメータのリストをデコードします。 params は (content-type, string-value) のような形式の2要素からなるタプルです。 - Python
Converts an IMAP4 INTERNALDATE string to Coordinated UniversalTime. Returns a
IMAP4 INTERNALDATE 文字列を標準世界時 (Coordinated Universal Time)に変換します。 - Python
Return some locale-specific information as a string.
ロケール特有の情報を文字列として返します。 - Python
Returns the greeting string sent by the POP3 server.
POP3サーバーから送られるグリーティングメッセージを返します。 - Python
If zero or more characters at the beginning of string match this regular expression, return a correspondingMatchObject instance. もし stringの先頭の 0 個以上の文字がこの正規表現とマッチすれば、対応する MatchObject インスタンスを返します。 - Python
Scan through string looking for a location where this regular expression produces a match, and return a corresponding MatchObject instance. string全体を走査して、この正規表現がマッチする位置を探して、対応する MatchObject インスタンスを返します。 - Python
Return a list of the words in the string, using sep as the delimiter string. If maxsplit is given, at most maxsplitsplits are done. sep を単語の境界として文字列を単語に分割し、分割された単語からなるリストを返します。 - Python
These functions raise TypeError when expecting a string parameter and are called with a non-string parameter. 以下の関数では、文字列が渡されるはずのパラメタに非文字列が渡された場合に TypeError を送出します。 - Python
Returns a new string object from format and args.Analogous to
新たな文字列オブジェクトを format と args から生成します。 - Python
InPython versions before 2.3, x had to be a string of length 1.In Python 2.3 and beyond, x may be a string of any length.
バージョン 2.3 以前の Python では、x は長さ 1 の文字列でした。 Python 2.3 以降では、x はどの長さでもかまいません。 - Python
Returns the current pack buffer as a string.
現在のパック処理用バッファを文字列で返します。 - Python
The Option keyword takes either one or two string arguments. Optionキーワードは 1 個または 2 個の文字列引き数を取る。 - XFree86
To free the resulting string, call XFree. 返された文字列を解放するにはXFreeを用いること。 - XFree86
Specifies the color string whose color definition structure is to be returned. これに対する色定義構造体が返される。 - XFree86
The string argument is standard geometry specification that indicates the initial full sizeof the icon manager. 引き数string は標準的なジオメトリ指定であり、アイコンマネージャの初期状態における全体のサイズを指定する。 - XFree86
MaxWindowSize string This variable specifies a geometry in whichthe width and height give the maximum size for a given window.
"MaxWindowSize string" 8この変数は、与えられたウィンドウの最大サイズを与える幅と高さであるジオメトリを指定する。 - XFree86
STRING MATCHING METHOD, DEVICE AND COMPUTER PROGRAM CONSTITUTED TO STRING MATCHING METHOD 文字列照合方法、文字列照合方法を実行するように構成される装置及びコンピュータプログラム - 特許庁
OBJECT STRING CONVERTING METHOD AND WORD DIVIDING METHOD オブジェクト列変換方法および単語分割方法 - 特許庁
STRETCHABLE DOUBLE RASCHEL STRING AND METHOD FOR PRODUCING THE SAME 伸縮性ダブルラッセル紐及びその製造方法 - 特許庁
GARMENT HAVING SUSPENDER PART SUCH AS NECK STRING PART OR SHOULDER STRING PART OF APRON, DRESS OR THE LIKE, AND METHOD FOR SEWING THE SAME エプロンやドレスなどの首掛けや肩掛けなどの吊下げ部を有する被服及びその縫製方法 - 特許庁
DEVICE FOR ATTACHING SCALE TO RESIN STRING, LIQUID OF RESIN OF STRING USED FOR THIS DEVICE AND METHOD OF MANUFACTURING THE SAME 樹脂弦に音階取付け装置並びに該装置に用いる弦の樹脂の液体及びその製造方法。 - 特許庁
Namely, when the tensile force of the string member is strengthened with the sewing of the string member, the sewing machine delivers the string member, rotating the bobbin, and when the tensile force of the string member is weakened by the sufficient delivery of the string member, the sewing machine stops the rotation of the bobbin, stopping the delivery of the string member. すなわち、紐状部材が縫い着けられるのに伴なって紐状部材の張力が強まったらボビンを回転させて紐状部材を繰り出し、紐状部材が十分に繰り出されて紐状部材の張力が弱まったらボビンの回転を停止させて紐状部材の繰り出しを止める。 - 特許庁
A string detection shoe 14 as a movable member is attached to the string detection shoe driving device 13. 紐検出シュー駆動装置13には、可動部材としての紐検出シュー14が取り付けられている。 - 特許庁
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.