File Nameの部分一致の例文一覧と使い方
該当件数 : 2400件
To provide an image transmitting apparatus which can convert image data when transmitting the image data by electronic mail into a proper file format according to an electronic mail address or a domain name.例文帳に追加
画像データを電子メールで送信する際に、電子メールアドレスあるいはドメイン名に応じて適切なファイル形式に変換することができる画像送信装置を提供する。 - 特許庁
To provide an image reproducing apparatus and an image reproducing system whereby characters such as the name of an image file can be entered by a similar entry method to that of a mobile phone used by a user.例文帳に追加
ユーザが利用する携帯電話と同様の方法で画像ファイル名等の文字入力を行える画像再生システムおよび画像再生装置を提供する。 - 特許庁
As mentioned in the section on filters (Filters), LPD starts the text and the conversion filters with the name of the accounting file to use on the filter command line. 例文帳に追加
「 フィルタはどのように機能しているか」で述べたように、LPD ではテキストフィルタや変換フィルタを起動しますが、そのコマンドラインで使用している課金データファイルの名前が指定されます。 - FreeBSD
The name of this file comes from the af capability in /etc/printcap, and if not specified as an absolute path, is relative to the spooling directory. 例文帳に追加
このファイルの名前は /etc/printcap 中の af 項目によって指定されます。 このファイルが絶対パスで指定されない場合は、 スプーリングディレクトリからの相対パスとして扱われます。 - FreeBSD
The system administrator can choose the file name of the default database, the frequency with which the databases are updated, and the directories for which they contain entries; see updatedb(1L). 例文帳に追加
システム管理者はデフォルトで用いるデータベースのファイル名や更新の頻度、またどのディレクトリの情報をデータベースに入れるかなどを選択することができる。 updatedb (1L)を見よ。 - JM
The file name database format changed starting with GNU find and locate version 4.0 to allow machines with diffent byte orderings to share the databases. 例文帳に追加
ファイル名データベースのフォーマットは GNU 版find及びlocateのバージョン 4.0 から変更された。 この変更によって、バイトオーダーの異なるマシンの間でデータベースを共有することが可能になった。 - JM
It can be overridden by giving a device file name in the environment variable TAPE or by a command line option (see below), which also overrides the environment variable. 例文帳に追加
デバイスファイル名を環境変数TAPEで指示したり、コマンドラインオプション (下記参照) を用いれば、これを変更することができる。 コマンドラインオプションは環境変数より優先される。 - JM
In this example, the autocomplete.php file generates an XML document that contains all composers with a first or last name beginning with the characters typed in by the user.例文帳に追加
この例では、autocomplete.php ファイルによって XML ドキュメントが生成されます。 この XML ドキュメントには、氏名のいずれかがユーザーが入力した文字で始まる作曲家がすべて含まれています。 - NetBeans
Any application-level resources not included in the Project Properties dialog box (such as resources that you define yourself) can be edited in the the .properties file that corresponds with the name of the main application class.例文帳に追加
「プロジェクトプロパティー」ダイアログに含まれていないアプリケーションレベルのリソース (ユーザー定義のリソースなど) は、メインアプリケーションクラスの名前に対応した .properties ファイルで編集できます。 - NetBeans
When a third person who has received the application data file authenticates the digital signatures by the public key of the user, the personal information(name or the like) of the legal user is displayed.例文帳に追加
前記アプリケーションデータファイルを受け取った第三者が前記ユーザの公開鍵でデジタル署名の認証を行うと、前記正規ユーザの個人情報(氏名等)が表示される。 - 特許庁
To impart the file name of photographed image data corresponding to a character string showing a photographing position and a vehicle state when photographing is performed, and to access it easily later.例文帳に追加
撮影した画像データのファイル名を撮影した時の撮影場所を示す文字列と車両の状態とに応じて付与し、後日に容易にアクセスできるようにする。 - 特許庁
To provide an apparatus ledger server capable of specifying the character string of an item name and the character string of the value of the item and retrieving the image file of a pertinent apparatus ledger.例文帳に追加
項目名の文字列と、その項目の値の文字列とを指定して、該当する機器台帳のイメージファイルを検索することができる機器台帳サーバを得る。 - 特許庁
If not registered yet, the image of the person is registered in a person table in the classification table (S509), and the file name of the image is registered correspondingly (S511).例文帳に追加
登録済みでない場合、分類テーブルの中の人物テーブルに、その人物の画像を登録し(S509)、対応付けてその画像のファイル名を登録する(S511)。 - 特許庁
When a desired candidate is selected from the candidate display by an input device 5, the CPU 1 registers the candidate character string in a slip form file as the item name.例文帳に追加
この候補表示の中から所望の候補が入力装置5によって選択されると、CPU1はその候補文字列を項目名として帳票フォームファイルに登録する。 - 特許庁
Then, the CPU 10 displays the file name at a display part 14, and informs a user of information stored in a place where the alternating processing has been performed.例文帳に追加
そしてCPU10は、表示部14にファイル名等を表示することで、交代処理が行われた場所に記憶されている情報をユーザに対して通知する。 - 特許庁
Depending on the system,the module file will end up in a subdirectory build/lib.system,and may have a name like demo.so or demo.pyd.In the setup.py, all execution is performed by calling the"setup" function. 例文帳に追加
システムによってはモジュールファイルは build/lib.systemサブディレクトリに生成され、demo.so や demo.pydといった名前になることがあります。 setup.py 内では、コマンドの実行はすべて "setup" 関数を呼び出して行います。 - Python
Instances of this exception provide three interesting attributes: msg is a textual explanation of the error, filename is the name of the source file, and lineno gives the line number on which the error was found. Subsections例文帳に追加
この例外のインスタンスは 3 つのインスタンス変数を持っています: msg はテキストによるエラーの説明で、filename はソースファイルの名前、そして lineno はエラーが発見された行番号です。 - Python
This option is useful in shell aliases to distinguish between invocations of an application, without resorting to creating links to alter the executable file name.例文帳に追加
このオプションは、同じアプリケーションを区別して実行するためにシェルのエイリアスで使うと便利である。 そうすればリンクを作って実行可能ファイル名を変える必要はない。 - XFree86
In that case, a file name is automatically generated, serial numbers are added in the order of scans after a prefix 'IMG' and an expander '. raw' is added to the end.例文帳に追加
その際、ファイル名は自動的に生成され、接頭語「IMG」の後にスキャンした順番にシリアル番号がつけられ、最後に拡張子「.raw」が付けられる。 - 特許庁
In a step S24, if it is determined not to be the format in the processing range, a prefix of 'NG-' is added to the file name and stored in a folder 'F:¥PANDA-PJ¥Data¥Org¥NG' (step S25).例文帳に追加
ステップS24において、処理範囲内の形式ではないと決定されると、そのファイル名称に「NG 」の接頭語を付加してフォルダ「F:\\PANDA PJ\\Data\\Org\\NG」に格納する(ステップS25)。 - 特許庁
A print data file name, a transmission address and the like can be retrieved as search words, by making a print log and a facsimile transmission/reception record serve as the search words.例文帳に追加
また、印刷ログやFAX送受信記録を検索対象とすることにより、印刷データファイル名や送信宛先などを検索語として検索することが可能となった。 - 特許庁
A monitoring process means 1 receives an announcement from a process monitoring start part 21, reads a monitoring process definition file 3 and obtains the process name of the process to be monitored.例文帳に追加
監視プロセス手段1はプロセス監視開始部21からの通知を受け取ると監視プロセス定義ファイル3を読み込み、監視対象プロセスのプロセス名を取得する。 - 特許庁
The image verification device 20 also has a function for reporting attachment information (thumbnail image, shooting date, shutter speed, aperture value, ISO sensitivity, model name, production number, etc.) of the image file with MAC or the image file with digital signature to the verifier.例文帳に追加
また、画像検証装置20は、MAC付き画像ファイル又はデジタル署名付き画像ファイルの付属情報(サムネイル画像、撮影日時、シャッター速度、絞り値、ISO感度、モデル名、製造番号など)を検証者に通知する機能を有する装置でもある。 - 特許庁
The image forming apparatus (color copier) accepts a user ID (S12), forms a color image (S18), generates the thumbnail of the color image (S19), gives a file name including a user ID to the generated thumbnail (S20), and transmits it to a file server (S21).例文帳に追加
画像形成装置(カラーコピー機)がユーザIDを受け付け(S12)、カラー画像を形成し(S18)、カラー画像のサムネイルを生成し(S19)、生成したサムネイルにユーザIDを含ませたファイル名を付与して(S20)、ファイルサーバへ送信する(S21)。 - 特許庁
Photographing information is acquired (S1), the information is converted into image data (S2), a fixed file name stored in advance in a digital camera is extracted, a memory card 51 is retrieved (S3) and attached information having been written in the fixed file is converted into image data (S4, S5).例文帳に追加
撮影情報を取得して(S1)、イメージデータに変換し(S2)、デジタルカメラに予め記憶されている固定ファイル名を取り出してメモリカード51を検索し(S3)、固定ファイルに書き込まれている付加情報をイメージデータに変換する(S4、S5)。 - 特許庁
In a system for accomplishing a workflow by cooperating a plurality of devices (workflow execution apparatuses) under a serverless environment, even in the case where a name of the file to be utilized for the work flow of the respective devices is changed, the file to be utilized for the workflow is retrieved.例文帳に追加
サーバレス環境下で複数の機器(ワークフロー実行装置)が連携してワークフローを実現するシステムにおいて、各機器のワークフローで利用されるファイル名が変更される場合があっても、ワークフローで利用されるファイルの検索を可能とする。 - 特許庁
Even when monochrome printing is not designated (S6:N), when it is decided that printing data is monochrome data after finishing printing (S16:Y), the file name and the file-updating date of the printing data are registered as printing information (S17).例文帳に追加
モノクロ印刷が指示されていない場合であっても(S6:N)、印刷終了後に印刷データがモノクロデータであったと判断された場合は(S16:Y)、その印刷データのファイル名及びファイル更新日時を印刷情報として登録する(S17)。 - 特許庁
Further, the layout design of the mask patterns of the ROM module is executed so that the file name of the data file with the stored data recorded thereon can be visibly engraved on the inter-layer oxide film provided with a contact hole for determining the data value of the ROM module.例文帳に追加
更に、ROMモジュールのデータ値を決定づけるコンタクトホールが設けられる層間酸化膜に、格納データが記録されたデータファイルのファイル名が視認可能な態様で刻み込まれるように、ROMモジュールのマスクパターンのレイアウト設計を行う。 - 特許庁
When a new file is formed, a name having a character defined at the head or bottom of the order relation of all characters by the sort rule at the head is automatically assigned to the file to be newly created (step S2, S4 or S7).例文帳に追加
新規にファイルを作成するときに、該新規作成されるファイルに対して、該ソートルールによって全ての文字の順序関係の先頭又は末尾に定義された文字を先頭に持つ名前を、自動的に付与する(ステップS2、S4又はS7)。 - 特許庁
To provide an image processing method, device, and program capable of giving, when continuously reading a plurality of documents by a scanner, an optionally designated file name to a file to be outputted even if the scanner is a general purpose scanner.例文帳に追加
スキャナで複数枚の原稿を連続して読み取った場合に、当該スキャナが汎用のスキャナであっても、出力されるファイルに任意に指定したファイル名を付与することのできる画像処理方法および装置並びにプログラムを提供する。 - 特許庁
Character recognition is performed to a given area (a preset area) for the image as a target (step S3), size and color of the character or the character string captured from its character recognition is decided, the character with a designated size and color is assigned as the file name for the image file (step S7).例文帳に追加
画像の一定領域(プリセット領域)を対象に文字認識を行なって(ステップS3)、その文字認識で得られた文字又は文字列のサイズや色を判断して、所定のサイズや色の文字を画像ファイルのファイル名とする(ステップS7)。 - 特許庁
The general format for redirecting output is: [n]>word If the redirection operator is > , and the noclobber option to the set builtin has been enabled, the redirection will fail if the file whose name results from the expansion of word exists and is a regular file. 例文帳に追加
出力のリダイレクトは、一般的には以下の形式です:[n]>wordリダイレクト演算子が>であり、かつnoclobberオプションが組み込みコマンドsetに対して設定されている場合、word の展開で得たファイルが存在し、かつそれが通常ファイルならば、リダイレクトは失敗します。 - JM
The first storage system 21 writes the received catalog information into a PVOL 45 by converting into an electronic file with a prescribed file name, and writes a data group including the catalog information in the PVOL 45 into an SVOL 145 in a second storage system 121.例文帳に追加
第一のストレージシステム21が、受信したカタログ情報を、所定のファイル名を持つ電子的なファイルにしてPVOL45に書込み、PVOL45内のカタログ情報を含むデータ群を、第二のストレージシステム121内のSVOL145に書く。 - 特許庁
Information, the collection of which is required, is specified from the list, in which item in a database each item is to be recorded is specified and collected information is allowed to correspond to the items in the database (input/selection of a database file name and a table name).例文帳に追加
このリストから収集を希望する情報を指定し、各項目について、データベースのどの項目に記録するかを指定して、収集した情報とデータベースの項目との対応づけ(データベースファイル名、テーブル名の入力/選択)を行う。 - 特許庁
Information on the real name, profile, face photograph, etc., of the individual which makes it possible to identify the individual, the address of the web site that the individual operates, etc., are obtained and stored, and a real-name individual data file 1 wherein identification numbers 4 are given to individuals is stored on a server 2.例文帳に追加
個人の実名、プロフィール、顔写真等、個人を認証出来る情報と個人が運営するウェブサイトのアドレス等を取得し蓄積して、各個人ごとに認識番号4を割り振った実名個人データファイル1をサーバー2に蓄積する。 - 特許庁
At the request of any interested party, a certificate shall be issued that states the name of the mark, the goods that it identifies, the dates and serial numbers of the application and registration, the name of the owner and any other particulars that may be requested on the dealings associated with the file concerned. 例文帳に追加
何れかの当事者の請求があれば,標章の名称,商品の指定,出願及び登録の日付及び番号,所有者の名称,その他関連のファイルに係る請求事項を掲載する証書を交付するものとする。 - 特許庁
A string definition portion, a storage region definition portion, and an index definition portion unitarily managed as a file specification 1 are converted into a data definition table 3 and a table definition SQL (DDL) {structured query language (data description language)} script 2, with items corresponding to the database table name and column name.例文帳に追加
ファイル仕様書1として一元的に管理する列定義部分、記憶領域定義部分、索引定義部分を、項目をデータベース表名、カラム名と対応させたデータ定義テーブル3と表定義用SQL(DDL)スクリプト2とに変換する。 - 特許庁
Also, a client module is provided with a collection control processing part for storing the machine information, with which managing information containing a server name, a client identification name and a collection date is added to collection data containing inventory information for each record, in a collected result file.例文帳に追加
また、クライアントモジュールに、インベントリ情報を含む収集データにサーバ名とクライアント識別名と収集日時とを含む管理情報をレコードごとに付加したマシン情報を収集結果ファイルに格納する収集制御処理部を備える。 - 特許庁
When a user inputs his/her user's name and a password stored in a storage section 105 while an image forming apparatus 1 is in a standby state, the image forming apparatus 1 displays a list of file names of PDL data including the inputted user's name.例文帳に追加
画像形成装置1が待機状態にある時に、ユーザが記憶部105に記憶されているユーザ名とパスワードとを入力すると、画像形成装置1は、入力されたユーザ名を含むPDLデータのファイル名一覧を表示する。 - 特許庁
This new name may be used exactly as the old one for any operation; both names refer to the same file (and so have the same permissions and ownership) and it is impossible to tell which name was the "original". 例文帳に追加
この新しい名前は全ての操作において古い名前と完全に同じように使用される;両方の名前は同じファイルを参照しており(それで同じ許可 (permission) や所有者 (ownership) となるので)、どちらの名前が本来のものであるか判別できない。 - JM
When the head of a path name designated by a user includes a tilde mark for a path name of a broadcast communication file (S310: YES), a PC 1 acquires a character string, which shows a home directory, from an environment variable (S320) and changes the tilde mark to the character string which shows the home directory (S330).例文帳に追加
PC1は、同報通信ファイルのパス名について、利用者が指定したパス名の先頭に「~(チルダ)」が付いていた場合(S310:YES)、環境変数からホームディレクトリを示す文字列を取得して(S320)、「~」を、ホームディレクトリを示す文字列に変更する(S330)。 - 特許庁
In a subroutine processing for RDB search, values of a key item name and the respective records are acquired based on a table name included in a SQL sentence from a key item definition file 105 (a step S1302) and a record number of a searching object is decided (a step S1303).例文帳に追加
RDB検索のためのサブルーチン処理では、キー項目定義ファイル105からSQL文に含まれるテーブル名を基にキー項目名及び各レコードの値を取得し(ステップS1302)、検索対象のレコードNo.を決定する(ステップS1303)。 - 特許庁
When a transmission control part 32 transmits the file name of contents data, a track number, a contents reproducing range, and a contents reproduction request message and a transmission control part 22 receives the reproduction request message, a contents acquisition part 21 acquires the contents element of a specified track in accordance with the file name, the track number and the contents reproducing range.例文帳に追加
伝送制御部32は、コンテンツデータのファイル名、トラック番号、およびコンテンツの再生範囲と共にコンテンツの再生要求メッセージを送信し、伝送制御部22が再生要求メッセージを受信すると、コンテンツ取得部21はファイル名、トラック番号、およびコンテンツの再生範囲に従って、指定されたトラックのコンテンツ素片を取得する。 - 特許庁
Therefore, it is possible to precisely distinguish the capital letter from the small letter of the alphabets to enhance the accuracy of the information management concerning the extension by mutually checking character string codes of the file name, stored in the file name field of a directory entry to be retrieved, with flags A distinguishing the capital letter from the small letter and being stored in the reservation field.例文帳に追加
そのため、検索処理の対象となるディレクトリエントリのファイル名フィールドに格納されているファイル名の文字列文字コードと、予約フィールドに格納されている大小文字フラグAとを相互に照らし合わせることで、アルファベットの大文字・小文字を厳密に区別して、拡張子に関する情報管理の精度を高めることが可能である。 - 特許庁
A memory controller 15 allows a file name analysis section 14 to analyze identification information (file name) of data to be printed received from a personal computer 2 through a network 25, identifies a group of the correlated data to be printed, forms individual folders by each document, and stores the data to be printed forming the identical document to the identical folder.例文帳に追加
記憶制御部15は、パソコン2からネットワーク25を介して受信された印刷対象データの識別情報(ファイル名)をファイル名解析部14で解析し、互いに関連づけられた印刷対象データ群を識別して、文書毎に個別のフォルダを生成し、同一の文書を構成する印刷対象データを同フォルダ内に保存する。 - 特許庁
A video recording/reproducing device 10 has a loop-recordable second AV stream file 45 in an HDD part 14, and the name of content can be set based on a chapter 422 as a partial region of the content stored in the second AV stream file 45, so that consistency between the recorded content and the content name can be ensured.例文帳に追加
録画再生装置10は、HDD部14にループ録画可能な第2のAVストリームファイル45を有し、第2のAVストリームファイル45に記憶されたコンテンツの部分領域としてのチャプター422に基づいてコンテンツの名称を設定することができるので、録画された内容とコンテンツの名称との整合性を取ることができる。 - 特許庁
Since the non-evaluation character string file is enriched during operation of the system, a character string properly indicating content of e-mail can be set as a folder candidate name by simple processing in which the non-evaluation character strings are deleted from the subject of received e-mail, in reference to the non-evaluation character string storage file, to be used for the folder candidate name.例文帳に追加
システムの運用中に非評価文字列記憶ファイルが充実していくので、非評価文字列記憶ファイルを参照して受信した電子メールの件名から非評価文字列を削除してフォルダ候補名とするといった単純な処理によって電子メールの内容を的確に表す文字列をフォルダ候補名として設定することができる。 - 特許庁
This method uses a memory card in a rewrite disabled area of which unique identification information is recorded, acquires the identification information from the memory card in the case of storing an image file stored in this memory card to an image file device (step S32), and discriminates the presence of an image folder with a directory name (name of the image folder) corresponding to the identification information (step S42).例文帳に追加
ユニークな識別情報が書き換え不可領域に記録されているメモリカードを使用し、このメモリカードに記録された画像ファイルを画像ファイル装置に保存する際に、前記メモリカードから識別情報を取得し(ステップS32)、その識別情報に応じたディレクトリ名(画像フォルダ名)の画像フォルダの有無を判別する(ステップS42)。 - 特許庁
The image forming apparatus includes a wording recognizing means of recognizing wording used in the image data, a most-frequently-used-wording extracting means of extracting wording of the highest use frequency from the wording recognized by the wording recognizing means, and a file name determining means of determining a file name including the wording extracted by the most-frequency-used wording extracting means.例文帳に追加
画像データで使用されている文言を認識する文言認識手段と、文言認識手段により認識された文言の中から最も使用頻度の高い文言を抽出する最頻用文言抽出手段と、最頻用文言抽出手段により抽出された文言を含むファイル名を決定するファイル名決定手段とを備える。 - 特許庁
While a selecting operation element is operated, the data in the file are not read and information (song name) represented by the data is not displayed on a display unit either; and the plurality of files are switched as a selection candidate one after another in specified order and only the file name is displayed (steps S14, S16, and S20 to S24).例文帳に追加
選択操作子の操作中には、ファイル内のデータの読み出しを行なわないとともに、同データにより表される情報(曲名)を表示器に表示することなく、時間経過に従って複数のファイルを所定の順番で一つずつ選択候補として切換えるとともに、ファイル名のみを表示する(ステップS14,S16,S20〜S24)。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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 (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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|