1153万例文収録!

「HTML?」に関連した英語例文の一覧と使い方(13ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

HTML?を含む例文一覧と使い方

該当件数 : 1996



例文

An HTML analyzer 211 starts an analysis loop for an HTML document under perusal, and exracts a positional information character sequence proposed as the address or the phone number from the HTML document.例文帳に追加

HTML解析器211は、閲覧中のHTML文書の解析ループを開始し、HTML文書から、住所または電話番号であると思われる位置情報文字列を抽出する。 - 特許庁

An HTML analyzer 211 starts an analysis loop of an HTML document being browsed and extracts a positional information character string seemed to be an address or a telephone number from the HTML document.例文帳に追加

HTML解析器211は、閲覧中のHTML文書の解析ループを開始し、HTML文書から、住所または電話番号であると思われる位置情報文字列を抽出する。 - 特許庁

To execute layout control suitable for the size of a screen from an HTML.例文帳に追加

HTMLから画面サイズに適したレイアウト制御を行うこと。 - 特許庁

The converted data are displayed as html (step S11).例文帳に追加

この変換したデータを、htmlとして表示する(ステップS11)。 - 特許庁

例文

METHOD AND DEVICE FOR SUPPORTING HTML DATA GENERATION PROGRAM例文帳に追加

HTMLデータ生成プログラムの開発支援方法及び支援装置 - 特許庁


例文

SYSTEM AND METHOD FOR GENERATING HTML DOCUMENT例文帳に追加

HTML文書生成システムおよびHTML文書生成方法 - 特許庁

SYSTEM AND METHOD FOR DYNAMICALLY DISPLAYING HTML FORM ELEMENT例文帳に追加

HTMLフォーム・エレメントを動的に表示するシステムおよび方法 - 特許庁

This is a text-mode Web browser which includes anHTML-to-plain text conversion. 例文帳に追加

HTML から平文テキストへの変換機能を持つテキストモードの Web ブラウザです。 - Python

To provide a measuring instrument by which a HTML(Hyper Text Markup Language) file with the different contents can be watched by the same and common name of the HTML file.例文帳に追加

同一共通のHTMLファイル名で内容の異なるHTMLファイルを見ることができる測定器を提供すること。 - 特許庁

例文

It generates image data of the Web page from an HTML file and outputs it when receiving the HTML file from the Web server 20.例文帳に追加

Webサーバ20からHTMLファイルを受信した場合は、当該HTMLファイルからWebページの画像データを生成して出力する。 - 特許庁

例文

Furthermore, hierarchies of the control objects on the server side process the postback input in cooperation and generate result authoring language codes such as HTML.例文帳に追加

さらにサーバ側制御オブジェクトの階層は、協働してポストバック入力を処理し、HTMLのような結果オーサリング言語コードを生成する。 - 特許庁

An HTML conversion section 105 converts the information converted into the file format by the conversion section 104 into an HTML file.例文帳に追加

HTML変換部105は、バッファ変換部104によりファイル形式に変換された情報をHTMLファイルに変換する。 - 特許庁

The NetBeans IDE for PHP also offers command-line debugging: The PHP program output appears in a command line display in the IDE itself and you can inspect the generated HTML without having to switch to a browser.例文帳に追加

PHP プログラムの出力が IDE のコマンド行表示に表示されるため、ブラウザに切り替えなくても生成した HTML を検査できます。 - NetBeans

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

Set breakpoints in your files to tell the debugger where to stop during execution.You can set breakpoints in HTML and JavaScript files. 例文帳に追加

デバッガの実行を停止する位置を指定するには、ファイル内にブレークポイントを設定します。 ブレークポイントは HTML ファイルと JavaScript ファイルに設定できます。 - NetBeans

The Web managing part 1 interprets that command keyword and sends the processing result of a command to the WWW browser part 9 as an HTML form file.例文帳に追加

Web管理部1がそのコマンドキーワードを解釈して、コマンドの処理結果を、HTML形式ファイルとしてWWWブラウザ部9に送る。 - 特許庁

HTML content is converted into an image and the HTML content-converted image is displayed on a BML browser superposed as a background.例文帳に追加

HTMLコンテンツを画像に変換し、その画像に変換したHTMLコンテンツをBMLブラウザで背景として重畳表示させる。 - 特許庁

An HTML document is acquired from a Web server via a network, and a Web browser displays a screen based on the HTML document.例文帳に追加

Webサーバからネットワークを介してHTML文書を取得して、当該HTML文書に基づいてWebブラウザが画面を表示する。 - 特許庁

Use the HTML meta statement and the keyword operand to list all the key words you think someone would use to find your Web page. 例文帳に追加

HTMLのmeta文とキーワードオペランドを使って、そのウェブページを見つけるのに誰かが使うだろうと思われるすべてのキーワードを列挙しなさい。 - コンピューター用語辞典

Like ASP (Active Server Page), PHP can be thought of as "dynamic HTML pages," since content will vary based on the results of interpreting the script. 例文帳に追加

ASP (Active Server Page)同様, PHPは「ダイナミックHTMLページ」と考えられる.なぜなら, そのスクリプトを解釈した結果に基づいてコンテントが変化するからである. - コンピューター用語辞典

In the Source Editor, change the content of the newly created page to the following:headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body 例文帳に追加

ソースエディタで新しく作成されたページの内容を次のように変更します。 headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body - NetBeans

Setting a component's rendered property to false removes the component from the emitted HTML and the component is not available to the client. 例文帳に追加

コンポーネントの「rendered」プロパティーを False に設定すると、コンポーネントが生成される HTML から削除され、コンポーネントがクライアントから使用できなくなります。 - NetBeans

To put an HTML table inside the loop, first delete the closing curly braket from the loop,then type or paste the following code beneath the PHP block. 例文帳に追加

ループ内に HTML 表を置くには、まずループの閉じ丸括弧を削除し、次に PHP ブロックの下に次のコードを入力またはペーストします。 - NetBeans

Basically this fixes a problem that HTML has had where check boxes can only pass a single value (the value of the checkbox when checked).例文帳に追加

基本的に、これは「チェックボックスではひとつの値(チェックされているチェックボックスの値) しか渡せない」という HTML の問題点を解決するものです。 - PEAR

Therefore, if your form is using always the same pattern to display form element labels and form element html, it is recommended to use the Dynamic renderer. 例文帳に追加

もし常に同じようなパターンで要素ラベルやフォーム要素の html を出力するのなら、動的レンダラを使用するほうがお勧めです。 - PEAR

Instead of working with HTML code and linear adding of cells, you can address and fill cells independend of there position. 例文帳に追加

HTML でいちいち順番にセルを書いていくのではなく、セルの位置を指定してそこにデータを書き込むといったことができるようになります。 - PEAR

Flexy uses a single lightweight class to represent All HTML Tags, All the variables of the class are public, and you are encouraged to use them. 例文帳に追加

Flexy は、単一の軽量なクラスですべての HTML タグを表します。 クラスのすべての変数はパブリックとなり、それを使用することができます。 - PEAR

If you want to re-use certains parts of your HTML code multiple times, e.g. rows in a table, you can define blocks as described in the example above. 例文帳に追加

HTML コードの一部 (例えばテーブルの行など) を再利用したい場合は、先ほどの例で示したようにブロックを定義することができます。 - PEAR

Consequently, the HTML and active documents can be browsed by using a general browser; and HTML and active document activities triggered when a user browses the HTML and active documents and voice and video when the user browses the HTML and active documents can be recorded and their records can be transmitted.例文帳に追加

これにより一般のブラウザを利用し、HTML/アクティブドキュメントをブラウズ可能で、かつユーザがHTML/アクティブドキュメントをブラウズ時に触発するHTML/アクティブドキュメント活動、及びユーザがHTML/アクティブドキュメントをブラウズ時に発する音声、映像の記録/記録発信を行うことができる。 - 特許庁

The terminal is provided with at html document expansion program 5 for expanding the compressed html documents 4, monitors an http reception port at all times, expands the compressed html document 4 to a normal html document simultaneously with the detection and sends it to a web browser.例文帳に追加

そして端末は、圧縮されたhtmlドキュメントを展開するhtmlドキュメント展開プログラムを備え、http受信ポートを常に監視し、圧縮されたhtmlドキュメントを検出すると同時に通常のhtmlドキュメントに展開しwebブラウザに送る。 - 特許庁

When a client 10 instructs a read of the HTML document, the instructed HTML document and the display information having the same classification name with the HTML document are sent from a server 20 to the client 10.例文帳に追加

HTML文書の読み出しがクライアント10から指示された場合には、指示されたHTML文書およびこのHTML文書と分類名が同一の表示情報をサーバ20からクライアント10に送信する。 - 特許庁

A new HTML file (respectively integrated in two divided pictures) generated by compositing the list of the analyzed link destinations and the called HTML file at an HTML manipulation processing part 12 is outputted on the display 2.例文帳に追加

解析したリンク先のリストと、呼び出されたHTMLファイルがHTML加工処理部12にて合成して生成された新たな加工HTMLファイル(2分割画面にそれぞれ組み込む)を、表示器2に出力する。 - 特許庁

Then the HTML document generating device 3 performs retrieve from a database 22 according to the specification by the extension tag in the HTML document having been processed to generate an HTML document including no extension tag.例文帳に追加

そのうえで、HTML文書生成装置3は、事前処理後のHTML文書中の拡張タグによる指定に従って、データベース22を検索することにより、拡張タグを含まないHTML文書を生成する。 - 特許庁

To properly and easily extract a character string from an HTML (Hyper Text Markup Language) document by use of a tag that rarely appears in the HTML document.例文帳に追加

HTML文書内で出現頻度の低い種類のタグを用いてHTML文書から適切かつ容易に文字列を抽出する。 - 特許庁

In the course of directly printing a PDF or HTML file, an interpreter reads commands from the PDF or HTML file (504).例文帳に追加

PDFファイルまたはHTMLファイルの直接印刷中に、インタープリタがPDFファイルまたはHTMLファイルからのコマンドを読み取る(504)。 - 特許庁

A data storage part 411 stores multiple HTML files having file names of character strings which can directly be selected by a filtering part 415 of a data reception device.例文帳に追加

データ格納部311には、データ受信装置のフィルタリング部315が直接選別できる文字列のファイル名を有する複数のHTMLファイルを格納する。 - 特許庁

The CPU forms a place-name index HTML file HMp (S5) and further forms a date index HTML file HMt (S6).例文帳に追加

次に、CPUは、地名インデックス用HTMLファイルHMpを作成し(S5)、さらに、日時インデックス用HTMLファイルHMtを作成する(S6)。 - 特許庁

METHOD, SYSTEM FOR GENERATION HTML FILE AND ITS DISPLAY METHOD例文帳に追加

HTMLファイルの生成方法、生成システム並びにその表示方法 - 特許庁

Processing processes of control HTML files 21 and 22 are started by calling starting functions Fs1 and Fs2 in a main HTML file 10.例文帳に追加

HTMLファイル10中の起動関数Fs1,Fs2を呼び出すことにより、制御HTMLファイル21,22の処理プロセスが起動される。 - 特許庁

An HTML-Print analytic processing part 113 analyzes XHTML script data 122 in HTML-Print data 121.例文帳に追加

HTML−Print解析処理部113はHTML−Printデータ121中のXHTMLスプリクトデータ122を解析する。 - 特許庁

The computer 9 displays the received HTML document on a screen.例文帳に追加

コンピュータ9は、受信したHTML文書を画面上に表示する。 - 特許庁

An HTML advertisement tag 40 is embedded in a reference Web page 35.例文帳に追加

HTML広告タグ40が参照ウェブページ35に埋込まれている。 - 特許庁

(1) A source (HTML data) of a reference source web page is acquired (S405).例文帳に追加

〔1〕参照元Webページのソース(HTMLデータ)を取得する(S405)。 - 特許庁

app-text/man2html - a program for converting man pages to htmlapp-text/tkman - a tk based man page browser 例文帳に追加

app-text/man2html-manページをhtmlに変換してくれるプログラム app-text/tkman-tkベースのmanページブラウザ - Gentoo Linux

JavaScript code completion is automatically provided when you code in .jsfiles, as well as within script tags when you work with other technologies(i.e., HTML, RHTML, JSP, PHP). 例文帳に追加

JavaScript のコード補完は、.js ファイル内でコーディングするとき、またほかのテクノロジ (HTML、RHTML、JSP、PHP など) を使用しているときに script タグ内で自動的に提供されます。 - NetBeans

Now uncomment the code to print the HTML and add the web form for adding a message.Add the following lines in bold to the processRequest methodout.println(Servlet PostMessage at + request. 例文帳に追加

続いて、HTML を出力するコードのコメントを解除し、メッセージ追加するための Web フォームを追加します。 processRequest メソッドに次の太字の行を追加します。 - NetBeans

Or you can click the button, pause, and then click again.)Enter HTML for the left radio button,Plain Text for the second, and Custom for the third.例文帳に追加

ボタンをクリックし、しばらくしてからもう一度クリックすることもできます。 左端のラジオボタンは「HTML」、2 つめのラジオボタンは「Plain Text」、3 つめのラジオボタンは「Custom」にします。 - NetBeans

Linking pages in your web application has never been easier with the new Visual Page Flow Editor, supporting JavaServer Faces, JSP, and HTML pages.例文帳に追加

新しいビジュアルなページフローエディタを使用すると、Web アプリケーション内のページを簡単にリンクできます。 このエディタは JavaServer Faces、JSP、および HTML のページに使用できます。 - NetBeans

An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page.例文帳に追加

アプレットとは、Java プログラミング言語で記述されたプログラムで、画像をページに含めるのとよく似た方法で HTML ページに含めることができるものです。 - NetBeans

例文

We now uncomment the code to print the HTML and add the web form for adding a message.Add the following lines in bold to the processRequest methodout.println(Servlet PostMessage at + request. 例文帳に追加

続いて、HTML を出力するコードのコメントを解除し、メッセージ追加するための Web フォームを追加します。 processRequest メソッドに次の太字の行を追加します。 - NetBeans




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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 © 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS