| 意味 | 例文 |
script commandの部分一致の例文一覧と使い方
該当件数 : 83件
The list of command line arguments passed to a Python script.argv[0] is the script name (it is operating system dependent whether this is a full pathname or not).例文帳に追加
Pythonスクリプトに渡されたコマンドライン引数のリスト。 argv[0]はスクリプトの名前となりますが、フルパス名かどうかは、オペレーティングシステムによって異なります。 - Python
In fact, setup.cfg (and any other Distutils configuration files present on the target system) are processed after the contents of the setup script, but before the command-line.例文帳に追加
実際、setup.cfg (と、ターゲットシステム上にある、その他のDistutils 設定ファイル) は、 setup スクリプトの内容より後で、かつコマンドラインで上書きする前に処理されます。 - Python
When the operation which can be input displayed on the icon display screen 32 is input by using a keyboard or a mouse, an operation known by the macro script command recorded in the macro script file is changed into an accepted operation.例文帳に追加
アイコン表示画面32上に表示されている入力可能な操作がキーボード又はマウスを用いて入力されると、マクロスクリプトファイルに記録されているマクロスクリプトコマンドの示す操作が受け付けられた操作に変更される。 - 特許庁
The image forming apparatus 109 analyzes the script in the text of the received mail and, if there is a printing command therein, the attached files is printed out according to designated options.例文帳に追加
画像形成装置109は、受信したメール本文のスクリプトを解析して、印刷コマンドがあれば、添付ファイルを、指定されたオプションに従って印刷する。 - 特許庁
PHP editor with syntactic and semantic code highlighting for mixed code (PHP/HTML/CSS/JavaScript), occurences and error highlighting code completion and dynamic help (also for PHPDoc tags and included elements),code generators, comment completion, php doc generation, abbreviations, code snippet paletteSupport for php short tags and php HEREDOC strings, code folding, bracket matching, indentationIntegrated FTP access for remotely hosted projects (upload, download, delete)IDE recognizes default location of document root in different operating systemsSupport for PHP include path (global for all projects, or one per project)Run project/single file, debug project/single file, run script in command lineWizard for creating new PHTML and PHP filesNavigator and hyperlinking (Go to Declaration, Go to Type, Go to the included/required file)Rename RefactoringDebugger supports breakpoint, local variables, watches and bubble watches (tooltip)Support for multiple project configurationsFind Usages action例文帳に追加
Ruby Gems インストールマネージャー - NetBeans
In order to support both the web installer and the command-line installer, all processing of input is performed by PEAR and passed to the post-install script in a strict format. 例文帳に追加
Web インストーラおよびコマンドラインインストーラの両方をサポートするには、すべての入力を PEAR で処理し、インストール後スクリプトに所定の形式で渡す必要があります。 - PEAR
You can hide warnings for a single script run by using the -n command line argument, but you can also enable this by default if you prefer. 例文帳に追加
特定のスクリプトで警告を表示しないようにするにはコマンドライン引数-n を実行しますが、もしお望みならこれをデフォルトの設定にすることもできます。 - PEAR
In this case, the names of the files that were dropped onto the applet will be appended to sys. argv, so that it will appear to the script as though they had been typed on a command line.例文帳に追加
この場合、アプレットにドロップしたファイルの名前が sys.argv に追加され、ドロップしたファイル名はスクリプト側からはコマンドラインでタイプされたかのように見えます。 - Python
The network device management apparatus is provided with a device classification part 3 for hierarchically classifying properties of the network devices, refers to the properties classified by the device classification part 3, retrieves an operation control script corresponding to an input command, and executes the operation control script.例文帳に追加
ネットワーク機器のプロパティを階層化して分類する機器分類部3を設け、その機器分類部3により分類されたプロパティを参照して、入力されたコマンドに対応する動作制御スクリプトを検索し、その動作制御スクリプトを実行する。 - 特許庁
To provide a command interpreter program, an information processor and an information processing method for encrypting information which should not be leaked to a third party to describe the information in a batch file or script, and for preventing the information from being leaked even when the batch file or script is read.例文帳に追加
第三者に漏洩させたくない情報を暗号化してバッチファイルやスクリプトに記述でき、たとえバッチファイルやスクリプトが閲覧されても情報が漏洩することを阻止できるコマンドインタプリタ・プログラム、情報処理装置及び方法を提供する。 - 特許庁
Then, at least one electronic document is acquired from a related data storage apparatus conforming to the analysis of the script describing command which is included in the received electronic document.例文帳に追加
次に、受信された電子ドキュメントに含まれるスクリプト記述コマンドの解析にしたがって、少なくとも1つの電子ドキュメントが関連するデータ記憶装置から取得される。 - 特許庁
A screen monitor 104 records a screen capture command into a script file 113 at the timing of generation of a window during recording of an operation, and calls a screen capture 110.例文帳に追加
画面監視部104は、操作の記録中にウィンドウが生成されるタイミングで、スクリプトファイル113に画面キャプチャコマンドを記録し、画面キャプチャ部110を呼び出す。 - 特許庁
Thus, the user is enabled to perform a remote operation of a JTAG tool and can issue a scan command by using a UNIX(R) shell or a script language of the client system of the user.例文帳に追加
このため、ユーザは、JTAGツールをリモート操作することが可能となり、該ユーザのクライアントシステムのUNIX(R)シェル又はスクリプト言語を使用してスキャンコマンドを発行することができる。 - 特許庁
However, any previous configuration files(in /path/to/sources/.config or/path/to/sources/.config.old) will also be purged from the kernel's source tree.--oldconfig: Issues the make oldconfig command, which attempts to collect configuration information for the system's architecturefrom a generic script in /usr/share/genkernel/.例文帳に追加
これは、デフォルトの場所である/usr/src/linuxの代わりに代替のカーネルソースの場所を指定します。 これは、使用される代替のカーネル設定を指定します。 - Gentoo Linux
The same text documentation can also be viewed from outside the Python interpreter by runningpydoc as a script at the operating system's command prompt.For example, running例文帳に追加
pydocをPythonインタプリタからはなく、オペレーティングシステムのコマンドプロンプトから起動した場合でも、同じテキスト形式のドキュメントを見ることができます。 例えば、以下をshellから実行すると - Python
If no specific server program is given on the command line, xinit will look for a file in the user's home directory called .xserverrc to run asa shell script to start up the server.例文帳に追加
コマンド行でサーバプログラムを指定していない場合、xinit はユーザのホームディレクトリにある .xserverrc ファイルを参照し、このファイルをシェルスクリプトとして実行してサーバを起動する。 - XFree86
Once you have written and test run your application, you can use the Clean and Build command to build your application for deployment.When you use the Clean and Build command, the IDE runs a build script that performs the following tasks:例文帳に追加
アプリケーションを記述し、テスト実行すると、生成物を削除して構築コマンドを使用して配備するアプリケーションを構築できます。 生成物を削除して構築コマンドを使用すると、IDE は次のタスクを行う構築スクリプトを実行します。 - NetBeans
An instruction detecting means in a counter-speech script operating device detects processing contents corresponding to a speech recognition command extracted from the counter-speech script by a browser by watching the attributes and the processing of a speech recognition engine and an instruction correspondence table.例文帳に追加
音声対応スクリプト動作装置における命令検出手段は、ブラウザによる音声対応スクリプトから抽出された音声認識コマンドに対応する処理内容を音声認識エンジンの属性および処理と命令対応表とを見ることによって検出する。 - 特許庁
The data of a data field in the XML data is converted to a data command for a barcode printer 12 by a conversion script 13 or a conversion table 14 and then the barcode is printed.例文帳に追加
XMLデータ中のデータフィールドのデータを変換ストリプト13あるいは変換テーブル14によってバーコードプリンタ12のデータコマンドに変換してからバーコードを印字するようにした。 - 特許庁
Then, at least one document processing motion is executed regarding each acquired electronic document conforming to the script describing command which has been analyzed from the received electronic document.例文帳に追加
その後、受信された電子ドキュメントから解析されたスクリプト記述コマンドにしたがって、取得されたそれぞれの電子ドキュメントについて、少なくとも1つのドキュメント処理動作が実行される。 - 特許庁
The return status is the status of the last command exited within the script (0 if no commands are executed), and false if filename is not found or cannot be read. 例文帳に追加
返却ステータスはスクリプト内で最後に実行したコマンドのステータスです(コマンドが全く実行されなければ 0 です)。 またfilenameが見つからない場合や読み込めない場合には偽となります。 - JM
This has a significant advantage in that you can drop files or folders onto it, to pass them to the applet the waycommand-line users would type them onto the command-line to pass them as arguments to the script.例文帳に追加
アプレットとして保存すると、ファイルやフォルダをスクリプトにドロップすることで、コマンドライン引数で渡すのと同じようにスクリプトにファイルやフォルダを渡せるという、大きな利点があります。 - Python
If no specific client program is given on the command line, xinit will look for a file in the user's home directory called .xinitrc to run as a shell script to start up client programs.If no such file exists, xinit will use the following as a default:例文帳に追加
コマンド行でクライアントを指定していない場合、xinit はユーザのホームディレクトリにある .xinitrc ファイルを参照し、このファイルをシェルスクリプトとして実行してクライアントプログラムを起動する。 - XFree86
The telop generation apparatus 10 includes an agent means for creating a screen script by analyzing an input telop delivery command, a script engine in the form of a printer for drawing a telop based on the screen script, a device driver for controlling transfer of telop image data thus drawn to a frame buffer means, and a frame buffer outputting a video signal and a KEY signal.例文帳に追加
テロップ生成装置10は、入力されたテロップ送出コマンドを解析して画面スクリプトを生成するエージェント手段と、画面スクリプトに基づいてテロップを描画するインタプリタ形式のスクリプトエンジンと、描画されたテロップ画像データのフレームバッファ手段への転送を制御するデバイスドライバと、映像信号およびKEY信号を出力するフレームバッファとを備える。 - 特許庁
The central processing part 13 performs transmission script 11c when it accepts predetermined data processing request, communicates with the processing device 2, calls a data processing command 22a stored in the processing device 2, and makes the processing device 2 execute the called data processing command.例文帳に追加
中央処理部13は、所定データ処理依頼を受け付けると、送信スクリプト11cを実行し、処理装置2と通信して処理装置2に格納されたデータ処理指令22aを呼び出し、その呼び出したデータ処理指令を処理装置2に実行させる。 - 特許庁
The performance symbol display LSI 21 reads a plurality of pieces of performance data from the hard disk drive 22 according to a command C from a main control device 2 of the game machine, executes it by developing a script and displays it on a display device 12.例文帳に追加
演出図柄表示LSI21は、遊技機の主制御装置2からのコマンドCに応じて、ハードディスクドライブ22から複数の演出用データを読み出し、スクリプトを展開して実行し、表示装置12に表示する。 - 特許庁
When interpreting and executing the script, condition information representing at least either an operation in the apparatus decided according to the operation of an operation element or a setting condition is obtained, a condition determination of the control syntax described in the script based on the condition information is executed, and an internal command for executing a musical sound control is generated.例文帳に追加
スクリプトを解釈し実行する際には、操作子の操作に応じて決定される当該機器における操作又は設定状態の少なくともいずれかを表す状態情報を取得し、該状態情報に基づきスクリプトに記述された制御構文の条件判定を行い、楽音制御を実行する内部コマンドを生成する。 - 特許庁
The movable imaging apparatus 22 executes a script corresponding to the command, autonomously moves, captures a requested image, stores it in a local storage device 17, stops at the next connection station after the script is completed, performs automatic connecting processing to the power plug of the connection station, and uploads the captured image to a storage device server 10 by using a power line communication module 26.例文帳に追加
可動撮像装置22は、上記コマンドに対応するスクリプトを実行して、自律的に移動して、要求された画像を取り込みローカル記憶装置17に格納し、スクリプト完了後に、次の接続ステーションに停止して、接続ステーションの電源プラグへの自動化接続処理を行い、電力線通信モジュール26を用いて、取り込んだ画像を記憶装置サーバ10へアップロードする。 - 特許庁
This information processor is provided with a receiving means for receiving a constitution file in which each changing processing of a printer constitution is written as a command script at each time of logging in a server device through a network and a printer constitution changing means for synchronizing the printer constitution with the server device by automatically changing the printer constitution according to the command described in the constitution file.例文帳に追加
本発明の情報処理装置は、ネットワークを介してサーバ装置にログインする度に、プリンタ構成の変更処理の1つ1つがコマンドスクリプトとして書き込まれる構成ファイルを受信する受信手段と、構成ファイルに記述されたコマンドに従って、自動的にプリンタ構成を変更することで、サーバ装置とのプリンタ構成を同期させるプリンタ構成変更手段とを有する。 - 特許庁
When a script is not provided to the driver, the CPU acquires a hardware undesignated command line of a driver to be installed from the CD-ROM, merges it with hardware ID of a predetermined format acquired from a registry, and calls a generic installer to automatically install the driver.例文帳に追加
そして、ドライバにスクリプトが付いていないときには、CD−ROMから今回インストールしようとしているドライバのハードウェア未指定コマンドラインを取得し、これにレジストリから取得した所定形式のハードウェアIDをマージして、汎用インストーラをコールして自動インストールを実行する(S150)。 - 特許庁
The gensuitemodule module creates a Python package implementingstub code for the AppleScript suites that are implemented by a specific application, according to its AppleScript dictionary.It is usually invoked by the user through the PythonIDE, but it can also be run as a script from the command line (pass--help for help on the options) or imported from Python code.例文帳に追加
gensuitemodule モジュールは AppleScript 辞書によって特定のアプリケーションに実装されている AppleScript 群のためのスタブコードを実装した Python パッケージを作成します。 このモジュールは、通常は PythonIDE からユーザによって起動されますが、コマンドラインからスクリプトとして実行する(オプションとしてヘルプに --help を与えてみてください)こともできますし、Python コードでインポートして利用する事もできます。 - Python
| 意味 | 例文 |
| 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. |
| © 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 (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 © 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|