1332件ヒット
[201-300件を表示]
(0.095秒)
別のキーワード
ライブラリ
- ビルトイン (240)
- continuation (12)
- csv (3)
- delegate (24)
-
drb
/ acl (36) - fiddle (24)
-
irb
/ extend-command (12) - logger (12)
- matrix (176)
-
minitest
/ unit (1) - mkmf (24)
-
net
/ http (12) -
net
/ imap (24) -
net
/ pop (108) - openssl (96)
- pstore (12)
- rake (12)
-
rexml
/ document (36) -
rinda
/ rinda (12) -
rinda
/ tuplespace (12) -
rubygems
/ dependency _ installer (36) -
rubygems
/ installer (96) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (36) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (36) -
rubygems
/ specification (12) -
rubygems
/ uninstaller (84) - shell (24)
-
shell
/ command-processor (24) -
shell
/ filter (24) -
webrick
/ httpauth / digestauth (12)
クラス
- ACL (36)
- Array (21)
-
CSV
:: Row (3) - Continuation (12)
- Delegator (24)
-
Fiddle
:: Closure :: BlockCaller (12) -
Fiddle
:: Function (12) -
Gem
:: DependencyInstaller (36) -
Gem
:: Installer (96) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (36) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (36) -
Gem
:: Specification (12) -
Gem
:: Uninstaller (84) - Hash (55)
- Integer (8)
-
Logger
:: Formatter (12) - Matrix (176)
- Method (38)
- Module (48)
-
Net
:: HTTP (12) -
Net
:: IMAP (24) -
Net
:: POPMail (108) - Object (12)
-
OpenSSL
:: Netscape :: SPKI (12) -
OpenSSL
:: SSL :: SSLContext (48) -
OpenSSL
:: X509 :: Store (24) -
OpenSSL
:: X509 :: StoreContext (12) - PStore (12)
- Proc (26)
-
RDoc
:: Options (24) -
REXML
:: Attributes (12) -
REXML
:: Element (12) -
REXML
:: Elements (12) -
Rinda
:: TupleSpace (12) -
Rinda
:: TupleSpaceProxy (12) - Shell (24)
-
Shell
:: CommandProcessor (24) -
Shell
:: Filter (24) -
WEBrick
:: HTTPAuth :: DigestAuth (12)
モジュール
- Enumerable (32)
- FileUtils (12)
-
IRB
:: ExtendCommandBundle (12) - Kernel (24)
-
MiniTest
:: Assertions (1)
キーワード
- << (14)
- >> (14)
- [] (12)
- all? (45)
- allbits? (8)
-
allow
_ addr? (12) -
allow
_ socket? (12) -
ask
_ if _ ok (12) - call (84)
- cat (18)
- challenge (12)
- challenge= (12)
- ciphers= (12)
- collect (14)
- collect! (14)
- context= (12)
-
deconstruct
_ keys (3) - delete (24)
-
delete
_ all (24) -
dependencies
_ ok? (12) - download (12)
- each (24)
-
each
_ with _ index (24) - echo (18)
-
ensure
_ dependency (12) - fetch (12)
-
find
_ gems _ with _ sources (12) -
find
_ index (36) -
find
_ matching (12) -
find
_ spec _ by _ name _ and _ version (12) - flags= (24)
-
formatted
_ program _ filename (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) - glob (18)
-
hyperlink
_ all= (12) - index (43)
- install (12)
-
install
_ alias _ method (12) -
install
_ files (12) -
install
_ list (12) -
install
_ rb (12) -
installation
_ satisfies _ dependency? (12) - key (12)
- list (12)
- mail (36)
- map (14)
- map! (14)
-
path
_ ok? (12) - pop (36)
-
protected
_ methods (12) - public (48)
-
public
_ methods (12) -
read
_ all (24) - refresh (24)
- remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
respond
_ to? (12) - search (12)
-
search
_ with _ source (12) - shebang (12)
-
show
_ all= (12) - skip (1)
- sort (12)
-
split
_ all (12) - tally (8)
- tee (18)
-
tmp
_ dh _ callback= (12) -
uid
_ sort (12) -
ultra
_ safe= (12) -
uninstall
_ gem (12) - unpack (12)
- update (12)
-
verify
_ callback= (36)
検索結果
先頭5件
-
Logger
:: Formatter # call(severity , time , progname , msg) -> String (6125.0) -
ログ情報をフォーマットして返します。
...ログ情報をフォーマットして返します。
@param severity ログレベル。
@param time 時間。Time クラスのオブジェクト。
@param progname プログラム名
@param msg メッセージ。... -
Rinda
:: TupleSpaceProxy # read _ all(tuple) -> [Array|Hash] (6120.0) -
タプルスペース内の tuple にマッチするタプルをすべてコピーして返します。
...の tuple にマッチするタプルをすべてコピーして返します。
内部的にはリモートオブジェクトの Rinda::TupleSpace#read_all にフォワードされます。
詳細は Rinda::TupleSpace#read_all を参照してください。
@param tuple タプルのパターン... -
Kernel
# install _ rb(mfile , dest , srcdir = nil) -> Array (6119.0) -
このメソッドは create_makefile が使用します。 内部用のメソッドです。
...ib のディレクトリ構造はそのまま dest 配下に反映されます。
@param mfile Makefile を表す File のインスタンスです。
@param dest インストールする先のディレクトリを指定します。
@param srcdir ソースディレクトリを指定します。... -
FileUtils
# split _ all(path) -> Array (6114.0) -
与えられたパスをディレクトリごとに分割します。
...与えられたパスをディレクトリごとに分割します。
@param path 分割するパスを指定します。
例:
split_all("a/b/c") # => ['a', 'b', 'c']... -
REXML
:: Attributes # delete _ all(name) -> [REXML :: Attribute] (6114.0) -
name という名前を持つ属性をすべて削除します。
...name という名前を持つ属性をすべて削除します。
削除された属性を配列で返します。
@param name 削除する属性の名前
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new(<<-EOS)
<root xmlns:foo="http://example.org/foo"
xmlns:bar="http:......//example.org/bar">
<a foo:att='1' bar:att='2' att='<'/>
</root>
EOS
a = doc.get_elements("/root/a").first
a.attributes.delete_all("att") # => [att='<']
a # => <a foo:att='1' bar:att='2'/>
//}... -
REXML
:: Elements # delete _ all(xpath) -> [REXML :: Element] (6114.0) -
xpath で指定した XPath 文字列にマッチする要素をすべて取り除きます。
...マッチする要素をすべて取り除きます。
@param xpath 取り除く要素を指し示す XPath 文字列
//emlist[][ruby]{
require 'rexml/document'
doc = REXML::Document.new('<a><c/><c/><c/><c/></a>')
doc.elements.delete_all("a/c") # => [<c/>, <c/>, <c/>, <c/>]
doc.to_s... -
WEBrick
:: HTTPAuth :: DigestAuth # challenge(request , response , stale = false) (6113.0) -
クライアントにパスワードを要求するためにレスポンスに WWW-Authenticate ヘッダを 設定し、例外 WEBrick::HTTPStatus::Unauthorized を発生させます。
...W-Authenticate ヘッダを
設定し、例外 WEBrick::HTTPStatus::Unauthorized を発生させます。
@param request WEBrick::HTTPRequest のインスタンスを指定します。
@param response WEBrick::HTTPResponse のインスタンスを指定します。
@raise WEBrick::HTTPStatus::Una... -
Rinda
:: TupleSpace # read _ all(tuple) -> [Array|Hash] (6108.0) -
タプルスペース内の tuple にマッチするタプルをすべてコピーして返します。
...ついては lib:rinda/rinda#tuplepattern を
参照してください。
マッチするタプルが存在しない場合は、待たずに空の配列を返します。
このメソッドは主にデバッグのための利用を想定しています。
@param tuple タプルのパターン... -
ACL
# allow _ addr?(addr) -> bool (6107.0) -
addr が ACL で許可されているならば真を返します。
...addr が ACL で許可されているならば真を返します。
@param addr 判定対象のアドレス... -
ACL
# allow _ socket?(soc) -> bool (6107.0) -
ソケットに関連付けられたアドレスが ACL で許可されているならば 真を返します。
...ソケットに関連付けられたアドレスが ACL で許可されているならば
真を返します。
@param soc 判定対象のソケット...