250件ヒット
[201-250件を表示]
(0.136秒)
ライブラリ
- ビルトイン (82)
-
cgi
/ core (12) -
irb
/ cmd / help (12) - json (12)
-
net
/ smtp (36) - openssl (36)
-
rubygems
/ specification (12) - socket (48)
クラス
-
Gem
:: Specification (12) -
IRB
:: ExtendCommand :: Help (12) -
JSON
:: State (12) -
Net
:: SMTP (36) -
OpenSSL
:: X509 :: ExtensionFactory (36) -
RubyVM
:: InstructionSequence (10) - Socket (24)
- String (60)
- Time (12)
- UDPSocket (12)
- UNIXSocket (12)
モジュール
-
CGI
:: QueryExtension (12)
キーワード
-
create
_ ext _ from _ string (12) -
create
_ extension (24) - encode (36)
- encode! (24)
- execute (12)
- generate (12)
-
loaded
_ from (12) - recvfrom (24)
-
recvfrom
_ nonblock (24) -
send
_ mail (12) - sendmail (12)
- strftime (12)
-
to
_ binary (10)
検索結果
先頭5件
- Time
# strftime(format) -> String - JSON
:: State # generate(obj) -> String - IRB
:: ExtendCommand :: Help # execute(*names) -> nil - OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension - OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension
-
Time
# strftime(format) -> String (126.0) -
時刻を format 文字列に従って文字列に変換した結果を返します。
...t.strftime("%H%M%S%z") # => 040506+0900 Local time and the difference from UTC (basic)
p t.strftime("%T%:z") # => 04:05:06+09:00 Local time and the difference from UTC (extended)
p t.strftime("%Y%m%dT%H%M%S%z") # => 20010203T040506+0900 Date and tim......Ordinal date and UTC of day (extended)
p t.strftime("%GW%V%uT%H%M%z") # => 2001W056T0405+0900 Week date and local time and difference from UTC (basic)
p t.strftime("%G-W%V-%uT%R%:z") # => 2001-W05-6T04:05+09:00 Week date and local time and difference from UTC (extended)
//}... -
JSON
:: State # generate(obj) -> String (118.0) -
Generates a valid JSON document from object obj and returns the result. If no valid JSON document can be created this method raises a GeneratorError exception.
...Generates a valid JSON document from object obj and returns the
result. If no valid JSON document can be created this method raises a
GeneratorError exception.... -
IRB
:: ExtendCommand :: Help # execute(*names) -> nil (25.0) -
RI から Ruby のドキュメントを参照します。
...RI から Ruby のドキュメントを参照します。
irb(main):001:0> help String#match
...
@param names 参照したいクラス名やメソッド名などを文字列で指定します。
names を指定しなかった場合は、RI を対話的なモードで起動します。メソ......in):001:0> help
Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.
>> String#match
String#match
(from ruby core)
------------------------------------------------------------------------------
str.match(pattern) -> match... -
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(obj) -> OpenSSL :: X509 :: Extension (25.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2... -
OpenSSL
:: X509 :: ExtensionFactory # create _ extension(oid , value , critical=false) -> OpenSSL :: X509 :: Extension (25.0) -
OpenSSL::X509::Extension のインスタンスを生成して返します。
...字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory#create_ext_from_array、
OpenSSL::X509::ExtensionFactory#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory#create_ext_from_string、
がそれぞれ呼びだされてオブジェクトを生成します。
引数が2...