るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::StreamUI#alert(statement, question = nil) -> String | nil (24301.0)

INFO レベルのアラートを表示します。

...@param statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しない場合は nil を返します。

@see Gem::StreamUI...

Gem::UserInteraction#alert(*args) -> () (24301.0)

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

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

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

Syslog.#alert(message, *arg) -> self (24301.0)

Syslog#log()のショートカットメソッド。 システムによっては定義されていないものもあります。

...Syslog.emerg(message, *arg) は、Syslog.log(Syslog::LOG_EMERG, message, *arg)
と同じです。

@param message フォーマット文字列です。Kernel.#sprintf と同じ形式の引数を指定します。

@param arg フォーマットされる引数です。

@raise ArgumentError 引数が1...
...つ以上でない場合に発生します。

@raise RuntimeError syslog がopen されていない場合発生します。

例:
r
equire 'syslog'
Syslog.open("syslogtest") {|syslog|
syslog.crit("the sky is falling in %d seconds!",5)
}...

Gem::StreamUI#alert_error(statement, question = nil) -> String | nil (12301.0)

ERROR レベルのアラートを表示します。

...ERROR レベルのアラートを表示します。

@param statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しない...
...場合は nil を返します。

@see Gem::StreamUI#ask...

Gem::StreamUI#alert_warning(statement, question = nil) -> String | nil (12301.0)

WARNING レベルのアラートを表示します。

...WARNING レベルのアラートを表示します。

@param statement 表示する文字列を指定します。

@param question 必要であれば質問を指定します。

@return question を指定した場合は、それに対する回答を返します。
question を指定しな...
...い場合は nil を返します。

@see Gem::StreamUI#ask...

絞り込み条件を変える

Gem::UserInteraction#alert_error(*args) -> () (12301.0)

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

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

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

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

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

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

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

Socket::Constants::IP_ROUTER_ALERT -> Integer (12301.0)

Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(7linux)...

Socket::IP_ROUTER_ALERT -> Integer (12301.0)

Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP, ip(7linux)...

Syslog::Level::LOG_ALERT -> Integer (12301.0)

優先度(priorities)を示す定数。 定数 の詳細については syslog(3) を参照してください。

...優先度(priorities)を示す定数。
定数 の詳細については syslog(3) を参照してください。...

絞り込み条件を変える

<< 1 2 3 ... > >>