852件ヒット
[1-100件を表示]
(0.076秒)
ライブラリ
- ビルトイン (84)
-
cgi
/ session (48) -
cgi
/ session / pstore (12) - dbm (12)
- digest (108)
- gdbm (12)
-
net
/ http (12) - observer (24)
- openssl (120)
- optparse (144)
-
rake
/ packagetask (12) - rss (72)
-
rubygems
/ commands / update _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ user _ interaction (36) - sdbm (12)
-
yaml
/ dbm (12)
クラス
-
CGI
:: Session (12) -
CGI
:: Session :: FileStore (12) -
CGI
:: Session :: MemoryStore (12) -
CGI
:: Session :: NullStore (12) -
CGI
:: Session :: PStore (12) - DBM (12)
-
Digest
:: Base (108) - GDBM (12)
-
Gem
:: Commands :: UpdateCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (12) -
Gem
:: StreamUI :: SilentProgressReporter (12) -
Gem
:: StreamUI :: SimpleProgressReporter (12) -
Gem
:: StreamUI :: VerboseProgressReporter (12) - Hash (72)
-
OpenSSL
:: Cipher (12) -
OpenSSL
:: Digest (24) -
OpenSSL
:: HMAC (24) -
OpenSSL
:: OCSP :: BasicResponse (12) -
OpenSSL
:: X509 :: CRL (48) - OptionParser (144)
-
RDoc
:: Options (12) -
Rake
:: PackageTask (12) - SDBM (12)
-
YAML
:: DBM (12)
モジュール
- Enumerable (12)
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: LocalRemoteOptions (12) -
Net
:: HTTPHeader (12) - Observable (24)
-
RSS
:: SyndicationModel (72)
キーワード
- << (36)
- == (24)
- []= (12)
-
add
_ observer (12) -
add
_ update _ sources _ option (12) - chunk (12)
- digest (12)
- digest! (12)
-
do
_ rubygems _ update (12) -
force
_ update (12) - hexdigest (12)
- hexdigest! (12)
-
install
_ update _ defaults _ str (12) -
last
_ update (12) -
last
_ update= (12) - merge (24)
- merge! (24)
- name= (12)
-
next
_ update (12) -
next
_ update= (12) -
notify
_ observers (12) -
on
_ head (12) -
on
_ tail (12) - parse (24)
- parse! (12)
- status (12)
- summarize (24)
-
summary
_ indent (12) -
summary
_ indent= (12) -
summary
_ width (12) -
summary
_ width= (12) -
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12) -
to
_ a (12) -
to
_ s (12) -
update
_ checksum (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
-
which
_ to _ update (12)
検索結果
先頭5件
-
CGI
:: Session # update -> () (18118.0) -
データベースクラスの update メソッドを呼び出して、 セッション情報をサーバに保存します。
...データベースクラスの update メソッドを呼び出して、
セッション情報をサーバに保存します。
MemoryStore の場合は何もしません。... -
SDBM
# update(other) -> self (18114.0) -
self と other の内容をマージします。
...DBM: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_hash #=> {"a"=>"aaa", "x"=>"xxx", "b"=>... -
DBM
# update(other) {|key , value| . . . } -> self (18108.0) -
self と other の内容をマージします。
...ブジェクトでなければなりません。
require 'dbm'
db1 = DBM.open('aaa.db', 0666, DBM::NEWDB)
db1[:a] = 'aaa'
db1[:b] = 'bbbbbb'
db2 = DBM.open('bbb.db', 0666, DBM::NEWDB)
db2[:bb] = 'bbb'
db2[:cc] = 'ccc'
db1.update(db2)
p db1.keys #=> ["bb", "cc", "b", "a"]... -
CGI
:: Session :: FileStore # update -> () (18102.0) -
セッションの状態をファイルに保存します。
セッションの状態をファイルに保存します。 -
CGI
:: Session :: MemoryStore # update -> () (18102.0) -
セッションの状態を保存します。 このクラスでは何もしません。
セッションの状態を保存します。
このクラスでは何もしません。 -
CGI
:: Session :: NullStore # update -> () (18102.0) -
セッションの状態を保存します。 このクラスでは何もしません。
セッションの状態を保存します。
このクラスでは何もしません。 -
CGI
:: Session :: PStore # update -> () (18102.0) -
セッションの状態をファイルに保存します。
セッションの状態をファイルに保存します。 -
GDBM
# update(other) -> self (18102.0) -
self と other の内容をマージします。
self と other の内容をマージします。
重複するキーに対応する値はother の内容で上書きされます。
@param other each_pair メソッドを持つオブジェクトでなければなりません。 -
Gem
:: SourceIndex # update(source _ uri , all) -> bool (18102.0) -
第一引数で指定された URI を使用して自身を更新します。
第一引数で指定された URI を使用して自身を更新します。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真を指定すると全てのバージョンの Gem を取得します。