「lowercase」を含む例文一覧(97)

<前へ 1 2
  • A common use of tr is to convert lowercase characters to uppercase.
    の良くある使い方としては、英小文字の大文字への変換があげられる。 - JM
  • Note also that with some systems, the database setting must be in lowercase letters.
    また、一部のシステムではデータベース設定を小文字で行う必要があります。 - NetBeans
  • Optional casefold is a flag specifying whether a lowercase alphabet is acceptable as input.
    オプション引数 casefold は小文字のアルファベットを受けつけるかどうかを指定します。 - Python
  • With a negative argument, lowercase the previous word, but do not move point.
    負の引き数を指定すると、前の単語を小文字にしますが、ポイントは動きません。 - JM
  • HTML code completion nowenters the tags in uppercase or lowercase instead of in uppercase only.
    HTML コード補完で、タグが大文字入力だけでなく小文字入力にも対応しました。 - NetBeans
  • Return a copy of the string with uppercase characters converted to lowercase and vice versa.For 8-bit strings, this method is locale-dependent.
    文字列をコピーし、大文字は小文字に、小文字は大文字に変換して返します。 - Python
  • By convention, the instance name of a resource begins with a lowercase letter and class name with an upper case letter.
    伝統的に、リソースのインスタンス名は小文字で始まり、クラス名は大文字で始まる。 - XFree86
  • Uppercase and lowercase matter; the strings ``thing'',``Thing'', and ``thinG'' all designate different atoms.
    大文字と小文字は区別される。 したがって、``thing'', ``Thing'', ``thinG'' は全て異なるアトムとして区別される。 - XFree86
  • lowercase for the definition of ``lowercase letter,''and a convention of using two spaces after a period to separatesentences on the same line, it is specific to English-language texts.
    文検出アルゴリズムは``小文字''の定義のためにstring.lowercaseに依存し、同一行の文を区切るためにピリオドの後に二つの空白を使う慣習に依存しているため、英文テキストに限定されたものです。 - Python
  • The details of what constitutes an uppercase or lowercase letter depend on the current locale.
    なにが大文字でなにが小文字なのかということの詳細は、現在のロケールに依存している。 - JM
  • There is one required attribute, the matchattribute, defining the column name of the output of ps in lowercase like "command" or "vsz".
    必須属性は matchです。 ps の出力のカラム名を小文字にしたもの、例えば"command" や "vsz" を指定します。 - PEAR
  • This allows you to decode any decoded data in the XML or convert all content to lowercase. _RETURN_RESULT
    これにより、XML 内のデータをデコードしたり、全てのコンテンツを小文字に変換することができます。 - PEAR
  • To provide an information retrieving system capable of executing retrieval without being conscious of the uppercase letters and lowercase letters of English alphabet.
    英文字の大文字と小文字を意識しない検索を可能にする情報検索システムを提供する。 - 特許庁
  • This means, the name of the placeholder can consist of upper- and lowercase letters, underscores and hypens.
    この意味は、プレースホルダの名前は英大文字および英小文字、下線とハイフンからなることを意味します。 - PEAR
  • This means, the name of the placeholder can consist of upper- and lowercase letters, underscores and hyphens.
    つまり、プレースホルダの名前には、大文字と小文字そしてアンダースコアとハイフンが使用できるということです。 - PEAR
  • For example, the string literalr"n" consists of two characters: a backslash and a lowercase"n".
    例えば、文字列リテラル r"n" は二つの文字:バックスラッシュと小文字の "n" からなる文字列を表すことになります。 - Python
  • On Unix, this returns the path unchanged; on case-insensitive filesystems, it converts the path to lowercase.
    Unixではそのまま返します。 大文字、小文字を区別しないファイルシステムではパス名を小文字に変換します。 - Python
  • Tip: You can easily check for parse errors in a file using the PHP command line interface and the -l (lowercase L) option.
    ティップパースエラーをチェックするのは簡単です。 PHP のコマンドラインインターフェイスで-l (小文字の L) オプションを使用しましょう。 - PEAR
  • In some non-English locales, there are lowercase letters with no corresponding uppercase equivalent; the German sharp s is one example.
    いくつかの非英語ロケールでは、対応する大文字を持たない小文字が存在する。 ドイツ語のエスツェットが一つの例である。 - JM
  • The initial letter of the name (after the prefix) is lowercase, and each letter that starts a new "word" is capitalized.
    (先頭のパッケージ名の部分に続く) 最初の文字は小文字とし、その後は単語の先頭の文字のみを大文字とします。 - PEAR
  • For example, some databases capitalize field names in their output, some lowercase them, while others leave them alone.
    例えば、いくつかのデータベースは、それらの出力でのフィールド名を大文字化や小文字、一方でそのままにしておきます。 - PEAR
  • Tag names in the input stream are caseindependent; the tag occurring in method names must be in lowercase:
    入力ストリーム中のタグ名は大小文字の区別に依存しません; メソッド名中の tag は小文字でなければなりません: - Python
  • For example, [akm$]will match any of the characters "a", "k","m", or "$"; [a-z]will match any lowercase letter, and [a-zA-Z0-9] matches any letter or digit.
    例えば、[akm$]は、文字 "a"、"k"、"m"、あるいは "$"のどれかとマッチします;[a-z] は、任意の小文字と、[a-zA-Z0-9] は、任意の文字や数字とマッチします。 - Python
  • If base is less than or equal to 36, lowercase and uppercase letters may be used interchangably to represent numbers between 10 and 35.
    base が 36 以下の場合には、大文字と小文字は区別されず、大文字と小文字のどちらを使っても10 から 35 までの数字を表現できます。 - JM
  • If all the letters in the non_ASCII_codepoints are lowercase, the tag must be "bQ--", because letter "q" is used as odd parity check.
    ASCII外コードポイントにある文字のすべてが下段文字であるならば、文字"q"が奇数パリティチェックとして使われるために、タグは"bQ--"である必要がある。 - コンピューター用語辞典
  • If the font name is not in the Host Portable Character Encoding, the result is implementation-dependent.Use of uppercase or lowercase does not matter.
    フォント名のエンコーディングがホストポータブル文字エンコーディングでない場合、実行結果は実装依存である。 大文字や小文字の使用は問題ない。 - XFree86
  • Consequently, the character string is corrected from a lowercase character string to an uppercase character string and displayed and the reference lines are erased ((C) and (D)).
    その結果、該文字列は小文字列から大文字列に修正されて表示されるとともに、基準線は消去される((C)と(D)参照)。 - 特許庁
  • If the color name is not in the Host Portable Character Encoding, the result is implementation-dependent.Use of uppercase or lowercase does not matter.
    色の名前のエンコーディングがホストポータブル文字エンコーディングでなかった場合、実行結果は実装依存である。 大文字や小文字の使用は問題ない。 - XFree86
  • To provide a device for practice in keyboard touch input which enables a child like a schoolboy or a schoolgirl to perform practice in keyboard touch including learning of lowercase letters of alphabets.
    小学生等の児童がアルファベットの小文字勉強等も含めたタッチ練習ができるキーボードのタッチ入力練習装置を提供することにある。 - 特許庁
  • You must restart the server for the change to take effect.Note also that with some systems, the database setting must be in lowercase letters.
    変更内容を有効にするにはサーバーを再起動する必要があります。 また、一部のシステムではデータベース設定を小文字で行う必要があります。 - NetBeans
  • You must restart the server for the change to occur.Note also that with some systems, the database setting must be in lowercase letters.
    変更内容を有効にするにはサーバーを再起動する必要があります。 また、一部のシステムではデータベース設定を小文字で行う必要があります。 - NetBeans
  • This setting may cause unexpected behaviour, such as field names being converted to lowercase regardless of their definition in the database schema.
    この設定は、予期せぬ振る舞いをすることがあります。 たとえば、データベーススキーマでの定義にかかわらずフィールド名が小文字に変換されてしまうなどです。 - PEAR
  • If the colorname is not in the Host Portable Character Encoding, the result is implementation-dependent.Use of uppercase or lowercase does not matter.
    色の名前のエンコーディングがホストポータブル文字エンコーディングでない場合、結果は実装依存である。 大文字と小文字のいずれを使っても結果は同じである。 - XFree86
  • If the pattern string is not in the Host Portable Character Encoding, the result is implementation-dependent.Use of uppercase or lowercase does not matter.
    パターン文字列のエンコーディングがホストポータブル文字エンコーディングでない場合、結果は実装依存である。 英字は大文字でも小文字でも結果は同じになる。 - XFree86
  • In the hanging and locking section 15 formed on the back face of a lowercase 7, a swelling section 17 is formed and is provided with a guide groove 18c to guide a fixing member.
    ロアーケース7の裏面に形成された掛け止め部15には、膨出部17が形成され、この膨出部17には、固定部材を案内する案内溝18cが設けられている。 - 特許庁
  • Namely, the security need not be so important when the initial settings are made, so a license keyword consists of six digits (including only one kind of "lowercase English letter") so as to improve the input operability.
    すなわち、初期設定はあまりセキュリティを重視する必要がないため、入力操作性を向上するべく、ライセンスキーワードを6桁(かつ、「英小」の1種類のみ)とした。 - 特許庁
  • A keyboard display part 20 is printed on the surface of a form 12, and lowercase letters of alphabets are printed on keys, on which uppercase letters of corresponding alphabets are printed, in red.
    用紙12表面にはキーボード表示部20が印刷され、キーボード表示部20のアルファベットの大文字が印刷されているキーには、当該アルファベットの小文字が赤色で印刷されている。 - 特許庁
  • However, the sentence detection algorithm is imperfect: it assumes that a sentence ending consists of a lowercase letter followed by one of ".","!", or "?", possibly followed by one of""" or "'", followed by a space.
    しかし、文の検出アルゴリズムは完全ではありません: 文の終わりには、後ろに空白がある"."、"!"または"?"の中の一つ、ことによると"""あるいは"'"が付随する小文字があると仮定しています。 - Python
  • Return true if all cased characters in the string are lowercase and there is at least one cased character, false otherwise.For 8-bit strings, this method is locale-dependent.
    文字列中の大小文字の区別のある文字全てが小文字で、かつ 1 文字以上ある場合には真を返し、そうでない場合は偽を返します。 8ビット文字列では、メソッドはロケール依存になります。 - Python
  • Use of uppercase or lowercase does not matter.This function returns both the color specification as a result of parsing(exact specification) and the actual color specification stored (screenspecification).
    大文字を使っても小文字を使っても結果は変わらない。 この関数は、展開の結果としての表色(正確な表色)と実際に格納される表色(スクリーン表色)の両方を返す。 - XFree86
  • The input mode determination means 102, for example, determines an input mode for uppercase letter mode or lowercase letter mode on the basis of the input density corresponding to the starting point of the starting image on the information inputted by the information input means 101, and the character recognition means 103 recognizes characters in the input mode of uppercase letter mode or lowercase letter mode determined by the input mode determination means 102.
    例えば、入力モード決定手段102は、情報入力手段101に入力された情報における開始画の開始点に対する入力の密度に基づいて、大文字モード又は小文字モードの入力モードを決定し、文字認識手段103は、入力モード決定手段102の決定した大文字モード又は小文字モードの入力モードにて、文字を認識する。 - 特許庁
  • In addition to the 14 keys, keys for inputting voiced sound symbols, semivoiced sound symbols, a key for inputting lowercase conversion, period, pause mark and space are provided to be able to correspond to inputting the entire Japanese cursive syllabary.
    また、前記14個のキーのほかに、濁点、半濁点、小文字変換を入力するキー、句点、読点、スペースを入力するキーを設けてひらがな入力の全てに対応できるようにする。 - 特許庁
  • Theme data are formatted to files of a theme projector 1 and theme SWF 2, and written into a compact disk together with theme HTML 9 and an AutoRun text 4 including a title in half-sized lowercase alphabets.
    主題データーを主題プロジェクター1と主題SWF2にしたファイルにし、主題HTML9と主題名の英半角小文字を含んだオートラン・テキスト4とともにコンパクト・ディスクに書込む。 - 特許庁
  • Specifically, the character "1" represents the counter value formatter as an Arabic number, the characters "A" and "a"represent alphabetic representations of the counter value in upper and lower case, respectively, and "I" and "i"represent the counter value in Roman numerals, in upper and lowercase.
    特に、文字 "1" はアラビア数字の counter 値を表し、"A" と "a" はそれぞれ大文字および小文字のアルファベットによる counter 値を表し、"I" と "i" はそれぞれ大文字および小文字のローマ数字による counter 値を表します。 - Python
  • Withineach group, if the first element is alphabetic and the the second elementis the special keysym NoSymbol, then the group is treated as equivalentto a group in which the first element is the lowercase letter and the secondelement is the uppercase letter.
    それぞれのグループでは、1 番目の要素がアルファベットで 2 番目の要素が特別なキーシンボル\\fINoSymbol\\fP ならば、このグループは 1 番目の要素が小文字で、2 番目の要素が大文字であるグループと同様に扱われる。 - XFree86
  • Return true if the string is a titlecased string and there is at least one character, for example uppercase characters may only follow uncasedcharacters and lowercase characters only cased ones.
    文字列がタイトルケース文字列であり、かつ 1 文字以上ある場合、例えば大文字は大小文字の区別のない文字の後にのみ続き、小文字は大小文字の区別のある文字の後ろにのみ続く場合には真を返します。 - Python
  • An input device is made up so as to easily toggle a type of character to be input (a way of writing) when inputting multiple types of characters differing in notation, for example, hiragana and katakana, hiragana and alphabetical characters, uppercase and lowercase characters, etc. because when a first selection area 411 is selected from a first area 410, a second area 420 and a third area 422 are displayed.
    第1の領域410の中から第1の選択領域411が選択された場合、第2の領域420と第3の領域422とが表示されるので、たとえばひらがなとカタカナ、ひらがなとアルファベット文字、大文字と小文字、などのように表記の異なる複数種類の文字の入力に際して、入力する文字の種類(表記方法)を容易に切り替えることができる入力装置を構成した。 - 特許庁
<前へ 1 2

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • JM
    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.
  • Python
    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.
  • PEAR
    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/ ).
  • NetBeans
    © 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.