るりまサーチ

最速Rubyリファレンスマニュアル検索!
228件ヒット [101-200件を表示] (0.076秒)

別のキーワード

  1. rexml/document node_type
  2. win32ole ole_type
  3. rss type=
  4. rss type
  5. net/imap media_type

検索結果

<< < 1 2 3 > >>

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
<< < 1 2 3 > >>