「php」を含む例文一覧(784)

<前へ 1 2 .... 5 6 7 8 9 10 11 12 13 .... 15 16 次へ>
  • The tag used most often is "PHP"; it will appear in the largest font.
    最も多く使用された "PHP" というタグが最も大きい文字になります。 - PEAR
  • Tells the generator not to replace form elements with PHP code.
    ジェネレータに対して、フォーム要素を PHP コードで置換しないように指示します。 - PEAR
  • As we can read, PHP 5.0.0 is required to run the package.
    このパッケージを実行するには PHP 5.0.0 以降が必要であるように見えます。 - PEAR
  • For PHP, Ruby, and C++ download options, you can install JRE instead of JDK.
    PHP」、「Ruby」、および「C++」の各ダウンロードオプションの場合、JDK の代わりに JRE をインストールできます。 - NetBeans
  • Right-click on the project node in the Projects window and choose New PHP Class.
    「プロジェクト」ウィンドウでプロジェクトノードを右クリックし、「新規」「PHP クラス」を選択します。 - NetBeans
  • Create a PHP file to handle the autocomplete URL that is received by the incoming request.
    受信要求によって受け取る autocomplete URL を処理する PHP ファイルを作成します。 - NetBeans
  • Right-click the project node in the Projects window and choose New PHP File.
    「プロジェクト」ウィンドウでプロジェクトノードを右クリックし、「新規」「PHP ファイル」を選択します。 - NetBeans
  • In addition to debugging and running php-info, the PHP tab lets you set error reporting levels and gives you a quick link for opening php.ini if you need to edit it.
    デバッグと php-info の実行のほか、「PHP」タブではエラー報告レベルが設定でき、php.ini を編集する必要がある場合にはそれを開くためのクイックリンクを提供します。 - NetBeans
  • To create, run, and debug your PHP projects you need the following software:
    PHP プロジェクトを作成、実行、およびデバッグするには、次のソフトウェアが必要です。 - NetBeans
  • The editor provides syntax highlighting for PHP, HTML, JavaScript, and CSS code blocks.
    エディタでは、PHP、HTML、JavaScript、および CSS の各コードブロックの構文が強調表示されます。 - NetBeans
  • The file contains a template for entering HTML and PHP code.
    ファイルには、HTML および PHP コードを入力するためのテンプレートが含まれています。 - NetBeans
  • For other PHP files to use functions in the WishDB class, these PHP files need to call a function that creates an object of (instantiates) the WishDB class.
    WishDB クラスの関数を使用するその他の PHP ファイルの場合、これらの PHP ファイルは、WishDB クラスのオブジェクトを作成 (「インスタンス化」) する関数を呼び出す必要があります。 - NetBeans
  • Create a PHP project with existing sources:
    既存のソースを使用した PHP プロジェクトを作成するには、次の手順に従います。 - NetBeans
  • The list is not a support forum for questions concerning the usage of PHP.
    PHP 自体の使用についての質問に対するサポートフォーラムではありません。 - PEAR
  • If you are using the PHP License, use the summary text provided above.
    PHP ライセンスを使用する場合は、上記に示した概要文を使ってください。 - PEAR
  • Naturally, packages providing compatibility with PHP 4 do not fall under these coding guidelines, and may thus use the error handling mechanisms defined in the PHP 4 PEAR coding guidelines.
    もちろん PHP 4 との互換性を提供するパッケージについてはこの限りではありません。 その場合は、PHP 4 用の PEAR コーディング規約に従ってエラー処理を行います。 - PEAR
  • If this is the case, there are a couple options to use a PHP 5 version on your Mac.
    この場合、PHP 5 をその Mac で使用するにはいくつかの方法があります。 - PEAR
  • If you're using Marc Liyanage's PHP package, you can specify the full path to your PHP5 PEAR installation.
    Marc Liyanage's PHP package を使用する場合はPHP5 用の PEAR のインストール先をフルパスで指定します。 - PEAR
  • Remember to specify all paths necessary to point to your PHP 5 installation.
    すべてのパスを PHP 5 のインストール先に向けることを忘れないようにしましょう。 - PEAR
  • Please note that the Windows versions of PHP have a file named go-pear.bat bundled.
    Windows 版の PHP には、go-pear.batというファイルが同梱されていることに注意しましょう。 - PEAR
  • The following command will show you where all the .php files of your installed pear packages reside.
    次のコマンドは、pear パッケージの .php ファイルがインストールされる場所を表示します。 - PEAR
  • phprelease The phprelease release type is designed for PEAR-style PHP script package releases.
    phprelease リリース型 phprelease は、PEAR 形式の PHP スクリプトパッケージのリリース向けに設計された型です。 - PEAR
  • The only valid roles for files are role="php", role="data", role="doc", and role="test" plus any custom roles that the user has installed for use in php releases.
    ファイルのロールとして有効なのは role="php"、role="data"、role="doc" および role="test"、それに加えて利用者が PHP リリースで使用するためにインストールした独自ロールのみとなります。 - PEAR
  • Examples for DocBook usage in OpenSource projects are the documentations of KDE and PHP.
    オープンソースのプロジェクトでの DocBook の使用例としては、KDE や PHPのドキュメントがあります。 - PEAR
  • Note that if the callback is not a valid callback, a PHP warning will be triggered.
    指定されたコールバックが有効で無い場合、PHP の警告 (Warning) が生成されます。 - PEAR
  • Only works if PHP has been compiled against OpenLDAP 2+ libraries.
    PHP が OpenLDAP 2+ ライブラリと組み合わせてコンパイルされている場合にのみ使用可能です。 - PEAR
  • The example above will generate an output as shown below when run with the PHP CLI SAPI.
    上の例を PHP CLI SAPI で実行すると、次のように結果を出力します。 - PEAR
  • Since config files containing php arrays are just included using the standard php methods, code comments and structure will be lost when saving.
    PHP の配列を含む設定ファイルを読み込む際には標準的な PHPのメソッドを使用するので、保存する際にはコードのコメントや構造は失われます。 - PEAR
  • Optional checking of the validity of foreign key values by the PHP layer upon insertion or updating.
    追加や更新の際に、オプションで行うPHP での外部キー整合性チェック。 - PEAR
  • adds an else statement in PHP so that blocks of conditional HTML are shown correctly. ExampleExample 47-1.
    PHP の else 文を追加し、条件によって HTML 部が表示されるようにします。 - PEAR
  • Have a look in the PHP/CodeSniffer/File.php class comment for a full list of token indexes.
    PHP/CodeSniffer/File.php クラスのコメントで、トークンの一覧とそのインデックスを参照ください。 - PEAR
  • 3.1. I don't want to have result (PHP array dump) display on the standard output
    3.1. 結果 (PHP の配列のダンプ) を標準出力に表示したくありません - PEAR
  • Load components list for a PHP version or subset Parameter
    PHP のバージョンに対応したコンポーネントの一覧あるいはそのサブセットを読み込みます。 - PEAR
  • For more information on stream wrappers see the PHP Manual.
    ストリームラッパーについての詳細な情報は、PHP マニュアルを参照してください。 - PEAR
  • It has one required attribute, the type attribute, which MUST equal to one of "shell" or "php".
    必須属性は typeで、これは"shell" あるいは "php"のいずれかでなければなりません。 - PEAR
  • It is quoted in single quotes for save usage and is available in shell and php executes.
    シングルクォートで囲まれた形式で、シェルや PHP の実行結果が得られます。 - PEAR
  • See now with the parameter ?php// Include the packagerequire_once('Validate/CA.php');$phoneNumber = '8750987';$result = Validate_CA::phoneNumber($phoneNumber,false);echo 'Test ' .
    パラメータつきの例です。 - PEAR
  • The working example is available in statemachine. php file.
    実際に動作する例は、statemachine.php ファイルです。 - PEAR
  • PHP code initiating the template, and outputing it
    例例 47-1テンプレートの準備と出力 - PEAR
  • Take advantage of syntactic and semantic code highlighting, pop-up documentation,code formating and folding, instant rename, code templates, and automatic code completion (including bracket completion) for PHP.The Editor recognizes PHP code including heredoc notation in PHP projects and in PHTML and PHP files.
    PHP の構文および意味解釈のコード強調表示、ポップアップドキュメント、コード整形、コード折り畳み、名前の即時変更、コードテンプレート、および自動コード補完 (括弧の補完を含む) を利用できます。 エディタは、PHP プロジェクト、PHTML ファイル、および PHP ファイル内のヒアドキュメント表記を含む PHP コードを認識します。 - NetBeans
  • Editor Support for PHP: Code completion, syntax highlighting, navigation, debugging, and much more
    PHP のエディタサポート: コード補完、構文の強調表示、ナビゲーション、デバッグ、およびその他 - NetBeans
  • For more information about Ajax and PHP technology on netbeans.org,see the following resources:
    netbeans.org での Ajax および PHP テクノロジについての詳細は、次のリソースを参照してください。 - NetBeans
  • The PHP block must be above all HTML code, empty lines, or whitespace.
    PHP ブロックは、すべての HTML コード、空白行、または空白の上にある必要があります。 - NetBeans
  • The position of the PHP code block is important to enable correct functioning of the redirection statement.
    PHP コードブロックの位置は、リダイレクト文を正しく機能させるために重要です。 - NetBeans
  • Setting Up a PHP Project with Existing Sources and Remote Web Site Run Configuration
    既存のソースを使用した PHP プロジェクトの設定およびリモート Web サイトの実行構成 - NetBeans
  • Note: It is uncertain if Apple will continue to distribute PHP version 4 for Mac OS X = 10.4.
    注意: Apple が Mac OS X = 10.4 用に PHP 4 を配布し続けるかどうかは定かではありません。 - PEAR
  • The packages that do not come with PHP can be installed with the PEAR package manager.
    PHP とは別に配布されているパッケージは、PEAR パッケージマネージャを使ってインストールします。 - PEAR
  • This tag should be set to 1 (phpfile1/phpfile) for any roles that contain php script files.
    php スクリプトファイルを含むロールでは、このタグを 1 に設定(phpfile1/phpfile) しなければなりません。 - PEAR
  • Getting the LiveUser examples working can be somewhat difficult for developers who are new to PHP and PEAR.
    LiveUser のサンプルを動作させるのは、PHP や PEARの初心者には少し難しいでしょう。 - PEAR
  • Check the database related section of PHP-Manual to detect the reason for this error.
    PHP マニュアルのデータベース関連の部分を調べ、エラーの原因を判断してください。 - PEAR
<前へ 1 2 .... 5 6 7 8 9 10 11 12 13 .... 15 16 次へ>

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