backslashを含む例文一覧と使い方
該当件数 : 78件
円マーク《¥; cf. backslash》 - 研究社 英和コンピューター用語辞典
A backslash 例文帳に追加
バックスラッシュ文字 - JM
普通のスラッシュ《⇔backslash》 - 研究社 英和コンピューター用語辞典
Search hzn1 test results backslash backslash例文帳に追加
コンピュータで検索してくれ hzn1試験結果 - 映画・海外ドラマ英語字幕翻訳辞書
enable interpretation of the backslash-escaped characters 例文帳に追加
の解説である。 - JM
ASCII character or backslash escape 例文帳に追加
ASCII 文字かバックスラッシュ付きのエスケープ文字 - JM
The backslash is considered to be part of the line. 例文帳に追加
バックスラッシュは行の一部と見なされます。 - JM
use the backslash character to separate directory names 例文帳に追加
ディレクトリー名を区切るのにバックスラッシュを使う - 研究社 英和コンピューター用語辞典
C,all unrecognized escape sequences are left in the string unchanged,i.e., the backslash is left in the string. 例文帳に追加
バックスラッシュも文字列中に残ります。 - Python
Be sure to use opening and closing backslash characters. 例文帳に追加
先頭と末尾にバックスラッシュを必ず入れてください。 - NetBeans
LIMITATIONS ed processes file arguments for backslash escapes, i.e., 例文帳に追加
eh 制限mはr file引数に対してバックスラッシュエスケープ処理を施します。 - JM
Enable interpretation of the following backslash-escaped characters in 例文帳に追加
中の、バックスラッシュでエスケープされた文字の解釈を有効にする。 - JM
Print unprintable characters in octal backslash notation. 例文帳に追加
印字できない文字を、バックスラッシュ表記の 8 進数で出力する。 - JM
A line ending in a backslash cannot carry a comment. 例文帳に追加
バックスラッシュで終わる行にはコメントを入れることはできません。 - Python
In the macro body, the backslash escapes described above are expanded. 例文帳に追加
マクロ本体では、前述のバックスラッシュによるエスケープは展開されます。 - JM
Any metacharacter with special meaning may be quoted by preceding it with a backslash. 例文帳に追加
また、特殊な意味を持つメタ文字も、その文字の前にバックスラッシュ - JM
Backslash may be used to escape a newline, if necessary. 例文帳に追加
必要があれば、バックスラッシュが改行をエスケープするために使用されます。 - JM
The delimiter may be quoted in old and new with a single backslash. 例文帳に追加
oldとnewの中では、バックスラッシュ 1 つでクォートすれば区切り文字も使えます。 - JM
This includes the backslash and newline characters for long numbers.例文帳に追加
数字が長過ぎると、バックスラッシュと改行を含めた出力となります。 - JM
Every line in an entry except the last ends in a backslash character. 例文帳に追加
最後の行以外のすべての行は、行末にバックスラッシュを記述します。 - FreeBSD
Specifically, a raw string cannot end in a single backslash (since the backslash would escape the following quote character).例文帳に追加
厳密にいえば、(バックスラッシュが直後のクオート文字をエスケープしてしまうため) raw 文字列を単一のバックスラッシュで終わらせることはできないということになります。 - Python
so it can be used to specify an option containing whitespace or a backslash. 例文帳に追加
これは空白やバックスラッシュを含むオプションを指定するために用いられます。 - JM
Several special backslash sequences are provided as shortcuts.例文帳に追加
バックスラッシュを使った特殊シーケンスの中にはショートカットとして使われるものがある。 - XFree86
The first backquote not preceded by a backslash terminates the command substitution. 例文帳に追加
バックスラッシュが前置されていないバッククォートがあると、そこでコマンド置換は閉じられます。 - JM
Escape it with a backslash:27.5.4 How Can I Dial a Phone Number on the Command Line? 例文帳に追加
バックスラッシュを使ってエスケープをおこないます:18.5.5.コマンドラインから電話番号を指定するには? - FreeBSD
A double quote may be quoted within double quotes by preceding it with a backslash. 例文帳に追加
前にバックスラッシュを付ければ、ダブルクォート文字をダブルクォートによるクォートの内部でクォートできます。 - JM
Backslash will quote any other character in the macro text, including " and '. 例文帳に追加
バックスラッシュはマクロのテキスト内の他の文字を全てエスケープします。 これには " や ' も含まれます。 - JM
A literal the backslash is removed before attempting a match. 例文帳に追加
文字通りの & はバックスラッシュでエスケープします。 バックスラッシュはマッチを試みる前に削除されます。 - JM
Because newlines are statement separators, it is possible to hide a newline by using the backslash character. 例文帳に追加
改行は文の区切りですが、バックスラッシュを用いて改行を隠すことができます。 - JM
Note that your context path is preceded by a backslash and that it should not contain spaces. 例文帳に追加
コンテキストパスはスラッシュで始まること、空白は使用できないことに注意してください。 - NetBeans
A backslash is illegal elsewhere on a line outside a string literal.例文帳に追加
上記以外の場所では、文字列リテラル外にあるバックスラッシュはどこにあっても不正となります。 - Python
For example, a backslash followed by two newlines may be followed by arbitrary garbage.例文帳に追加
例えば、改行が後ろに付くバックスラッシュには不定のゴミが付いているかもしれません。 - Python
A single quote may not occur between single quotes, even when preceded by a backslash. 例文帳に追加
シングルクォートの間にシングルクォートを置くことはできません。 これはバックスラッシュを前に付けても同じです。 - JM
In particular, a backslash-newline pair may not be used as a line continuation. 例文帳に追加
特に、バックスラッシュと改行の組合せを使って複数の行を接続することはできません。 - JM
If this flag is set, treat backslash as an ordinary character, instead of an escape character. 例文帳に追加
このフラグがセットされていると、バックスラッシュ (\\\\) をエスケープ文字ではなく通常の文字として扱う。 - JM
Alternatively, you can double each backslash in the doctest version (and not use a raw string):例文帳に追加
こうする代わりに、(raw docstring を使わずに) doctest 版の中ではバックスラッシュを全て二重にしてもかまいません: - Python
A backslash does not continue a token except for string literals (i.e., tokens other than string literals cannot be split across physical lines using a backslash).例文帳に追加
バックスラッシュが文字列リテラル中にある場合を除き、バックスラッシュの後ろにトークンを継続することはできません (すなわち、物理行内の文字列リテラル以外のトークンをバックスラッシュを使って分断することはできません)。 - Python
SH NAMEIt is extremely important that this format is followed, and that there is a backslash before the single dash which follows the command name. 例文帳に追加
\\&.SH NAMEこのフォーマットに従い、コマンド名に続くシングルダッシュ (-)の前には必ずバックスラッシュを置くこと。 - JM
For example, the string literalr"n" consists of two characters: a backslash and a lowercase"n". 例文帳に追加
例えば、文字列リテラル r"n" は二つの文字:バックスラッシュと小文字の "n" からなる文字列を表すことになります。 - Python
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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 |
| © 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-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会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)