1449件ヒット
[1-100件を表示]
(0.250秒)
ライブラリ
- ビルトイン (93)
-
cgi
/ html (72) - csv (156)
- date (12)
- logger (24)
- mkmf (24)
-
net
/ http (24) -
net
/ imap (12) - openssl (12)
- ostruct (12)
- pathname (72)
- prime (36)
- psych (12)
- pty (12)
-
rdoc
/ code _ object (24) -
rexml
/ document (420) -
rexml
/ parsers / pullparser (12) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12) - rss (48)
-
rubygems
/ builder (24) -
rubygems
/ commands / build _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ installer (12) -
rubygems
/ old _ format (72) -
rubygems
/ require _ paths _ builder (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (24) - tsort (12)
- uri (96)
-
webrick
/ httpresponse (24)
クラス
- CSV (72)
-
CSV
:: FieldInfo (36) -
CSV
:: Row (48) - Date (12)
- Dir (21)
-
Enumerator
:: Yielder (30) -
File
:: Stat (24) -
Gem
:: Builder (24) -
Gem
:: Commands :: BuildCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Installer (12) -
Gem
:: OldFormat (72) - Integer (3)
- Logger (24)
-
Net
:: IMAP :: ThreadMember (12) - Object (8)
-
OpenSSL
:: X509 :: Name (12) - OpenStruct (12)
-
PTY
:: ChildExited (12) - Pathname (72)
-
Prime
:: TrialDivisionGenerator (36) -
Psych
:: TreeBuilder (12) -
RDoc
:: CodeObject (24) -
REXML
:: Child (96) -
REXML
:: DocType (12) -
REXML
:: Document (36) -
REXML
:: Parent (132) -
REXML
:: Parsers :: PullEvent (12) -
REXML
:: XMLDecl (144) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Rss :: Channel (24) -
RubyVM
:: AbstractSyntaxTree :: Node (7) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (24) -
URI
:: LDAP (96) -
WEBrick
:: HTTPResponse (24)
モジュール
-
CGI
:: HtmlExtension (72) -
Gem
:: LocalRemoteOptions (12) -
Gem
:: RequirePathsBuilder (12) - Kernel (24)
-
Net
:: HTTPHeader (24) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12) - TSort (12)
キーワード
- << (24)
- == (12)
- [] (24)
- []= (12)
- add (24)
-
add
_ bulk _ threshold _ option (12) -
add
_ field (12) - arguments (12)
- attributes (12)
- attributes= (12)
- build (12)
-
build
_ extensions (12) -
bulk
_ threshold (12) -
bulk
_ threshold= (12) - bytes (12)
- ceildiv (3)
- children (50)
- convert (24)
- delete (12)
-
delete
_ at (12) -
delete
_ field (12) -
delete
_ if (12) -
dir
_ config (12) - dn (12)
- document (12)
-
document
_ children (12) -
document
_ children= (12) - dowrite (12)
-
each
_ child (62) - encoding (12)
- extensions (12)
- extensions= (12)
- field (12)
- field? (12)
-
field
_ size _ limit (12) -
file
_ entries (12) -
file
_ entries= (12) -
file
_ field (24) - filter (12)
- filter= (12)
-
gem
_ path (12) -
gem
_ path= (12) -
get
_ fields (12) -
hash
_ old (12) - header (12)
-
header
_ convert (24) - index (24)
-
insert
_ after (12) -
insert
_ before (12) - lastBuildDate (24)
- lastBuildDate= (24)
- line (12)
- link (6)
-
link
_ command (12) - next (12)
-
next
_ sibling (12) -
next
_ sibling= (12) -
node
_ type (12) - nowrite (12)
- parent (12)
- parent= (12)
-
password
_ field (24) -
previous
_ sibling= (12) - realdirpath (12)
-
replace
_ child (12) -
replace
_ with (12) - rewind (12)
- root (12)
- scope (12)
-
sev
_ threshold (12) -
sev
_ threshold= (12) - spec (12)
- spec= (12)
-
stand
_ alone? (12) - standalone (12)
- standalone= (12)
- status (12)
- succ (12)
- success (12)
- symlink (6)
-
text
_ field (24) -
to
_ a (12) -
to
_ proc (6) -
tsort
_ each _ child (12) -
unconverted
_ fields? (12) - usage (12)
-
values
_ at (12) - version (12)
-
world
_ readable? (30) -
world
_ writable? (42) -
write
_ require _ paths _ file _ if _ needed (12) - writeencoding (12)
- writethis (12)
-
xml
_ decl (12) - xmldecl (36)
- xmldecl? (12)
- yield (12)
-
yield
_ self (8)
検索結果
先頭5件
-
Gem
:: RequirePathsBuilder # write _ require _ paths _ file _ if _ needed(spec = @spec , gem _ home = @gem _ home) (27201.0) -
必要であれば、'.require_paths' というファイルを Gem ごとに作成します。
...必要であれば、'.require_paths' というファイルを Gem ごとに作成します。... -
TSort
# tsort _ each _ child(node) {|child| . . . } -> () (24401.0) -
TSort で拡張されるクラスで定義されていなければならないメソッドです。
...
TSort で拡張されるクラスで定義されていなければならないメソッドです。
tsort_each_child is used to iterate for child nodes of node.
@param node ノードを指定します。
@raise NotImplementedError TSort で拡張されるクラスで定義されていない場... -
REXML
:: Parent # replace _ child(to _ replace , replacement) -> () (21501.0) -
子ノード列上の to_replace を replacement に置き換えます。
...子ノード列上の to_replace を replacement に置き換えます。
to_replace の parent は nil に、
replacement の parent は selfに変更されます。
@param to_replace 置き換え元のノード
@param replacement 置き換え先のノード... -
Pathname
# realdirpath(basedir = nil) -> Pathname (21401.0) -
Pathname#realpath とほぼ同じで、最後のコンポーネントは実際に 存在しなくてもエラーになりません。
...Pathname#realpath とほぼ同じで、最後のコンポーネントは実際に
存在しなくてもエラーになりません。
@param basedir ベースディレクトリを指定します。省略するとカレントディレクトリになります。
//emlist[例][ruby]{
require "pathna......path = Pathname("/not_exist")
path.realdirpath # => #<Pathname:/not_exist>
path.realpath # => Errno::ENOENT
# 最後ではないコンポーネント(/not_exist_1)も存在しないのでエラーになる。
path = Pathname("/not_exist_1/not_exist_2")
path.realdirpath # => Errno::ENOENT
//......}
@see Pathname#realpath... -
REXML
:: Parent # children -> [REXML :: Child] (21401.0) -
子ノード列の配列を返します。
子ノード列の配列を返します。 -
Date
# ld -> Integer (21302.0) -
リリウス日を返します。
リリウス日を返します。 -
File
:: Stat # world _ writable? -> Integer | nil (21301.0) -
全てのユーザから書き込めるならば、そのファイルのパーミッションを表す 整数を返します。そうでない場合は nil を返します。
...ーミッションを表す
整数を返します。そうでない場合は nil を返します。
整数の意味はプラットフォームに依存します。
//emlist[][ruby]{
m = File.stat("/tmp").world_writable? # => 511
sprintf("%o", m) # => "777"
//}... -
Gem
:: LocalRemoteOptions # add _ bulk _ threshold _ option (21301.0) -
オプション --bulk-threshold を追加します。
...オプション --bulk-threshold を追加します。... -
Gem
:: ConfigFile # bulk _ threshold=(bulk _ threshold) (18601.0) -
一括ダウンロードの閾値を設定します。
...一括ダウンロードの閾値を設定します。
@param bulk_threshold 数値を指定します。...