1153万例文収録!

「double quote」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > double quoteの意味・解説 > double quoteに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

double quoteの部分一致の例文一覧と使い方

該当件数 : 20



例文

double quote (") -- due to Oracle 例文帳に追加

ダブルクォート (") -- Oracle - PEAR

Double quote (") 例文帳に追加

二重引用符 (") - Python

"Double Quote macro/Enclosure" . 例文帳に追加

"二重引用符マクロ/囲い" - JM

Enclose file names in double quotes and quote nongraphic characters as 例文帳に追加

ファイル名をダブルクォートで囲む。 - JM

例文

If a double quote starts the literal, a double quote must end it. 例文帳に追加

直定数の開始をダブルクォートにしたら, 終わりもダブルクォートにしなければならない - 研究社 英和コンピューター用語辞典


例文

Quote as with c except omit the surrounding double-quote characters; 例文帳に追加

c と同じであるが、ファイル名を囲むダブルクォート文字を省略する。 - JM

Strings start with a double quote character and contain all characters until the next double quote character. 例文帳に追加

文字列は二重引用符で始まり、次の二重引用符までのすべての文字を含みます。 - JM

Two people. i'll double your quote. but it's gotta be done by the morning.例文帳に追加

2人 報酬は倍だ だが 朝まで始末しろ - 映画・海外ドラマ英語字幕翻訳辞書

If both single- and double-quotecharacters are already in data, the double-quote characters will be encoded and data will be wrapped in double-quotes.例文帳に追加

data の中にシングル・クォート、ダブル・クォートがあれば、両方ともエンコードし、全体をダブルクォートで囲みます。 - Python

例文

A double quote may be quoted within double quotes by preceding it with a backslash. 例文帳に追加

前にバックスラッシュを付ければ、ダブルクォート文字をダブルクォートによるクォートの内部でクォートできます。 - JM

例文

At the end of a line, a semicolon is added in addition to the closing single or double quote. 例文帳に追加

行末には、一重または二重の右引用符に続けてセミコロンが追加されます。 - NetBeans

Strings must be surrounded by double quote characters(e.g. "blue") and are case-sensitive. 例文帳に追加

文字列はダブルクォート文字で括らなければならず(例: "blue")、また大文字・小文字は区別される。 - XFree86

Return a new string with backslashes in str replaced by two backslashes, and double quotes replaced by backslash-double quote.例文帳に追加

文字列 str 内のバックスラッシュを バックスラッシュ2つ に置換した新しい文字列を返します。 また、ダブルクォートは バックスラッシュ + ダブルクォートに置換されます。 - Python

Uppercase and lowercase characters differ by just one bit and the ASCII character 2 differs from the double quote by just one bit, too. 例文帳に追加

大文字 (uppercase) と小文字 (lowercase) は 1 ビットだけ異なっている。 ASCII の文字 2 はダブルクォートとは 1 ビットだけ異なっている。 - JM

The contents of such strings are notfunc_foo(a href="javascript:foo(bar, baz)"Do foo/a)But if you have an unmatched single or double quote in your argument or if the argument starts with a quote, it should be quoted. 例文帳に追加

しかし、引数内のシングルクォートあるいはダブルクォートの数がマッチしていない場合や引数がクォートで始まっている場合は、それをクォートする必要があります。 - PEAR

Return a new string with backslashes in str replaced by two backslashes and double quotes replaced by backslash-double quote.例文帳に追加

str 中のバックスラッシュが 2 つのバックスラッシュに置き換えられ、二重引用符がバックスラッシュ付きの二重引用符に置き換えられた、新たな文字列を返します。 - Python

The format for arithmetic expansion is: $((expression)) The expression is treated as if it were within double quotes, but a double quote inside the parentheses is not treated specially. 例文帳に追加

算術式展開のフォーマットを次に示します:$((expression))expressionはダブルクォート内部にある場合と同様に扱われますが、括弧の内側のダブルクォートが特別扱いされることはありません。 - JM

According to "Azuma Kagami" (The Mirror of the East), using a quote from "Shomon Ki" (tale of Masakado), Hirotsune first had "double intentions" in his mind in trying to kill Yoritomo depending on the situation; however, he changed after seeing Yoritomo's resolute attitude and tried to corroborate with Yoritomo. 例文帳に追加

『吾妻鏡』では、『将門記』の古事をひきながら、場合によっては頼朝を討ってやろうと「内に二図の存念」を持っていたが、頼朝の毅然とした態度に「害心を変じ、和順を奉る」とはある。 - Wikipedia日英京都関連文書対訳コーパス

Deleting the opening single or double quote, brace, or bracket causes automatic removal of the corresponding closing symbol but does not affect the line end semicolon.When the cursor points at a closing brace ), a closing curly brace }, or a closing bracket ], the paired opening symbol is highlighted in yellow. 例文帳に追加

一重または二重の左引用符、左小括弧、または左角括弧を削除すると、対応する右の記号も自動的に削除されますが、行末のセミコロンに影響はありません。 カーソルが右の小括弧 )、中括弧 }、または角括弧 ] にあるとき、対応する左の記号が黄色で強調表示されます。 - 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




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
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でライセンスされています。
  
© 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.
  
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
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS