str.を含む例文一覧と使い方
該当件数 : 164件
This is the equivalent of the Python expression "str(o)".例文帳に追加
Python 式"str(o)"と同じです。 - Python
For a date d, str(d) is equivalent to 例文帳に追加
date オブジェクト d において、str(d) は - Python
CE " (str)" Switch cursor-keys back to normal mode. 例文帳に追加
CE " (str)"カーソルキーを通常モードに戻す。 - JM
STR熱機関 - 特許庁
CS " (str)" Switch cursor-keys to application mode. 例文帳に追加
CS " (str)"カーソルキーをアプリケーションモードに切り替える。 - JM
The general syntax for a variableis either $cP or $(str 例文帳に追加
変数の一般的な記法は、$cf\\P または $(str) である。 - XFree86
E0 " (str)" Switch charset 'G0' back to standard charset. 例文帳に追加
E0 " (str)"文字集合 'G0' を標準の文字集合に戻す。 - JM
AB " (str)" Same as 'AF', but change background color. 例文帳に追加
AB " (str)"これは 'AF' と同様だが、背景色を変更する。 - JM
Calculate the length of string "STR", as an absolute expression. 例文帳に追加
文字列 "STR" の長さを絶対式として計算する。 - JM
Instantiates the string str with the supplied parameters, where str should be a parameterized string obtained from the terminfo database. 例文帳に追加
str は terminfo データベースから得られたパラメタを持つ文字列でなければなりません。 - Python
The variable $str now contains HTML markup like input type="password" name="password" /. 例文帳に追加
変数 $str は今、input type="password" name="password" /のような HTML を含んでいます。 - PEAR
S0 " (str)" Switch charset 'G0' to the specified charset. 例文帳に追加
S0 " (str)"文字集合 'G0' を指定した文字集合に切り替える。 - JM
C0 " (str)" Use the string as a conversion table for font '0'. 例文帳に追加
C0 " (str)"文字列をフォント '0' の変換テーブルとして使用する。 - JM
AF " (str)" Change character foreground color in an ANSI conform way. 例文帳に追加
AF " (str)"ANSI 準拠の方法で文字の前景色を変更する。 - JM
The substring of STR beginning at byte number START and extending for LEN bytes. 例文帳に追加
STR の START から始まって LEN byte まで伸びている部分文字列。 - JM
Search for the first occurrence of SEG after position IX of STR. 例文帳に追加
STR の中で、位置 IX より後ろの最初に出現する SEG を探す。 - JM
Return the number of non-overlapping occurrences of substr in str[start:end]. 例文帳に追加
str[start:end] にsubstr が重複することなく出現する回数を返します。 - Python
If eof-str is omitted, there is no end of file string. 例文帳に追加
eof-str が省略された場合、ファイル終了文字列は設定されない。 - JM
reads its input from the character string pointed to by str . 例文帳に追加
は文字列ポインタstrで示された文字列からの入力を読み込む。 - JM
added, unlike in .SDATAZ) of each STR argument given, and optionally separated by commas. 例文帳に追加
コンマ区切りのそれぞれの STR 引数の連続するバイトを発行する。 - JM
Likewise if str ends and begins with angle brackets, theyare stripped off. 例文帳に追加
同様に、 str が三角括弧で囲われていた場合にも剥ぎ取ります。 - Python
If base is 0, the radix will be determined based on the leading characters of str: if str starts with '0x'or '0X', radix 16 will be used; if str starts with'0', radix 8 will be used; otherwise radix 10 will be used.例文帳に追加
base が 0 ならば、str の先頭の文字列に基づいて基数を決定します: もし str が '0x' または '0X'で始まっていれば、基数に 16 を使います; str が '0'で始まっていれば、基数に 8 を使います; その他の場合には基数に 10 を使います。 - Python
replaces each occurrence of str with with , reallocating argz as necessary. 例文帳に追加
は、strをすべてwithで置き換える (必要に応じて argz の再割り当てを行う)。 - JM
In each subsequent call that should parse the same string, str should be NULL. 例文帳に追加
同じ文字列の解析を行うその後の呼び出しでは、str には NULL を指定する。 - JM
Parse and compile the Python source code in str, returning the resulting code object.例文帳に追加
str内のPythonソースコードをパースしてコンパイルし、作られたコードオブジェクトを返します。 - Python
XC " (str)" Describe a translation of characters to strings depending on the current font. 例文帳に追加
XC " (str)"現在のフォントに基づく、複数個の文字から文字列への変換を記述する。 - JM
Displays a modal dialog with the message text str, which should beat most 255 characters long. 例文帳に追加
メッセージテキストstr付きのモーダルダイアログを表示します。 テキストの長さは最大255文字です。 - Python
Likewise if str ends and begins with angle brackets, they are stripped off.例文帳に追加
同様にもし str の先頭あるいは末尾が角ブラケット (、) だった場合も切りおとされます。 - Python
Parse Python source code from str using the start tokenstart according to the flags argument. 例文帳に追加
開始トークンstartを使ってstrに含まれる Python ソースコードをflags 引数に従ってパースします。 - Python
Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are strippedoff. 例文帳に追加
str の 逆クオートされた 新たな文字列を返します。 str が二重引用符で囲われていた場合、二重引用符を剥ぎ取ります。 - Python
Return true if str is data and false if it might be a section boundary.例文帳に追加
str がデータの場合に真を返し、セクション分割子の可能性がある場合には偽を返します。 - Python
Equivalent to tputs(str, 1, putchar); emits the value of a specified terminfo capability for the current terminal.例文帳に追加
tputs(str, 1, putchar) と等価です; 現在の端末における、指定された terminfo 機能の値を出力します。 - Python
will point to the first character in str which follows the representation of the number.例文帳に追加
は str 中で数が表現されている部分以後の先頭の文字のアドレスを指しています。 - Python
Paint the string str at (y, x) with attributes attr, overwriting anything previously on the display.例文帳に追加
(y, x) に文字列 str を属性 attr で描画します。 以前ディスプレイにあった内容はすべて上書きされます。 - Python
Return a new string which is an unquoted version of str.If str ends and begins with double quotes, they are stripped off.例文帳に追加
文字列 str を 逆クォートした新しい文字列を返します。 もし str の先頭あるいは末尾がダブルクォートだった場合、これらは単に切りおとされます。 - Python
is similar, but splits the string str into substrings separated by the delimiter delim . 例文帳に追加
も同様の動作をするが、区切り文字delimにしたがって文字列strを複数の文字列に分割する点が異なる。 - JM
| Copyright © Japan Patent office. 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 (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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|