versionを含む例文一覧と使い方
該当件数 : 6195件
You can put this metadata under version control and identify certain settings as specific to your installation only.例文帳に追加
このメタデータをバージョン管理対象にして、自分のシステムに専用の設定を指定することができます。 - NetBeans
Using the Fit to Window button, the diagram scales from the 50% sized version so that you can read the labels better. 例文帳に追加
「ウィンドウに合わせる」ボタンを使用すると、ラベルを読み取れるように、図のサイズが 50% から調整されます。 - NetBeans
This version of the BPEL Designer contains features to make this testing a point-and-click experience. 例文帳に追加
このバージョンの BPEL デザイナーには、このテストをポイントしてクリックで行うことができる機能が含まれています。 - NetBeans
The Palette offers the components that are compatible with the Java EE version that you set for the web application project. 例文帳に追加
Web アプリケーションプロジェクトに設定した Java EE バージョンと互換性のあるコンポーネントが、「パレット」に表示されます。 - NetBeans
You can share projects using the built-in support for the version control systemsCVS, VSS, and PVCS. 例文帳に追加
バージョン管理システムの CVS、VSS および PVCS に対する内蔵のサポートを利用し、プロジェクトを共有することができます。 - NetBeans
If one uses a version of PHP that is supplied by Unix/Linux/BSD distributors it may be necessary to manually install PEAR. 例文帳に追加
Unix/Linux/BSD ディストリビューションが提供する PHP を使う場合は、PEAR を別途インストールする必要があるかもしれません。 - PEAR
This happens even if there is a newer version of the package! 例文帳に追加
インストール済みのパッケージよりも新しいバージョンをインストールしようとしている場合でも同じようになります。 - PEAR
You can easily persuade it by adding either the version number or the stability you are willing to accept: 例文帳に追加
これをインストールしたい場合は、バージョン番号を指定するかあるいはそのパッケージの版を指定します。 - PEAR
pearinstaller dependencies The pearinstaller dependency defines the minimum version of PEAR that can properly parse and install the package.xml containing it. 例文帳に追加
pearinstaller 依存性 pearinstaller は、package.xml のパースおよびインストールを適切に行うための PEAR の最小バージョンを定義します。 - PEAR
The installer will refuse to install a package without the --force option unless the version exactly matches recommended. 例文帳に追加
--force オプションを指定しない限り、推奨バージョンに一致していないバージョンではインストールできなくなります。 - PEAR
The php tag is used to specify a php version or range of versions that an install set should be valid with. 例文帳に追加
php タグは、インストールセットが対象とする PHP のバージョンあるいはバージョンの範囲を指定するために使用します。 - PEAR
Note that for backwards compatibility, all existing packages based on package.xml version 1.0 are in the pear.php.net channel. 例文帳に追加
過去との互換性のため、package.xmlバージョン 1.0 を使用している既存パッケージは pear.php.net チャネルに属するものとみなされます。 - PEAR
Required attribute "type" tells the installer what version of the PEAR installer REST interface is provided at the base URL. 例文帳に追加
必須属性 "type" により、ベース URL から提供されるPEAR インストーラ REST インターフェイスのバージョンをインストーラに教えます。 - PEAR
As of PEAR version 1.4.3, the required format for custom file roles has been changed due to a minor security vulnerability. 例文帳に追加
PEAR バージョン 1.4.3 で、セキュリティ上の脆弱性に対応するためファイルロールの書式が変更されました。 - PEAR
package.xml 1.0 provides a single undocumented system of customizing file contents through the replace tag, like so: file name="blah.php" role="php" replace from="@token@" to="version" type="package-info"/ replace from="@anothertoken@" to="php_dir" type="pear-config"//file 例文帳に追加
package.xml 1.0 では、隠し機能としてreplace タグでファイルの内容を変更することができました。 - PEAR
It contains the contents of the package's info.xml, release information from allreleases. xml and dependency information for each version.例文帳に追加
パッケージのinfo.xmlの内容はallreleases.xmlからのリリース情報、そして各バージョンの依存性情報などが含まれます。 - PEAR
This function can not be called statically. This function has only been available since version 1.5.0.例文帳に追加
この関数は、スタティックにコールすることはできません。 この関数は、バージョン 1.5.0 以降でのみ使用可能です。 - PEAR
No fixes and changes to its behaviour will be done and it will be removed in the next major version of the package. 例文帳に追加
今後はバグ修正や機能変更は行われず、次のメジャーバージョンでは削除される予定です。 - PEAR
If you don't pass a worksheet object to this renderer, you can set the BIFF version with this option. 例文帳に追加
このレンダラにワークシートオブジェクトを渡さない場合は、このオプションで BIFF のバージョンを指定することができます。 - PEAR
Return the a pointer to the first PyThreadState object in the list of threads associated with the interpreter interp.New in version 2.2.例文帳に追加
インタプリタ interp に関連付けられているスレッドからなるリストのうち、先頭にある PyThreadState オブジェクトを返します。 - Python
Changed in version 2.3:Older versions of Python did not support NULL as the value for the methods argument.例文帳に追加
バージョン 2.3 で 変更 された仕様:以前のバージョンの Python では、methods 引数の値としてNULL をサポートしていませんでした - Python
In addition, they support the methods listed below.Changed in version 2.3.1:Added dictionary methods.例文帳に追加
加えて、以下に列挙したメソッドもサポートします。 バージョン 2.3.1 で 変更 された仕様:辞書型メソッドを追加しました - Python
Note:This chapter mentions a number of filenames that include an encodedPython version number. 例文帳に追加
注意:この章では、Python のバージョン番号が符号化されて入っているたくさんのファイル名について触れます。 - Python
It has the methods that are common to all instances of new style classes.New in version 2.2.例文帳に追加
これは、新スタイルのクラスのインスタンスに共通のメソッド群を持ちます。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
If iterable is not specified,returns a new empty set, set([]).New in version 2.4. 例文帳に追加
iterable を指定しない場合、新たな空の set 型オブジェクト、set([]) を返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
This is helpful because calls to PyCFunctionsare optimized more than wrapper object calls.New in version 2.4. 例文帳に追加
PyCFunctions の呼び出しはラッパオブジェクトの呼び出しよりも最適化されているので、こうした仕様が便利になります。 - Python
The version number of the described software, as specified using release in the preamble.例文帳に追加
プリアンブルのrelease マクロに指定されているような、ドキュメントの対象となっているソフトウェアのバージョン番号です。 - Python
None of the string values may be Unicode.Encoding the version information is an art in itself. 例文帳に追加
これらの文字列はいずれも Unicode であってはなりません。 バージョン情報のコード化は、それ自体が一つのアートです。 - Python
This is probably a mistake and will likely be removed in a future version.例文帳に追加
これはほぼ確実に誤った措置であり、将来のバージョンでは削除することが適当と思われます。 - Python
Open an encoded file using the given mode and return a wrapped version providing transparent encoding/decoding.例文帳に追加
mode でエンコードされたファイルを開き、 透過的にエンコード・デコードを行うようにラップしたファイルオブジェクトを返します。 - Python
As of email package version 3.0, introduced in Python 2.4, the classic Parser was re-implemented in terms of the FeedParser, so the semantics and results are identical between the two parsers. Subsections例文帳に追加
そのためパーザの意味論と得られる結果は 2つのパーザで同一のものになります。 - Python
A dictionary that maps Unicode codepoints to HTML entity names.New in version 2.3. 例文帳に追加
A dictionary that maps Unicode codepoints to HTML entity names.UnicodeのコードポイントをHTMLのエンティティ名に変換するための辞書です。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
Return the logarithm of x to the given base.If the base is not specified, return the natural logarithm of x(that is, the logarithm to base e).Changed in version 2.3:base argument added. 例文帳に追加
base を省略した場合x の自然対数を返します。 バージョン 2.3 で 変更 された仕様:base argument added - Python
Changed in version 2.4:ValueError raised if a field in t is out of range..例文帳に追加
バージョン 2.4 で 変更 された仕様:t のフィールド値が許容範囲外の値の場合にValueError を送出するようになりました - Python
Returns the east asian width assigned to the Unicode characterunichr as string.New in version 2.4. 例文帳に追加
unichr as string.ユニコード文字unichrに割り当てられたeast asian widthを文字列で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
Changed in version 2.3:Older versions of Python did not support a tuple as the second argument.例文帳に追加
バージョン 2.3 で 変更 された仕様:以前の Python のバージョンは、二つ目の引数にタプルをサポートしていませんでした - Python
Add a header that will not be added to a redirected request.New in version 2.4. 例文帳に追加
リダイレクトされたリクエストには追加されないヘッダを追加します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
Return whether the instance has the named header (checks both regular and unredirected).New in version 2.4.例文帳に追加
インスタンスが名前つきヘッダであるかどうかを (通常のヘッダと非リダイレクトヘッダの両方を調べて) 返します。 - Python
This will be only used in POSIX mode, and includes just "" by default.New in version 2.3.例文帳に追加
これは POSIX モードでのみ使われ、デフォルトでは "" だけが入っています。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
register_error.For a list of possible encodings, see section4.9.2.New in version 2.0. 例文帳に追加
利用可能なエンコーディングの一覧は、セクション4.9.2を参照してください。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
The original string is returned if width is less than len(s).New in version 2.2.2.例文帳に追加
width が len(s) よりも短い場合もとの文字列自体が返されます。 バージョン 2.2.2 で 新たに追加 された仕様です。 - Python
If the referent is no longer live, returns None.New in version 2.2.例文帳に追加
被参照オブジェクトがすでに存続していない場合、 None を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
Text Widget Most of the changes to this version of the Xaw library were done in the TextWidget,TextSrcObject, TextSinkObject and related files.例文帳に追加
Text ウィジェットこのバージョンの Xaw ライブラリへの変更の大部分はTextWidget, TextSrcObject, TextSinkObject とその関連ファイルに対して行われた。 - XFree86
With version 3.0, it prefers [tn]roff source and usually produces results that are better yet.例文帳に追加
バージョン 3.0 からは、このプログラムは[tn]roff のソースを入力するほうがよく、普通はその方が良い出力を得られる。 - XFree86
Not all of the features described in this manual are necessarily available in this version of xterm.例文帳に追加
このバージョンの xterm で、このオンラインマニュアルで説明されている機能が必ずしも全て使えるわけではない。 - XFree86
These songs were also sung in "Detective Conan: Crossroad in the Ancient Capital," the movie version of the TV series "Meitantei Konan (Detective Konan)." 例文帳に追加
また、劇場版名探偵コナン『名探偵コナン迷宮の十字路』にもこれらの唄が使われた。 - Wikipedia日英京都関連文書対訳コーパス
The original Sanskrit version was also introduced into Japan in ancient times, and during the Edo period it was published and became a subject of research. 例文帳に追加
サンスクリット原典も古くから日本に伝えられ、江戸時代から出版・研究されてきた。 - Wikipedia日英京都関連文書対訳コーパス
In the film version of Teito Monogatari and Teito Taisen, he is changed to the fictional character called Kanamikoho. 例文帳に追加
映画版の帝都物語帝都大戦では、観阿弥光凰なる架空の人物に置き換えられている。 - Wikipedia日英京都関連文書対訳コーパス
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
© 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-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. |
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会員(無料)になると
|