48件ヒット
[1-48件を表示]
(0.083秒)
別のキーワード
ライブラリ
-
cgi
/ core (12) -
rubygems
/ remote _ fetcher (24) - shellwords (12)
クラス
-
Gem
:: RemoteFetcher (24) - String (12)
モジュール
-
CGI
:: QueryExtension (12)
キーワード
- shellescape (12)
- unescape (12)
-
unescape
_ filename? (12)
検索結果
先頭4件
-
Gem
:: RemoteFetcher # escape(str) -> String (24208.0) -
URI 文字列をエンコードした文字列を返します。
...URI 文字列をエンコードした文字列を返します。
@param str 文字列を指定します。
@see URI.escape... -
String
# shellescape -> String (12207.0) -
文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。
...文字列を Bourne シェルのコマンドライン中で安全に使えるようにエスケープします。
string.shellescape は、Shellwords.escape(string) と等価です。
@return エスケープされた文字列を返します。
@see Shellwords.#shellescape... -
CGI
:: QueryExtension # unescape _ filename? -> bool (12201.0) -
-
Gem
:: RemoteFetcher # unescape(str) -> String (12201.0) -
URI 文字列をデコードした文字列を返します。
...URI 文字列をデコードした文字列を返します。
@param str 文字列を指定します。
@see URI.unescape...