るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. bigdecimal to_r

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

rdoc/ghost_method (32000.0)

RDoc::GhostMethod を定義するサブライブラリです。

...RDoc::GhostMethod を定義するサブライブラリです。...

rubygems/commands/server_command (26006.0)

ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。

...ためのライブラリです。

Usage: gem server [options]
Options:
-p, --port=PORT port to listen on
-d, --dir=GEMDIR directory from which to serve gems
--[no-]daemon run as a daemon
Common Options:
-h, --help...
...を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー...
...Summary:
Documentation and gem repository HTTP server
Description:
The server command starts up a web server that hosts the RDoc for your
installed gems and can operate as a server for installation of gems on other
machines.

The cache files for installed...

URI::Generic#host -> String | nil (24217.0)

自身の host を文字列で返します。設定されていない場合は nil を返します。

...自身の host を文字列で返します。設定されていない場合は nil を返します。

@see URI::Generic#hostname...

CGI::QueryExtension#host -> String (21217.0)

ENV['HTTP_HOST'] を返します。

...ENV['HTTP_HOST'] を返します。...

WEBrick::HTTPRequest#host -> String (21217.0)

リクエスト URI の host を文字列で返します。

...リクエスト URI の host を文字列で返します。...

絞り込み条件を変える

Net::IMAP::Address#host -> String | nil (21201.0)

メールアドレスのホスト名を返します。

...メールアドレスのホスト名を返します。

nil は 822 のグループ文法に対応します。
これについては Net::IMAP::Address#mailbox も参照してください。
そうでない場合は 822 のドメイン名を表します。

通常は、メールアドレスの「@...

Socket.gethostbyaddr(host, type = Socket::AF_INET) -> Array (12307.0)

sockaddr 構造体をパックした文字列からホスト情報を返します。 ホスト情報の構造は Socket.gethostbyname と同じです。 type には、アドレスタイプ(デフォルトは Socket::AF_INET)を指定します。

...r 構造体をパックした文字列からホスト情報を返します。
ホスト情報の構造は Socket.gethostbyname と同じです。
type には、アドレスタイプ(デフォルトは
Socket::AF_INET)を指定します。

@param host ホストを文字列で指定します。

@par...
...am type アドレスタイプ(デフォルトはSocket::AF_INET)を指定します。

@raise SocketError gethostbyaddr(3) の呼び出しにエラーがあった場合に発生します。...

URI::Generic#hostname -> String | nil (12228.0)

自身の hostname を文字列で返します。また、URI::Generic#host が設 定されていない場合は nil を返します。

...自身の hostname を文字列で返します。また、URI::Generic#host が設
定されていない場合は nil を返します。

このメソッドは URI::Generic#host に IPv6 アドレスが設定されていた
場合はブラケットを削除した文字列を返しますがそれ以...
...外は同じ文字列を返し
ます。

r
equire 'uri'
u = URI("http://[::1]/bar")
p u.hostname # => "::1"
p u.host # => "[::1]"...

CGI::QueryExtension#remote_host -> String (12217.0)

ENV['REMOTE_HOST'] を返します。

...ENV['REMOTE_HOST'] を返します。...
<< 1 2 3 ... > >>