1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

改行文字の部分一致の例文一覧と使い方

該当件数 : 181



例文

改行文字例文帳に追加

a newline character  - 研究社 英和コンピューター用語辞典

復帰文字改行文字に変換する例文帳に追加

Translate carriage return to newline.  - JM

改行文字の繰り返しを一つの改行文字に圧縮する:例文帳に追加

of repeated newlines into a single newline  - JM

つまりアルファベット文字、数字以外の文字改行文字に変換し、例文帳に追加

This converts all non-alphanumeric characters to newlines, then squeezes each string  - JM

例文

Unicode 文字列を改行文字で区切り、Unicode 文字列からなるリストを返します。例文帳に追加

Split a Unicode string at line breaks, returning a list of Unicode strings. - Python


例文

改行を含め、すべての文字文字通りに解釈されます。例文帳に追加

All characters are take literally, including any newline.  - JM

入力の NL (New Line: 改行文字) を CR (Carriage Return: 復帰文字) に置き換える。例文帳に追加

Translate NL to CR on input.  - JM

FILE にある全ての文字が (改行文字も含めて) 考慮される。例文帳に追加

mode any character in FILE is considered, including newlines.  - JM

改行 (newline) 文字を復帰 (carriage return) 文字に変換する。例文帳に追加

Translate newline to carriage return.  - JM

例文

デリミタ文字は Unixでは":"、Windows では";" 、Macintosh では "n" (ASCII改行文字) です。例文帳に追加

The delimiter character is ":" on Unix,";" on Windows, and "n" (the ASCIInewline character) on Macintosh.  - Python

例文

文字列は NEWLINE(改行) で終っている。例文帳に追加

The string ends with a NEWLINE.  - JM

改行文字を続けたものである。例文帳に追加

followed by a newline character.  - JM

改行に使用する文字例文帳に追加

The character(s) to use for line breaks  - PEAR

バッファはヌル文字 (\\e0) で終端される。 改行文字が見つかった場合は、改行文字もバッファに格納される。例文帳に追加

The buffer is null-terminated and includes the newline character, if one was found.  - JM

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

A trailing newline is added when the format string is displayed.  - JM

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

Start a history substitution, except when followed by a blank , newline, = or (.  - JM

例えば、[foo]Pは文字列fooを表示します (が、改行文字は表示しません)。例文帳に追加

For example, [foo]P prints the characters foo (with no newline). a The top-of-stack is popped.  - JM

バイトずつを出力する。 改行文字は空白文字で置き換え、例文帳に追加

bytes, replacing the input newline with a space and padding  - JM

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

outputs things like `sp' for space, `nl' for newline, and `nul' for a null (zero) byte.  - JM

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

Records are separated by instances of a string (newline by default). By  - JM

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

If the message object has an epilogue and its value does not start with a newline, a newline is printed after the closing boundary. - Python

list の最後は改行文字かセミコロンでなければなりません。例文帳に追加

list must be terminated with a newline or semicolon.  - JM

文字列の後に改行は出力されません。例文帳に追加

No newline character is printed after the string.  - JM

改行文字が、数値の後に表示されます。例文帳に追加

A newline is printed after the value.  - JM

これは 80 桁目に改行文字を挿入することによって実現される。例文帳に追加

info fold  - JM

通常、レコードは改行文字により区切られます。例文帳に追加

Normally, records are separated by newline characters.  - JM

特に指定が無ければ改行文字が用いられる。例文帳に追加

DESCRIPTION Write each FILE to standard output, last line first.  - JM

出力の終端には改行文字が付く。例文帳に追加

The output is terminated by a newline character.  - JM

読み込みはEOF または改行文字を読み込んだ後で停止する。例文帳に追加

Reading stops after an EOF  - JM

読み込まれた改行文字はバッファに格納される。例文帳に追加

or a newline. If a newline is read, it is stored into the buffer.  - JM

は、文字列sと改行をstdoutに書き込む。例文帳に追加

writes the string s and a trailing newline to stdout .  - JM

改行を含まない非マッチング文字リスト( [^...] )例文帳に追加

A non-matching list ( [^...] )  - JM

改行直後の空文字列にマッチさせる。例文帳に追加

matches the empty string immediately after a newline, regardless of whether eflags ,  - JM

改行直前の空文字列にマッチさせる。例文帳に追加

matches the empty string immediately before a newline, regardless of whether eflags contains REG_NOTEOL .  - JM

長さには行の末尾の改行文字も含まれる。例文帳に追加

This includes length for a trailing newline.  - JM

最初の桁の改行文字を出力しない。例文帳に追加

Do not print carriage returns in the first column.  - JM

改行文字によって復帰動作を行う。例文帳に追加

Newline performs a carriage return.  - JM

XML ドキュメントを書き出す際の改行に使用する文字例文帳に追加

The line-breaking character(s) to use when writing the XML document.  - PEAR

改行文字です。 multiline が TRUEの場合にのみ使用されます。例文帳に追加

linebreak character, only used when multiline is set to TRUE  - PEAR

また、出力の最後の改行文字は取り除かれます。例文帳に追加

A trailing newline is stripped from the output. - Python

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

A trailing newline is added if necessary. - Python

CRLF は一個の改行文字とみなします。例文帳に追加

CRLF is considered to be one line break.  - Python

ch が改行文字かどうかに応じて 1 または 0 を返します。例文帳に追加

Returns 1/0 depending on whether ch is a linebreak character.  - Python

""\\\\n - これは改行文字に置き換えられる。例文帳に追加

Thus it shouldcontain no unescaped new-lines. There are a few special character sequencesfor this file:  - XFree86

リストは改行文字で区切られる。例文帳に追加

Specifies a list of strings, separated by new lines, that will be displayed in the bc_label window. - XFree86

Xlsatoms は各行の最後に改行文字を追加する。例文帳に追加

Xlsatoms will supply a newline at the end of each line. - XFree86

``true'' の場合は、改行文字も選択される。例文帳に追加

If ``false'', triple clicking to select a line does not include the Newline at the end of the line. - XFree86

改行制御部52は、文字列表示部54による文字列の表示における改行位置を、当該文字列に含まれる文字に係る改行制御情報に基づいて決定する。例文帳に追加

A line feed control part 52 determines a line feed position in display of a character string by the character string display part 54 based on line feed control information related to a character contained in this character string. - 特許庁

UNIXスタイルのオペレーティングシステムでは、改行文字は ASCII コード 10 の line feed (LF) の 1文字が使われています。例文帳に追加

UNIX style operating systems use a single character: ASCII code 10, the line feed (LF).  - FreeBSD

例文

文字列の途中にある改行文字は削除されませんが、単語分割の際に削除されることがあります。例文帳に追加

Embedded newlines are not deleted, but they may be removed during word splitting.  - JM

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS