charSetを含む例文一覧と使い方
該当件数 : 84件
CHARSET of any ISO charset specification.例文帳に追加
CHARSETは任意の ISO 文字セット。 - PEAR
$params["charset"]- Character set to use 例文帳に追加
$params["charset"]- 使用する文字コードセットです。 - PEAR
If charset is None, the charset parameter will be removed from the Content-Type: header.例文帳に追加
charset が None の場合、charset パラメータはContent-Type: ヘッダから除去されます。 - Python
"charset " set Change the current character set slot designation and charset mapping. 例文帳に追加
"charset " set文字セットのスロット指定と文字セットのマッピングを変更する。 - JM
Append the string s to the MIME header.Optional charset, if given, should be a Charset instance(see 例文帳に追加
この MIME ヘッダに文字列 s を追加します。 オプション引数 charset がもし与えられた場合、これはCharset インスタンス ( - Python
S0 " (str)" Switch charset 'G0' to the specified charset. 例文帳に追加
S0 " (str)"文字集合 'G0' を指定した文字集合に切り替える。 - JM
Note that unlike search, the searching charset argument is mandatory.例文帳に追加
search と違って、検索時の charset は必須です。 - Python
Charset instances have the following data attributes: 例文帳に追加
Charset インスタンスは以下のようなデータ属性をもっています: - Python
Charset instances also have the following methods: 例文帳に追加
Charset インスタンスは、以下のメソッドも持っています: - Python
Changed in version 2.2.2:charset argument added. 例文帳に追加
バージョン 2.2.2 で 変更 された仕様:charset 引数の追加 - Python
start the alternative charset ae 例文帳に追加
代替文字セットの開始ae - JM
A value of None (the default) means that the charset given in the constructor is used.例文帳に追加
この値が None の場合 (デフォルト)、コンストラクタで与えられた charset が使われます。 - Python
If it is a string, it will be converted to a Charset instance.例文帳に追加
文字列を指定した場合、これは Charset インスタンスに変換されます。 - Python
When it's a 3-tuple, the elements of the value are of the form (CHARSET, LANGUAGE, VALUE).例文帳に追加
3 要素タプルの場合、各要素の値は(CHARSET, LANGUAGE, VALUE) の形式になっています。 - Python
Note that both CHARSET and LANGUAGE can be None, in which case you should considerVALUE to be encoded in the us-ascii charset.例文帳に追加
CHARSET と LAGUAGE は None になることがあり、その場合VALUE は us-ascii 文字セットでエンコードされているとみなさねばならないので注意してください。 - Python
"defcharset " [ set ] Like the charset command except that the default setting for new windows is changed. 例文帳に追加
"defcharset " [ set ]charset コマンドと似ているが、新しいウィンドウに対するデフォルト設定を変える点が異なる。 - JM
The index page should now appear as shown below.!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhttp://www.w3.org/TR/html4/loose.dtdhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html 例文帳に追加
index ページは次のようになります。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhttp://www.w3.org/TR/html4/loose.dtdhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html - NetBeans
The index page should now appear as shownbelow.!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html 例文帳に追加
index ページは次のようになります。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleAuto-Completion using AJAX/title/headbodyh1Auto-Completion using AJAX/h1/body/html - NetBeans
Some backends support setting the client charset. 例文帳に追加
クライアントの文字セットを指定できるバックエンドもあります(setCharset(string $charset, [resource $connection = null])を実行します)。 - PEAR
The thread command first searches the mailbox for messages that match the given searching criteria using the charset argument for the interpretation of strings in the searching criteria.例文帳に追加
threadコマンドはまずメールボックス中のメッセージを、charsetを用いた検索条件で検索します。 - Python
Instances of Charset are used in several other modules within the email package.例文帳に追加
Charset インスタンスはemail パッケージ中にあるほかのいくつかのモジュールで使用されます。 - Python
The Charset class also provides a number of methods to support standard operations and built-in functions.例文帳に追加
Charset クラスには、標準的な演算と組み込み関数をサポートするいくつかのメソッドがあります。 - Python
This method allows you to compare two Charset instances for equality. 例文帳に追加
このメソッドは、2つの Charset インスタンスが同じかどうかをチェックするのに使います。 - Python
This method allows you to compare two Charset instances for inequality. 例文帳に追加
このメソッドは、2つの Charset インスタンスが異なるかどうかをチェックするのに使います。 - Python
Return the Charset instance associated with the message's payload.New in version 2.2.2. 例文帳に追加
そのメッセージ中のペイロードの Charset インスタンスを返します。 バージョン 2.2.2 で 新たに追加 された仕様です。 - Python
Return the charset parameter of the Content-Type:header, coerced to lower case. 例文帳に追加
そのメッセージ中の Content-Type: ヘッダにある、charset パラメータの値を返します。 値はすべて小文字に変換されます。 - Python
If charset is given but language is not, the string is encoded using the empty string for language.例文帳に追加
charset は与えられているが language が与えられていない場合、文字列 s は language の空文字列を使ってエンコードされます。 - Python
iconv, provided by sys-libs/glibc, is used to convert text files from one charset to another.例文帳に追加
このドキュメントの内容はAttribution/ShareAlikeライセンスです。 - Gentoo Linux
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh2Entry Form/h2form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh1Entry Form/h1form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
It requires iconv for any charset other than UTF-16LE. 例文帳に追加
UTF-16LE 以外の文字セットを使用するには iconv が必要です。 - PEAR
charsetoption defines the character encoding string. 例文帳に追加
charsetは、文字エンコーディングを定義します。 - PEAR
Character set to use by builtin 'h' and 'e' callbacks. 例文帳に追加
charset 組み込みのコールバック 'h' および 'e' が使用する文字セット。 - PEAR
I18Nv2 still provides an HTTP negotiator to reveal the users preferred language/locale and charset. 例文帳に追加
I18Nv2 には、 HTTP ネゴシエータ もまだ存在します。 - PEAR
charset name to pass to the container (for instance, 'utf8') 例文帳に追加
コンテナに渡す文字セットの名前 (たとえば 'utf8')。 - PEAR
Returned data contains a space separated list of matching message numbers. charset may be None, in which case no "CHARSET" will be specified in the request to the server.例文帳に追加
返されるデータには合致したメッセージ番号をスペースで分割したリストが入っています。 charset は None でもよく、この場合にはサーバへの要求内に "CHARSET" は指定されません。 - Python
The first four character of set are treated as charset designators while the fifth and sixth character must be in range '0' to '3' and set the GL/GR charset mapping. 例文帳に追加
setの先頭 4 文字は、文字セット指定として扱われる。 5-6 番目の文字は 0 から 3 までの値を取り、GL/GR 文字セットのマッピングを指定する。 - JM
A <charset-mapping> tells screen how to map characters in font <designator> ('B': A scii, 'A': UK, 'K': german, etc. )to strings.例文帳に追加
<charset-mapping> は、フォント指示子 <designator>('B': ASCII, 'A': イギリス語, 'K': ドイツ語、など)に含まれる文字を、文字列にマップさせるやり方を screen に伝える。 - JM
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
To use international UTF-8 characters, insert the following element inside the head element, if it is not present.meta http-equiv="content-type" content="text/html; charset=UTF-8" 例文帳に追加
国際 UTF-8 文字を使用するには、次の要素を head 要素内に挿入します (存在しない場合)。 meta http-equiv=content-type content=text/html; charset=UTF-8 - NetBeans
In the editWishList.php file, enter the following HTML form below the PHP block:!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name="addNewWish" action="editWish.php">input type="submit" value="Add Wish"/>/form>/body/html 例文帳に追加
editWishList.php ファイルで、次の HTML フォームを PHP ブロックの下に追加します。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name=addNewWish action=editWish.phpinput type=submit value=Add Wish//form/body/html - NetBeans
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
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. |
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会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |