931件ヒット
[1-100件を表示]
(0.060秒)
ライブラリ
- ビルトイン (84)
- fileutils (91)
-
net
/ imap (72) - openssl (12)
- pstore (12)
- psych (60)
-
rexml
/ document (324) -
rexml
/ streamlistener (12) - rss (24)
-
rubygems
/ security (84) -
rubygems
/ server (12) -
webrick
/ httpservlet / filehandler (12) -
win32
/ registry (72)
クラス
- Dir (12)
-
Gem
:: Security :: Policy (24) -
Gem
:: Server (12) -
Net
:: IMAP (36) -
Net
:: IMAP :: MailboxQuotaRoot (24) - PStore (12)
-
Psych
:: Nodes :: Document (12) -
Psych
:: TreeBuilder (12) -
REXML
:: Attributes (156) -
REXML
:: CData (24) -
REXML
:: DocType (12) -
REXML
:: Document (12) -
REXML
:: Element (60) -
REXML
:: Instruction (24) -
WEBrick
:: HTTPServlet :: FileHandler (12) -
Win32
:: Registry (36)
モジュール
- FileUtils (79)
-
Gem
:: Security (60) -
OpenSSL
:: X509 (12) - Process (24)
-
Process
:: UID (48) -
REXML
:: StreamListener (12) -
RSS
:: RootElementMixin (24) -
Win32
:: Registry :: Constants (36)
キーワード
- AlmostNoSecurity (12)
- Default (12)
- Document (24)
- FileUtils (12)
-
HKEY
_ CURRENT _ CONFIG (24) -
HKEY
_ CURRENT _ USER (24) -
HKEY
_ USERS (24) - HighSecurity (12)
- Instruction (12)
- LowSecurity (12)
- MailboxQuotaRoot (12)
- Mapping (12)
- MediumSecurity (12)
-
NEWS for Ruby 2
. 1 . 0 (12) - NoSecurity (12)
- TreeBuilder (12)
-
V
_ ERR _ UNABLE _ TO _ GET _ ISSUER _ CERT (12) - [] (12)
- []= (12)
-
add
_ attribute (24) - attribute (12)
-
change
_ privilege (12) - chown (12)
-
chown
_ R (12) - content (12)
-
copy
_ entry (12) -
copy
_ file (12) -
cp
_ lr (7) -
cp
_ r (12) - delete (12)
-
delete
_ all (12) - doctype (12)
- each (12)
-
each
_ attribute (12) -
each
_ element _ with _ attribute (12) - eid= (12)
- fetch (12)
-
from
_ name (12) -
get
_ attribute (12) -
get
_ attribute _ ns (12) - getquota (12)
- getquotaroot (12)
-
grant
_ privilege (12) - groups= (12)
- home (12)
- initgroups (12)
- length (12)
- mailbox (12)
- namespaces (12)
- new (24)
-
output
_ encoding (12) -
output
_ encoding= (12) - prefixes (12)
- public (12)
- quotaroots (12)
-
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / ultralightparser (12) -
root
_ node (12) -
ruby 1
. 8 . 3 feature (12) -
rubygems
/ security (12) - setquota (12)
- size (12)
- target (12)
-
to
_ a (12) - value (12)
-
verify
_ root (12) -
verify
_ root= (12)
検索結果
先頭5件
-
Psych
:: TreeBuilder # root -> Psych :: Nodes :: Stream (21117.0) -
AST の root を返します。
...AST の root を返します。
@see Psych::Nodes::Stream... -
Psych
:: Nodes :: Document # root -> Psych :: Nodes :: Node (21101.0) -
ルートノードを返します。
ルートノードを返します。 -
REXML
:: Document # root -> REXML :: Element | nil (21101.0) -
文書のルート要素を返します。
文書のルート要素を返します。
文書がルート要素を持たない場合は nil を返します。 -
Net
:: IMAP :: MailboxQuotaRoot # quotaroots -> [String] (18216.0) -
問い合わせしたメールボックスの quota root 名を配列で返します。
...問い合わせしたメールボックスの quota root 名を配列で返します。
空の場合もありえます。... -
Gem
:: Server # root(request , response) -> () (18201.0) -
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
...メソッド名に対応する URI に対するリクエストを処理するメソッドです。
@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。
@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。... -
RSS
:: RootElementMixin # output _ encoding (15200.0) -
@todo
@todo -
RSS
:: RootElementMixin # output _ encoding= (15200.0) -
@todo
@todo -
Net
:: IMAP # getquotaroot(mailbox) -> [Net :: IMAP :: MailboxQuotaRoot | Net :: IMAP :: MailboxQuota] (12534.0) -
GETQUOTAROOT コマンドを送って 指定したメールボックスの quota root の一覧と、 関連する quota の情報を返します。
...GETQUOTAROOT コマンドを送って
指定したメールボックスの quota root の一覧と、
関連する quota の情報を返します。
quota root の情報は Net::IMAP::MailboxQuotaRoot のオブジェクトで、
返り値の配列の中に唯一含まれています。
quota の情......られた quota root ごとに
Net::IMAP::MailboxQuota オブジェクトで得られます。
詳しくは 2087 を見てください。
このコマンドは Net::IMAP#capability の返り値を見ることで
利用可能かどうか判断できます。
@param mailbox quota root を得たい... -
Net
:: IMAP :: MailboxQuotaRoot (12016.0) -
Net::IMAP#getquotaroot の結果として得られる quota root 情報を表わすオブジェクトです。
...Net::IMAP#getquotaroot の結果として得られる
quota root 情報を表わすオブジェクトです。
詳しくは 2087 を参照してください。...