228件ヒット
[101-200件を表示]
(0.076秒)
ライブラリ
- mkmf (24)
-
net
/ http (36) - openssl (24)
- rss (108)
-
webrick
/ httpauth / userdb (12) -
webrick
/ httpresponse (12) - win32ole (12)
クラス
モジュール
- DublinCoreModel (24)
- Kernel (24)
-
Net
:: HTTPHeader (36) -
WEBrick
:: HTTPAuth :: UserDB (12)
キーワード
-
add
_ entry (12) -
auth
_ type= (12) -
check
_ sizeof (24) -
content
_ type (12) -
content
_ type= (24) -
dc
_ type (12) -
dc
_ type= (12) -
default
_ event _ sources (12) -
set
_ content _ type (12) - type (24)
- url (12)
検索結果
先頭5件
-
DublinCoreModel
# dc _ type= (3102.0) -
@todo
@todo -
Net
:: HTTPHeader # set _ content _ type(type , params = {}) (3007.0) -
type と params から Content-Type: ヘッダフィールドの 値を設定します。
...net/http'
uri = URI.parse('http://www.example.com/index.html')
req = Net::HTTP::Get.new(uri.request_uri)
req.content_type # => nil
req.content_type = 'multipart/form-data' # => "multipart/form-data"
req.content_type # => "multipart/form-data"
//}... -
Kernel
# check _ sizeof(type , headers = nil) -> Integer | nil (7.0) -
与えられた型のサイズを返します。
...与えられた型のサイズを返します。
型 type がシステムに存在する場合は、グローバル変数 $defs に
"-DSIZEOF_type=X" を追加し、型のサイズを返します。型 type がシステムに
存在しない場合は、nil を返します。
例えば、
requi... -
Kernel
# check _ sizeof(type , headers = nil) { . . . } -> Integer | nil (7.0) -
与えられた型のサイズを返します。
...与えられた型のサイズを返します。
型 type がシステムに存在する場合は、グローバル変数 $defs に
"-DSIZEOF_type=X" を追加し、型のサイズを返します。型 type がシステムに
存在しない場合は、nil を返します。
例えば、
requi... -
Net
:: HTTPHeader # content _ type -> String|nil (7.0) -
"text/html" のような Content-Type を表す 文字列を返します。
...は nil を返します。
//emlist[例][ruby]{
require 'net/http'
uri = URI.parse('http://www.example.com/comments.cgi?post=comment')
req = Net::HTTP::Post.new(uri.request_uri)
req.content_type # => nil
req.content_type = 'multipart/form-data'
req.content_type # => "multipart/form-data"
//}... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (7.0) -
型が持つソースインターフェイスを取得します。
...イベントのStatusTextChangeイベントのメッセージについては既
知としています。
# coding : cp932
require 'win32ole'
type = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'InternetExplorer')
ctl = WIN32OLE.new(type.progid)
source = type.default_event_sources[0]
cla... -
DublinCoreModel
# dc _ type (2.0) -
@todo
@todo -
OpenSSL
:: X509 :: Name # add _ entry(oid , value , type = nil) (2.0) -
新しい属性を追加します。
新しい属性を追加します。
@param oid 属性型文字列
@param value 属性値文字列
@param type 属性値の(ASN.1の)型、省略時は OpenSSL::X509::Name::OBJECT_TYPE_TEMPLATE と oid から型が決まる
@raise OpenSSL::X509::NameError 属性の追加に失敗した場合に発生します -
RSS
:: Rss :: Channel :: Item :: Enclosure # type (2.0) -
@todo
@todo