るりまサーチ

最速Rubyリファレンスマニュアル検索!
457件ヒット [1-100件を表示] (0.096秒)
トップページ > クエリ:t[x] > クエリ:disable[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_ssize_t

検索結果

<< 1 2 3 ... > >>

TracePoint#disable { ... } -> object (21220.0)

self のトレースを無効にします。

... TracePoint#enabled? を返します。(トレースが既に有効であっ
た場合は true を返します。そうでなければ false を返します)

//emlist[例][ruby]{
t
race.enabled? # => true
t
race.disable # => false (実行前の状態)
t
race.enabled? # => false
t
race.disable # =>...
...ist[例][ruby]{
t
race.enabled? # => true

t
race.disable do
t
race.enabled? # => false
end

t
race.enabled? # => true
//}

[注意] イベントフックのためのメソッドに、ブロックの外側で参照した場合は
RuntimeError が発生する事に注意してください。

t
ra...
...ce.enable { p trace.lineno }
# => RuntimeError: access from outside

@see TracePoint#enable, TracePoint#enabled?...

TracePoint#disable -> bool (21120.0)

self のトレースを無効にします。

... TracePoint#enabled? を返します。(トレースが既に有効であっ
た場合は true を返します。そうでなければ false を返します)

//emlist[例][ruby]{
t
race.enabled? # => true
t
race.disable # => false (実行前の状態)
t
race.enabled? # => false
t
race.disable # =>...
...ist[例][ruby]{
t
race.enabled? # => true

t
race.disable do
t
race.enabled? # => false
end

t
race.enabled? # => true
//}

[注意] イベントフックのためのメソッドに、ブロックの外側で参照した場合は
RuntimeError が発生する事に注意してください。

t
ra...
...ce.enable { p trace.lineno }
# => RuntimeError: access from outside

@see TracePoint#enable, TracePoint#enabled?...

Socket::Constants::IFF_DISABLE_NETPOLL (12217.0)

disable netpoll at run-time

...
disable
netpoll at run-time...

Socket::IFF_DISABLE_NETPOLL (12217.0)

disable netpoll at run-time

...
disable
netpoll at run-time...

Net::SMTP#disable_tls -> () (12208.0)

その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

@see Net::SMTP#disable_tls, Net::SMTP#tls?...

絞り込み条件を変える

Net::SMTP#disable_starttls -> () (12201.0)

その Net::SMTP オブジェクトがSTARTTLSを常に使わないよう設定します。

...その Net::SMTP オブジェクトがSTARTTLSを常に使わないよう設定します。

@see Net::SMTP#starttls?, Net::SMTP#enable_starttls, Net::SMTP#enable_starttls_auto...

VALUE rb_with_disable_interrupt(VALUE (*proc)(), data) (12200.0)

Net::SMTP#disable_ssl -> () (9108.0)

その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

@see Net::SMTP#disable_tls, Net::SMTP#tls?...

Net::POP3#disable_ssl -> () (9107.0)

このインスタンスが SSL による通信を利用しないように設定します。

...このインスタンスが SSL による通信を利用しないように設定します。

@see Net::POP3#enable_ssl, Net::POP3#disable_ssl, Net::POP3#use_ssl?, Net::POP3.enable_ssl...
<< 1 2 3 ... > >>