「Empty string」を含む例文一覧(136)

1 2 3 次へ>
  • yields an empty string.
    は空文字列を返す。 - JM
  • string string with collapsed empty tags
    string空のタグをまとめた文字列を返します。 - PEAR
  • name was an empty string.
    nameが空文字列である。 - JM
  • Default is an empty string.
    デフォルトは空文字列です。 - PEAR
  • If the string returned to def_string_return is the empty string (""), no glyphs are drawn, and the escapement is zero.The returned string is null-terminated.
    返される文字列は、NULL で終わる。 - XFree86
  • If list is empty, return the empty string('').
    もしlistが空なら、空文字列('')を返します。 - Python
  • inetInternet hostdnetDECnet hostnisSecure RPC network namekrbKerberos V5 principallocalcontains only one name, the empty string
    nis Secure RPC のネットワーク名 - XFree86
  • matches the empty string provided it's
    の空文字列にマッチします。 - JM
  • or an empty string.
    と書くか、空の文字列を使う。 - JM
  • string, in which empty tags should be collapsed
    空のタグをまとめる文字列。 - PEAR
  • EOF is signaled with an empty string ('');
    空文字列 ('') で EOF を送出する - Python
  • In the example we create the progress bar instance with five parameters: The format string, bar string, empty string, console width and the target number.
    この例では、5 個のパラメータを使用してプログレスバーのインスタンスを作成します。 使用するパラメータはformat string、bar string、empty string、console width およびtarget numberです。 - PEAR
  • It can be an img/, a "}", an empty string, or whatever.
    img/や"{"、空文字などが使えます。 - PEAR
  • If string is empty (i.e.""), the current icon manager is chosen. f.warptoscreen string
    string が空文字列(つまり"")の場合、現在のアイコンマネージャが選択される。 - XFree86
  • matches the empty string at the beginning of a buffer (string).
    バッファ (文字列) の先頭の空文字列にマッチします。 - JM
  • If value is zero, it returns an empty string.
    valueが 0 の場合は空文字列を返す。 - JM
  • matches the empty string within a word.
    語の中の空文字列にマッチします。 - JM
  • If the string is empty return $defaultText.
    文字列が空の場合は $defaultText を返します。 - PEAR
  • Splitting an empty string returns "['']".
    空の文字列への分割は "['']" を返します。 - Python
  • The default is the empty string.
    デフォルトではプレフィックスは空文字列である。 - XFree86
  • It returns a documentation string describing the use of that method. If no such string is available, an empty string is returned.
    文書文字列を取得できない場合は空文字列を返します。 - Python
  • matches the empty string at the end of a word.
    語の末尾の空文字列にマッチします。 - JM
  • matches the empty string at the beginning of a word.
    語の先頭の空文字列にマッチします。 - JM
  • matches the empty string at the end of a buffer.
    バッファの末尾の空文字列にマッチします。 - JM
  • matches the empty string at the edge of a word,
    は単語の端の空文字列にマッチします。 - JM
  • Text to display when the string is empty.
    文字列が空の場合に表示されるテキスト。 - PEAR
  • string- name of the package the file belongs to, or an empty string if the file does not belong to an installed package
    そのファイルが所属しているパッケージ名を返します。 - PEAR
  • Use an empty string '' to reset an installroot.
    installroot をリセットするには、空の文字列 ''を使用します。 - PEAR
  • matches the empty string immediately after a newline, regardless of whether eflags ,
    を改行直後の空文字列にマッチさせる。 - JM
  • Resets the pack buffer to the empty string.
    パック処理用バッファをリセットして、空文字にします。 - Python
  • string- the config layer, or an empty string if not found
    config のレイヤー、あるいは見つからなかった場合に空の文字列を返します。 - PEAR
  • Text to display when the string is empty
    文字列が空の場合に代わりに表示するテキスト。 - PEAR
  • matches the empty string immediately before a newline, regardless of whether eflags contains REG_NOTEOL .
    を改行直前の空文字列にマッチさせる。 - JM
  • Directory does not exist, or name is an empty string.
    ディレクトリが存在しないか、または name が空文字列である。 - JM
  • Empty string, string with attributes or an associative array of attributes for the columns
    空の文字列、列の属性を表す文字列、あるいは列の属性の連想配列。 - PEAR
  • matches the empty string at either the beginning or the end of a word.
    語の先頭または末尾の空文字列にマッチします。 - JM
  • If item is not valid, a pointer to an empty string is returned.
    無効な item の場合は、空文字列へのポインタが返される。 - JM
  • Otherwise, if the element wishID is not an empty string, update the wish.
    要素「wishID」が空の文字列でない場合、ウィッシュを更新する。 - NetBeans
  • The function does not work on PHP5 and returns an empty string ''.
    この関数は PHP5 では動作せず、空の文字列'' を返します。 - PEAR
  • An empty string is returned when EOF is encountered immediately.
    直後に EOF に到達した場合、空の文字列が返されます。 - Python
  • If no argument is given, returns the empty string, ''.
    引数が与えられなかった場合、空の文字列 '' を返します。 - Python
  • An empty string is returned when the end of the chunk is encountered immediately.
    チャンクの最後に行き着いたら、空文字列を返します。 - Python
  • This will be set to the empty string (''), in non-POSIX mode, and to None in POSIX mode.New in version 2.3.
    非 POSIX モードでは空文字列 ('') 、POSIX モードでは None が入ります。 - Python
  • If the first argument string does not contain the second argument string, then the function returns an empty string.
    第 1 引数の文字列に第 2 引数の文字列が含まれていない場合、この関数は空の文字列を返します。 - NetBeans
  • Object of symbolic link (empty string if file is not a symbolic link).
    シンボリックリンクの参照先 (シンボリックリンクでない場合は空文字)。 - JM
  • empty string between a non-whitespace character and a whitespace
    フィールドは空白以外の文字と空白文字の間の空文字列 - JM
  • The value must be an empty string during the creation of a new wish.
    新しいウィッシュの作成中、この値は空の文字列です。 - NetBeans
  • The passwd and acctparameters are optional and default to the empty string.
    passwdとacctのパラメータは省略可能で、デフォルトでは空文字列です。 - Python
  • If the string is empty, there's no need to add any additional options.
    文字列が空であれば、特に追加すべきオプションはありません。 - Python
  • On systems which do not use drive specifications,drive will always be the empty string.
    ドライブ名を使用しないシステムでは、driveは常に空文字列です。 - Python
1 2 3 次へ>

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

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  • 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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • 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.
  • 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/ ).