「builtin function」を含む例文一覧(8)

  • This may be an extension function or a builtin. arg is the C function object.
    arg は C 関数オブジェクトです。 - Python
  • Variables local to the function may be declared with the local builtin command.
    関数ローカルの変数は、組み込みコマンドlocalで宣言できます。 - JM
  • This is useful when defining a function whose name is the same as a shell builtin, retaining the functionality of the builtin within the function.
    これはシェル組み込みコマンドと同じ名前の関数を定義する時に便利で、その関数内で組み込みコマンドを使った時に、その機能を損ないません。 - JM
  • All other aspects of the shell execution environment are identical between a function and its caller with the exception that the DEBUG trap (see the description of the trap builtin under SHELL BUILTIN COMMANDS below) is not inherited unless the function has been given the trace attribute (see the description of the declare builtin below).
    シェル実行環境の状態は全て、関数とその呼び出し側で同じになりますが、例外としてDEBUGトラップ (後述のシェルの組み込みコマンドの項で、組み込みコマンドtrapの説明を参照) は継承されません。 - JM
  • If the builtin command return is executed in a function, the function completes and execution resumes with the next command after the function call.
    組み込みコマンドreturnが関数中で実行された場合、関数は終了し、関数呼び出しの次のコマンドから実行が再開されます。 - JM
  • The function may use any of the shell facilities, including the compgen builtin described below, to generate the matches.
    関数は、後述する compgen 組み込みコマンドを含めた、全てのシェルの機能を使ってマッチを生成します。 - JM
  • defines a filter for the 'name' element value - the function that will be applied to it after form submit.In this case it is a builtin
    フィルタとは、フォームが送信された際に要素の値に対して適用される関数のことです。 - PEAR
  • If the name is neither a shell function nor a builtin, and contains no slashes, bash searches each element of the PATH for a directory containing an executable file by that name.
    名前がシェル関数も組み込みコマンドでなく、かつスラッシュを含まない場合には、bashはPATHの各要素を検索し、その名前の実行ファイルを含むディレクトリを探します。 - JM

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

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • 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/ ).
  • 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.