るりまサーチ

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

別のキーワード

  1. cgi accept_charset
  2. cgi/core accept_charset
  3. meta charset
  4. rss charset
  5. rss charset=

ライブラリ

キーワード

検索結果

<< 1 2 3 > >>

RSS::Maker::XMLStyleSheets::XMLStyleSheet#charset (18119.0)

@todo

...@todo...

RSS::XMLStyleSheet#charset (18119.0)

@todo

...@todo...

CGI#accept_charset -> String (6120.0)

受けとることができるキャラクタセットを文字列で返します。 デフォルトは UTF-8 です。

...受けとることができるキャラクタセットを文字列で返します。
デフォルトは UTF-8 です。

@
see CGI.accept_charset, CGI.accept_charset=...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#charset=() (6119.0)

@todo

...@todo...

RSS::XMLStyleSheet#charset= (6119.0)

@todo

...@todo...

絞り込み条件を変える

Net::IMAP#search(keys, charset = nil) -> [Integer] (138.0)

SEARCH コマンドを送り、条件に合うメッセージの message sequence number を配列で返します。

...UBJECT", "hello"])
#=> [1, 6, 7, 8]
p imap.search(["SUBJECT", "hello", "FROM", "foo@example.com"])
#=> [6, 7]
p imap.search('SUBJECT "hello"')
#=> [1, 6, 7, 8]

@
param key 検索キー(文字列の配列もしくは文字列)
@
param charset 検索に用いるcharset
@
see Net::IMAP#search...

Net::IMAP#thread(algorithm, search_keys, charset) -> [Net::IMAP::ThreadMember] (138.0)

THREADコマンドを送り、メールボックスを検索した結果を スレッド形式の木構造で返します。

...渡します。
Net::IMAP#search と同等です。


@
param algorithm スレッド構造構築アルゴリズム名(文字列)
@
param search_key 検索条件(文字列配列)
@
param charset 検索条件の解釈に用いるCHARSET名(文字列)
@
see Net::IMAP::ThreadMember, Net::IMAP#uid_thread...

Net::IMAP#uid_search(keys, charset = nil) -> [Integer] (138.0)

UID SEARCH コマンドを送り、条件に合うメッセージの UID を配列で返します。

...llo"])
#=> [1, 6, 7, 8]
p imap.uid_search(["SUBJECT", "hello", "FROM", "foo@example.com"])
#=> [6, 7]
p imap.uid_search('SUBJECT "hello"')
#=> [1, 6, 7, 8]

@
param key 検索キー(文字列の配列もしくは文字列)
@
param charset 検索に用いるcharset
@
see Net::IMAP#uid_search...

Net::IMAP#uid_thread(algorithm, search_keys, charset) -> [Net::IMAP::ThreadMember] (138.0)

THREADコマンドを送り、メールボックスを検索した結果を スレッド形式の木構造で返します。

...ssage sequence number
ではなく UID となります。

@
param algorithm スレッド構造構築アルゴリズム名(文字列)
@
param search_key 検索条件(文字列配列)
@
param charset 検索条件の解釈に用いるCHARSET名(文字列)
@
see Net::IMAP::ThreadMember, Net::IMAP#thread...
<< 1 2 3 > >>