stylesheetを含む例文一覧と使い方
該当件数 : 43件
STYLESHEET PROCESSING DEVICE例文帳に追加
スタイルシート処理装置 - 特許庁
In the CSS File Name text field, type in stylesheet. 例文帳に追加
「CSS ファイル名」テキストフィールドに、「stylesheet」と入力します。 - NetBeans
Link the stylesheet to your JSP pages by adding a reference between the head tags of both login.jsp and success.jsp:link rel=stylesheet type=text/css href=stylesheet.css例文帳に追加
login.jsp と success.jsp の両方の head タグ間に参照を追加して、JSP ページにスタイルシートを関連付けます。 link rel=stylesheet type=text/css href=stylesheet.css - NetBeans
Code Sample 7: Stylesheet Code for JavaServerFaces 1.1 Calendar 例文帳に追加
コード例 7: JavaServer Faces 1.1 カレンダ用のスタイルシートコード - NetBeans
Code Sample 8: Stylesheet Code for JavaServer Faces 1.2 Calendar 例文帳に追加
コード例 8: JavaServer Faces 1.2 カレンダ用のスタイルシートコード - NetBeans
output to document internal stylesheet declarations. output to standalone stylesheet declarations. 例文帳に追加
ドキュメント内でのスタイルシート宣言形式での出力スタンドアロンのスタイルシート宣言形式での出力 - PEAR
Then we download the CSS Stylesheet and related images.例文帳に追加
次に、CSS スタイルシートと関連の画像をダウンロードします。 - NetBeans
The solution is to remove the "height: 1px;" style from "form fieldset li" block in the stylesheet. 例文帳に追加
スタイルシートの "form fieldset li" ブロックから、スタイル "height: 1px;" を削除しました。 - PEAR
A nature can be a stylesheet, a DTD, a HTML document, etc. 例文帳に追加
性質として指定されるのは、スタイルシートや DTD、HTML ドキュメントなどです。 - PEAR
To attach a stylesheet to your application do the following. 例文帳に追加
アプリケーションにスタイルシートを適用するには、次の手順に従います。 - NetBeans
Optionally, you can also add a simple stylesheet to the project.例文帳に追加
任意で、簡単なスタイルシートをプロジェクトに追加することもできます。 - NetBeans
In addition, you need to add the following two blocks to your stylesheet: 例文帳に追加
さらに、以下のふたつのブロックをスタイルシートに追加する必要があります。 - PEAR
parse multiple css data sources at once. output to inline stylesheet declarations. 例文帳に追加
複数の css データの一括パースインラインのスタイルシート宣言形式での出力 - PEAR
The SAI (Scene Authoring Interface) is autogenerated using an XSLT stylesheet with the X3D Schema, ... 例文帳に追加
SAI(シーン・オーサリング・インタフェース)はXSLTスタイルシートとX3Dスキーマとを使って自動生成され、... - コンピューター用語辞典
Finally, you can work in the IDE's CSS Editor to add a simple stylesheet to the presentation.例文帳に追加
最後に、IDE の CSS エディタを使用して、簡単なスタイルシートをプレゼンテーションに追加できます。 - NetBeans
Switch to the index.php page in the editor, and add a reference to the stylesheet between the head tags.例文帳に追加
エディタで index.php ページに切り替え、head タグの間にスタイルシートへの参照を追加します。 - NetBeans
Later in the tutorial, you will attach a stylesheet to affect the tabledisplay.例文帳に追加
このチュートリアルのあとの方で、表の表示に影響するスタイルシートを適用します。 - NetBeans
Switch to the index.jsp page in the Source Editor, and add a reference to the stylesheet between the head tags.例文帳に追加
ソースエディタで index.jsp ページに切り替え、head タグの間にスタイルシートへの参照を追加します。 - NetBeans
When you run the application again, it displays in the browser using the stylesheet you just created.例文帳に追加
アプリケーションを再実行すると、作成したスタイルシートを使用してブラウザに表示されます。 - NetBeans
Now, when you run the application again, it displays in the browser using the stylesheet you just created.例文帳に追加
アプリケーションを再実行すると、作成したスタイルシートを使用してブラウザに表示されます。 - NetBeans
An XSL stylesheet is an XML file that contains instructions about transforming the incoming message into the outgoing message. 例文帳に追加
XSL スタイルシートは、着信メッセージを送信メッセージに変換する命令を含む XML ファイルです。 - NetBeans
Next you create two XML Schema (.xsd) files, a web service description (.wsdl) file and an XSL stylesheet (.xsl) file. 例文帳に追加
次に、XML スキーマ (.xsd) ファイルを 2 つ、Web サービス記述 (.wsdl) ファイルを 1 つ、および XSL スタイルシート (.xsl) ファイルを 1 つ作成します。 - NetBeans
The optional third parameter determines which media type the stylesheet shall be used for. 例文帳に追加
オプションの三番目のパラメータでは、そのスタイルシートを使用するメディアタイプを指定することができます。 - PEAR
Is there a solution for this problem? You need to add a "float: left;" style to the "form fieldset li" block in the stylesheet. 例文帳に追加
どうしたらいいでしょう?スタイルシートの "form fieldset li" ブロックに、スタイル"float: left;" を追加する必要があります。 - PEAR
To add attach a stylesheet to your application, simply create a .css file and link to it from your presentation page(s).例文帳に追加
アプリケーションにスタイルシートを適用するには、.css ファイルを作成し、プレゼンテーションページからそのファイルにリンクします。 - NetBeans
One easy way to do this is by savingthissample stylesheet to your computer. 例文帳に追加
これを行うための簡単な方法の 1 つは、使用するコンピュータにこのサンプルスタイルシートを保存することです。 - NetBeans
To enable using the CSS classes that you defined, enter the following code inside the head/head block: link href=wishlist.css type=text/css rel=stylesheet media=all /The styles body and input are automatically applied inside the corresponding tags so you do need to indicate them explicitly. 例文帳に追加
定義した CSS クラスを使用できるようにするには、次のコードを head/head ブロック内に入力します。 link href=wishlist.css type=text/css rel=stylesheet media=all /スタイル「body」と「input」は対応するタグ内に自動的に適用されるため、明示的に指定する必要はありません。 - NetBeans
To run an XSL Transformation Service, you need at least one XML Schema, one WSDL file and one XSL stylesheet. 例文帳に追加
XSL 変換サービスを実行するには、少なくとも 1 つの XML スキーマ、1 つの WSDL ファイル、および 1 つの XSL スタイルシートが必要です。 - NetBeans
create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle) allows usage of existing external StyleSheet and/or JavaScript 例文帳に追加
水平や垂直のバー、そして円、楕円、多角形 (正方形、長方形)の作成 既存の外部スタイルシートや JavaScript の使用 - PEAR
defines the syntax and semantics of XSLT (extensible stylesheet language transformations), which is a language for transforming XML documents into other XML documents 例文帳に追加
XSLT(拡張可能スタイルシート言語変換)の構文と意味論を定義する.XSLTはXML文書を他のXML文書に変換するための言語である. - コンピューター用語辞典
When you work in .css files,the IDE provides you with code completion support, as well as several other features that can aid in producing stylesheet rules.例文帳に追加
.css ファイルで作業する場合、IDE には、コード補完機能や、スタイルシート規則の作成に役立つほかのいくつかの機能が提供されています。 - NetBeans
If you don't need compatibility with Windows Internet Explorer 7, you don't need the mentioned CSS hacks, but can just (re-)add the "height: 1px;" style to the "form fieldset li" block in the stylesheet. 例文帳に追加
Windows Internet Explorer 7 との互換性を気にしないでいい場合は、このような CSS のハックは不要です。 単に、スタイルシートの"form fieldset li" ブロックに (再び) "height: 1px;" を追加すればいいのです。 - PEAR
It receives messages from an external client, transforms the messages in accordance with an XSL stylesheet, and either sends the messages back to the originator or forwards them to another web service. 例文帳に追加
このサービスは、外部クライアントからメッセージを受け取り、XSL スタイルシートに従ってメッセージを変換し、そのメッセージの送信元に返信するか、別の Web サービスに転送します。 - NetBeans
The style property is an enhancement to these standard attributes and provides a better mechanism for configuring a component's look.The component set implements the Web UI Default Theme, which is a coordinated set of cascading stylesheet (CSS) files. 例文帳に追加
「style」プロパティーは、これらの標準属性を拡張したもので、コンポーネントの外観を設定するのにより適しています。 コンポーネントセットは、階層式スタイルシート (CSS) ファイルの組織的なセットである、Web UI デフォルトテーマを実装します。 - NetBeans
The column specifier should indicate vertical bars between columns as appropriate for the specific table, but should not specify vertical bars on the outside of the table(that is considered a stylesheet issue).例文帳に追加
カラム情報指定子には表によって適切なカラム分割垂直線が入るように指定を行わねばなりませんが、表の外側の垂直線は指定してはなりません (この部分の指定はスタイルシートの問題と考えられているからです)。 - Python
To improve the productivity of an XSL (extensible stylesheet language) program for performing XML conversion processing and the flexibility of changing the program in an XML converting method for converting XML data into XML data into another format.例文帳に追加
XMLデータから他の形式のXMLデータへのXML変換方法において、当該XML変換処理を実行するためのXSLプログラムの生産性の向上及び当該プログラムの変更の柔軟性の向上を図ることにある。 - 特許庁
To provide an XML (extensible markup language) document compiling apparatus by which execution of compilation and debug of an XSLT (extensible stylesheet language transformation) document to be used in the original XML document and conversion as a screen image on which the XML document is converted by XSLT.例文帳に追加
XML文書をXSLTで変換した画面イメージのままで、元のXML文書や変換で用いられるXSLT文書の編集やデバッグを行うことを可能にしたXML文書編集装置を提供すること。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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/ ). |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
