STRINGを含む例文一覧と使い方
該当件数 : 15459件
In the New Property Pattern dialog box, enter choices for Name and String[] for Type, and then click OK.例文帳に追加
「新規プロパティーパターン」ダイアログで、「名前」に「choices」、「型」に「String[]」と入力し、「了解」をクリックします。 - NetBeans
In the Palette, expand the String section and drag the concat function onto the Transformations pane of the XSLT Design view. 例文帳に追加
「パレット」の「String」セクションを展開し、「連結」関数を XSLT デザインビューの変換区画にドラッグします。 - NetBeans
Runs phpize in the source directory, but compiles in a temporary directory (/var/tmp/pear-build-USER/PACKAGE-VERSION).Parameter string 例文帳に追加
ソースディレクトリで phpize を実行し、一時ディレクトリ (/var/tmp/pear-build-USER/PACKAGE-VERSION)でコンパイルを行います。 パラメータ string - PEAR
This allows extreme extensibility and flexibility in implementationParameter string 例文帳に追加
これにより、究極の拡張性と柔軟性をもった実装を行うことができます。 パラメータ string - PEAR
this variable will contains an error message, if check fail string $program which program to look for 例文帳に追加
チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$program 探したいプログラム。 - PEAR
this variable will contains an error message, if check fail string $name name of SAPI backend 例文帳に追加
チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name SAPI のバックエンドの名前。 - PEAR
"group" string "" The name of the group users have to be a member of to authenticate successfully. 例文帳に追加
"group" string "" 認証に成功するために、ユーザが所属していなければならないグループの名前。 - PEAR
the SQL query string $type if supplied, the type of the column in the result set will be set for fetching 例文帳に追加
SQL クエリ。 string$type 指定した場合は、結果セットのカラムの型が取得時に設定されます。 - PEAR
element name or array ('element name' = 'block name') string $blockName block name if $elementName is not an array例文帳に追加
要素名あるいは配列 ('要素名' = 'ブロック名')。 string$blockName $elementNameが配列でない場合に、ブロック名。 - PEAR
'j' for a method of Sigma that escapes the string for usage in Javascript string constants. 例文帳に追加
'j' は Sigma のメソッドで、文字列をエスケープして Javascript の文字列定数として使用できるようにします。 - PEAR
string expire- The length of time before slave servers should consider the data invalid without refreshing the zone data. 例文帳に追加
string expire- リフレッシュが失敗した際にゾーンのデータが無効になったと判断するまでの期間 - PEAR
If the file extension can not be found, the class falls back to the standard transfer mode (attribute). Parameter string $filename- The filename to check extension for. 例文帳に追加
もし拡張子が見つからなければ、the class fall back to the standard transfer mode (attribute).パラメータ string $filename- 調べたいファイル名 - PEAR
string $doReturn - If TRUE, an array will be returned, if FALSE, the data will be imported into the database. 例文帳に追加
string $doReturn TRUE の場合は、配列が返されます。 FALSEの場合は、データがデータベースに保存されます。 - PEAR
This function can not be calledstatically.Return value string - The release type (bug|minor|major). 例文帳に追加
この関数は、スタティックにコールすることはできません。 返り値 string - リリースの型 (bug|minor|major) を返します。 - PEAR
the path and name of the RPC server script you want the request to go to string $server the URL of the remote server to connect to. 例文帳に追加
リクエストを送信したい RPC サーバスクリプトのパスと名前。 string$server 接続先リモートサーバの URL 。 - PEAR
xsl:stylsheet) string $defaultNs- default namespace, will be used in return value, if qualified name contains only a local part 例文帳に追加
string $defaultNs-デフォルトネームスペースです。 有修飾がローカルパートのみを含む場合使用されます。 - PEAR
If filenames is a string or Unicode string, it is treated as a single filename.If a file named in filenames cannot be opened, that file will be ignored.例文帳に追加
もしfilenamesが文字列かユニコード文字列なら、1つのファイル名として扱われます。 - Python
Return a string representing the date and time, controlled by an explicit format string.例文帳に追加
明示的な書式化文字列で制御された、日付を表現する文字列を返します。 - Python
linejunk: A function that accepts a single string argument, and returns true if the string is junk.例文帳に追加
linejunk:ひとつの文字列引数を受け取れるべき関数です。 文字列がjunkのときにtrueを返します。 - Python
Additionally, the DOMString defined in the recommendation is mapped to a Python string or Unicode string.例文帳に追加
さらに、勧告で定義されている DOMString は、Python 文字列または Unicode 文字列に対応付けられます。 - Python
It sends a line to the server consisting of the request string, the selector string, and the HTTP version(HTTP/1.1).例文帳に追加
このメソッドは request 文字列、selector 文字列、そして HTTP バージョン (HTTP/1.1) からなる一行を送信します。 - Python
Send a selector string and a query string to a gopher server at host and port (default 70).例文帳に追加
selector 文字列、および query 文字列を host および port (標準の値は 70 です) の gopher サーバに送信します。 - Python
If the object or format provided is a unicode string,the resulting string will also be unicode. 例文帳に追加
オブジェクトや与えられた書式が unicode 文字列の場合、変換後の文字列も unicode になります。 - Python
The conversion is identical to that produced by XmbTextPropertyToTextList for a single element STRING property.例文帳に追加
この変換は、単独要素の STRING プロパティに対してXmbTextPropertyToTextListが行うものと全く同じである。 - XFree86
XmbLookupString and Xutf8LookupString return the length of the string in bytes, and XwcLookupString returns the length of the string in characters.例文帳に追加
.LPXmbLookupStringとXutf8LookupStringは文字列の長さをバイト数で返し、XwcLookupStringは文字列の長さを文字数で返す。 - XFree86
UnknownIcon string This variable specifies thefilename of a bitmap file to be used as the default icon. 例文帳に追加
"UnknownIcon string" 8この変数は、デフォルトのアイコンとして使われるビットマップファイルのファイル名を指定する。 - XFree86
If the string argument begins with the characters``0x'', it is interpreted as a hex character constant. 例文帳に追加
引き数 string が ``0x'' で始まる場合には、この文字列は16進の文字定数と解釈される。 - XFree86
PHRASE STRING CONVERTING DEVICE, RETRIEVING DEVICE, PHRASE STRING CONVERTING METHOD, RETRIEVING METHOD AND RECORD MEDIUM例文帳に追加
語句列変換装置、検索装置、語句列変換方法、検索方法、ならびに、記録媒体 - 特許庁
The recording section 28 can record, as a registered character string, the character string received by the operation section.例文帳に追加
記録部28は、操作部が受け付けた文字列を登録文字列として記録可能である。 - 特許庁
The string 2 used is a string 2 for use in the rosary for the Buddhist service.例文帳に追加
しかも使用するひも2は、仏事用の念珠に使用するひも2を用いた腕輪念珠。 - 特許庁
The character string data file is converted into a mouth shape data string by a conversion button 38.例文帳に追加
文字列データファイルは変換ボタン38によって口唇形状データ列に変換される。 - 特許庁
To provide a character string input device capable of making more efficient character string input.例文帳に追加
より効率的な文字列入力を行うことができる文字列入力装置する。 - 特許庁
A compression processing means 12 retrieves a bit string coincident with a part of the encoded data from the encoding bit string 3, and substitutes a bit string obtained by combining a start code with positional information related to the position of the retrieved bit string in the encoding bit string 3 for the bit string of the encoded data coincident with the retrieved bit string.例文帳に追加
圧縮処理手段12は、符号化用ビット列3から符号化データの一部分と一致するビット列を探索し、探索されたビット列と一致する符号化データのビット列を、開始符号と、探索されたビット列の符号化用ビット列3における位置に関する位置情報とを組み合わせたビット列に置換する。 - 特許庁
A recognition result character string generation means 1b generates a recognition result character string 3 as the candidate of the character string included in image information 2.例文帳に追加
認識結果文字列生成手段1bは、画像情報2に含まれる文字列の候補として認識結果文字列3を生成する。 - 特許庁
A character string tag generating part 4 retrieves a character string index 17 and generates information in the character assemblies 12, which is called a character string tag 13.例文帳に追加
文字列タグ生成部4は文字列インデックス17を検索し、文字組み12に文字列タグ13と呼ばれる情報を生成する。 - 特許庁
The information processing device may also comprise a character string selection part selecting a character string included in a page as a selected character string.例文帳に追加
情報処理装置は、ページの中に含まれる文字列を選択文字列として選択する文字列選択部をさらに備えてもよい。 - 特許庁
Preferably the marking string is obtained by twisting the tough string and the soft string in the proportion of 1:1 to 2.例文帳に追加
本発明の墨付け糸は、強靱糸1本に対して柔軟糸を1〜2本の割合で撚り合わせたものであることが好ましい。 - 特許庁
The string inserting part 13 has a string conveying part 42 for conveying the handle string 2 and a paper conveying part 43 for conveying the bag paper 1.例文帳に追加
ひも通し部13は、取手ひも2を搬送するひも搬送部42と、袋用紙1を搬送する用紙搬送部43とを有する。 - 特許庁
A character string extraction part 102 automatically extracts a character string from a document image by using a character string recognizing method in a document identification system.例文帳に追加
文字列抽出部102は、帳票識別システムの文字列認識手法を流用して、帳票画像から文字列を自動抽出する。 - 特許庁
The character string/function strapping means 4 makes the inputted character string data correspond to a function based on a character string/function definition table 3.例文帳に追加
文字列/機能紐付け手段4は、入力した文字列データに対し、文字列/機能定義テーブル3に基づく機能を対応付ける。 - 特許庁
A combining part 68 generates an emphasizing processing coefficient string Ge of the normal position component by combining the coefficient string CA and the coefficient string CB.例文帳に追加
合成部68は、係数列CAと係数列CBとの合成で定位成分の強調用の処理係数列Geを生成する。 - 特許庁
An MPEG video decoder 7 reads the recoded data string retrogeressively, decodes the read data string successively and outputs the decoded data string to a display circuit 9.例文帳に追加
MPEGビデオデコーダ7は、この再符号化データ列を反時系列的に読み出して順次復号し、表示回路9に出力する。 - 特許庁
To generate an abbreviated note display character string from a name display character string as an abbreviated note display character string which is free of trouble.例文帳に追加
名称表示文字列から、その略注記表示文字列を、不都合の生じていない略注記表示文字列として作成する。 - 特許庁
On this screen, when a character string is inputted, and the conversion of the inputted character string is instructed, the converted character string is displayed.例文帳に追加
この画面上で、文字列が入力されるとともに入力文字列の変換が指示されると、変換された文字列が表示される。 - 特許庁
CHARACTER STRING OPERATION SYSTEM FOR BATCH PERFORMANCE OF COMPLICATED CHARACTER STRING OPERATION AND A PLURALITY OF OPERATIONS BY PILING UP SIMPLE CHARACTER STRING OPERATION DEFINITIONS例文帳に追加
単純な文字列操作定義の積み重ねにより複雑な文字列操作と複数操作の一括実行を行う文字列操作システム - 特許庁
TECHNIQUE FOR OPTIMIZING CHARACTER STRING OUTPUT PROCESSING例文帳に追加
文字列出力処理を最適化する技術 - 特許庁
CHARACTER STRING CONVERSION DEVICE WITH DICTIONARY SEARCH FUNCTION例文帳に追加
辞書検索機能付き文字列変換装置 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| 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. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|