1153万例文収録!

「dst」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

dstを含む例文一覧と使い方

該当件数 : 104



例文

std and dst 例文帳に追加

std と dst - Python

DST is Daylight Saving Time, 例文帳に追加

DST は夏時間 (Daylight Saving Time) - Python

Renames src to dst. XXX see also. 例文帳に追加

src をdstにリネームします。 - Python

Copy file src to dst. 例文帳に追加

ファイルsrcをdstにコピーします。 - Python

例文

Move file src to dst. 例文帳に追加

ファイルsrcをdstに移動します。 - Python


例文

returns a non-null pointer to dst . 例文帳に追加

dstへの (NULL でない) ポインタを返す。 - JM

Indicates when to change to and back from DST. 例文帳に追加

いつ DST に移動し、DST から戻ってくるかを示します。 - Python

Copy the permission bits from src to dst. 例文帳に追加

srcからdstへパーミッションをコピーします。 - Python

Copy an entire directory tree src to a new location dst. 例文帳に追加

srcディレクトリツリー全体をdstにコピーします。 - Python

例文

Create a finder alias dst pointing to src. 例文帳に追加

srcを示すファインダエイリアスdstを作成します。 - Python

例文

If update is true,src will only be copied if dst does not exist, or if dst does exist but is older than src.例文帳に追加

もしupdateが真なら、srcはdstが存在しない場合か、dstがsrcより古い時にだけコピーします。 - Python

If dst is a directory, OSError will be raised.例文帳に追加

dst がディレクトリの場合、OSError が送出されます。 - Python

Rename the file or directory src to dst. 例文帳に追加

ファイルまたはディレクトリ src を dst に名前変更します。 - Python

The hours, minutes and seconds are0, and the DST flag is -1. 例文帳に追加

時間、分、および秒は 0 で、DST フラグは -1 になります。 - Python

Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information isn't known.例文帳に追加

夏時間 (DST) 修正を、UTC から東向きを正とした分で返します。 DST 情報が未知の場合、None が返されます。 - Python

Bothsrc and dst must be directory names. 例文帳に追加

srcと dstはどちらもディレクトリ名である必要があります。 - Python

Permission bits are copied. src and dst are path names given as strings.例文帳に追加

srcとdstには文字列としてパス名を与えられます。 - Python

On Windows, if dst already exists,OSError will be raised even if it is a file; there may be no way to implement an atomic rename when dst names an existingfile.Availability: Macintosh, Unix, Windows.例文帳に追加

利用できる環境:Macintosh、 Unix、Windows。 - Python

The end result of the copy is that every file in src is copied to dst, and directories under src are recursively copied to dst. 例文帳に追加

実行結果は、src以下の全てのファイルがdstにコピーされ、src以下の全てのディレクトリがdstに再帰的にコピーされます。 - Python

Nonzero if a DST timezone is defined. 例文帳に追加

DST タイムゾーンが定義されている場合ゼロでない値になります。 - Python

The formula (1): 2.0≤DSt<2.6, and the formula (2): 0.400≥DS6/DSt≥0.531-0.088×DSt.例文帳に追加

2.0≦DSt<2.6 (1) 0.400≧DS6/DSt≧0.531−0.088×DSt (2) - 特許庁

If dst is a directory, the file will be moved into it with the same name; otherwise, src is just renamed to dst.例文帳に追加

もしdstがディレクトリなら、ファイルはそのディレクトリに同じ名前で移動されます。 そうでなければ、srcはdstに単にリネームされます。 - Python

Recursively copy a file tree from src to dst, creatingfolders as needed. src and dst should be specified as pathnames.例文帳に追加

srcからdstへ再帰的にファイルのツリーをコピーします。 必要に応じてフォルダを作成してゆきます.srcとdstはパス名で指定しなければなりません。 - Python

dst Specifies the destination context. 例文帳に追加

\\f2dst\\fPコピー先のコンテクストを指定する。 - XFree86

The dst string and offset specify the name and offset for the corresponding daylight saving timezone. 例文帳に追加

dst 文字列と offset は、対応するサマータイムゾーンの名前とオフセットを指定する。 - JM

When DST starts (the "start" line), the local wall clock leaps from 1:59to 3:00. 例文帳に追加

DST の開始の際 ("start" の並び) ローカルの壁時計は 1:59 から3:00 に飛びます。 - Python

Copy the permission bits, last access time, and last modification time from src to dst.例文帳に追加

srcからdstへパーミッション最終アクセス時間、最終更新時間をコピーします。 - Python

DST is never in effect for a UTC time.If d is aware, d is normalized to UTC time, by subtracting例文帳に追加

DST が UTC 時刻に影響を及ぼすことは決してありません。 d が aware の場合、d から - Python

TRANSMISSION MODULE TO BE USED FOR DST TRANSMISSION SYSTEM AND DST TRANSMISSION SYSTEM例文帳に追加

DST伝送システムにおいて使用する送信モジュールおよびDST伝送システム - 特許庁

Tell the finder that some bits of finder-information such as creator or type for file dst has changed.例文帳に追加

ファイルdstのクリエータやタイプなどのファインダ情報が変わったことをファインダに知らせます。 - Python

The dst flag is set to 1 when DSTapplies to the given time.Changed in version 2.1:Allowed secs to be omitted. 例文帳に追加

現在の時刻に DST が適用される場合、 dst フラグは 1 に設定されます。 バージョン 2.1 で 変更 された仕様:secs を省略できるようになりました。 - Python

This function converts the character string src into a network address structure in the af address family, then copies the network address structure to dst . 例文帳に追加

この関数は文字列srcを、アドレスファミリーafのネットワークアドレス構造体に変換し、dstにコピーする。 - JM

Copy the file src to the file or directory dst. 例文帳に追加

ファイルsrcをファイルまたはディレクトリdistへコピーします。 - Python

The destination directory, named by dst, must not already exist;it will be created.例文帳に追加

dstで指定されたディレクトリは既存のものではなく新規に作成されるものでなくてはなりません。 - Python

A tuple of two strings: the first is the name of the local non-DSTtimezone, the second is the name of the local DST timezone. 例文帳に追加

二つの文字列からなるタプルです。 最初の要素は DST でないローカルのタイムゾーン名です。 - Python

If dst is a directory, then src is copied there with the same name; otherwise, it must be a filename.例文帳に追加

もしdstがディレクトリなら、srcはそこへ同じ名前でコピーされます; そうでなければ、ファイル名として扱われます。 - Python

The file contents, owner, and group are unaffected. src and dst are path names given as strings.例文帳に追加

ファイル内容や所有者、グループは影響を受けません。 srcとdstには文字列としてパス名を与えられます。 - Python

The operation may fail on some Unix flavorsif src and dst are on different filesystems. 例文帳に追加

この操作はいくつかの Unix 系において、src と dstが異なるファイルシステム上にあると失敗することがあります。 - Python

The second format is used when there is daylight saving time: std offset dst [offset],start[/time],end[/time] There are no spaces in the specification. 例文帳に追加

2 番目の形式はサマータイムがある場合に用いられる。 std offset dst [offset],start[/time],end[/time]指定にはスペースを含めてはならない。 - JM

On Unix, if dst exists and is a file, it will be removed silently if the user has permission.例文帳に追加

Unixでは、 dst が存在し、かつファイルの場合、ユーザの権限があるかぎり暗黙のうちに元のファイルが削除されます。 - Python

This function converts the network address structure src in the af address family into a character string, which is copied to a character buffer dst , which is cnt bytes long. 例文帳に追加

この関数はafアドレスファミリーのネットワークアドレス構造体srcを文字列に変換し、文字バッファdst(長さcntバイト) にコピーする。 - JM

To improve system efficiency in providing data element placement in a storage system via a Dynamic Storage Tiering (DST) mechanism.例文帳に追加

ダイナミックストレージ階層化(DST)メカニズムによりストレージシステムにデータエレメントの配置を提供する際のシステムの効率の向上をはかる。 - 特許庁

Special files such as character or block devices and pipes cannot be copied with this function. src and dst are path names given as strings.例文帳に追加

キャラクタやブロックデバイス、パイプ等の特別なファイルはこの関数ではコピーできません。 srcとdstにはパス名を文字列で与えられます。 - Python

Create a hard link pointing to src named dst.Availability: Unix. 例文帳に追加

src を指しているハードリンク dst を作成します。 利用できる環境: Unix。 - Python

mask Specifies which portions of src state are to be copied to dst. 例文帳に追加

\\f2mask\\fP\\f2src\\fP が持っているどの状態を \\f2dst\\fP にコピーするかを指定する。 - XFree86

If dst is a directory, a file with the same basename as src is created (or overwritten) in the directory specified.例文帳に追加

もし、dstがディレクトリであればファイル名はsrcと同じものが指定されたディレクトリ内に作成(または上書き)されます。 パーミッションはコピーされます。 - Python

Create a symbolic link pointing to src named dst.Availability: Unix. 例文帳に追加

src を指しているシンボリックリンクを dst に作成します。 利用できる環境: Unix。 - Python

A DCT/DST processing part 31 of an orthogonal transformation part 3 shares a part of the product-sum operation in performing DCT and DST separately when performing orthogonal transformation processing of the DCT and the DST.例文帳に追加

直交変換部3のDCT・DST処理部31は、DCT及びDSTの直交変換処理を行う際に、DCT及びDSTを別々に行う場合の積和演算の一部を共有化する。 - 特許庁

Copy the contents of the file named src to a file nameddst. 例文帳に追加

srcで指定されたファイル内容をdstで指定されたファイルへとコピーします。 - Python

例文

Description glXCopyContextcopies selected groups of state variables from src to dst. 例文帳に追加

説明\\f3glXCopyContext\\fP は、選択された状態変数のグループを \\f2src\\fP から \\f2dst\\fP にコピーする。 - XFree86




  
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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS