108件ヒット
[1-100件を表示]
(0.058秒)
別のキーワード
種類
- インスタンスメソッド (96)
- 定数 (12)
ライブラリ
- getoptlong (12)
-
net
/ http (24) -
net
/ pop (36) -
net
/ smtp (12) - psych (24)
クラス
- GetoptLong (12)
-
Net
:: HTTP (24) -
Net
:: POP3 (36) -
Net
:: SMTP (12) -
Psych
:: Visitors :: YAMLTree (24)
キーワード
-
STATUS
_ STARTED (12) - active? (24)
-
set
_ debug _ output (12) - started? (48)
検索結果
先頭5件
-
Psych
:: Visitors :: YAMLTree # started -> bool (21102.0) -
Psych::Visitors::YAMLTree#start をすでに呼び出しているならば 真を返します。
...Psych::Visitors::YAMLTree#start をすでに呼び出しているならば
真を返します。
まだならば偽を返します。... -
Psych
:: Visitors :: YAMLTree # started? -> bool (9102.0) -
Psych::Visitors::YAMLTree#start をすでに呼び出しているならば 真を返します。
...Psych::Visitors::YAMLTree#start をすでに呼び出しているならば
真を返します。
まだならば偽を返します。... -
GetoptLong
:: STATUS _ STARTED -> 1 (9101.0) -
内部状態を管理するための定数です。ユーザが使用することはありません。
内部状態を管理するための定数です。ユーザが使用することはありません。 -
Net
:: SMTP # started? -> bool (9101.0) -
SMTP セッションが開始されていたら真を返します。
...SMTP セッションが開始されていたら真を返します。
セッションがまだ開始していない、もしくは終了している場合には偽を返します。
@see Net::SMTP#start, Net::SMTP#finish... -
Net
:: POP3 # set _ debug _ output(f) -> () (6112.0) -
デバッグ用の出力 f をセットします。
...net/pop'
pop = Net::POP3.new('pop.example.com', 110)
pop.set_debug_output $stderr
pop.start('YourAccount', 'YourPassword') {
p pop.n_bytes
}
実行結果:
POP session started: pop.example.com:110 (POP)
-> "+OK popd <1162042773.26346.155555a1861c@pop.example.com>\r\n"
<- "APOP Yo... -
Net
:: HTTP # started? -> bool (6101.0) -
HTTP セッションが開始されていたら真を返します。
...HTTP セッションが開始されていたら真を返します。
active? は時代遅れのメソッドです。... -
Net
:: POP3 # started? -> bool (6101.0) -
POP3 セッションが開始されていたら真を返します。
...POP3 セッションが開始されていたら真を返します。
active? は obsolete です。... -
Net
:: HTTP # active? -> bool (3001.0) -
HTTP セッションが開始されていたら真を返します。
...HTTP セッションが開始されていたら真を返します。
active? は時代遅れのメソッドです。... -
Net
:: POP3 # active? -> bool (3001.0) -
POP3 セッションが開始されていたら真を返します。
...POP3 セッションが開始されていたら真を返します。
active? は obsolete です。...