1584件ヒット
[1501-1584件を表示]
(0.144秒)
ライブラリ
- ビルトイン (12)
-
cgi
/ core (48) -
cgi
/ html (312) - csv (12)
-
net
/ ftp (30) -
net
/ http (36) -
net
/ imap (396) -
net
/ smtp (12) - open-uri (48)
- pathname (12)
- resolv (36)
-
rexml
/ document (108) -
rubygems
/ package / tar _ header (12) - shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - socket (12)
- uri (12)
-
webrick
/ httpauth / userdb (12) -
webrick
/ httprequest (24) -
webrick
/ httpresponse (12) -
webrick
/ httputils (12) -
win32
/ registry (24) - win32ole (384)
クラス
- CGI (24)
- CSV (12)
-
File
:: Stat (12) -
Gem
:: Package :: TarHeader (12) -
Net
:: FTP :: MLSxEntry (30) -
Net
:: IMAP :: BodyTypeBasic (108) -
Net
:: IMAP :: BodyTypeMessage (108) -
Net
:: IMAP :: BodyTypeMultipart (60) -
Net
:: IMAP :: BodyTypeText (108) -
Net
:: IMAP :: ContentDisposition (12) -
Net
:: SMTP (12) - Pathname (12)
-
REXML
:: DocType (84) -
REXML
:: Instruction (24) -
Resolv
:: DNS (36) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
Socket
:: AncillaryData (12) -
URI
:: FTP (12) -
WEBrick
:: HTTPRequest (24) -
WEBrick
:: HTTPResponse (12) -
WEBrick
:: HTTPUtils :: FormData (12) -
WIN32OLE
_ METHOD (96) -
WIN32OLE
_ PARAM (48) -
WIN32OLE
_ TYPE (108) -
WIN32OLE
_ TYPELIB (60) -
WIN32OLE
_ VARIABLE (60) -
WIN32OLE
_ VARIANT (12) -
Win32
:: Registry (24)
モジュール
-
CGI
:: HtmlExtension (312) -
CGI
:: QueryExtension (24) -
Net
:: HTTPHeader (36) -
OpenURI
:: Meta (36) -
OpenURI
:: OpenRead (12) -
WEBrick
:: HTTPAuth :: UserDB (12)
キーワード
- [] (24)
-
attribute
_ of (12) -
auth
_ type (12) -
capable
_ auth _ types (12) - charset (24)
- checkbox (24)
-
checkbox
_ group (24) - content (12)
-
content
_ id (36) -
content
_ type (60) - data (12)
- description (36)
-
dsp
_ type (12) -
each
_ resource (12) - encoding (36)
- entities (12)
- entity (12)
-
event
_ interface (12) -
external
_ id (12) - facts (10)
-
file
_ field (24) - form (24)
- ftype (42)
- getresource (12)
- getresources (12)
- guid (24)
- header (12)
- helpfile (24)
- helpstring (24)
- hidden (24)
- inspect (24)
-
invoke
_ kind (12) - language (48)
-
library
_ name (12) -
main
_ type (12) -
make
_ passwd (12) - md5 (36)
-
media
_ subtype (48) -
media
_ type (58) -
multipart
_ form (24) - name (72)
-
ole
_ type (36) -
ole
_ type _ detail (24) - out (12)
- param (48)
-
password
_ field (24) - path (12)
- progid (12)
- public (12)
- query (12)
-
radio
_ group (24) - read (24)
- reset (24)
-
return
_ type (12) -
return
_ type _ detail (12) -
src
_ type (12) -
sub
_ type (12) - submit (24)
- subtype (48)
- system (12)
- target (12)
-
text
_ field (24) -
to
_ s (60) - typecode (12)
- typeflag (12)
-
variable
_ kind (12) - vartype (12)
検索結果
先頭5件
-
WIN32OLE
_ VARIABLE # variable _ kind -> String (108.0) -
変数の種類(VARKIND)を取得します。
...類を示す文字列を返します。
@return VARKINDに対応する文字列を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'XlSheetType')
puts tobj.variables.map {|v| v.variable_kind}.uniq # => CONSTANT
返送値は以下のいずれかとなります... -
Resolv
:: DNS # each _ resource(name , typeclass) {|resource| . . . } -> () (107.0) -
nameに対応するDNSリソースレコードを取得します。 見つかったリソースをひとつずつブロックに渡します。
...nameに対応するDNSリソースレコードを取得します。
見つかったリソースをひとつずつブロックに渡します。
typeclass は以下のいずれかです。
* Resolv::DNS::Resource::IN::ANY
* Resolv::DNS::Resource::IN::NS
* Resolv::DNS::Resource::IN::CNAME
*......スとなります。
typeclass に Resolv::DNS::Resource::IN::ANY 以外を指定した場合には
そのクラスのインスタンスを返します。
@param name ルックアップ対象となる名前を Resolv::DNS::Name または String で指定します。
@param typeclass レコード... -
Resolv
:: DNS # getresource(name , typeclass) -> Resolv :: DNS :: Resource (107.0) -
nameに対応するDNSリソースレコードを取得します。 最初に見つかったリソースを返します。
...nameに対応するDNSリソースレコードを取得します。
最初に見つかったリソースを返します。
typeclass は以下のいずれかです。
* Resolv::DNS::Resource::IN::ANY
* Resolv::DNS::Resource::IN::NS
* Resolv::DNS::Resource::IN::CNAME
* Resolv::DNS::Resource:......スとなります。
typeclass に Resolv::DNS::Resource::IN::ANY 以外を指定した場合には
そのクラスのインスタンスを返します。
@param name ルックアップ対象となる名前を Resolv::DNS::Name または String で指定します。
@param typeclass レコード... -
Resolv
:: DNS # getresources(name , typeclass) -> [Resolv :: DNS :: Resource] (107.0) -
nameに対応するDNSリソースレコードを取得します。 見つかったリソース全てを配列にして返します。
...nameに対応するDNSリソースレコードを取得します。
見つかったリソース全てを配列にして返します。
typeclass は以下のいずれかです。
* Resolv::DNS::Resource::IN::ANY
* Resolv::DNS::Resource::IN::NS
* Resolv::DNS::Resource::IN::CNAME
* Resolv::DN......スとなります。
typeclass に Resolv::DNS::Resource::IN::ANY 以外を指定した場合には
そのクラスのインスタンスを返します。
@param name ルックアップ対象となる名前を Resolv::DNS::Name または String で指定します。
@param typeclass レコード... -
Win32
:: Registry # [](name , wtype = nil) (107.0) -
@todo
...name に value を書き込みます。
オプション引数 wtype を指定した場合は,その型で書き込みます。
指定しなかった場合,value のクラスに応じて次の型で書き込みます:
* Integer
REG_DWORD
* String
REG_SZ
* Array
REG_MULTI_SZ... -
CGI
# out(options = "text / html") { . . . . } (55.0) -
HTTP ヘッダと、ブロックで与えられた文字列を標準出力に出力します。
...CGI.new
cgi.out{ "string" }
# Content-Type: text/html
# Content-Length: 6
#
# string
cgi.out("text/plain"){ "string" }
# Content-Type: text/plain
# Content-Length: 6
#
# string
cgi.out({"nph"......ver" => ENV['SERVER_SOFTWARE'],
"connection" => "close",
"type" => "text/html",
"charset" => "iso-2022-jp",
# Content-Type: text/html; charset=iso-2022-jp
"language" => "ja",
"expir......es" => Time.now + (3600 * 24 * 30),
"cookie" => [cookie1, cookie2],
"my_header1" => "my_value",
"my_header2" => "my_value"}){ "string" }
@see CGI#header... -
WEBrick
:: HTTPRequest # query -> Hash (13.0) -
リクエストのクエリーあるいはクライアントがフォームへ入力した値を表すハッシュを返します。
...content-transfer-encoding ヘッダを見て適切に処理する必要があります。
ハッシュの値は正確には文字列ではなく String クラスのサブクラスである WEBrick::HTTPUtils::FormData
クラスのインスタンスです。
multipart/form-data なフォームデ......巨大な文字列が
生成されてしまいます。
例:
h = req.query
p h['q'] #=> "ruby rails session"
p h['upfile']['content-type'] #=> "plain/text"
p h['upfile'].filename #=> "my_file.txt"
p h['upfile'] #=> "hoge hoge hoge"...