| 例文 |
code filesの部分一致の例文一覧と使い方
該当件数 : 150件
Code Listing5.4: Nfs configuration files /etc/exports/diskless/192.168.1.21/etc/fstab/etc/conf.d/nfs 例文帳に追加
コード表示5.4:NFS設定ファイル - Gentoo Linux
To detect executable code-free computer files.例文帳に追加
実行可能なコード・フリー・コンピュータ・ファイル(executable code-free computer files:実行可能なコードが無いコンピュータ・ファイル)を検出する。 - 特許庁
Code Listing2.6: Creating UML files # dd if=/dev/zero of=root_fs seek=500 count=1 bs=1M# mke2fs -F root_fs# mount -o loop root_fs /mnt/loop# tar xvjpf gentoo.tbz2 -C /mnt/loop# umount /mnt/loop 例文帳に追加
コード表示2.7 - Gentoo Linux
Code Listing4.3: Upgrading the binaries # emerge -av "mysql-4.1"(Update your config files, you may also use dispatch-conf)# etc-update# revdep-rebuild 例文帳に追加
コード表示3.3:バイナリーのアップデート - Gentoo Linux
Using Custom Code Template Files to Generate Code for Domain Objects 例文帳に追加
ドメインオブジェクト用のコード生成のためのカスタムコードテンプレートファイルの使用 - NetBeans
Code Listing4.7: Files that PXE looks for in pxelinux.cfg/ in sequence 例文帳に追加
コード表示4.4:PXEがpxelinux.cfg/の中に探すファイルの順番 - Gentoo Linux
Web Frameworks The NetBeans IDE make it easy to create Java EE projects that rely on the Spring and Hibernate frameworks.The editor supports code completion, navigation and refactoring for mapping files.例文帳に追加
Java Studio Creator からの移行が簡単 - NetBeans
Code Listing2.2: Checking package integrity $ qcheck portage-utilsChecking app-portage/portage-utils-0.1.13 ...* 36 out of 36 files are good 例文帳に追加
コード表示2.2:パッケージの整合性をチェック - Gentoo Linux
Add Javadoc documentation and source code to JAR files on the classpath. 例文帳に追加
クラスパス上の JAR ファイルに Javadoc マニュアルとソースコードを追加する。 - NetBeans
Custom code template files contain the necessary attributes and methods that will be generated into the source files. 例文帳に追加
カスタムコードテンプレートファイルには、ソースファイルに生成される必須の属性とメソッドが含まれます。 - NetBeans
Return the magic string value used to recognize byte-compiled code files (.pyc files).例文帳に追加
バイトコンパイルされたコードファイル(.pycファイル)を認識するために使われるマジック文字列値を返します。 - Python
Code Listing2.1: Finding world-writable files and directories 例文帳に追加
コード表示2.1: 誰でも書き込めるファイルとディレクトリを検出する - Gentoo Linux
Code Listing3.2: Creating necessary device node files # mknod -m 660 console c 5 1# mknod -m 660 null c 1 3 例文帳に追加
コード表示3.2:必要なデバイスノードファイルの作成 - Gentoo Linux
Single-step or run through Ruby code and ERB files. 例文帳に追加
Ruby コードや ERB ファイルをステップ実行するか、通して実行できます。 - NetBeans
Creating and changing the source code of the BPEL, WSDL and XSD files. 例文帳に追加
BPEL ファイル、WSDL ファイル、および XSD ファイルのソースコードの作成と変更。 - NetBeans
Subversion can be used to manage trees of source code, text files, image files -- just about anycollection of files. 例文帳に追加
Subversion は、ソースコードのツリー・テキストファイル・画像ファイル-- およそ考えうるあらゆる形式のファイルを管理するために使用可能です。 - PEAR
To generate code for domain objects, you must create custom code template files. 例文帳に追加
ドメインオブジェクトのコードを生成するには、カスタムのコードテンプレートファイルを作成する必要があります。 - NetBeans
The ability to merge newly generated source code into existing source code files is now available. 例文帳に追加
新規に生成されたソースコードを既存のソースコードファイルに統合できるようになりました。 - NetBeans
copies these source files into appropriate locations in the code tree 例文帳に追加
これらの源ファイルを符号樹中の適切な位置にコピーする - コンピューター用語辞典
Full syntax highlighting, code completion, and error checking for JavaScript code is available both in stand-alone JavaScript files and in HTML, RHTML, and JSP files.例文帳に追加
単独の JavaScript ファイル内、また HTML、RHTML、および JSP ファイル内の JavaScript コードの完全な構文の強調表示、コード補完、およびエラーチェックが可能です。 - NetBeans
Code Listing2.4: Listing files which belong to an ebuild file $ qlist vim/usr/bin/gvim/usr/bin/gvimdiff/usr/bin/evim/usr/bin/eview/usr/bin/gview/usr/bin/rgvim[...] 例文帳に追加
コード表示2.4:あるebuildファイルに属するファイルのリスト化 - Gentoo Linux
JavaScript editor with syntax highlighting, code completion, pop-up documentation, and error checking.The Editor recognizes JavaScript code in stand-alone JavaScript files as well as in HTML, RHTML, and JSP files.JavaScript Debugger supports watches, breakpoints,viewing and navigating source artifacts and JavaScript Callstack,viewing window and frame structure, local variables, and (static) browser DOM.Debug JavaScript in HTML files, JavaScript files, or generated URL sources, in Java EE and Ruby projects.JavaScript debugging requires Firefox 2.0.0.X with Firebug 1.1beta plugin,or Internet Explorer 6/7 on Windows XP/Vista operating systems.JavaScript Library Manager to add JavaScript libraries to Java EE, Ruby, or PHP projects.Bundled JavaScript libraries: Yahoo UI, WoodStock, jQuery, Dojo, Scriptaculous, Prototype 例文帳に追加
動的および静的ライブラリのサポート エディタのインデント、補完、および構文を強調表示した C/C++ コード - NetBeans
Code Listing5.1: Encrypting and Signing files $ gpg --output doc.gpg --encrypt --recipient lmpinto@dei.uc.pt doc_to_encrypt$ gpg --output doc.gpg --sign --recipient lmpinto@dei.uc.pt doc_to_sign$ gpg --output doc.gpg --encrypt --sign --recipient lmpinto@dei.uc.pt doc_to_encrypt_and_sign 例文帳に追加
コード表示4.1:ファイルの中の鍵をチェックし、復号する。 - Gentoo Linux
You can also reformat specific lines of code or even entire files. 例文帳に追加
コードの特定の行またはファイル全体を再フォーマットすることもできます。 - NetBeans
The WSDL Editor enables you to use the following types of code completion in WSDL files: 例文帳に追加
WSDL エディタを使用すると、WSDL ファイルで次のタイプのコード補完を使用できます。 - NetBeans
The control part recognizes files of the same relation code as related files and stores the files in the same folder (relation folder) for management.例文帳に追加
制御部は、同じリレーションコードを有するファイル同士を、それぞれ関連性のあるファイルとして認識し、それぞれ同一のフォルダ(リレーションフォルダ)に格納して管理する。 - 特許庁
This code merging and code synchronization is based on the existence of generated files and the API that the IDE uses to create templates for code generation. 例文帳に追加
このコードマージとコード同期は、生成されたファイルがあるかどうかと、IDE でコード生成のためのテンプレート作成に使用する API に基づきます。 - NetBeans
If we alter any code, if we delete html files, if we try to disable the bomb remotely... boom.例文帳に追加
もしコードを変えたり htmlファイルを消したり 爆弾を遠隔操作したら... ボン! - 映画・海外ドラマ英語字幕翻訳辞書
If we alter any code, if we delete html files, if we try to disable the bomb remotely... boom.例文帳に追加
もしコードを変えたり HTMLファイルを消したり 爆弾を遠隔操作したら... ボン! - 映画・海外ドラマ英語字幕翻訳辞書
The editor assists you with features such as code completion,hyperlinking, and error checking, for JavaServer Pages (JSP) files,including debugger integration. 例文帳に追加
エディタには、JSP (JavaServer Pages) ファイルのコード補完、ハイパーリンク、エラーチェックなどの機能があります。 - NetBeans
Either all $input entries are files, or all are string (chunk of php code). 例文帳に追加
$input のエントリは、すべてファイルであるかすべて文字列 (PHP コード片)であるかのいずれかです。 - PEAR
It parses PHP files and directories, and generates an XMI file corresponding to the parsed code. 例文帳に追加
PHP のファイルやディレクトリをパースし、パースしたコードに対応する XMI ファイルを生成します。 - PEAR
To reduce management costs without preparing a plurality of resource files or code files for the purpose or the like of an application program.例文帳に追加
アプリケーションプログラムの用途等に応じてリソースファイルやコードファイルを複数個作成する必要をなくし管理コストを低減する。 - 特許庁
bc starts by processing code from all the files listed on the command line in the order listed. 例文帳に追加
bc は動作を開始するとまず最初にコマンドラインで指定したファイルを順に処理します。 - JM
The PHP source code and other application files are uploaded to a remote web server via FTP. 例文帳に追加
PHP ソースコードおよびその他のアプリケーションファイルは、FTP 経由でリモート Web サーバーにアップロードされます。 - NetBeans
Back in the Generate Code dialog box, unselect the Backup Existing Source Files checkbox. 例文帳に追加
「コードを生成」ダイアログに戻り、「既存のソースファイルをバックアップ」チェックボックスの選択を解除します。 - NetBeans
An intermediate code division and storage control part 43 determines plural spool files A, B, C and D in an intermediate code memory 42, divides the intermediate code data for one page and stores them in each of the spool files A, B, C and D.例文帳に追加
中間コード分割記憶制御部43は、中間コードメモリ42中に複数のスプールファイルA,B,C,Dを定め、一頁分の中間コードデータを各スプールファイルA,B,C,Dに分割して記憶させる。 - 特許庁
Once you create the template files, you need to map element/stereotype pairs to the appropriate template files during the code generation process. 例文帳に追加
テンプレートファイルを作成すると、コード生成プロセスで、要素とステレオタイプの組み合わせを適切なテンプレートファイルにマッピングする必要があります。 - NetBeans
| 例文 |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| © 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 © 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)