例文 (60件) |
version 2.0の部分一致の例文一覧と使い方
該当件数 : 60件
A subclass of ImproperConnectionState.New in version 2.0. 例文帳に追加
ImproperConnectionState のサブクラスです。 - Python
The version_infovalue corresponding to the Python version 2.0 is (2, 0, 0,'final', 0).New in version 2.0. 例文帳に追加
バージョン 2.0 で 新たに追加 された仕様です。 - Python
You should really be using package.xml version 2.0. 例文帳に追加
package.xml バージョン 2.0 を使用しましょう。 - PEAR
21. The package definition file package.xml, version 2.0 例文帳に追加
21 章 パッケージ定義ファイル package.xml、バージョン 2.0 - PEAR
The future. behold, natural history, version 2.0.例文帳に追加
未来系・・・ 自然史博物館バージョン2.0 - 映画・海外ドラマ英語字幕翻訳辞書
This should be either '1.0' or '2.0', and should match the version attribute from the top-level package version="X.0" tag. 例文帳に追加
'1.0' あるいは '2.0' のいずれかであり、トップレベルのpackage version="X.0" タグの version 属性に一致します。 - PEAR
if xsdversion is '2.0', this should be an array of format: array( 'name' = package name 'channel' = package channel - see notes below ['min' = minimum version (inclusive),] ['max' = maximum version (inclusive),] ['exclude' = single version to exclude (string), or array of versions to exclude,] ) 例文帳に追加
xsdversion が '2.0' の場合、以下の形式の配列となります。 - PEAR
Why do I get "No handlers for package.xml version 2.0" when I try to install a package? 例文帳に追加
パッケージをインストールしようとすると"No handlers for package.xml version 2.0"と言われるのですが? - PEAR
Note: package.xml version 2.0 is supported from PEAR 1.4 on. 例文帳に追加
注意package.xml バージョン 2.0 は、PEAR 1.4 以降でサポートされています。 - PEAR
The version number X is 1 for glibc 2.0 and 2 for glibc 2.1. 例文帳に追加
バージョン番号Xは、 glibc 2.0 用なら 1、 glibc 2.1 用なら 2 である。 - JM
This is a subclass of NameError.New in version 2.0.例文帳に追加
NameErrorのサブクラスです。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
It is a subclass of ValueError.New in version 2.0.例文帳に追加
ValueError のサブクラスです。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
The recommended version is XDebug 2.0 or higher as it is compatible with PHP5. 例文帳に追加
PHP5 と互換性があるため、推奨バージョンは XDebug 2.0 以降です。 - NetBeans
translates to this dependency in package.xml version 2.0: dependencies required!-- ... 例文帳に追加
これを package.xml バージョン 2.0 用に変換すると、以下のようになります。 - PEAR
Manual license upgrades from version 2.0 to 3.0 of Creative Commons 例文帳に追加
マニュアルのライセンスを更新しました。 Creative Commonsのバージョン 2.0 から 3.0 に変わります。 - PEAR
The version of the XML package used to install this release (1.0 or 2.0). 例文帳に追加
このパッケージをインストールする際に使用した XML のバージョン(1.0 あるいは 2.0)。 - PEAR
Although this method was present in the version of 例文帳に追加
このメソッドは Python 2.0 にパッケージされているバージョンの - Python
function is included in glibc since version 2.0, but is not in libc5 or libc4. 例文帳に追加
関数はバージョン 2.0 から glibc に含まれるようになったが、libc5 や libc4 にはない。 - JM
Changed in version 2.0:Added support for tuple values of the localeparameter. 例文帳に追加
バージョン 2.0 で 変更 された仕様:引数 locale の値としてタプルをサポートしました。 - Python
A quick and dirty guide to version 2.0 of the package definition file package. xml 例文帳に追加
パッケージ定義ファイル package.xml の手っ取り早い解説 - PEAR
65535], inclusive.ValueError is raised otherwise.New in version 2.0. 例文帳に追加
それ以外の値に対しては ValueError が送出されます。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
Tell what PEAR packager and package xml version (1.0 or 2.0) was used to build and install the package. 例文帳に追加
パッケージをビルド、インストールする際に使用したPEAR パッケージャおよび package.xml のバージョン (1.0 あるいは 2.0)。 - PEAR
Returns -1 on error, 0 on success.New in version 2.0. 例文帳に追加
エラーのときには -1 を、成功したときには 0 を返します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
package.xml 2.0 introduces the term stability and like version splits the concept of stability into two components, release and api. 例文帳に追加
package.xml 2.0 ではstability (安定性) という呼び方を使用するようになり、versionと同様にリリース・API の 2 つに分けて考えるようになりました。 - PEAR
Returns the current setting for the weekday to start each week.New in version 2.0. 例文帳に追加
現在設定されている週の最初の曜日を返します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
Return the name of the current default string encoding used by the Unicode implementation.New in version 2.0.例文帳に追加
現在のUnicode処理のデフォルトエンコーディング名を返します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
module, it is removed from the sysmodule's namespace.New in version 2.0. 例文帳に追加
から呼び出された後、この関数はsysから削除されます。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
Where a system call is marked "2.0" this means the system call probably appeared in a 1.3.x kernel version, and first appeared in a stable kernel with 2.0. 例文帳に追加
システムコールに "2.0" と書かれている場合、そのシステムコールがおそらくバージョン 1.3.x のカーネルで登場し、安定版のカーネルでは 2.0 で初めて登場したことを意味する。 - JM
For example, versions 2.0b1 and 2.0.1 both have a short version of2.0.例文帳に追加
例えば、バージョン 2.0b1と 2.0.1 の短いバージョン番号はいずれも 2.0 になります。 - Python
register_error.For a list of possible encodings, see section4.9.2.New in version 2.0. 例文帳に追加
利用可能なエンコーディングの一覧は、セクション4.9.2を参照してください。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
Returns the number of leap years in the range[y1...y2), where y1 and y2 are years.Changed in version 2.0:This function didn't work for ranges spanning a century change in Python 1.5.2. 例文帳に追加
バージョン 2.0 で 変更 された仕様:Python 1.5.2では、この関数は世紀をまたがった範囲では動作しません。 - Python
The earliest year for which a calendar can be generated is platform-dependent.New in version 2.0.例文帳に追加
出力されるカレンダーの起点となる年はプラットフォームに依存します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
In case no fully qualified domain name is available, the hostname is returned.New in version 2.0.例文帳に追加
完全修飾ドメイン名を取得できない場合、ホスト名を返します。 バージョン 2.0 で 新たに追加 された仕様です。 - Python
Changed in version 2.0:This function worked unreliably under Windows in earlier versions of Python.例文帳に追加
バージョン 2.0 で 変更 された仕様:この関数は、Pythonの初期のバージョンでは、Windows環境下で信頼できない動作をしていました。 - Python
This function is available in two versions: an XSI-compliant version specified in POSIX.1-2001 (available since glibc 2.3.4), and a GNU-specific version (available since glibc 2.0). 例文帳に追加
この関数には二種類のバージョンが存在し、POSIX.1-2001 で規定された XSI 準拠のバージョン(glibc 2.3.4 以降で利用可能) と、GNU 仕様のバージョン (glibc 2.0 以降で利用可能) である。 - JM
例文 (60件) |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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/ ). |
© 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 (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|