るりまサーチ

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

別のキーワード

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

検索結果

<< 1 2 3 > >>

URI::Generic::DEFAULT_PORT -> nil (21301.0)

URI::Generic のデフォルトポート(nil)です。

...URI::Generic のデフォルトポート(nil)です。...

URI::LDAPS::DEFAULT_PORT -> Integer (21301.0)

デフォルトのポート (636) です。

デフォルトのポート (636) です。

URI::Generic.default_port -> Integer | nil (9343.0)

スキームに対応するデフォルトのポート番号を整数で返します。

...require 'uri'
URI::Generic.default_port # => nil
URI::FTP.default_port # => 21
URI::HTTP.default_port # => 80
URI::HTTPS.default_port # => 443
URI::LDAP.default_port # => 389
URI::LDAPS.default_port # => 636
URI::MailTo.default_port # => nil...

URI::Generic#default_port -> Integer | nil (9323.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...

Net::IMAP.default_port -> Integer (9301.0)

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

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

@see Net::IMAP.default_tls_port...

絞り込み条件を変える

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

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

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

@see Net::IMAP.default_port...

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

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

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

@see Net::IMAP.default_tls_port...

Net::HTTP.default_port -> Integer (6302.0)

HTTP のデフォルトポート (80) を返します。

HTTP のデフォルトポート (80) を返します。

Net::HTTP.http_default_port -> Integer (6302.0)

HTTP のデフォルトポート (80) を返します。

HTTP のデフォルトポート (80) を返します。

Net::HTTP.https_default_port -> Integer (6301.0)

HTTPS のデフォルトポート (443) を返します。

HTTPS のデフォルトポート (443) を返します。

絞り込み条件を変える

<< 1 2 3 > >>