るりまサーチ

最速Rubyリファレンスマニュアル検索!
861件ヒット [1-100件を表示] (0.109秒)

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. rsa d
  4. rsa d=
  5. openssl d

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

Shell::CommandProcessor#stat(filename) -> File::Stat (21209.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.stat...

OpenSSL::OCSP::BasicResponse#add_status(cid, status, reason, revtime, thisupd, nextupd, exts) -> self (12301.0)

証明書の状態の問い合わせの結果をオブジェクトに追加します。

...sponse#status を見てください。

@param cid 問い合わせの(OpenSSL::OCSP::CertificateId オブジェクト)
@param status ステータスコード(整数)
@param reason 失効理由コード(整数)
@param revtime 失効時刻(Time オブジェクトもしくは nil)
@param thisupd 最終...
...更新時刻(Time オブジェクト)
@param nextupd 次回更新時刻(Time オブジェクト)
@param exts 拡張領域(OpenSSL::X509::Extension オブジェクトの配列)...

Net::FTP#debug_mode -> bool (12207.0)

デバッグモードであれば真を、そうでなければ偽を返します。

...デバッグモードであれば真を、そうでなければ偽を返します。

値が真であるとき、送受信の記録と ABOR, STAT の結果が
$stdout に随時表示されます。

デフォルトは偽です。
@see Net::FTP#debug_mode=...

RDoc::TopLevel#file_stat -> File::Stat (9219.0)

自身が管理するファイルに関する File::Stat オブジェクトを返します。

...自身が管理するファイルに関する File::Stat オブジェクトを返します。...

Shell::CommandProcessor#lstat(filename) -> File::Stat (9202.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.lstat...

絞り込み条件を変える

JSON::State#depth=(depth) (9201.0)

This sets the maximum level of data structure nesting in the generated JSON to the integer depth, max_nesting = 0 if no maximum should be checked.

...This sets the maximum level of data structure nesting in the generated
JSON to the integer depth, max_nesting = 0 if no maximum should be
checked....

PTY::ChildExited#status -> Process::Status (9201.0)

子プロセスの終了ステータスをProcess::Statusオブジェクトで返します。

...子プロセスの終了ステータスをProcess::Statusオブジェクトで返します。...

RDoc::TopLevel#file_stat=(val) (9124.0)

自身が管理するファイルに関する File::Stat オブジェクトを設定しま す。

...自身が管理するファイルに関する File::Stat オブジェクトを設定しま
す。

@param val File::Stat オブジェクトを指定します。...

Thread#status -> String | false | nil (9119.0)

生きているスレッドの状態を文字列 "run"、"sleep", "aborting" のいず れかで返します。正常終了したスレッドに対して false、例外によ り終了したスレッドに対して nil を返します。

...す。

Thread#alive? が真を返すなら、このメソッドも真です。

例:
a = Thread.new { raise("die now") }
b = Thread.new { Thread.stop }
c = Thread.new { Thread.exit }
d
= Thread.new { sleep }
d
.kill #=> #<Thread:0x401b3678 aborting>
a.status...
...#=> nil
b.status #=> "sleep"
c.status #=> false
d
.status #=> "aborting"
Thread.current.status #=> "run"

@see Thread#alive?, Thread#stop?...

File::Stat#grpowned? -> bool (9113.0)

グループIDが実効グループIDと等しい時に真を返します。

...ープIDが実効グループIDと等しい時に真を返します。

補助グループIDは考慮されません。

//emlist[][ruby]{
printf "%s %s\n", $:[0], File::Stat.new($:[0]).grpowned?
#例
#=> /usr/local/lib/site_ruby/1.8 false
printf "%s %s\n", $0, File::Stat.new($0).grpowned?
#例
#=>...

絞り込み条件を変える

<< 1 2 3 ... > >>