るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. rsa n
  4. openssl n
  5. openssl n=

キーワード

検索結果

<< 1 2 3 ... > >>

URI::Generic#user -> String | nil (24302.0)

自身の userinfo を文字列で返します。

...自身の userinfo を文字列で返します。

user
info が「username:password」の形式である場合は、username 部を返します。
設定されていない場合は nil を返します。...

Net::IMAP::MailboxACLItem#user -> String (21302.0)

ユーザ名を返します。

...ユーザ名を返します。

このユーザは
N
et::IMAP#getacl で指定したメールボックスに
対し何らかの権限を持っています。...

CGI::QueryExtension#user_agent -> String (18318.0)

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

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

WEBrick::HTTPRequest#user -> String (18318.0)

REMOTE_USER を文字列として返します。

...REMOTE_USER を文字列として返します。...

URI::Generic#userinfo -> String | nil (15301.0)

自身の userinfo を "username:password" という形式の文字列で返します。 設定されていない場合は nil を返します。

...自身の userinfo を "username:password" という形式の文字列で返します。
設定されていない場合は nil を返します。...

絞り込み条件を変える

Gem::RemoteFetcher#get_proxy_from_env -> URI | nil (15213.0)

環境変数にセットされている HTTP proxy の情報を取得して返します。

...環境変数にセットされている HTTP proxy の情報を取得して返します。

ここでチェックしている環境変数は以下の通りです。

* http_proxy
* http_proxy_user
* http_proxy_pass
* HTTP_PROXY
* HTTP_PROXY_USER
* HTTP_PROXY_PASS...

Gem::UserInteraction#alert_warning(*args) -> () (15201.0)

WARNING レベルのアラートを出力します。

...WARNING レベルのアラートを出力します。

@param args 委譲先のメソッドに与える引数です。...

Gem::UserInteraction#terminate_interaction(*args) -> () (15201.0)

アプリケーションを終了します。

...アプリケーションを終了します。

@param args 委譲先のメソッドに与える引数です。...

URI::Generic#userinfo=(s) (15201.0)

自身の userinfo を設定します。

...自身の userinfo を設定します。

@param s 自身の userinfo を "username" か "username:password" という形式の文字列、あるいは
[username, password] という形式の文字列の配列で指定します。

@raise URI::InvalidComponentError 不正な引数 s に対...
...ise URI::InvalidURIError userinfo と registry を同時に設定した場合に発生します。

例:
require 'uri'
u = URI.parse('http://example.com/')
u.userinfo = 'hoge-san:jfae82kj'
p u.to_s #=> "http://hoge-san:jfae82kj@example.com/"

u.userinfo = 'ore...
...ore'
p u.to_s #=> "http://oreore:jfae82kj@example.com/"

u.userinfo = ['you', 'akakfd']
p u.to_s #=> "http://you:akakfd@example.com/"...

CGI::QueryExtension#remote_user -> String (12318.0)

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>