1163件ヒット
[201-300件を表示]
(0.156秒)
別のキーワード
ライブラリ
- ビルトイン (95)
-
cgi
/ core (12) -
cgi
/ session (48) -
cgi
/ session / pstore (12) - csv (84)
- date (132)
- dbm (12)
- digest (12)
- gdbm (12)
-
net
/ imap (60) - observer (12)
- open-uri (12)
- openssl (84)
- rss (240)
-
rubygems
/ commands / update _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (36) -
rubygems
/ user _ interaction (36) - sdbm (12)
- time (36)
-
webrick
/ httpresponse (72) -
yaml
/ dbm (12)
クラス
- Array (12)
- CGI (12)
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - CSV (36)
-
CSV
:: FieldInfo (36) - DBM (12)
- Date (132)
-
Digest
:: Base (12) - Exception (24)
- GDBM (12)
-
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (36) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Hash (24)
-
Net
:: IMAP (36) -
Net
:: IMAP :: ContentDisposition (12) -
Net
:: IMAP :: Envelope (12) -
OpenSSL
:: Cipher (12) -
OpenSSL
:: Digest (12) -
OpenSSL
:: HMAC (12) -
OpenSSL
:: X509 :: CRL (48) -
RDoc
:: Options (12) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Parser (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24) - Range (35)
- SDBM (12)
- Time (48)
-
WEBrick
:: HTTPResponse (72) -
YAML
:: DBM (12)
モジュール
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: LocalRemoteOptions (12) - Observable (12)
-
OpenURI
:: Meta (12) -
RSS
:: SyndicationModel (72)
キーワード
- <=> (12)
- == (12)
- === (7)
- [] (12)
-
add
_ observer (12) -
add
_ update _ sources _ option (12) - append (12)
-
backtrace
_ locations (12) - body= (12)
- chunked= (12)
-
content
_ length (12) -
content
_ length= (12) - convert (36)
- cover? (14)
- date= (36)
-
do
_ rubygems _ update (12) -
do
_ validate (12) -
do
_ validate= (12) - entries (7)
-
force
_ update (12) - header (24)
- httpdate (24)
- index (12)
-
install
_ update _ defaults _ str (12) -
last
_ update (12) -
last
_ update= (12) - leap? (12)
- line (12)
-
next
_ update (12) -
next
_ update= (12) - param (12)
-
prev
_ day (12) -
prev
_ month (12) -
prev
_ year (12) - pubDate (48)
- pubDate= (48)
- rfc2822 (12)
- rfc822 (12)
- sort (12)
- step (24)
- strftime (24)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) -
to
_ a (7) -
to
_ csv (12) -
to
_ s (12) -
uid
_ sort (12) - update (204)
-
update
_ checksum (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
- upto (24)
- validate (12)
-
which
_ to _ update (12)
検索結果
先頭5件
-
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (18201.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
Date
# <=>(other) -> -1 | 0 | 1 | nil (17085.0) -
二つの日付を比較します。 同じ日付なら 0 を、self が other よりあとの日付なら 1 を、 その逆なら -1 を返します。
...re "date"
p Date.new(2001, 2, 3) <=> Date.new(2001, 2, 4) # => -1
p Date.new(2001, 2, 3) <=> Date.new(2001, 2, 3) # => 0
p Date.new(2001, 2, 3) <=> Date.new(2001, 2, 2) # => 1
p Date.new(2001, 2, 3) <=> Object.new # => nil
p Date.new(2001, 2, 3) <=> Rational(4903887, 2) # => 0
//}
@param... -
Date
# strftime(format = & # 39;%F& # 39;) -> String (17019.0) -
与えられた雛型で日付を書式づけます。
..., %I, %j, %k, %L, %l,
%M, %m, %N, %n, %P, %p, %Q, %R, %r, %S, %s, %T, %t, %U, %u, %V, %v, %W, %w, %X,
%x, %Y, %y, %Z, %z, %:z, %::z, %:::z, %%, %+
GNU 版にあるような幅指定などもできます。
strftime(3)、および Date.strptime も参照してください。
@param format 書式... -
Gem
:: LocalRemoteOptions # add _ update _ sources _ option (15201.0) -
オプション --update-source を追加します。
...オプション --update-source を追加します。... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (12401.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。... -
Time
# httpdate -> String (12239.0) -
2616 で定義されている HTTP-date の rfc1123-date 形式の文字列を 返します。
...2616 で定義されている HTTP-date の rfc1123-date 形式の文字列を
返します。
@return 以下の形式の文字列を返します。
//emlist{
day-of-week, DD month-name CCYY hh:mm:ss GMT
//}
注意: 結果はいつも UTC (GMT) です。
使用例
require 'time'
is......o8601_time = '2008-08-31T12:34:56+09:00'
t = Time.iso8601(iso8601_time)
p t.httpdate #=> "Sun, 31 Aug 2008 03:34:56 GMT"... -
SDBM
# update(other) -> self (12237.0) -
self と other の内容をマージします。
...で上書きされます。
@param other each_pair メソッドを持つオブジェクトでなければなりません。
require 'sdbm'
db1 = SDBM.open('aaa.gdbm', 0666)
db1.clear
db1['a'] = 'aaa'
db1['b'] = 'bbb'
db1['c'] = 'ccc'
db2 = SDBM.open('bbb.gdbm', 0666)
db2.clear......=> 'yyy'}
p db1 #=> #<SDBM:0xb7d19554>
p db1.to_hash #=> {"a"=>"aaa", "b"=>"bbb", "c"=>"ccc"}
p db1.update(db2) #=> #<SDBM:0xb7d19554>
p db1.to_hash #=> {"a"=>"aaa", "b"=>"bbb", "c"=>"ccc", "d"=>"ddd"}
p db1.update(hash) #=> #<SDBM:0xb7d19554>
p db1.to_ha... -
RSS
:: Maker :: ChannelBase # pubDate (12217.0) -
@todo maker.channel.dateの別名です.
...@todo
maker.channel.dateの別名です.... -
RSS
:: Maker :: ChannelBase # pubDate=() (12217.0) -
@todo maker.channel.date=の別名です.
...@todo
maker.channel.date=の別名です....