るりまサーチ

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

別のキーワード

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

キーワード

検索結果

<< 1 2 3 ... > >>

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

ユーザ名を返します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

URI::Generic#userinfo=(s) (12201.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/"...

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

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

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

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

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

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

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

Net::HTTP#proxy_user=(user) (9215.0)

プロクシのユーザ認証のユーザ名を設定します。

...プロクシのユーザ認証のユーザ名を設定します。

N
et::HTTP#start で接続する前に設定する必要があります。

@param user ユーザ名文字列
@see Net::HTTP#proxy_pass, Net::HTTP#proxy_user, Net::HTTP.new...

Net::HTTP#proxy_user -> String|nil (9208.0)

プロクシ経由で接続し、さらにプロクシのユーザ認証を する HTTP オブジェクトなら認証のユーザ名を を返します。

...プロクシ経由で接続し、さらにプロクシのユーザ認証を
する HTTP オブジェクトなら認証のユーザ名を
を返します。

そうでないなら nil を返します。

@see Net::HTTP#proxy_pass, Net::HTTP#proxy_user=, Net::HTTP.new...

絞り込み条件を変える

<< 1 2 3 ... > >>