Code Listing3.16: /etc/X11/xorg.conf snippet コード表示3.16:/etc/X11/xorg.confの一部分 - Gentoo Linux
Example 47-2. Backend CodeSnippet 例 47-2バックエンドのコードの一部 - PEAR
Code Listing3.5: Example /etc/conf.d/keymaps snippet コード表示3.5:/etc/conf.d/keymapsの設定例 - Gentoo Linux
Codesnippet palette for transformations, effects and animations
変換、効果、アニメーション用のコードスニペットパレット - NetBeans
The 'jaxbm' characters expand and a codesnippet appears:
「jaxbm」の文字が拡張され、次のようなコードスニペットが表示されます。 - NetBeans
To access properties of these managed beans, you use code similar to the statements in the following codesnippet.
これらの管理 Bean のプロパティーにアクセスするには、次のようなコードを使用します。 - NetBeans
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, codesnippet 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
The IDE expands the abbreviation into the full codesnippet after you press the space bar. スペースキーを押すと、省略名が完全なコードに展開されます。 - NetBeans
At the top of the site to secure, place the following code snippet: Example 34-1.
セキュアにしたいサイトのはじめに、以下の短いコードを置いてください。 - PEAR
Additionally, you may specify markersbetween the snippet of code to be timed.
さらに、計測するコード片の中に マーカーを指定することもできます。 - PEAR
Once the code is expanded in the Source Editor, you can simply press tab to jump to the next variable in the codesnippet.
ソースエディタでコードが展開されると、タブキーを押すだけで、コードの次の可変部分に移動できます。 - NetBeans
For example both the below codesnippet work regardless of which module you are using. 例えば、以下の抜粋コードのどちらも、どちらを使用しているかに関係なく動作します。 - Gentoo Linux
You can generate the full codesnippet by typing its abbreviation and pressing the space bar. 省略名を入力し、スペースキーを押すことによって、そのコード断片全体を生成できます。 - NetBeans
error handling code ...}?Because the 'id' column has been declared to be auto-increment,this codesnippet is functionally equivalent to that given in the preceding example.
'id' カラムは自動インクリメントとして宣言されているので、このコードと先ほどの例のコードとはまったく同じ動作をします。 - PEAR
For many commonly used code snippets you can use multi-keystroke abbreviations instead of typing the entire snippet.
よく使われるコードの多くでは、コード全体を入力するのではなく、複数のキー入力による省略名を使用できます。 - NetBeans
Where a codesnippet repeats an identifier (such as an object name in an instance declaration), you just have to type the identifier name once.
コードで識別子 (インスタンス宣言のオブジェクト名など) を繰り返す場合は、識別子名を 1 回入力するだけで済みます。 - NetBeans
Now modify the generated codesnippet to pass the word that is entered in the JTextField to the web service and put the result in the JTextArea. ここで、生成されたコード断片を変更して、JTextField に入力された単語を Web サービスに渡し、返された結果を JTextArea に入れるようにします。 - NetBeans