stringを含む例文一覧と使い方
該当件数 : 15438件
Put the 'kakeo' (a string attached to the top) into the metal piece fixed at the edge of the 'yahazu' (the forked edge of a bamboo stick). 例文帳に追加
矢筈の金具を掛緒に掛ける。 - Wikipedia日英京都関連文書対訳コーパス
Let's listen to the dead, by plucking this azusayumi (a bow made of Japanese cherry birch) string.' 例文帳に追加
「梓弓を鳴らして死んだ人の言葉をきこう。」 - Wikipedia日英京都関連文書対訳コーパス
Will modern physicists weaponize String Theory? 例文帳に追加
現代の物理学者は、ひも理論を武器化するでしょうか? - 日本語WordNet
The unit string parser forms a substantial portion of this module. 例文帳に追加
単位列パーサはこのモジュールの重要な部分である。 - コンピューター用語辞典
an instrument for checking the strength of string, called a yarn gauge 例文帳に追加
検力計という,糸の強度などを検査する計器 - EDR日英対訳辞書
in Buddhism, a string of beads for keeping count when chanting prayers 例文帳に追加
念仏のときにその回数を数えるための数珠 - EDR日英対訳辞書
a type of thin string used to tie hair in Japan, called 'hanemotoyui' 例文帳に追加
撥ね元結いという,髪を結う時に使う細いひも - EDR日英対訳辞書
a string for measuring the water level at a construction site 例文帳に追加
建築工事の際に水平を測るために用いる糸 - EDR日英対訳辞書
to tie two things together with string so they will be linked together 例文帳に追加
(物と物を)紐などで結んで離れないようにする - EDR日英対訳辞書
of a string instrument, the part of an instrument where the pegs are set called the pegbox 例文帳に追加
糸蔵という,弦楽器の糸巻を納める部分 - EDR日英対訳辞書
Type Hello World in the string literal method and press the Enter key. 例文帳に追加
文字列リテラルメソッドに「 Hello World 」と入力し、Enter キーを押します。 - NetBeans
'message'- the parameter is a string with an informational message 例文帳に追加
'message'-情報メッセージを含む文字列をパラメータに指定します。 - PEAR
Test whether a string contains a valid package name.Parameter 例文帳に追加
文字列がパッケージ名として妥当かどうかを調べます。 - PEAR
Escape a string according to the current DBMS's standards. 例文帳に追加
現在の DBMS の規則に基づいて文字列をエスケープします。 - PEAR
If $value is null, it returns the unquoted string NULL. 例文帳に追加
$value が null の場合は、クォートしていない文字列 NULL を返します。 - PEAR
Return value Returns string actual encryption mode. 例文帳に追加
返り値 実際の暗号化形式を文字列で返します。 - PEAR
either a string (like 'blue'), or an integer (range is [8...63]). 例文帳に追加
文字列 ('blue' など) か、数値 (範囲は 8 から 63) のどちらかです。 - PEAR
$dirpath- a string containing the directory path to search. 例文帳に追加
$dirpath-検索するディレクトリパスを含む文字列を指定します - PEAR
Either a typical HTML attribute string or an associative array.例文帳に追加
典型的な HTML 属性の文字列あるいは連想配列。 - PEAR
Associative array or string of table cell attributes 例文帳に追加
テーブルのセル属性を表す連想配列あるいは文字列。 - PEAR
Associative array or string of caption attributes 例文帳に追加
見出しの属性を表す連想配列あるいは文字列。 - PEAR
compiler string Default is 'Flexy' - The Flexy Tokenizer Driver engine. 例文帳に追加
初期値は 'Flexy' で、これは Flexy トークナイザドライバエンジンを表します。 - PEAR
variable name or array ('varname'='value') string $value variable value if $variable is not an array 例文帳に追加
変数名あるいは ('変数名'='値') 形式の配列。 - PEAR
CSS class name for the current page link. 例文帳に追加
curPageLinkClassName[string] 現在のページのリンクに使う CSS クラス名を指定します。 - PEAR
returns [string | array], depending on $format 例文帳に追加
$formatの内容に応じて、文字列あるいは配列を返します。 - PEAR
Set the replacement for the parameters in the string(s). 例文帳に追加
文字列内のパラメータを置換する文字を設定します。 - PEAR
You cannot have both (one or more) string and (one or more) file reference. 例文帳に追加
文字列とファイルを共存させることはできません。 - PEAR
Example 62-4. Exporting in RTF format with different RTF string 例文帳に追加
例 62-4異なる RTF 文字列による RTF フォーマットでのエクスポート - PEAR
Example 62-6. Exporting in HTML format with different HTML string 例文帳に追加
例 62-6異なる HTML 文字列による HTML フォーマットでのエクスポート - PEAR
Whether the CSV file (or string) contains a header row 例文帳に追加
CSV ファイル (あるいは文字列) がヘッダ行を含むかどうか。 - PEAR
The second constructor creates a simple string value. 例文帳に追加
2 番目のコンストラクタはシンプルな文字列値を生成します。 - PEAR
Returns a string containing struct, array or scalar describing the base type of the value. 例文帳に追加
値の型を表す文字列 struct、arrayあるいは scalar を返します。 - PEAR
Then a renderer is used to create the string representation of the document and formats it using the specified options. 例文帳に追加
現在、ひとつのレンダラだけが利用可能です。 - PEAR
It is also important to note that the escape sequences marked as ``(Unicodeonly)'' in the table above fall into the category of unrecognizedescapes for non-Unicode string literals.When an "r" or "R" prefix is present, a character following a backslash is included in the string without change, and all backslashes are left in the string.例文帳に追加
接頭文字 "r" または "R" がある場合、バックスラッシュの後にくる文字はそのまま文字列中に入り、バックスラッシュは全て文字列中に残されます。 - Python
Convert a null-terminated C string to a Python object. 例文帳に追加
null 終端された C 文字列から Python オブジェクトに変換します。 - Python
Convert a C string and its length to a Python object. 例文帳に追加
C 文字列とその長さから Python オブジェクトに変換します。 - Python
In this case pass a code object instead of a string.例文帳に追加
この場合、文字列の代わりにコードオブジェクトを渡します。 - Python
Convert an integer number (of any size) to an octal string. 例文帳に追加
(任意のサイズの) 整数を 8 進の文字列に変換します。 - Python
Return a string representing the date in ISO 8601 format,'YYYY-MM-DD'. 例文帳に追加
ISO 8601 形式、'YYYY-MM-DD' の日付を表す文字列を返します。 - Python
When a StringIO object is created, it can be initialized to an existing string by passing the string to the constructor.If no string is given, the StringIO will start empty. The StringIO object can accept either Unicode or 8-bitstrings, but mixing the two may take some care.例文帳に追加
文字列を渡さない場合、最初は StringIO はカラです。 StringIO オブジェクトはユニコードも 8-bit の文字列も受け付けますが、この2つを混ぜることには少し注意が必要です。 - Python
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| Copyright (c) 1995-2026 Kenkyusha Co., Ltd. All rights reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|



Creative Commons Attribution (CC-BY) 2.0 France