560件ヒット
[501-560件を表示]
(0.038秒)
別のキーワード
ライブラリ
-
cgi
/ core (12) -
cgi
/ util (144) - erb (48)
- fileutils (24)
-
net
/ http (12) -
ripper
/ filter (12) - uri (28)
-
webrick
/ httpservlet / abstract (12) -
webrick
/ httputils (96)
クラス
- CGI (156)
-
WEBrick
:: HTTPUtils :: FormData (96)
モジュール
-
ERB
:: Util (48) - FileUtils (24)
-
Net
:: HTTPHeader (12) - URI (28)
キーワード
- AbstractServlet (12)
- Filter (12)
-
NEWS for Ruby 2
. 7 . 0 (6) - Rubyの起動 (7)
- [] (12)
-
cgi
/ session (12) -
content
_ type (12) - copy (12)
- cp (12)
- decode (7)
-
each
_ data (12) - encode (7)
- escape (19)
- escapeElement (12)
- escapeHTML (12)
-
escape
_ element (12) -
escape
_ html (12) - filename (12)
- filename= (12)
- h (12)
-
html
_ escape (12) - list (12)
- name (12)
- name= (12)
-
net
/ http (12) - parse (12)
- pretty (12)
- rdoc (12)
-
rfc1123
_ date (12) - rss (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
to
_ ary (12) - u (12)
- unescape (19)
- unescapeElement (12)
- unescapeHTML (12)
-
unescape
_ element (12) -
unescape
_ html (12) -
url
_ encode (12) - webrick (12)
-
webrick
/ cgi (12) -
webrick
/ httpservlet (12) - xmlrpc (3)
- このマニュアルのヘルプ (12)
- セキュリティモデル (12)
検索結果
先頭5件
-
ERB
:: Util . # url _ encode(s) -> String (12.0) -
文字列 s を URLエンコードした文字列を返します。
...字や半角スペースについて URL エンコードを行った文字列を返します(CGI.escapeとほぼ同じです)。
@param s URLエンコードを行う文字列
//emlist[例][ruby]{
require "erb"
include ERB::Util
puts url_encode("Programming Ruby: The Pragmatic Programmer's Guide"... -
Net
:: HTTPHeader # content _ type -> String|nil (12.0) -
"text/html" のような Content-Type を表す 文字列を返します。
...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 = 'multipa... -
Rubyの起動 (12.0)
-
Rubyの起動 * cmd_option * shebang
...ruby -p -e '$_.tr! "a-z", "A-Z"'
MATZ
//}
: -r feature
スクリプト実行前に feature で指定されるライブラリを
Kernel.#require します。
`-n'オプション、`-p'オプションとともに使う時に特に有効です。
: -s
スクリプト名に続く, `-'......す。level を指定すると安全度レベルをその
レベルに設定します。level 省略時は 1 を指定したのと同じです。
CGIプログラムなどでは-T1 程度を指定しておく方が良いでしょう。
$SAFE に指定したレベルがセットされます。... -
URI
. decode(str) -> String (12.0) -
URI 文字列をデコードした文字列を返します。
...た文字列を返します。
このメソッドは obsolete です。
代わりに
CGI.unescape,
URI.decode_www_form,
URI.decode_www_form_component
などの使用を検討してください。
例:
require 'uri'
puts URI.unescape('http://images.google.co.jp/images?q=%A5%E2%A5%CA%A5%EA%A5%B... -
URI
. encode(str , unsafe = URI :: UNSAFE) -> String (12.0) -
URI 文字列をエンコードした文字列を返します。
...わりに
ERB::Util.#url_encode,
CGI.escape,
URI.encode_www_form_component,
WEBrick::HTTPUtils.#escape_form,
WEBrick::HTTPUtils.#escape
などの使用を検討してください。
詳細は 29293 からのスレッドを参照してください。
例:
require 'uri'
p URI.escape('http://image... -
URI
. escape(str , unsafe = URI :: UNSAFE) -> String (12.0) -
URI 文字列をエンコードした文字列を返します。
...わりに
ERB::Util.#url_encode,
CGI.escape,
URI.encode_www_form_component,
WEBrick::HTTPUtils.#escape_form,
WEBrick::HTTPUtils.#escape
などの使用を検討してください。
詳細は 29293 からのスレッドを参照してください。
例:
require 'uri'
p URI.escape('http://image... -
URI
. unescape(str) -> String (12.0) -
URI 文字列をデコードした文字列を返します。
...た文字列を返します。
このメソッドは obsolete です。
代わりに
CGI.unescape,
URI.decode_www_form,
URI.decode_www_form_component
などの使用を検討してください。
例:
require 'uri'
puts URI.unescape('http://images.google.co.jp/images?q=%A5%E2%A5%CA%A5%EA%A5%B... -
ruby 1
. 9 feature (12.0) -
ruby 1.9 feature ruby version 1.9.0 は開発版です。 以下にあげる機能は将来削除されたり互換性のない仕様変更がなされるかもしれません。 1.9.1 以降は安定版です。 バグ修正がメインになります。
...-dev:28614>)), ((<ruby-dev:28585>)), ((<ruby-dev:28582>)), ((<ruby-talk:185438>)), ((<ruby-core:07414>))
((<URL:http://www.atdot.net/~ko1/w3ml/w3ml.cgi/ruby-cvs/msg/16833>))
((<URL:http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9+update+4>))
=== 2006-05-22
: accept
((<ruby-core:7917>))
===......((<zw-kdoo(2004-10-24)|URL:http://yowaken.dip.jp/tdiary/20041024.html#c02>))
=== 2004-10-20
: Proc#dup [new]
追加 ((<ruby-talk:116915>))
: require [change]
feature が $" に追加されるタイミングが load された後に変わりました。
((<ruby-list:40085>))
=== 2004-10-05...