underscoreを含む例文一覧と使い方
該当件数 : 56件
(underscore) pad the field with spaces; useful if you need a fixed 例文帳に追加
(アンダースコア) フィールドをスペースで埋める。 - JM
By default, includes all ASCII alphanumerics and underscore.例文帳に追加
標準では、全ての ASCII 英数字およびアンダースコアが入っています。 - Python
(underscore) Pad a numeric result string with spaces. 例文帳に追加
(下線)数値の結果文字列のパディング (穴埋め) をスペース (空白文字) で行う。 - JM
This option will remove a leading underscore from all global symbols. 例文帳に追加
このオプションはすべてのグローバルシンボルから先頭にあるアンダースコアを削除する。 - JM
Letters prefixed with an underscore represent numbers larger than 1000. Table 55-1. 例文帳に追加
1000 より大きい数字を扱う際には、文字の前にアンダースコアを付加します。 - PEAR
A valid $variable can consist only of upper and lower case letters,numbers and an underscore.例文帳に追加
$variableの名前には大小英字、数字、アンダーバーだけを含むことができます。 - Python
These classes are identified by the patterns of leading and trailing underscore characters:例文帳に追加
これらの識別子種は、先頭や末尾にあるアンダースコア文字のパターンで区別されます: - Python
A word is defined as a sequence of alphanumeric or underscore characters, so the end of a word is indicated by whitespace or a non-alphanumeric, non-underscore character.例文帳に追加
単語は英数字あるいは下線文字の並んだものとして定義されていますので、単語の末尾は空白あるいは非英数字、非下線文字によって表されます。 - Python
The PEAR class hierarchy is also reflected in the class name, each level of the hierarchy separated with a single underscore. 例文帳に追加
PEAR クラス階層は、クラス名にも反映され、各階層レベルは、アンダースコアで区切られます。 - PEAR
Naming ConventionsGlobal Variables and Functions If your package needs to define global variables, their names should start with a single underscore followed by the package name and another underscore. 例文帳に追加
命名規約グローバル変数および関数 パッケージでグローバル変数を定義する場合は、変数名の先頭はアンダースコアで始め、その後にパッケージ名を続けてさらにもうひとつアンダースコアをつけます。 - PEAR
Besides removing any initial underscore prepended by the system, this makes C++ function names readable. 例文帳に追加
このときシステムによって前置されたアンダースコアも削除される。 この操作によって C++ の関数名が可読になる。 - JM
All the methods in the class will be aggregated, except private ones (name starting with an underscore) and constructors. 例文帳に追加
プライベートメソッド (アンダースコアで始まる名前のメソッド)およびコンストラクタを除く、クラスの全メソッドが集約されます。 - PEAR
name A word consisting only of alphanumeric characters and underscores, and beginning with an alphabetic character or an underscore. 例文帳に追加
名前 (name)英数字とアンダースコア文字だけから構成され、かつ最初の文字が英字かアンダースコア文字である単語 。 - JM
This result was useful because it served to underscore in a public way how vulnerable DES has become. 例文帳に追加
この結果が有用なのは、それがDESがどれほど弱くなったかを、公開された形で実証することができたからだ。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
If, for instance, the physical terminal does not support underscore mode, screen does not put the `us' and `ue' capabilities into the window's $TERMCAP variable, accordingly. 例文帳に追加
そのため、もし例えば、物理端末が下線モードをサポートしていなければ、screenは `us' や `ue' 機能をそのウィンドウの $TERMCAP 変数に設定しない。 - JM
The transformation inserts the class name in front of the name, with leading underscores removed, and a single underscore inserted in front of the class name.例文帳に追加
この変換では、クラス名の先頭にあるアンダースコアを全てはぎとり、先頭にアンダースコアを一つ挿入して、名前の前に付加します。 - Python
binds all names defined in the imported module, except those beginning with an underscore.例文帳に追加
形式の import 文は、import しようとするモジュール内で定義されている名前について、アンダースコアから始まっている名前以外の全てを束縛します。 - Python
They have been extended to be multi-character names that start with a letter and may contain letters, numbers and the underscore character. 例文帳に追加
このバージョンでは、先頭が文字で始まり、文字と数字とアンダースコアで構成される 2 文字以上の名前が使えるように拡張されています。 - JM
The Ruby convention is to use camel case (embeddedcapitals) to separate words in a class name and the underscore to separate words in a file name.例文帳に追加
Ruby の規則では、クラス名の単語を区切るにはキャメルケース (大文字を組み込む形式) を使用し、ファイル名の単語を区切るには下線を使用します。 - NetBeans
KER used to call this station 'Kyoto Sanjo Station' or 'Sanjo Kyoto Station' to underscore the fact that the station was KER's Kyoto terminal. 例文帳に追加
かつて京阪電鉄では、自社や京都のターミナル駅であることを強調するため、「京都三条駅」・「三条京都駅」と呼んでいたこともあった。 - Wikipedia日英京都関連文書対訳コーパス
Private class members (meaning class members that are intended to be used only from within the same class in which they are declared; PHP does not yet support truly-enforceable private namespaces) are preceded by a single underscore. 例文帳に追加
プライベートなクラスメンバ(それが宣言されたクラスの内部からだけの使用を意図したクラスメンバ。 PHP は、プライベート名前空間をまだサポートしていません。 - PEAR
Protected class members (meaning class members that are intended to be used only from within the same class in which they are declared or from subclasses that extend it) are not preceded by a single underscore. 例文帳に追加
プロテクテッドなクラスメンバ(すなわち、それが宣言されたクラス内、およびそのサブクラス内でだけ使用できるクラスメンバ)には、前にアンダースコアを付けません。 - PEAR
Add an index entry for module module; if module contains an underscore, the optional parameter key should be provided as the same string with underscores removed.例文帳に追加
モジュール module に対する索引エントリを追加します; module にアンダースコアが入っている場合、オプションのパラメタkey には、module からアンダースコアを除去した名前を指定せねばなりません。 - Python
Notice that spelling alternatives that only differ in case or use a hypheninstead of an underscore are also valid aliases.Many of the character sets support the same languages.例文帳に追加
大文字と小文字、またはアンダースコアの代りにハイフンにしただけの綴りも有効な別名です。 多くの文字セットは同じ言語をサポートしています。 - Python
On older terminals, the underscore code is displayed as a left arrow, called backarrow, the caret is displayed as an up-arrow and the vertical bar has a hole in the middle. 例文帳に追加
古い端末では、アンダースコアがバックアロー (backarrow) と呼ばれる左向きの矢印で表示される、またキャレットが上向きの矢印で表示され、縦棒 (vertcal bar) では真ん中に穴がある。 - JM
name of the sequence To avoid problems with various database systems, sequence names should start with a letter and only contain letters, numbers and the underscore character. 例文帳に追加
データベースの違いによる問題を避けるため、シーケンス名の最初には英字のみを使用するようにし、またそれ以降も英数字とアンダースコア文字のみを使用するようにしましょう。 - PEAR
name of the new sequence to create To avoid problems with various database systems, sequence names should start with a letter and only contain letters, numbers and the underscore character. 例文帳に追加
データベースの違いによる問題を避けるため、シーケンス名の最初には英字のみを使用するようにし、またそれ以降も英数字とアンダースコア文字のみを使用するようにしましょう。 - PEAR
When an identifier that textually occurs in a class definition begins with two or more underscore characters and does not end in two or moreunderscores, it is considered a private name of that class.Private names are transformed to a longer form before code is generated for them.例文帳に追加
クラス定義内にテキストの形で書かれた識別子で、二つ以上のアンダースコアから始まり、末尾が二つ以上のアンダースコアになっていないものは、そのクラスの プライベートな名前 (private name) とみなされます。 プライベートな名前は、コードが生成される前に、より長い形式の名前に変換されます。 - Python
| 本サービスで使用している「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 © 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. |
| この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
原題:”Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design ” 邦題:『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』 | This work has been released into the public domain by the copyright holder. This applies worldwide. 日本語版の著作権保持者は ©1999 山形浩生<hiyori13@alum.mit.edu>である。この翻訳は、全体、部分を問わず、使用料の支払いなしに複製が認められる。 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|