「String literal」を含む例文一覧(35)

  • String Literal
    文字列リテラル - NetBeans
  • 2.4.2 String literal concatenation
    2.4.2 文字列リテラルの結合 (concatenation) - Python
  • String Literal enables you to enter a string literal.
    文字列リテラルを使用すると、文字列リテラルを入力できます。 - NetBeans
  • a string literal delimited by single quotes
    シングルクォートで囲まれた文字列の直定数 - 研究社 英和コンピューター用語辞典
  • There are two ways of writing string constants: as literal
    文字列定数を書くには、2 通りの方法がある: - JM
  • In the Palette, under the String section, select the string-literal function and drag it to the Transformations pane.
    「パレット」の「String」セクションの下で、「文字列定数」関数を選択し、変換区画にドラッグします。 - NetBeans
  • Specify a string literal between double quotes ("STR").
    二重引用符 ("STR") の間で完全な文字列は指定される。 - JM
  • Type Hello World in the string literal method and press the Enter key.
    文字列リテラルメソッドに「 Hello World 」と入力し、Enter キーを押します。 - NetBeans
  • On the menu bar, click the String method and select String Literal from the String drop-down list.The String Literal box appears in the mapping pane of the Mapper.
    メニューバーで「文字列」メソッドをクリックし、「文字列」ドロップダウンリストから「文字列リテラル」 を選択します。 「文字列リテラル」ボックスは、マッパーのマッピング区画に表示されます。 - NetBeans
  • Produce a string that is suitable as string literal in Python source code
    Python ソースコードにおける文字列リテラルとして適切な文字列を生成します。 - Python
  • Double-click the String Literal function box and type THE VALUE there.
    文字列リテラル関数ボックスをダブルクリックし、そこに「THE VALUE」と入力します。 - NetBeans
  • perform a literal string search
    文字どおりの[すべての文字を文字そのものとして]文字列検索を行なう - 研究社 英和コンピューター用語辞典
  • Produce a string that is suitable as Unicode literal in Python source code
    Python ソースコードにおける Unicode リテラルとして適切な文字列を生成します。 - Python
  • Select the small square on the right side of the string literal box.
    文字列リテラルボックスの右側にある小さな正方形を選択します。 - NetBeans
  • Produce a string that is suitable as raw Unicode literal in Python source code
    Python ソースコードにおける raw Unicode リテラルとして適切な文字列を生成します。 - Python
  • The pattern to be searched for is a literal string in the argument.
    検索対象となるパターンは, 引数に指定された文字列そのものである - 研究社 英和コンピューター用語辞典
  • The buildFilter method uses the quote method internally to construct SQL literal string representations of values.
    buildFilter メソッドは内部で quote メソッドを使用してSQL リテラル文字列を作成しています。 - PEAR
  • Choose String String Literal in the mapper menu, another function box appears on the mapping pane.
    マッパーのメニューで「文字列」「文字列リテラル」を選択すると、マッピング区画に別の関数ボックスが表示されます。 - NetBeans
  • Move the string literal box and the == Equal box to the middle of the mapping pane.
    文字列リテラルボックスと「== 等しい」ボックスを、マッピング区画の中央まで移動します。 - NetBeans
  • data type: Stringdescription: The literal string of characters that was the source for the current event.access: read-only
    データ型: 文字列 説明: カレント・イベントの元になったリテラル文字列 アクセス: リードオンリー - Python
  • Draw a connection from the String Literal function box to the ingoing connector of the Concat function box.
    文字列リテラル関数ボックスから連結関数ボックスの内向きコネクタに、接続を引きます。 - NetBeans
  • A backslash is illegal elsewhere on a line outside a string literal.
    上記以外の場所では、文字列リテラル外にあるバックスラッシュはどこにあっても不正となります。 - Python
  • The offset in the reverse direction, the length of the sub string, the length of a continuous literal character, and the literal character itself are Huffman-coded to reduce the data size.
    逆向きのオフセット、サブストリングの長さ、連続リテラル文字長さ、及びリテラル文字自体をハフマンコード化してデータサイズを短縮することができる。 - 特許庁
  • The input variable value is concatenated to the end of the string literal THE VALUE: and copied to the output variable.
    入力変数値が文字列リテラル THE VALUE: の末尾に連結され、出力変数にコピーされます。 - NetBeans
  • 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
  • Double-click the String Literal box to make it editable, type Hello World in the box, and press the Enter key.
    「文字列リテラル」ボックスをダブルクリックして編集可能な状態にします。 Hello World と入力して Enter キーを押します。 - NetBeans
  • To make a search of the value recorded to the log file, you can concatenate the value with the string literal as shown on the figure below.
    ログファイルに記録された値を検索するには、次の図に示すように、値を文字列リテラルと連結できます。 - NetBeans
  • A comment starts with a hash character (#) that is not part of a string literal, and ends at the end of the physical line.
    コメントは文字列リテラル内に入っていないハッシュ文字 (#) から始まり、同じ物理行の末端で終わります。 - Python
  • Evaluation of a literal yields an object of the given type (string,integer, long integer, floating point number, complex number) with the given value.
    リテラルを評価すると、指定した型 (文字列、整数、長整数、浮動小数点数、複素数) の指定した値を持つオブジェクトになります。 - Python
  • is limited as a macro language, and has difficulty when presented with a string containing a member of the mathematical, logical or quotation set: -literal -offset indent-two
    はマクロ言語としての限界から、数学、論理学、もしくは以下の引用符の集合のメンバを含んだ文字列を表現するのは困難です。 - JM
  • The destination variable now has a value that consists of concatenation of the string literal and the source variable value. The following example shows a copy assignment that uses the concat XPath function.
    宛先変数が、文字列リテラルとソース変数の値を連結した値になります。 次の例は、連結 XPath 関数を使用するコピー代入を示しています。 - NetBeans
  • A character string transmitted from an application side terminal 6 is compared by code unit of Japanese language unified character set, thereby detecting a character other than a basic Japanese language character set in the character string and a literal error in the basic Japanese language character set.
    申請側端末6から送信された文字列を日本語統一文字セットのコード単位で対比して前記文字列に基本日本語文字セット以外の文字、基本日本語文字セット中の誤字を検出する。 - 特許庁
  • One syntactic restriction not indicated by these productions is that whitespace is not allowed between the stringprefix and the rest of the string literal.
    上記の生成規則で示されていない文法的な制限が一つあります。 それは文字列リテラルの stringprefix と残りの部分の間に空白を入れてはならないということです。 - Python
  • To facilitate descriptiveness and readability, by providing drawing in relation to a literal character string of a component for repeatedly displaying the content, without requiring description of a JSP extension tag.
    コンテントを繰り返し表示させる部品のリテラル文字列について、JSP拡張タグの記述を必要とすることなく描画可能として記述性と可読性を容易にする。 - 特許庁
  • In a string literal, hexadecimal and octal escapes denote the byte with the given value; it is not necessary that the byteencodes a character in the source character set.
    文字列リテラル中では, 16 進および 8 進エスケープはエスケープの示すバイト文字になります.そのバイト文字がソース文字セットでエンコードされている保証はありません.Unicode リテラル中では,エスケープ文字はエスケープ文字の表現する値を持つ Unicode 文字になります. - Python

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

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • 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.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  • 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.
  • 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.