るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils chmod_r
  5. fileutils cp_r

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Package::TarHeader#mode -> Integer (21218.0)

tar のヘッダに含まれる mode を返します。

...tar のヘッダに含まれる mode を返します。...

File::Stat#mode -> Integer (18208.0)

ファイルモードを返します。

...ファイルモードを返します。

//emlist[][ruby]{
fs = File::Stat.new($0)
printf "%o\n", fs.mode
#例
#=> 100644
//}...

IRB::Context#prompt_mode=(mode) (12331.0)

プロンプトモードを mode に設定します。

... mode に設定します。

@param mode プロンプトモードを Symbol で指定します。オリジナルの
プロンプトモードか、:DEFAULT、:CLASSIC、:SIMPLE、:INF_RUBY、
:XMP、:NULL のいずれを指定してください。

@see IRB::Context#prompt_...
...mode, lib:irb#customize_prompt...

OpenSSL::SSL::SSLContext#verify_mode=(mode) (12315.0)

検証モードを設定します。

...検証モードを設定します。

以下の定数の OR を取って指定します。
* OpenSSL::SSL::VERIFY_NONE
* OpenSSL::SSL::VERIFY_PEER
* OpenSSL::SSL::VERIFY_CLIENT_ONCE
* OpenSSL::SSL::VERIFY_FAIL_IF_NO_PEER_CERT
これらの定数の意味はクライアントモードとサー...
...バモードでは異なる
意味を持ちます。

デフォルトは nil で、VERIFY_NONE を意味します。

@param mode 設定するモード(整数値)
@see OpenSSL::SSL::SSLContext#verify_mode...

Net::HTTP#verify_mode=(mode) (12309.0)

検証モードを設定します。

...証モードを設定します。

詳しくは OpenSSL::SSL::SSLContext#verify_mode を見てください。
クライアント側なので、
OpenSSL::SSL::VERIFY_NONE か OpenSSL::SSL::VERIFY_PEER
のいずれかを用います。

デフォルトは nil で、VERIFY_NONE を意味します。...

絞り込み条件を変える

JSON::State#quirks_mode=(enable) (12234.0)

If set to true, enables the quirks_mode mode.

...If set to true, enables the quirks_mode mode....

JSON::State#quirks_mode -> bool (12219.0)

Returns true, if quirks mode is enabled. Otherwise returns false.

...
R
eturns true, if quirks mode is enabled. Otherwise returns false....

JSON::State#quirks_mode? -> bool (12219.0)

Returns true, if quirks mode is enabled. Otherwise returns false.

...
R
eturns true, if quirks mode is enabled. Otherwise returns false....

BigDecimal#save_rounding_mode { ... } -> object (12218.0)

丸め処理に関する BigDecimal.mode の設定を保存してブロックを評価します。 ブロック中で変更した設定はブロックの評価後に復元されます。

...丸め処理に関する BigDecimal.mode の設定を保存してブロックを評価します。
ブロック中で変更した設定はブロックの評価後に復元されます。

ブロックの評価結果を返します。...
<< 1 2 3 ... > >>