384件ヒット
[1-100件を表示]
(0.096秒)
別のキーワード
ライブラリ
- ビルトイン (60)
-
cgi
/ html (48) - csv (12)
-
rake
/ rdoctask (96) -
rexml
/ document (84) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12) -
webrick
/ httpresponse (60)
クラス
- CSV (12)
- IO (12)
-
REXML
:: DocType (84) -
Rake
:: RDocTask (96) - String (48)
-
WEBrick
:: HTTPResponse (60)
モジュール
-
CGI
:: Html3 (12) -
CGI
:: Html4 (12) -
CGI
:: Html4Fr (12) -
CGI
:: Html4Tr (12) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12)
キーワード
- [] (12)
-
attribute
_ of (12) - chunked= (12)
-
content
_ length (12) -
content
_ length= (12) - doctype (72)
- entities (12)
- entity (12)
- external= (12)
-
external
_ id (12) - hex (12)
- ioctl (24)
- main (12)
- name (24)
-
option
_ string (12) - public (12)
- quote (12)
-
rdoc
_ dir (12) - system (12)
- template (12)
- title (12)
-
to
_ f (12) -
to
_ i (12) -
to
_ s (12)
検索結果
先頭5件
-
String
# oct -> Integer (21274.0) -
文字列を 8 進文字列であると解釈して、整数に変換します。
...例][ruby]{
p "10".oct # => 8
p "010".oct # => 8
p "8".oct # => 0
//}
oct は文字列の接頭辞 ("0", "0b", "0B", "0x", "0X") に応じて
8 進以外の変換も行います。
//emlist[例][ruby]{
p "0b10".oct # => 2
p "10".oct # => 8
p "010".oct # => 8
p "0x10".oct # => 16
//}
整......例][ruby]{
p "-010".oct # => -8
p "-0x10".oct # => -16
p "-0b10".oct # => -2
p "1_0_1x".oct # => 65
//}
@see String#hex, String#to_i, String#to_f,
Kernel.#Integer, Kernel.#Float
逆に、数値を文字列に変換するにはKernel.#sprintf,
String#%, Integer#to_s を使用し... -
Rake
:: RDocTask # option _ string -> String (9201.0) -
rdoc コマンドに渡すオプションを文字列として返します。
rdoc コマンドに渡すオプションを文字列として返します。 -
CGI
:: Html3 # doctype (9101.0) -
@todo
@todo -
CGI
:: Html4 # doctype (9101.0) -
@todo
@todo -
CGI
:: Html4Fr # doctype (9101.0) -
@todo
@todo -
CGI
:: Html4Tr # doctype (9101.0) -
@todo
@todo -
CSV
# ioctl(cmd , arg = 0) -> Integer (6201.0) -
IO#ioctl に委譲します。
...IO#ioctl に委譲します。
@see IO#ioctl... -
IO
# ioctl(cmd , arg = 0) -> Integer (6201.0) -
IO に対してシステムコール ioctl を実行し、その結果を返します。 機能の詳細は ioctl(2) を参照してください。
...ール ioctl を実行し、その結果を返します。
機能の詳細は ioctl(2) を参照してください。
@param cmd IO に対するコマンドを整数で指定します。どのようなコマンドが使えるかはプラットフォームに依存します。
@param arg cmd に対......する引数を指定します。整数の時にはその値を ioctl に渡します。
文字列の場合には Array#pack した構造体だとみなして渡します。
arg が nil か false の場合には 0を、true の場合には 1 を渡します。
@raise IOError... -
REXML
:: SAX2Listener # doctype(name , pub _ sys , long _ name , uri) -> () (6201.0) -
文書型宣言(DTD)に出会った時に呼び出されるコールバックメソッドです。
...字列で渡されます。
@param pub_sys "PUBLIC" もしくは "SYSTEM" が渡されます。nilが渡される場合もあります。
@param long_name "SYSTEM" の場合はシステム識別子が、"PUBLIC"の場合は公開識別子が
文字列で渡されます
@param uri "SYSTEM" の...