1153万例文収録!

「object string」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > object stringに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

object stringの部分一致の例文一覧と使い方

該当件数 : 508



例文

7.3.1 String Objects 例文帳に追加

7.3.1 文字列オブジェクト (string object) - Python

Parameter string variable- relates to $object-variable 例文帳に追加

パラメータ string variable- $object-variable に対応します。 - PEAR

Compile the string into a code object. 例文帳に追加

string をコードオブジェクトにコンパイルします。 - Python

Returns the length of the string in string object string. 例文帳に追加

文字列オブジェクト string 内の文字列値の長さを返します。 - Python

例文

Open the URL url, which can be either a string or a Request object.例文帳に追加

URL url を開きます。 - Python


例文

a container object string $where choose a position 'bottom', 'top', 'after', 'before' 例文帳に追加

コンテナオブジェクトです。 string$where 一の選択です。 - PEAR

a long and thin string-like object 例文帳に追加

細長い糸のようなもの - EDR日英対訳辞書

String converts an object to a string. 例文帳に追加

文字列は、オブジェクトを文字列に変換します。 - NetBeans

Return the value of the named attributed of object. name must be a string.例文帳に追加

指定された object の属性を返します。 - Python

例文

a long, thin string-like or cord-like object 例文帳に追加

糸や紐など細長いもの - EDR日英対訳辞書

例文

Possible types are: string, integer, float, boolean, array, and object. _ATTRIBUTE_CLASS 例文帳に追加

可能な型は、string, integer, float, boolean, 配列もしくはオブジェクトです。 - PEAR

That value is an object of type Object, which needs to be a string, so it is cast to a String object.例文帳に追加

この値は、Object 型のオブジェクトで、文字列にする必要があるため、String 型のオブジェクトにキャストしてから、name 変数に割り当てます。 - NetBeans

Thatvalue is an object of type Object, which needs to be a string, soit is cast to a String object. 例文帳に追加

この値は、Object 型のオブジェクトで、文字列にする必要があるので、String 型のオブジェクトにキャストしてから、name 変数に割り当てます。 - NetBeans

using thread or string, to stitch and bind an object 例文帳に追加

糸や紐でからげて縫うこと - EDR日英対訳辞書

The arguments are an object and a string.例文帳に追加

引数はオブジェクトと文字列です。 - Python

Compute a string representation of object o. 例文帳に追加

o の文字列表現を計算します。 - Python

The display name is always a String, but the value can beany kind of object in this case it is also a String.例文帳に追加

表示名は常に String 型です。 値は任意の型のオブジェクトにできますが、この例では String 型です。 - NetBeans

the action of fastening something by drawing a string or other fastening object closed 例文帳に追加

綱などを繰って締めること - EDR日英対訳辞書

Class that simulates a string or a Unicode string object.例文帳に追加

文字列またはユニコード文字列オブジェクトをシミュレートするクラス。 - Python

Update the hmac object with the string msg. 例文帳に追加

hmac オブジェクトを文字列 msg で更新します。 - Python

Compute a Unicode string representation of object o. 例文帳に追加

o の Unicode 文字列表現を計算します。 - Python

"memberattr" string "uniqueMember" The attribute of the group object where the user dn may be found. 例文帳に追加

"memberattr" string "uniqueMember" ユーザの dn を探す対象となる、グループオブジェクトの属性。 - PEAR

STORAGE DEVICE WITH MEASURING TAPE FOR STRING-LIKE OBJECT例文帳に追加

紐様物品の巻尺付き格納器 - 特許庁

Writes string s to file object p. 例文帳に追加

文字列 s をファイルオブジェクト p に書き出します。 - Python

Returns true if the object o is a string object, but not an instance of a subtype of the string type.New in version 2.2.例文帳に追加

o が文字列型で、かつ文字列型のサブタイプでないときに真を返します。 - Python

of string, to be wrapped around an object an excessive number of times 例文帳に追加

(物に紐が)幾重にも掛かり過ぎる - EDR日英対訳辞書

Its arguments are an exception object and a C string.例文帳に追加

引数は例外オブジェクトと C 文字列です。 - Python

Create a string buffer from a TarInfo object. 例文帳に追加

TarInfo オブジェクトから文字列バッファを作成します。 - Python

Raises TypeError if the object is not a string object.例文帳に追加

オブジェクトが文字列オブジェクトでない場合にはTypeErrorを送出します。 - Python

String or, if bound, the type of the object to which the field is bound. 例文帳に追加

String、またはフィールドがバインドされている場合はバインド先のオブジェクト型 - NetBeans

A string-like object (2) is fitted to a magnet (1).例文帳に追加

磁石(1)にひも状の物(2)を取り付ける。 - 特許庁

If string is a Unicode object,this function computes the default encoding of string and operates on that.例文帳に追加

string が Unicode オブジェクトの場合、この関数はstring のデフォルトエンコーディング版を計算し、デフォルトエンコーディング版に対して操作を行います。 - Python

The return value must be a string object. 例文帳に追加

戻り値は文字列オブジェクトでなければなりません。 - Python

A mapping object representing the string environment. 例文帳に追加

環境変数の値を表すマップ型オブジェクトです。 - Python

Returns a new string object from format and args.Analogous to 例文帳に追加

新たな文字列オブジェクトを format と args から生成します。 - Python

OBJECT STRING CONVERTING METHOD AND WORD DIVIDING METHOD例文帳に追加

オブジェクト列変換方法および単語分割方法 - 特許庁

Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加

Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python

Update the md5 object with the string arg. 例文帳に追加

文字列 arg を入力として md5 オブジェクトを更新します。 - Python

Update the sha object with the string arg. 例文帳に追加

文字列 arg を入力として sha オブジェクトを更新します。 - Python

Create and return a TarInfo object from a string buffer. 例文帳に追加

TarInfo オブジェクトを文字列バッファから作成して返します。 - Python

Similarity calculation means compares the retrieval object character string with the replacement character string to calculate the similarity of the retrieval object character string and the replacement character string.例文帳に追加

類似度算出手段は、検索対象文字列および置換文字列を比較することによって、当該検索対象文字列および置換文字列の類似度を算出する。 - 特許庁

Return a string representation of object, protected againstrecursive data structures. 例文帳に追加

objectの文字列表現を、再帰的なデータ構造から保護した形式で返します。 - 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

The pattern string from which the RE object was compiled. 例文帳に追加

RE オブジェクトがそれからコンパイルされたパターン文字列です。 - Python

This subtype of PyObject represents a Python string object. 例文帳に追加

この PyObject のサブタイプは Python の文字列オブジェクトを表現します。 - Python

A Rendering container is either an object that contain a sort of rendering engine, or a variable of any type (string, array, object, etc...) that can contain the output of a Renderer. 例文帳に追加

レンダリングコンテナはレンダリングエンジンを含むオブジェクトあるいは任意の型(string, array, object など) の変数で、レンダラの出力内容が含まれます。 - PEAR

The bit string operation part operates the bit string of operational object data based on a prescribed rule.例文帳に追加

ビット列操作部は、操作対象データのビット列を所定の規則に基づき操作する。 - 特許庁

例文

If the object or format provided is a unicode string,the resulting string will also be unicode. 例文帳に追加

オブジェクトや与えられた書式が unicode 文字列の場合、変換後の文字列も unicode になります。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS