フォーマット文字列 Meaning in English - translations and usage examples

format string
フォーマット文字列
書式文字列
format strings
フォーマット文字列
書式文字列

Examples of using フォーマット文字列 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Fmtフォーマット文字列。たとえば、青い実線の「b-」。
Fmt A format string, e.g.‘b-' for blue solid line.
フォーマット文字列"%m%U%q%H"は。
The format string"%m%U%q%H" will log.
GDScriptは、GDScriptフォーマット文字列もサポートしています。
GDScript also supports GDScript format strings.
以下は、strftimeフォーマット文字列のディレクティブのスニペットです。
Below is the snippet of directives in the strftime format string.
フォーマット文字列の末尾には改行コードは不要です。
Line feed code is not required at the end of the format string.
フォーマット文字列なしでは面倒かもしれません。
Modifying it without format strings could be cumbersome.
Who(+)watchメッセージのフォーマット文字列
Who(+) The format string for watch messages.
(u)以下のシーケンスがフォーマット文字列で使えます。
(u) The following sequences may be used in the format string:.
このforensicIDはフォーマット文字列%{forensic-id}nを使うことで通常のtransferログにログ収集することもできます。
This forensic ID can be cross logged in the normal transfer log using the%{forensic-id}n format string.
これらのプレースホルダは、フォーマット文字列に渡されるパラメータに簡単に置き換えることができます。
These placeholders can theneasily be replaced by parameters handed to the format string.
Structモジュールの公式ドキュメントをチェックして、フォーマット文字列の詳細情報を取得できます。
You could check officialdocument of struct module to get more information of format strings.
例えば、フォーマット文字列'4h'は'hhhh'と全く同じ意味です。
For example, the format string'4h' means exactly the same as'hhhh'.
Textが省略された場合にはフォーマット文字列s%gsが使用されます。
If text is omitted a format string of s%gs is used.
Textが省略された場合にはフォーマット文字列"%g"が使用されます。
If text is omitted a format string of"%g" is used.
場合にはフォーマット文字列"%g"が使用されます。
If text is omitted a format string of"%g" is used.
Format!マクロはこの場合フォーマット文字列とそこに挿入する変数の二つの引数を取ります。
The format! macro takes two arguments in this case, a format string, and a variable to put in it.
例として、プレースホルダとして%sを使用すると、フォーマット文字列"Hello%s,howareyou?
As an example, with%s as a placeholder, the format string"Hello%s, how are you?
FB\-o\fRオプションで使われるタイプを表すフォーマット文字列にこの値を設定できる。
You may set this to a format string of the type used for the\fB\-o\fR option.
ディレクティブはログファイル中では以下のような値で置換されます:フォーマット文字列説明。
The characteristics of the request itself are logged by placing"%" directives in the format string,which are replaced in the log file by the values as follows: Format String Description.
番目の単語があれば、time組み込みコマンドの出力フォーマット文字列として使われます。
If there is a second word, it is used as a format string for the output of the time builtin.
すなわち、フォーマット文字列内の'%%'は、1つの入力文字'%'と一致します。
That is,"%%" in the format string matches a single input‘%' character.
フォーマット文字列に使用できる内容の一覧はmod_log_configの文書を見てください。
For a complete list of the possible contents of the format string, see the mod_log_config format strings..
渡せる引数はprintf形式と同じで、フォーマット文字列と可変個の変数です。
Arguments that can bepassed here are the same as the printf-format of format string and a variable number.
フォーマット文字列に使用できる內容の一覧はmod_log_configの文書を見てください。
For a complete list of the possible contents of the format string, see the mod_log_config format strings..
この例のフォーマット文字列で興味深い点は、同じローカル変数(cmdName)が同じ文字列内に複数回出現することです。
The interesting thing to note about the format string in this example is that the same local variable(cmdName) occurs multiple times in the same string..
Patternは、スナップショット名を指定していないときにスナップショット名を設定するために使うpongo2テンプレートをサポートするフォーマット文字列です。
Pattern is a format string with pongo2 templating support used to set what the name of the snapshots should be when none is specified.
バーチャルホストの情報をログのフォーマット文字列に加えることで、すべてのホストへのリクエストを同じログにログ収集して、後でログを個々のファイルに分割することができます。
By adding information on the virtual host to the log format string, it is possible to log all hosts to the same log, and later split the log into individual files.
Sbuf_printf()関数はfmtによって指されているフォーマット文字列に従ってその引数をフォーマットし、その結果の文字列をsbufの現在位置に追加します。
The sbuf_printf() function formats its arguments according to the format string pointed to by fmt and appends the resulting string to the sbuf at the current position.
GDScriptはフォーマット文字列と呼ばれる機能を提供します。これはテキストテンプレートを再利用して、異なるが似ている文字列を簡潔に作成することを可能にします。
GDScript offers a feature called format strings, which allows reusing text templates to succinctly create different but similar strings..
定義済みの定数も用意されており、たとえばDATE_RSSはフォーマット文字列'D,dMYH:i:s'と同じ意味になります。
There are also several predefined date constants that may be used instead,so for example DATE_RSS contains the format string 'D, d M Y H: i: s.
Results: 55, Time: 0.0222

How to use "フォーマット文字列" in a sentence

フォーマット文字列 format に従ってバイナリデータを読み書きする、新しい Struct オブジェクトを返します。
このモジュールでは、C 構造体のレイアウトおよび Python の値との間で行いたい変換をコンパクトに表現するために、 フォーマット文字列 を使います。
書式は C の printf(1) フォーマット文字列に非常に似た フォーマット文字列 により指定されます。

Word-for-word translation

Top dictionary queries

Japanese - English