893件ヒット
[801-893件を表示]
(0.054秒)
ライブラリ
-
rexml
/ document (12) - rss (792)
- uri (24)
クラス
-
RDoc
:: Options (12) -
RSS
:: ImageFaviconModel :: ImageFavicon (96) -
RSS
:: ImageItemModel :: ImageItem (168) -
RSS
:: Maker :: ImageBase (48) -
RSS
:: RDF (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: Image (24) -
RSS
:: RDF :: Channel :: ImageFavicon (96) -
RSS
:: RDF :: Image (120) -
RSS
:: Rss :: Channel :: Image (48) -
URI
:: FTP (24)
モジュール
-
RSS
:: ImageFaviconModel (24) -
RSS
:: ImageItemModel (24)
キーワード
- ImageFavicon (24)
- ImageFaviconModel (12)
- ImageItem (12)
- ImageItemModel (12)
- ImageModelUtils (12)
-
NEWS for Ruby 3
. 0 . 0 (5) - NotationDecl (12)
- about (48)
- about= (48)
- build (24)
- date (48)
- date= (48)
- description (24)
- description= (24)
- height (12)
- height= (12)
- image (24)
- image= (24)
-
image
_ favicon (12) -
image
_ favicon= (12) -
image
_ format (12) -
image
_ height (12) -
image
_ height= (12) -
image
_ item (12) -
image
_ item= (12) -
image
_ size (24) -
image
_ size= (24) -
image
_ width (12) -
image
_ width= (12) - link (12)
- link= (12)
- rdoc (12)
- resource (24)
- resource= (24)
-
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) - size (24)
- size= (24)
- title (12)
- title= (12)
- url (12)
- url= (12)
- width (36)
- width= (36)
検索結果
先頭5件
-
RSS
:: RDF :: Image # link= (6000.0) -
@todo
...@todo... -
RSS
:: RDF :: Image # title (6000.0) -
@todo
...@todo... -
RSS
:: RDF :: Image # title= (6000.0) -
@todo
...@todo... -
RSS
:: RDF :: Image # url (6000.0) -
@todo
...@todo... -
RSS
:: RDF :: Image # url= (6000.0) -
@todo
...@todo... -
ruby 1
. 8 . 3 feature (48.0) -
ruby 1.8.3 feature *((<ruby 1.8 feature>)) *((<ruby 1.8.2 feature>))
...ckward-compatibility
* 影響の範囲が小さいと思われる変更もこちら
* [change]: 変更されたクラス/メソッドなど(互換性のない変更)
* [obsolete]: 廃止された(される予定の)機能
* [platform]: 対応プラットフォームの追加
bundled lib......以下を参考にしてください。
soap4r-1.5.3がruby-1.8.2、soap4r-1.5.5がruby-1.8.3にbundleされています。
* ((<URL:http://dev.ctor.org/soap4r/wiki/Changes-154>))
* ((<URL:http://dev.ctor.org/soap4r/wiki/Changes-155>))
== 1.8.2 (2004-12-25) -> 1.8.3 (2005-09-21)
=== 2005-09-19
:......-02-06
: Resolv::DNS::Resource::TXT#strings [lib] [new]
: Resolv::DNS::Message::MessageEncoder#put_string_list [lib] [new]
: Resolv::DNS::Message::MessageDecoder#get_string_list [lib] [new]
追加。((<ruby-talk:129732>))
=== 2005-02-04
: RSS Parser/Maker [lib] [new]
((<Imageモジュール|U... -
ruby 1
. 8 . 4 feature (36.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...されたクラス/メソッドなど
* [compat]: 変更されたクラス/メソッドなど
* 互換性のある変更
* only backward-compatibility
* 影響の範囲が小さいと思われる変更もこちら
* [change]: 変更されたクラス/メソッドなど(互換......ure/UnboundMethod#bind [bug]>))
* ((<ruby 1.8.4 feature/set_trace_func [bug]>))
* ((<ruby 1.8.4 feature/set_trace_func [change]>))
* ((<ruby 1.8.4 feature/printf [bug]>))
* ((<ruby 1.8.4 feature/Hash [bug]>))
* ((<ruby 1.8.4 feature/test [bug]>))
* ((<ruby 1.8.4 feature/File.identical? [......tk/lib/tk/entry.rb,
# ext/tk/lib/tk/frame.rb, ext/tk/lib/tk/image.rb,
# ext/tk/lib/tk/itemconfig.rb, ext/tk/lib/tk/labelframe.rb,
# ext/tk/lib/tk/listbox.rb, ext/tk/lib/tk/menu.rb,
# ext/tk/lib/tk/radiobutton.rb, ext/tk/lib/tk/scale.rb,
# ext/tk/lib/tk/spinbox... -
ruby 1
. 9 feature (24.0) -
ruby 1.9 feature ruby version 1.9.0 は開発版です。 以下にあげる機能は将来削除されたり互換性のない仕様変更がなされるかもしれません。 1.9.1 以降は安定版です。 バグ修正がメインになります。
...ew]: 追加されたクラス/メソッドなど
* [compat]: 変更されたクラス/メソッドなど(互換性のある変更) (only backward-compatibility) (影響の範囲が小さいと思われる変更もこちら)
* [change]: 変更されたクラス/メソッドなど(互換性......spect
=== 2006-09-14
: digest.rb
: Digest::Base.file
=== 2006-09-13
: Hash#compare_by_identity
: Hash#compare_by_identity?
: Hash#identical
: Hash#identical?
=== 2006-09-12
: Hash#compare_by_identity
: Hash#compare_by_identity?
=== 2006-09-11
: Hash#identical
: Hash#identical?
=== 2006-08-3........} や (do ... end) が proc として解釈されるようになりました。この機能は
実験的なものです。((<ruby-dev:25780>))
x = {|a| p a}
x.call(4) # => 4
x = (do |a| p a end)
x.call(9) # => 9
=== 2005-02-04
: RSS Parser/Maker [lib] [new]
((<Imageモジ... -
NEWS for Ruby 3
. 0 . 0 (18.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...語仕様の変更
* Keyword arguments are now separated from positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in ArgumentError or different behavior. 14183
* Procs accepting a single rest argument and keywords are no longer
subject to aut......t argument and no keywords.
16166
//emlist[][ruby]{
pr = proc{|*a, **kw| [a, kw]}
pr.call([1])
# 2.7 => [[1], {}]
# 3.0 => [[[1]], {}]
pr.call([1, {a: 1}])
# 2.7 => [[1], {:a=>1}] # and deprecation warning
# 3.0 => a=>1}, {}]
//}
* Arguments forwarding (`...`) now supports leading argument......y/ruby/pull/2991 This should have no impact on extension libraries, but users might experience slow compilations.
* Memory view interface [EXPERIMENTAL]
* The memory view interface is a C-API set to exchange a raw memory area, such as a numeric array or a bitmap image, between extension librar...