るりまサーチ

最速Rubyリファレンスマニュアル検索!
744件ヒット [1-100件を表示] (0.138秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. kernel p
  5. kernel $-p

キーワード

検索結果

<< 1 2 3 ... > >>

REXML::Instruction#content -> String | nil (27220.0)

XML 処理命令の内容を返します。

...?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="style.css"?>
<?foobar?>
<root />
EOS
doc[2] # => <?p-i xml-stylesheet ...?>
doc[2].target # => "xml-stylesheet"
doc[2].content # => "type=\"text/css\" href=\"style.css\""
doc[4].target # => "foobar"
doc[4].content # => nil...

RSS::Maker::ChannelBase::SkipDaysBase::DayBase#content (27203.0)

@todo

@todo

RSS::Maker::ChannelBase::SkipHoursBase::HourBase#content (27203.0)

@todo

@todo

RSS::TrackBackModel20::TrackBackPing#content (27203.0)

@todo

@todo

RDoc::Markup#content -> String (27202.0)

変換する文字列を返します。

...ブラリのデバッグ用途に使用します。
SM::SimpleMarkup#convert の後に実行します。

変換のために加工したオブジェクトを改行で連結したものを返すため、変換前
の文字列と結果が異なる事があります。

@see SM::SimpleMarkup#convert...

絞り込み条件を変える

OpenURI::Meta#content_type -> String (21362.0)

対象となるリソースの Content-Type を文字列で返します。Content-Type ヘッダの情報が使われます。 Content-Type ヘッダがない場合は、"application/octet-stream" を返します。

...ースの Content-Type を文字列で返します。Content-Type ヘッダの情報が使われます。
Content
-Type ヘッダがない場合は、"application/octet-stream" を返します。

//emlist[例][ruby]{
require 'open-uri'
open('http://www.ruby-lang.org/') {|f|
p
f.content_type #=> "...
...スの Content-Type を文字列で返します。Content-Type ヘッダの情報が使われます。
Content
-Type ヘッダがない場合は、"application/octet-stream" を返します。

//emlist[例][ruby]{
require 'open-uri'
URI.open('http://www.ruby-lang.org/') {|f|
p
f.content_type #=>...

WEBrick::HTTPResponse#content_type=(val) (21330.0)

Content-Type ヘッダの値をセットします。

...
Content
-Type ヘッダの値をセットします。

@param val Content-Type ヘッダの値を文字列で指定します。

res.content_type = "text/html"

@see WEBrick::HTTPUtils.#mime_type...

CGI::QueryExtension#content_type -> String (21318.0)

ENV['CONTENT_TYPE'] を返します。

...ENV['CONTENT_TYPE'] を返します。...

WEBrick::HTTPResponse#content_type -> String | nil (21318.0)

Content-Type ヘッダの値を返します。

...Content-Type ヘッダの値を返します。...
<< 1 2 3 ... > >>