るりまサーチ (Ruby 3.2)

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

別のキーワード

  1. socket udp_server_sockets
  2. socket tcp_server_sockets
  3. socket udp_server_loop
  4. socket tcp_server_loop
  5. socket unix_server_socket

ライブラリ

クラス

モジュール

検索結果

CGI::QueryExtension#server_name -> String (54655.0)

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

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

WEBrick::HTTPRequest#server_name -> String (54607.0)

サーバの名前を返します。

サーバの名前を返します。

cgi (73.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("...