802件ヒット
[201-300件を表示]
(0.072秒)
ライブラリ
- ビルトイン (106)
-
cgi
/ core (24) -
cgi
/ html (120) -
io
/ console (12) -
net
/ imap (12) - open-uri (12)
- rss (216)
-
rubygems
/ source _ info _ cache (24) - uri (108)
-
webrick
/ httprequest (12) -
webrick
/ httpresponse (12) -
win32
/ registry (12) - win32ole (108)
クラス
- Array (24)
-
Gem
:: SourceInfoCache (24) - IO (12)
- Module (24)
-
Net
:: IMAP (12) - Object (30)
-
RDoc
:: Options (24) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Enclosure (24) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (24) -
RSS
:: RDF :: Image (24) -
RSS
:: Rss :: Channel :: Image (24) -
RSS
:: Rss :: Channel :: Item :: Enclosure (48) -
RSS
:: Rss :: Channel :: Item :: Guid (12) -
RSS
:: Rss :: Channel :: Item :: Source (24) - String (16)
- Thread (12)
-
URI
:: Generic (72) -
URI
:: MailTo (36) -
WEBrick
:: HTTPRequest (12) -
WEBrick
:: HTTPResponse (12) - WIN32OLE (12)
-
WIN32OLE
_ EVENT (24) -
WIN32OLE
_ METHOD (24) -
WIN32OLE
_ PARAM (48) -
Win32
:: Registry (12)
モジュール
-
CGI
:: HtmlExtension (120) -
CGI
:: QueryExtension (24) - DublinCoreModel (12)
-
OpenURI
:: Meta (12)
キーワード
- + (12)
- - (12)
- [] (12)
-
base
_ uri (12) - bsearch (24)
- coerce (12)
- css (12)
-
dc
_ types (12) -
each
_ grapheme _ cluster (16) - form (48)
- helpstring (12)
- info (12)
- input? (12)
- isPermaLink (12)
- merge (12)
-
multipart
_ form (48) -
off
_ event (12) -
ole
_ query _ interface (12) -
ole
_ type _ detail (12) -
on
_ event (12) - output? (12)
- params (12)
- raw (12)
- refine (12)
-
reset
_ cache _ for (12) -
return
_ type _ detail (12) - retval? (12)
-
route
_ from (12) -
route
_ to (12) -
search
_ with _ source (12) -
set
_ redirect (12) - then (14)
-
thread
_ variable _ get (12) - to= (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) - type (12)
- type= (12)
- url= (84)
- using (12)
- webcvs (12)
- xlist (12)
-
yield
_ self (16)
検索結果
先頭5件
- CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String - URI
:: Generic # +(rel) -> URI :: Generic - URI
:: Generic # merge(rel) -> URI :: Generic - CGI
:: HtmlExtension # image _ button(src = "" , name = nil , alt = nil) -> String
-
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (113.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...lication/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
#......<FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String (113.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...lication/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
#......<FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
URI
:: Generic # +(rel) -> URI :: Generic (37.0) -
自身と与えられたパス rel を連結した新しい URI オブジェクトを生成して返します。
...o/bar.html'
#=> #<URI::HTTP:0x201001c0 URL:http://example.com/foo/bar.html>
URI('http://a/b/c/d;p?q').merge('?y') #=> #<URI::HTTP:0xb7ca2e2c URL:http://a/b/c/d;p?y>
URI('http://a/b/c/d;p?q').merge('/./g') #=> #<URI::HTTP:0xb7ca2738 URL:http://a/g>
URI('http://a/b/c/d;p?q'......).merge('/../g') #=> #<URI::HTTP:0xb7ca2008 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../g') #=> #<URI::HTTP:0xb7ca1888 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../../g') #=> #<URI::HTTP:0xb7ca10a4 URL:http://a/g>... -
URI
:: Generic # merge(rel) -> URI :: Generic (37.0) -
自身と与えられたパス rel を連結した新しい URI オブジェクトを生成して返します。
...o/bar.html'
#=> #<URI::HTTP:0x201001c0 URL:http://example.com/foo/bar.html>
URI('http://a/b/c/d;p?q').merge('?y') #=> #<URI::HTTP:0xb7ca2e2c URL:http://a/b/c/d;p?y>
URI('http://a/b/c/d;p?q').merge('/./g') #=> #<URI::HTTP:0xb7ca2738 URL:http://a/g>
URI('http://a/b/c/d;p?q'......).merge('/../g') #=> #<URI::HTTP:0xb7ca2008 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../g') #=> #<URI::HTTP:0xb7ca1888 URL:http://a/g>
URI('http://a/b/c/d;p?q').merge('../../../../g') #=> #<URI::HTTP:0xb7ca10a4 URL:http://a/g>... -
CGI
:: HtmlExtension # image _ button(src = "" , name = nil , alt = nil) -> String (27.0) -
タイプが image の input 要素を生成します。
...の値を指定します。
@param name name 属性の値を指定します。
@param alt alt 属性の値を指定します。
例:
image_button("url")
# <INPUT TYPE="image" SRC="url">
image_button("url", "name", "string")
# <INPUT TYPE="image" SRC="url" NAME="name" ALT="string">... -
WIN32OLE
_ EVENT # on _ event(event = nil) {|*args| . . . } -> () (25.0) -
イベント通知を受けるブロックを登録します。
...32OLE.new('InternetExplorer.Application')
ev = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
ev.on_event("NavigateComplete2") do |browser, url|
puts url
end
同じオブジェクトに対してeventパラメータを指定したブロックと指定しないブ
ロックが混在してい......32OLE.new('InternetExplorer.Application')
ev = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
ev.on_event("NavigateComplete2") do |browser, url|
puts url
end
ev.on_event do |*args| # <- NavigateComplete2イベント時は実行されない
puts args[0]
end
...
当メソッド... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (23.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返......します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
Object
# then -> Enumerator (19.0) -
self を引数としてブロックを評価し、ブロックの結果を返します。
...使い方です。
//emlist[メソッドチェインのパイプライン][ruby]{
require 'open-uri'
require 'json'
construct_url(arguments).
yield_self {|url| URI(url).read }.
yield_self {|response| JSON.parse(response) }
//}
ブロックなしで呼び出されたときは Enumerator を返... -
Object
# then {|x| . . . } -> object (19.0) -
self を引数としてブロックを評価し、ブロックの結果を返します。
...使い方です。
//emlist[メソッドチェインのパイプライン][ruby]{
require 'open-uri'
require 'json'
construct_url(arguments).
yield_self {|url| URI(url).read }.
yield_self {|response| JSON.parse(response) }
//}
ブロックなしで呼び出されたときは Enumerator を返... -
Object
# yield _ self -> Enumerator (19.0) -
self を引数としてブロックを評価し、ブロックの結果を返します。
...使い方です。
//emlist[メソッドチェインのパイプライン][ruby]{
require 'open-uri'
require 'json'
construct_url(arguments).
yield_self {|url| URI(url).read }.
yield_self {|response| JSON.parse(response) }
//}
ブロックなしで呼び出されたときは Enumerator を返... -
Object
# yield _ self {|x| . . . } -> object (19.0) -
self を引数としてブロックを評価し、ブロックの結果を返します。
...使い方です。
//emlist[メソッドチェインのパイプライン][ruby]{
require 'open-uri'
require 'json'
construct_url(arguments).
yield_self {|url| URI(url).read }.
yield_self {|response| JSON.parse(response) }
//}
ブロックなしで呼び出されたときは Enumerator を返...