るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. sourceinfocache cache_data
  2. sourceinfocache user_cache_file
  3. sourceinfocache system_cache_file
  4. rubygems/source_info_cache search
  5. sourceinfocache latest_user_cache_file

ライブラリ

モジュール

検索結果

CGI::QueryExtension#cache_control -> String (54400.0)

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

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

cgi (127.0)

CGI プログラムの支援ライブラリです。

...y + " --> " + value + "\n"
end.join("")
)
end
end
end
end

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}

==== ファイルの...
...3") # HTML3.2に準拠したHTML生成メソッドを追加
cgi.h1
# <H1></h1>
cgi.h1{ "content" }
# <H1>content</H1>
cgi.h1({ "class" => "foo", "attr" => "bar" }){ "content" }
# <H1 class="foo" attr="bar">content</H1>

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("...