るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. kernel $-i
  5. csv to_i

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

ユーザ名を返します。

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

WEBrick::HTTPAuth::Authenticator#userdb -> WEBrick::HTTPAuth::Htpasswd | WEBrick::HTTPAuth::Htdigest (12301.0)

認証のためのユーザデータベースを返します。

...認証のためのユーザデータベースを返します。

@see WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::Htdigest...

Gem::SourceInfoCache#latest_user_cache_file -> String (12202.0)

最新のユーザーキャッシュのファイル名を返します。

最新のユーザーキャッシュのファイル名を返します。

Gem::SourceInfoCache#user_cache_file -> String (12202.0)

ユーザーキャッシュのファイル名を返します。

ユーザーキャッシュのファイル名を返します。

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

自身の userinfo を設定します。

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

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

@raise URI::InvalidComponentError 不正な引数 s に対...
...@raise 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 =...
...'oreore'
p u.to_s #=> "http://oreore:jfae82kj@example.com/"

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