るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Resolv::DNS::Port -> Integer (24401.0)

デフォルトの DNS ポート番号です。

デフォルトの DNS ポート番号です。

MiniTest::Unit::TestCase::SUPPORTS_INFO_SIGNAL -> Fixnum | nil (24400.0)

Signal が INFO というシグナルをサポートしているかどうかを 調べるための定数です。内部で使用します。

...Signal が INFO というシグナルをサポートしているかどうかを
調べるための定数です。内部で使用します。...

Net::IMAP.default_imaps_port -> Integer (21409.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...

Net::IMAP.default_imap_port -> Integer (21408.0)

デフォルトの IMAP のポート番号(143)を返します。

...デフォルトの IMAP のポート番号(143)を返します。

@see Net::IMAP.default_tls_port...

Fiddle::Importer#import_symbol(name) -> Fiddle::Pointer (21400.0)

取り込んだライブラリからシンボルをインポートします。

...取り込んだライブラリからシンボルをインポートします。

返り値はシンボルがロードされたメモリのアドレスを持つ Fiddle::Pointer
オブジェクトを返します。

@param name シンボル名(文字列)...

絞り込み条件を変える

Socket::Constants::IP_PORTRANGE -> Integer (18432.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Socket::IP_PORTRANGE -> Integer (18432.0)

Set the port range for sockets with unspecified port numbers。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Set the port range for sockets with unspecified port numbers。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(4freebsd)...

Addrinfo#ip_port -> Integer (18413.0)

ポート番号を整数で返します。

...ポート番号を整数で返します。

require 'socket'

Addrinfo.tcp("127.0.0.1", 80).ip_port #=> 80
Addrinfo.tcp("::1", 80).ip_port #=> 80

@see Addrinfo#ip_address, Addrinfo#ip_unpack...

Thread.report_on_exception -> bool (18412.0)

真の時は、いずれかのスレッドが例外によって終了した時に、その内容を $stderr に報告します。

...$stderr に報告します。

デフォルトは false です。

T
hread.new { 1.times { raise } }

は $stderr に以下のように出力します:

#<Thread:...> terminated with exception (report_on_exception is true):
T
raceback (most recent call last):
2: from -e:1:in `block in...
...<main>'
1: from -e:1:in `times'

これによってスレッドのエラーを早期に捕捉できるようになります。
いくつかのケースでは、この出力を望まないかもしれません。
出力を抑制するには複数の方法があります:

* 例外が意図...
...が終了しないようにするのがより良い方法です。
* Thread#join や Thread#value でそのスレッドの終了を待つことが保証できるなら、
スレッド開始時に Thread.current.report_on_exception = false でレポートを無効化しても
安全です。...
...$stderr に報告します。

デフォルトは true です。

T
hread.new { 1.times { raise } }

は $stderr に以下のように出力します:

#<Thread:...> terminated with exception (report_on_exception is true):
T
raceback (most recent call last):
2: from -e:1:in `block in...

Net::IMAP.default_ssl_port -> Integer (18409.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...

絞り込み条件を変える

Net::IMAP.default_tls_port -> Integer (18409.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...
<< 1 2 3 ... > >>