TILDEを含む例文一覧と使い方
該当件数 : 27件
If the tilde-prefix is a `~+', the value of the shell variable PWD replaces the tilde-prefix. 例文帳に追加
チルダプレフィックスが `~+' ならば、チルダプレフィックスはシェル変数PWDの値に置き換えられます。 - JM
We are doing everything in our power to find princess tilde.例文帳に追加
ティルデ王女の発見に 全力を注ぐ - 映画・海外ドラマ英語字幕翻訳辞書
Tilde Expansion If a word begins with an unquoted tilde character (`~'), all of the characters preceding the first unquoted slash (or all characters, if there is no unquoted slash) are considered a tilde-prefix. 例文帳に追加
チルダ展開クォートされていないチルダ (`~') で単語が始まった場合、クォートされていないスラッシュよりも前にある文字すべて(クォートされていないスラッシュが無ければすべての文字)はチルダプレフィックス (tilde-prefix) と解釈されます。 - JM
The value of this variable is also used when performing tilde expansion. 例文帳に追加
この変数の値は、チルダ展開を実行するときにも使われます。 - JM
In particular,the tilde character ("~") is mis-handled; encoding it as a hex-sequence does work, use "%7e" in place of the tilde character.例文帳に追加
特に、チルダ文字 ("~") は誤って処理されます; hex 形式の配列にエンコードすればうまくいくので、チルダの代わりには"%7e" を使ってください。 - Python
color tilde brightmagenta blue color body brightwhite blue "[-a-z_0-9.]+@[-a-z_0-9.]+"mono body bold "[-a-z_0-9.]+@[-a-z_0-9.]+"color body brightyellow black "^Good signature"mono body bold "^Good signature"color body brightwhite red "^Bad signature from.*"mono body bold "^Bad signature from.*"color normal white blue color message green blackcolor attachment bright green blue例文帳に追加
#Endoffile...でもまだまだ続くはず....:) - Gentoo Linux
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
If this login name is the null string, the tilde is replaced with the value of the shell parameter HOME . 例文帳に追加
このログイン名が空文字列ならば、チルダはシェルパラメータHOMEの値に置き換えられます。 - JM
If the login name is invalid, or the tilde expansion fails, the word is unchanged. 例文帳に追加
ログイン名が有効でない場合や、チルダ展開が失敗した場合には、単語は置き換えられません。 - JM
Otherwise, the tilde-prefix is replaced with the home directory associated with the specified login name. 例文帳に追加
ログイン名が空でなければ、チルダプレフィックスは指定されたログイン名に対応するホームディレクトリに置き換えられます。 - JM
Each variable assignment is checked for unquoted tilde-prefixes immediately following a : or = . 例文帳に追加
全ての変数代入において、:や=の直後にクォートされていないチルダプレフィックスがないかチェックが行われます。 - JM
If the expansion fails, or if the path does not begin with a tilde, the path is returned unchanged.例文帳に追加
もし置き換えに失敗したり、引数のパスがチルダで始まっていなかったら、パスをそのまま返します。 - Python
Tildes are expanded in file names as described below under "Tilde Expansion" in the EXPANSION section. 例文帳に追加
ファイル名に含まれるチルダは、後述の展開セクションにおける"チルダ展開"の項目で述べるように展開されます。 - JM
In each of the cases below, word is subject to tilde expansion, parameter expansion, command substitution, and arithmetic expansion. 例文帳に追加
以下に示すそれぞれの場合、word に対してチルダ展開、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM
On Unix, lazy typists can just type a tilde (~); the install command will expand this to your home directory:例文帳に追加
面倒臭がりの人は、単にチルダ(~) をタイプするだけでかまいません; install コマンドがチルダをホームディレクトリに展開してくれます: - Python
When the head of a path name designated by a user includes a tilde mark for a path name of a broadcast communication file (S310: YES), a PC 1 acquires a character string, which shows a home directory, from an environment variable (S320) and changes the tilde mark to the character string which shows the home directory (S330).例文帳に追加
PC1は、同報通信ファイルのパス名について、利用者が指定したパス名の先頭に「~(チルダ)」が付いていた場合(S310:YES)、環境変数からホームディレクトリを示す文字列を取得して(S320)、「~」を、ホームディレクトリを示す文字列に変更する(S330)。 - 特許庁
HOME This variable is used as the prefix for files thatbegin with a tilde and for locating the twm startup file. 例文帳に追加
"HOME" 8この環境変数は、名前がチルダで始まるファイルの場合に twm の設定ファイルの場所を示すためのプレフィックスとして用いられる。 - XFree86
All values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal (see EXPANSION below). 例文帳に追加
全てのvalueに対して、チルダ展開、パラメータと変数の展開、コマンド置換、算術式展開、クォート除去が行われます (後述の展開を参照)。 - JM
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
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
String arguments that are interpreted as filenames (see the Pixmaps, Cursors, and IconDirectorybelow) will prepend the user's directory (specified by the HOME environment variable) if the first character is a tilde (~).例文帳に追加
ファイル名として解釈される文字列である引き数(後述の Pixmaps,Cursors, IconDirectory を参照)は、最初の文字がチルダ(~)ならばユーザのディレクトリ(環境変数 HOME で指定される)の後に追加される。 - XFree86
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
For example, JIS Roman is ASCII with tilde and backslash replaced by yen and overbar; Xlib may load an ISO8859-1 font to support this character set if a JIS Roman font is not available.例文帳に追加
例えば、JIS Roman は ASCII のチルダとバックスラッシュを円記号とオーバーバーで置き換えたものである。 JIS Roman フォントが利用できない場合、Xlib はこの文字集合をサポートするため、 ISO8859-1 をロードすることができる。 - XFree86
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
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)