るりまサーチ

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

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. l matrix

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

@see Gem::StreamUI#ask...

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

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

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

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

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

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

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

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

@param message フォーマット文字列です。Kernel.#s...
...る引数です。

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

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

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

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

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

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

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

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

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

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

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

@see Gem::StreamUI#ask...

絞り込み条件を変える

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

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

...am 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)...

絞り込み条件を変える

<< 1 2 3 ... > >>