The repetition instruction, loop, allows a block of code to execute a specific number of times.
この反復命令loopはコードの一まとまりのブロックを指定した回数実行させられる。 - コンピューター用語辞典
Single SQL statements can perform the same functions as many lines of conventional code 単一のSQLステートメントで,従来のコードで多くの行に相当する機能を実行する - コンピューター用語辞典
The debug shows how your program runs, however, it is not a source code level debugger.
このデバッグでプログラムの走り方が分かりますが, これはソースコードレベル・デバッガではありません. - コンピューター用語辞典
Single SQL statement can perform the same functions as many lines of conventional code 単一のSQLステートメントで,通常の何行ものコーディング(命令)と同じ機能を実行できる - コンピューター用語辞典
A table has been added that describes (for each FDBK code) whether VSAM was able to maintain positioning
各FDBKコードに対して,VSAMが位置づけを保持でき得たか否かを示す表が,追加されている - コンピューター用語辞典
under a legal system, a book containing a code of laws that are called business-transfer regulations
律令制において,官吏の交代事務監査に必要な規則を集めた法令集 - EDR日英対訳辞書
These microchips are used to reconvert the digital code back into normal TV signals.
これらのマイクロチップはデジタルコードを通常のテレビ信号に再変換するのに用いられる。 - Weblio英語基本例文集
a system for transmitting image information which utilizes a hybrid method composed of a code system and a pattern system
画像情報の伝送をコード方式とパターン方式を取り混ぜて行う方式 - EDR日英対訳辞書
a law in England that corrects defects of common law according to a moral code, called equity
イギリスの一般法に対して,その欠陥を道徳律に従って補正した法律 - EDR日英対訳辞書
a virus by which the genetic code is conveyed in reverse {transcription} 遺伝情報が通常の経路の逆反応,すなわち逆転写によって伝達されるウイルス - EDR日英対訳辞書
a radiating signal device that transfers Morse code into corresponding long or short flashes of light
モールス符号を光の長短に置きかえて,信号を送るための発光信号装置 - EDR日英対訳辞書
The NetBeans C/C++ Pack 6.1 provides advanced navigation features for viewing your source code. NetBeans C/C++ Pack 6.1 には、ソースコードを表示するための高度なナビゲート機能が提供されています。 - NetBeans
The PHP source code and other application files are uploaded to a remote web server via FTP.
PHP ソースコードおよびその他のアプリケーションファイルは、FTP 経由でリモート Web サーバーにアップロードされます。 - NetBeans
To understand the code below,read the comments that are embedded within it:package tutorial;import java.io.Serializable;import java.util.Random;import javax.faces.
次のコードを理解するためには、コード内に記載されているコメントを読んでください。 - NetBeans
The GUIBuilder figures out which layout attributes are required and then generatesthe code for you automatically.
GUI ビルダーによって必要なレイアウトマネージャーが判別され、自動的にコードが生成されます。 - NetBeans
For each instance of a post action, this code produces a title, body, and Permalink, as shown in the next figure. このコードは次の図に示すように、post アクションの各インスタンスで Title、Body、および Permalink を作成します。 - NetBeans
Back in the Generate Code dialog box, unselect the Backup Existing Source Files checkbox.
「コードを生成」ダイアログに戻り、「既存のソースファイルをバックアップ」チェックボックスの選択を解除します。 - NetBeans
This article describes the NetBeans IDE features that can help you test your Ruby and Rails code.
この記事では、Ruby および Rails のコードをテストする際に役立つ NetBeans IDE の機能について説明します。 - NetBeans
For example, the code is easier to understand if you reference nameTF and addressTF instead of textField1 and textField2.
たとえば、textField1 と textField2 ではなく、nameTF と addressTF を参照するほうが、コードがわかりやすくなります。 - NetBeans
Double-click the SessionBean1 node to open the SessionBean1.java source file.Error annotations appear in the code as a result of unresolved classes.
未解決のクラスが発生した結果、コードにはエラー注釈が表示されます。 - NetBeans
This code calls a query on the Person data source and stores the results in the personOptions array.
このコードは「Person」データソースに対してクエリーを呼び出し、personOptions 配列に結果を格納します。 - NetBeans
Double-click the Session Bean node in the Projects window to open the Java source code for the session bean.
「プロジェクト」ウィンドウで「セッション Bean」ノードをダブルクリックしてセッション Bean の Java ソースコードを表示します。 - NetBeans
You use the image URI later when you add code to export the report to HTML.
画像 URI は、あとでレポートを HTML にエクスポートするためのコードを追加するときに使用します。 - NetBeans
These lines indicate that there are code dependencies that have not been declared. これらの下線は、まだ宣言されていないコード依存関係があることを示しています。 - NetBeans
Your application's code contains several similar blocks with queries to the database. アプリケーションのコードには、データベースへのクエリーを持つ、似たようなブロックがいくつか含まれています。 - NetBeans
At the top of the ?php? block, enter the following code to enable the use of the db.php file:require_once("Includes/db.php");
?php? ブロックの先頭に次のコードを入力し、db.php ファイルを使用できるようにします。 - NetBeans
The code block checks the value of the logonSuccess variable and if it is false, displays an error message.
?phpif (!logonSuccess)echo Invalid name and/or password;?コードブロックは logonSuccess 変数の値を確認し、false の場合、エラーメッセージを表示します。 - NetBeans
The NetBeans IDE provides a friendly Style Builder code generation tool that enables you to define styles .
NetBeans IDE には、スタイルを定義できる、使いやすいスタイルビルダーコード生成ツールが用意されています。 - NetBeans
You should see the following code:?xml version=1.0 encoding=UTF-8?xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchematargetNamespace=http://xml.netbeans.org/schema/HelloXSLTIncomingxmlns:tns=http://xml.netbeans.org/schema/HelloXSLTIncomingelementFormDefault=qualifiedxsd:element name=name type=xsd:string/xsd:element/xsd:schema
次のコードが表示されます。 ?xml version=1.0 encoding=UTF-8?xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchematargetNamespace=http://xml.netbeans.org/schema/HelloXSLTIncoming xmlns:tns=http://xml.netbeans.org/schema/HelloXSLTIncomingelementFormDefault=qualified xsd:element name=name type=xsd:string/xsd:element/xsd:schema - NetBeans
You should see the following code:?xml version=1.0 encoding=UTF-8? xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchematargetNamespace=http://xml.netbeans.org/schema/HelloXSLTOutgoingxmlns:tns=http://xml.netbeans.org/schema/HelloXSLTOutgoing elementFormDefault=qualifiedxsd:element name=greeting type=xsd:string/xsd:element/xsd:schema
次のコードが表示されます。 ?xml version=1.0 encoding=UTF-8? xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchematargetNamespace=http://xml.netbeans.org/schema/HelloXSLTOutgoingxmlns:tns=http://xml.netbeans.org/schema/HelloXSLTOutgoing elementFormDefault=qualifiedxsd:element name=greeting type=xsd:string/xsd:element/xsd:schema - NetBeans
PEAR provides some tools to help developers keep their code clean and free of coding standards related errors.
PEAR2 リポジトリへの参加を希望するパッケージは、この標準規約を満たす必要があります。 - PEAR
The Coding Standards describe the standards which PEAR code must adhere to.
標準コーディング規約 の章には、PEAR のコードが満たすべき標準規約が示されています。 - PEAR
Beta should be used for code that has a stable API and is nearing a fully stable release.
これは、API が安定しており安定版リリースとほぼ同等の状態のコードに使用します。 - PEAR
It does away with all the code related to user management and simply provides user authentication.
ユーザ管理に関するコードを削除し、単純なユーザ認証機能のみを提供します。 - PEAR
proxy string This enables the building of classes and ini classes on the fly, rather than forcing you to generate the code for hand. これらのメソッドは生のデータをそのまま受け取ることを想定しています。 - PEAR
For example, code can be generated for three tables named 'table1', 'table2', and 'table3' as follows:
たとえば、'table1'、'table2' および 'table3'の 3 テーブルについてのコードを生成するには、次のようにします。 - PEAR
default is ",2,'.',','" - this is the piece of code that is appended to the output engine when using the :n modifier, eg.
このコード片が、出力エンジンで :n 修正子を使用する際に付加されます。 - PEAR
Used in conjuction with the config variable 'templateDir' to locate the template to compile into PHP code.
templateDir に設定された値と組み合わされ、PHP コードにコンパイルされるべきテンプレートを指し示します。 - PEAR
(eg. seperating your code with distinct lines of communication)
また、きれいにコーディングできるようになります(つまり、わかりやすいコードを書けるようになります)。 - PEAR
The most well-known response code probably is 404, which you may have seen in your browser at several occasions.
最も良く知られたレスポンスコードは、おそらく何度かブラウザで見たことがある 404 でしょう。 - PEAR
Introduction-- The phpDocumentor package provides automatic documenting of PHP code API directly from the source.
導入--phpDocumentor パッケージは、ソースから直接 PHP コード APIを自動的にドキュメント化する機能を提供する - PEAR
Let's see now how to set the good accuracy with conditional code analysis.
それでは、条件コードをより正確に処理できるようにする方法を見ていきましょう。 - PEAR
The following code implements the functionality to check whether a CAPTCHA was solved correctly or not.
以下の例では、CAPTCHA が正しく解決されたかどうかを確認する機能を実装しています。 - PEAR
Subversion Website - The official Subversion website offers a FAQ, mailing list, and of course, the Subversion source code.
Subversion Web サイト -Subversion の公式 Web サイトでは、FAQ やメーリングリスト、そしてもちろん Subversion のソースコードを扱っています。 - PEAR
Normally,application code that needs to use a reference object should follow this pattern: 通常、参照オブジェクトを使う必要があるアプリケーションコードはこのパターンに従います: - Python
Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time). コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。 - Python
When the code block executes a return statement, this specifies the return value of the function call. コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python
Doctest directives are expressed as a special Python comment following an example's source code: doctest ディレクティブは特殊な Python コメント文として表現され、例題のソースコードの後に続けます: - Python
A third variable contains the stack traceback in case the error originated in Python code. 第三の値には、エラーの発生源が Python コード内だった場合にスタックトレースバック (stack traceback) が入ります。 - Python
First, to remind you why you like Python, we show the equivalent Python code: まず、どうして Python で書くのが好きか思い出してもらうために、等価な Python コードを示します: - 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.