1153万例文収録!

「newLine」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

newLineを含む例文一覧と使い方

該当件数 : 183



例文

After the number is printed, a newline is printed. 例文帳に追加

結果が表示された後、改行が表示されます。 - JM

is set to the null string, the newline character always acts as a field separator, in addition to whatever value 例文帳に追加

が空文字列に設定されたときには、 - JM

D Delete up to the first embedded newline in the pattern space. 例文帳に追加

Dパターンスペースの最初の改行までを削除する。 - JM

matches the empty string immediately before a newline, regardless of whether eflags contains REG_NOTEOL . 例文帳に追加

を改行直前の空文字列にマッチさせる。 - JM

例文

BZ2File class implements universal newline support; 例文帳に追加

BZ2File クラスは広範囲の改行文字バリエーションをサポートします。 - Python


例文

A trailing newline is added if necessary.例文帳に追加

末尾の改行文字は必要に応じて追加されます。 - Python

Matches the start of the string, and in MULTILINE mode also matches immediately after each newline.例文帳に追加

MULTILINE モードでは各改行の直後にマッチします。 - Python

If ``false'', triple clicking to select a line does not include the Newline at the end of the line.例文帳に追加

``true'' の場合は、改行文字も選択される。 - XFree86

list must be terminated with a newline or semicolon. 例文帳に追加

list の最後は改行文字かセミコロンでなければなりません。 - JM

例文

A newline alone in command-list is equivalent to a `p' command. 例文帳に追加

r command-list中の空行は、m pコマンドと同等に扱われます。 - JM

例文

addition, if the final byte of an input file is not a newline, 例文帳に追加

また入力ファイルの最後が改行でなければ、 - JM

A logical line that contains only spaces, tabs, form feeds and possibly a comment, is ignored (i.e., no NEWLINE token is generated).例文帳に追加

スペース、タブ、フォームフィード、およびコメントのみを含む論理行は無視されます (すなわち、NEWLINE トークンは生成されません)。 - Python

This mode translates the return key into newline on input, and translates newline into return and line-feed on output.Newline mode is initially on.例文帳に追加

このモードはリターンキーを入力中の改行として変換し、出力時に改行文字を復帰 (return) と改行 (line-feed) に変換します。 newline モードは初期化時にはオンになっています。 - Python

A trailing newline is stripped from the output.例文帳に追加

また、出力の最後の改行文字は取り除かれます。 - Python

All characters are take literally, including any newline. 例文帳に追加

改行を含め、すべての文字は文字通りに解釈されます。 - JM

If invoked from a terminal, ed pauses at the end of each page until a newline is entered. 例文帳に追加

t (.,.)p指定した範囲の行の内容を表示します。 - JM

Translate carriage return to newline on input (unless IGNCR is set). 例文帳に追加

(IGNCR が設定されていない場合) 入力の CR を NL に置き換える。 - JM

reports an error and then pretends that a newline was appended. 例文帳に追加

はエラーを報告して、改行があるかのように動作する。 - JM

outputs things like `sp' for space, `nl' for newline, and `nul' for a null (zero) byte. 例文帳に追加

形式は空白文字に `sp', 改行文字に `nl', null (ゼロ) バイトに `nul' - JM

succeed when the context ends at the newline. 例文帳に追加

コンテクストが改行で終わる場合にはこれは常に成功する。 - JM

of repeated newlines into a single newline 例文帳に追加

改行文字の繰り返しを一つの改行文字に圧縮する: - JM

Prints the formatted representation of object on stream,followed by a newline. 例文帳に追加

objectをフォーマット化してstreamに出力し、最後に改行します。 - Python

Token value used to indicate a non-terminating newline. 例文帳に追加

終わりではない改行を表すために使われるトークン値。 - Python

Generally, this should be interpreted to mean that line breaks indicated by newline characters should be preserved and no newline breaks should be introduced.例文帳に追加

これは通常、改行文字で表された改行を保存し、新たに改行を持ち込まないことを意味します。 - Python

In fact, both a semicolon and a newline are used as statement separators.例文帳に追加

実際、セミコロンと改行が文の区切りとして使用されます。 - JM

True; print the full file name on the standard output, followed by a newline. 例文帳に追加

真を返す。 ファイル名をフルパスで標準出力に表示し、 - JM

P Print up to the first embedded newline of the current pattern space. 例文帳に追加

P現在のパターンスペースの最初の改行までを出力する。 - JM

is called, or a newline is printed. 例文帳に追加

が呼び出されるか、改行文字が印字されるまで表示されない。 - JM

bytes, replacing the input newline with a space and padding 例文帳に追加

バイトずつを出力する。 改行文字は空白文字で置き換え、 - JM

prints the command line arguments, separated by spaces and followed by 例文帳に追加

はコマンドライン引数をスペースで区切って末尾に改行 (newline) を付加し、 - JM

prints `y' followed by a newline forever until killed. 例文帳に追加

yes は `y' に改行を付加したものを kill されるまで表示しつづける。 - JM

In the default mode, this matches anycharacter except a newline. 例文帳に追加

"." (ドット) デフォルトのモードでは改行以外の任意の文字にマッチします。 - Python

An improperly placed newline will cause a syntax error. 例文帳に追加

不適当な場所で改行を入力すると、文法エラーになります。 - JM

such as space or newline, without fancy searching. 例文帳に追加

Emacs でファイル名を探すのが (ファンシー検索 (fancy searching) を使わ なくても) 簡単になる。 - JM

Records are separated by instances of a string (newline by default). By 例文帳に追加

レコードはセパレータ文字列によって分離される (デフォルトは改行文字)。 - JM

The return value is a list of strings, eachending in a newline. 例文帳に追加

戻り値はそれぞれが改行で終わっている文字列のリストです。 - Python

A trailing newline is added when the format string is displayed. 例文帳に追加

フォーマット文字列の表示の際には、末尾に改行文字が追加されます。 - JM

Backslash may be used to escape a newline, if necessary. 例文帳に追加

必要があれば、バックスラッシュが改行をエスケープするために使用されます。 - JM

The trailing ? may be omitted if string is followed immediately by a newline. 例文帳に追加

stringの直後が改行文字ならば、最後の ? は省略しても構いません。 - JM

This includes the backslash and newline characters for long numbers.例文帳に追加

数字が長過ぎると、バックスラッシュと改行を含めた出力となります。 - JM

If it it a string, it is simply printed without a trailing newline. 例文帳に追加

値が文字列の場合、末尾の改行を付けずに、単に表示します。 - JM

is set to a single space, newline does not. 例文帳に追加

が単一の空白に設定された場合、空白とタブのみがフィールドを区切り、 - JM

Reading this file returns a single record terminated with a newline. 例文帳に追加

このファイルを読むことで、改行で終わる単一のレコードが得られます。 - JM

A trailing newline may be added if needed. 例文帳に追加

によって置き換えられる。 必要な場合は末尾に改行が加えられる。 - JM

stands for the the contents of the line, including its trailing newline (if 例文帳に追加

行の内容を意味する。 行末尾の改行があればそれも含む。 - JM

Though the term "newline" appears in ASCII standards, it was never accepted in the general computing world before Unix. 例文帳に追加

"newline(復帰改行)"という用語はASCII標準に載っているけれども,Unixが登場する以前には,一般のコンピュータ世界では決して受け入れられなかった. - コンピューター用語辞典

If the message object has an epilogue and its value does not start with a newline, a newline is printed after the closing boundary.例文帳に追加

もしそのメッセージオブジェクトが epilogue をもっており、それが改行文字から始まっていない場合、改行文字が MIME 境界文字列のあとに追加されます。 - Python

Returns a single line, starting at the current file position and up to the next newline.例文帳に追加

現在のファイル位置から次の新しい行までの、1行を返します。 - Python

Start a history substitution, except when followed by a blank , newline, = or (. 例文帳に追加

ただし、ブランク文字、改行文字、=, ( のいずれかが後に続く場合は除きます。 - JM

例文

In the case of a binary file, ed does not append a newline on reading/writing. 例文帳に追加

バイナリファイルの場合は、mはこのような改行文字追加は行いません。 - JM




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS