799件ヒット
[1-100件を表示]
(0.092秒)
別のキーワード
ライブラリ
- ビルトイン (165)
- benchmark (36)
-
cgi
/ html (24) -
net
/ ftp (10) -
net
/ imap (84) -
net
/ smtp (12) - openssl (12)
- pp (12)
- psych (12)
- rake (168)
-
rdoc
/ markdown (12) -
rexml
/ document (24) -
rexml
/ parsers / pullparser (12) -
rexml
/ sax2listener (48) -
rexml
/ streamlistener (24) -
rubygems
/ dependency _ list (36) - socket (60)
-
webrick
/ httputils (24) -
webrick
/ server (24)
クラス
- Addrinfo (24)
- Array (45)
-
Benchmark
:: Job (24) -
Benchmark
:: Report (12) -
Enumerator
:: Lazy (24) -
Gem
:: DependencyList (36) -
Net
:: FTP :: MLSxEntry (10) -
Net
:: IMAP (48) -
Net
:: IMAP :: MailboxList (36) -
Net
:: SMTP (12) - Object (12)
-
OpenSSL
:: SSL :: SSLServer (12) - PP (12)
-
Psych
:: Handler (12) -
RDoc
:: Markdown (12) -
REXML
:: AttlistDecl (24) -
REXML
:: Parsers :: PullEvent (12) -
Rake
:: FileList (144) - Socket (12)
- String (12)
- TCPServer (12)
- UNIXServer (12)
-
WEBrick
:: GenericServer (24) -
WEBrick
:: HTTPUtils :: FormData (24)
モジュール
-
CGI
:: HtmlExtension (24) - Enumerable (72)
-
REXML
:: SAX2Listener (48) -
REXML
:: StreamListener (24) -
Rake
:: Cloneable (24)
キーワード
- == (12)
- attlistdecl (12)
- attlistdecl? (12)
- attr (12)
- clone (12)
-
definition
_ lists (12) - delim (12)
- doctype (24)
- dup (12)
-
each
_ cons (24) -
each
_ slice (24) - exclude (12)
-
excluded
_ from _ list? (12) - getacl (12)
- gsub (12)
- gsub! (12)
- include? (12)
-
is
_ a? (12) -
kind
_ of? (12) - listable? (10)
- listen (84)
- listeners (12)
- lsub (12)
- name (12)
-
node
_ type (12) - notationdecl (12)
- ok? (12)
-
ok
_ to _ remove? (12) - pack (21)
-
rcptto
_ list (12) -
remove
_ by _ name (12) -
respond
_ to? (12) -
scrolling
_ list (12) - seplist (12)
-
start
_ element (12) -
start
_ prefix _ mapping (12) -
start
_ sequence (12) - sub (12)
- sub! (12)
-
to
_ a (12) -
to
_ ary (24) -
to
_ s (12) - unpack (12)
- width (12)
- xlist (12)
- zip (72)
検索結果
先頭5件
-
Benchmark
:: Report # list -> [Benchmark :: Tms] (21202.0) -
Benchmark::Report#item 実行時に作成された Benchmark::Tms オ ブジェクトの一覧を返します。
...
Benchmark::Report#item 実行時に作成された Benchmark::Tms オ
ブジェクトの一覧を返します。
@see Benchmark::Report#item... -
WEBrick
:: HTTPUtils :: FormData # list -> Array (21108.0) -
自身が表す各フォームデータを収納した配列を生成して返します。
...自身が表す各フォームデータを収納した配列を生成して返します。
例:
require "webrick/cgi"
class MyCGI < WEBrick::CGI
def do_GET(req, res)
p req.query['q'].list #=> ["val1", "val2", "val3"]
end
end
MyCGI.new.start()... -
Benchmark
:: Job # list -> [String , Proc] (21102.0) -
登録されているジョブのリストを返します。
登録されているジョブのリストを返します。
それぞれの要素は、ラベルとブロックからなる二要素の配列です。 -
Net
:: IMAP # list(refname , mailbox) -> [Net :: IMAP :: MailboxList] | nil (18424.0) -
LIST コマンドを送り、クライアントから利用可能なメールボックス名の集合から 引数にマッチするものすべてを返します。
...
LIST コマンドを送り、クライアントから利用可能なメールボックス名の集合から
引数にマッチするものすべてを返します。
詳しくは 2060 の 6.3.8 を参照してください。
返り値は Net::IMAP::MailboxList の配列で返します。
返り......ilbox 調べるメールボックスの名前(文字列)。ワイルドカードを含んでいてもかまいません。
例:
imap.create("foo/bar")
imap.create("foo/baz")
p imap.list("", "foo/%")
#=> [#<Net::IMAP::MailboxList attr=[:Noselect], delim="/", name="foo/">, #<Net::IMAP::Mailbo......xList attr=[:Noinferiors, :Marked], delim="/", name="foo/bar">, #<Net::IMAP::MailboxList attr=[:Noinferiors], delim="/", name="foo/baz">]... -
Net
:: FTP :: MLSxEntry # listable? -> bool (12207.0) -
ディレクトリの内容一覧を得ることが可能ならば true を返します。
...ディレクトリの内容一覧を得ることが可能ならば true を返します。
Net::FTP#list、Net::FTP#nlst、Net::FTP#mlst
などでディレクトリの内容を閲覧できるかどうかを意味します。... -
Rake
:: FileList # excluded _ from _ list?(file _ name) -> bool (9238.0) -
与えられたファイル名が除外される場合は、真を返します。 そうでない場合は偽を返します。
...//emlist[][ruby]{
# Rakefile での記載例とする
IO.write("test1.rb", "test")
IO.write("test2.rb", "test")
task default: :test_rake_app
task :test_rake_app do
file_list = FileList.new("test1.rb", "test2.rb")
file_list.exclude("test1.rb")
file_list.excluded_from_list?("test1.rb") # =>......true
file_list.excluded_from_list?("test2.rb") # => false
end
//}... -
Rake
:: FileList # sub(pattern , replace) -> Rake :: FileList (9213.0) -
自身に含まれるファイルリストのそれぞれのエントリに対して String#sub を実行し、 結果を新しい Rake::FileList として返します。
...自身に含まれるファイルリストのそれぞれのエントリに対して String#sub を実行し、
結果を新しい Rake::FileList として返します。
例:
FileList['a.c', 'b.c'].sub(/\.c$/, '.o') => ['a.o', 'b.o']... -
REXML
:: StreamListener # attlistdecl(element _ name , attributes , raw _ content) -> () (9201.0) -
DTDの属性リスト宣言をパースしたときに呼び出されるコールバックです。
...言をパースしたときに呼び出されるコールバックです。
@param element_name 要素名が文字列で渡されます
@param attributes 属性名とそのデフォルト値の対応が
{ 属性名文字列 => デフォルト値文字列(無ければnil) } という
ハ......まま渡されます
=== 例
<!ATTLIST a att CDATA #REQUIRED xyz CDATA "foobar">
という属性リスト宣言に対しては
element_name: "a"
attributes: {"att"=>nil, "xyz"=>"foobar"}
raw_content: " \n<!ATTLIST a att CDATA #REQUIRED xyz CDATA \"foobar\">"
という引数が渡されま... -
Rake
:: FileList # gsub(pattern , replace) -> Rake :: FileList (9201.0) -
自身に含まれるファイルリストのそれぞれのエントリに対して String#gsub を実行し、 結果を新しい Rake::FileList として返します。
...自身に含まれるファイルリストのそれぞれのエントリに対して String#gsub を実行し、
結果を新しい Rake::FileList として返します。
例:
FileList['lib/test/file', 'x/y'].gsub(/\//, "\\") # => ['lib\\test\\file', 'x\\y']...