「backslash」を含む例文一覧(77)

1 2 次へ>
  • a yen symbol
    円マーク《¥; cf. backslash - 研究社 英和コンピューター用語辞典
  • a forward slash
    普通のスラッシュ《⇔backslash - 研究社 英和コンピューター用語辞典
  • a backslash key
    バックスラッシュキー - 研究社 英和コンピューター用語辞典
  • enable interpretation of the backslash-escaped characters
    の解説である。 - JM
  • A backslash
    バックスラッシュ文字 - JM
  • Backslash Escapes
    バックスラッシュを用いたエスケープ - JM
  • Produces a backslash.
    バックスラッシュを生成します。 - Python
  • use the backslash character to separate directory names
    ディレクトリー名を区切るのにバックスラッシュを使う - 研究社 英和コンピューター用語辞典
  • A single backslash will quote the &.
    バックスラッシュ 1 つを前に置けば & をクォートできます。 - JM
  • The backslash is considered to be part of the line.
    バックスラッシュは行の一部と見なされます。 - JM
  • A backslash escapes the next character,
    バックスラッシュは次の文字をエスケープします。 - JM
  • may not be a backslash or an apostrophe.
    にバックスラッシュやアポストロフィは指定できない。 - JM
  • ASCII character or backslash escape
    ASCII 文字かバックスラッシュ付きのエスケープ文字 - JM
  • Be sure to use opening and closing backslash characters.
    先頭と末尾にバックスラッシュを必ず入れてください。 - NetBeans
  • C,all unrecognized escape sequences are left in the string unchanged,i.e., the backslash is left in the string.
    バックスラッシュも文字列中に残ります。 - Python
  • Every line in an entry except the last ends in a backslash character.
    最後の行以外のすべての行は、行末にバックスラッシュを記述します。 - FreeBSD
  • 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
  • A backslash escapes spaces within an option.
    空白はバックスラッシュによってエスケープすることができます。 - JM
  • LIMITATIONS ed processes file arguments for backslash escapes, i.e.,
    eh 制限mはr file引数に対してバックスラッシュエスケープ処理を施します。 - JM
  • Any metacharacter with special meaning may be quoted by preceding it with a backslash.
    また、特殊な意味を持つメタ文字も、その文字の前にバックスラッシュ - JM
  • to preserve the backslash.
    とする) ことによって、バックスラッシュを残して扱うことができます。 - JM
  • Enable interpretation of the following backslash-escaped characters in
    中の、バックスラッシュでエスケープされた文字の解釈を有効にする。 - JM
  • backslash sequences like those used in C.
    これらのシーケンスは C 言語で使われているものと同じである。 - JM
  • Output as ASCII characters or backslash escapes.
    ASCII 文字またはバックスラッシュ付きのエスケープ文字として出力する。 - JM
  • Print unprintable characters in octal backslash notation.
    印字できない文字を、バックスラッシュ表記の 8 進数で出力する。 - JM
  • A line ending in a backslash cannot carry a comment.
    バックスラッシュで終わる行にはコメントを入れることはできません。 - Python
  • A backslash does not continue a comment.
    また、バックスラッシュを使ってコメントを継続することはできません。 - Python
  • Escape it with a backslash:27.5.4 How Can I Dial a Phone Number on the Command Line?
    バックスラッシュを使ってエスケープをおこないます:18.5.5.コマンドラインから電話番号を指定するには? - FreeBSD
  • The first backquote not preceded by a backslash terminates the command substitution.
    バックスラッシュが前置されていないバッククォートがあると、そこでコマンド置換は閉じられます。 - JM
  • In the macro body, the backslash escapes described above are expanded.
    マクロ本体では、前述のバックスラッシュによるエスケープは展開されます。 - JM
  • Backslash will quote any other character in the macro text, including " and '.
    バックスラッシュはマクロのテキスト内の他の文字を全てエスケープします。 これには " や ' も含まれます。 - JM
  • Backslash may be used to escape a newline, if necessary.
    必要があれば、バックスラッシュが改行をエスケープするために使用されます。 - JM
  • A literal the backslash is removed before attempting a match.
    文字通りの & はバックスラッシュでエスケープします。 バックスラッシュはマッチを試みる前に削除されます。 - JM
  • In particular, a backslash-newline pair may not be used as a line continuation.
    特に、バックスラッシュと改行の組合せを使って複数の行を接続することはできません。 - JM
  • Because newlines are statement separators, it is possible to hide a newline by using the backslash character.
    改行は文の区切りですが、バックスラッシュを用いて改行を隠すことができます。 - JM
  • so it can be used to specify an option containing whitespace or a backslash.
    これは空白やバックスラッシュを含むオプションを指定するために用いられます。 - JM
  • If this flag is set, treat backslash as an ordinary character, instead of an escape character.
    このフラグがセットされていると、バックスラッシュ (\\\\) をエスケープ文字ではなく通常の文字として扱う。 - JM
  • Note that your context path is preceded by a backslash and that it should not contain spaces.
    コンテキストパスはスラッシュで始まること、空白は使用できないことに注意してください。 - NetBeans
  • Alternatively, you can double each backslash in the doctest version (and not use a raw string):
    こうする代わりに、(raw docstring を使わずに) doctest 版の中ではバックスラッシュを全て二重にしてもかまいません: - Python
  • 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
  • Several special backslash sequences are provided as shortcuts.
    バックスラッシュを使った特殊シーケンスの中にはショートカットとして使われるものがある。 - XFree86
  • Specifically, a raw string cannot end in a single backslash (since the backslash would escape the following quote character).
    厳密にいえば、(バックスラッシュが直後のクオート文字をエスケープしてしまうため) raw 文字列を単一のバックスラッシュで終わらせることはできないということになります。 - 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
  • String quotes can be escaped with a backslash, but the backslash remains in the string; for example, r""" is a valid string literal consisting of two characters: a backslash and a double quote;r"" is not a valid string literal (even a raw string cannot end in an odd number of backslashes).
    引用符はバックスラッシュでエスケープすることができますが、バックスラッシュ自体も残ってしまいます; 例えば、r""" は不正でない文字列リテラルで、バックスラッシュと二重引用符からなる文字列を表します; r"" は正しくない文字列リテラルです (raw 文字列を奇数個連なったバックスラッシュで終わらせることはできません)。 - Python
  • A single quote may not occur between single quotes, even when preceded by a backslash.
    シングルクォートの間にシングルクォートを置くことはできません。 これはバックスラッシュを前に付けても同じです。 - JM
  • A double quote may be quoted within double quotes by preceding it with a backslash.
    前にバックスラッシュを付ければ、ダブルクォート文字をダブルクォートによるクォートの内部でクォートできます。 - JM
  • The word expands to string, with backslash-escaped characters replaced as specifed by the ANSI C standard.
    この単語は string に展開され、それから ANSI C 標準で仕様が決められている、バックスラッシュでエスケープされている文字に置き換えられます。 - JM
  • TYPE is made up of one or more of these specifications: a named character c ASCII character or backslash escape d[SIZE] signed decimal, SIZE bytes per integer f[SIZE] floating point, SIZE bytes per integer o[SIZE] octal, SIZE bytes per integer u[SIZE] unsigned decimal, SIZE bytes per integer x[SIZE] hexadecimal, SIZE bytes per integer SIZE is a number.
    またはサイズを C コンパイラの組み込みデータタイプによっても指定できる。 - JM
1 2 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • FreeBSD
    Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • NetBeans
    © 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.
  • Python
    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.
  • JM
    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.