Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
expansion parameterの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

expansion parameterとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 展開パラメータ


JST科学技術用語日英対訳辞書での「expansion parameter」の意味

expansion parameter


「expansion parameter」の部分一致の例文検索結果

該当件数 : 60



例文

There are seven kinds of expansion performed: "brace expansion" , "tilde expansion" , "parameter and variable expansion" , "command substitution" , "arithmetic expansion" , "word splitting" , and "pathname expansion" .発音を聞く 例文帳に追加

行われる展開は7 種類あります:"ブレースの展開 (brace expansion)" ,"チルダの展開 (tilde expansion)" ,"パラメータと変数の展開 (parameter and variable expansion)" ,"コマンド置換 (command substitution)" ,"算術式展開 (arithmetic expansion)" ,"単語の分割 (word splitting)" ,"パス名の展開 (pathname expansion)" 。 - JM

Parameter Expansion The `$' character introduces parameter expansion, command substitution, or arithmetic expansion.発音を聞く 例文帳に追加

パラメータの展開`$' 文字があると、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM

If parameter is unset or null, the expansion of word is assigned to parameter .発音を聞く 例文帳に追加

parameterが設定されていないか空文字列であれば、wordを展開したものがparameterに代入されます。 - JM

If parameter is unset or null, the expansion of word is substituted.発音を聞く 例文帳に追加

parameterが設定されていないか空文字列であれば、wordを展開したものに置換されます。 - JM

Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and pathname expansion, as described above under EXPANSION .発音を聞く 例文帳に追加

それぞれの単語は、前述の展開で示したように、ブレース展開、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、パス名展開が行われます。 - JM

In each of the cases below, word is subject to tilde expansion, parameter expansion, command substitution, and arithmetic expansion.発音を聞く 例文帳に追加

以下に示すそれぞれの場合、word に対してチルダ展開、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM

例文

All values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal (see EXPANSION below).発音を聞く 例文帳に追加

全てのvalueに対して、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、クォート除去が行われます (後述の展開を参照)。 - JM

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「expansion parameter」の部分一致の例文検索結果

該当件数 : 60



例文

The order of expansions is: brace expansion, tilde expansion, parameter, variable and arithmetic expansion and command substitution (done in a left-to-right fashion), word splitting, and pathname expansion.発音を聞く 例文帳に追加

展開の順序は次のようになります: ブレース展開、チルダ展開、パラメータ・変数・算術式展開、コマンド置換 (左から右へ)、単語分割、パス名展開。 - JM

All tokens in the expression undergo parameter expansion, string expansion, command substitution, and quote removal.発音を聞く 例文帳に追加

式に含まれる全てのトークンに対して、パラメータ展開・文字列展開・コマンド置換・クォートの削除が行われます。 - JM

When available, process substitution is performed simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion.発音を聞く 例文帳に追加

利用可能であれば、プロセス置換 (process substitution) は、パラメータ展開・変数展開・コマンド置換・算術式展開と同時に行われます。 - JM

Word splitting and pathname expansion are not performed on the words between the [[ and ]]; tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal are performed.発音を聞く 例文帳に追加

単語分割とパス名展開は [[ と ]]の間の単語に対しては行われません。 チルダ展開、パラメータと変数の展開、算術式展開、コマンド置換、プロセス置換、クォート除去は実行されます。 - JM

The word following the redirection operator in the following descriptions, unless otherwise noted, is subjected to brace expansion, tilde expansion, parameter expansion, command substitution, arithmetic expansion, quote removal, pathname expansion, and word splitting.発音を聞く 例文帳に追加

以下の説明では、リダイレクト演算子の次の単語に対しては、特に説明しない限り、ブレース展開・チルダ展開・パラメータ展開・コマンド置換・算術式展開・クォート削除・パス名展開・単語分割が行われます。 - JM

If parameter is null or unset, nothing is substituted, otherwise the expansion of word is substituted.発音を聞く 例文帳に追加

parameterが空文字列または設定されていなければ、空文字列に置換されます。 そうでなければwordを展開したものに置換されます。 - JM

If the pattern matches the beginning of the value of parameter , then the result of the expansion is the expanded value of parameter with the shortest matching pattern (the ``#'' case) or the longest matching pattern (the ``##'' case) deleted.発音を聞く 例文帳に追加

このパターンがparameterの値の先頭部分とマッチする場合、展開して得られる値はparameterを展開した値から最短一致パターン (``#''の場合)または最長一致パターン (``##'' の場合)を取り除いたものになります。 - JM

例文

If the pattern matches a trailing portion of the expanded value of parameter , then the result of the expansion is the expanded value of parameter with the shortest matching pattern (the ``%'' case) or the longest matching pattern (the ``%%'' case) deleted.発音を聞く 例文帳に追加

このパターンがparameterを展開した値の末尾の部分とマッチする場合、展開結果はparameterを展開した値から最短一致パターン (``%'' の場合)または最長一致パターン (``%%'' の場合)を取り除いたものになります。 - JM

>>例文の一覧を見る

expansion parameterのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2025 GRAS Group, Inc.RSS