523件ヒット
[201-300件を表示]
(0.016秒)
ライブラリ
- ビルトイン (91)
-
cgi
/ util (24) - csv (36)
- irb (12)
-
irb
/ context (12) -
irb
/ extend-command (24) -
net
/ smtp (12) - openssl (84)
- prettyprint (36)
-
rdoc
/ context (24) -
rdoc
/ markup / to _ html _ crossref (12) -
rexml
/ document (144) - win32ole (12)
クラス
- CGI (24)
- CSV (36)
-
Encoding
:: Converter (36) - IO (24)
-
IRB
:: Context (12) -
Net
:: SMTP (12) -
OpenSSL
:: PKCS7 (36) -
OpenSSL
:: SSL :: SSLContext (24) -
OpenSSL
:: SSL :: SSLSocket (12) -
OpenSSL
:: X509 :: StoreContext (12) - PrettyPrint (36)
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (12) -
RDoc
:: Markup :: ToHtmlCrossref (12) -
REXML
:: CData (12) -
REXML
:: Document (36) -
REXML
:: Element (12) -
REXML
:: Text (36) -
REXML
:: XPath (24) - String (31)
- WIN32OLE (12)
モジュール
- IRB (12)
-
IRB
:: ContextExtender (24) -
REXML
:: Security (24)
キーワード
- CurrentContext (12)
-
def
_ extend _ command (12) -
default
_ ssl _ context (12) - each (12)
- encrypt (12)
-
entity
_ expansion _ text _ limit (24) -
entity
_ expansion _ text _ limit= (24) - escapeHTML (12)
-
escape
_ html (12) - first (12)
- generate (12)
-
install
_ extend _ commands (12) - instance (24)
- new (235)
- normalize (12)
-
ole
_ show _ help (12) - sign (12)
-
singleline
_ format (12) - unnormalize (12)
- write (24)
-
write
_ smime (12)
検索結果
先頭5件
- REXML
:: Text . normalize(input , doctype = nil , entity _ filter = nil) -> String - REXML
:: CData . new(text , respect _ whitespace = true , parent = nil) -> REXML :: CData - REXML
:: Element . new(arg = UNDEFINED , parent = nil , context = nil) -> REXML :: Element - REXML
:: Document . new(source = nil , context = {}) -> REXML :: Document - OpenSSL
:: SSL :: SSLSocket . new(socket , context) -> OpenSSL :: SSL :: SSLSocket
-
REXML
:: Text . normalize(input , doctype = nil , entity _ filter = nil) -> String (3001.0) -
input を正規化(すべての entity をエスケープ)したものを 返します。
input を正規化(すべての entity をエスケープ)したものを
返します。
@param input 正規化する文字列
@param doctype DTD(REXML::DocType オブジェクト)
@param entity_filter 置換したい実体の名前の配列 -
REXML
:: CData . new(text , respect _ whitespace = true , parent = nil) -> REXML :: CData (130.0) -
text をテキストとして持つ CData オブジェクトを生成します。
...text をテキストとして持つ CData オブジェクトを生成します。
respect_whitespace に真を指定すると、text に含まれる空白文字は保存されます。
偽の場合は空白はまとめられます。
@param text テキスト文字列
@param respect_whitespace 空... -
REXML
:: Element . new(arg = UNDEFINED , parent = nil , context = nil) -> REXML :: Element (125.0) -
要素オブジェクトを生成します。
...、
新たな要素の名前、属性、context が arg のもので初期化されます。
parent で親ノードを指定します。
context には hash table で要素のコンテキストを指定します。
基本的には text node (REXML::Text) での特別な文字、特に空白につ......す。
すべての要素で無視して欲しい場合は :all を指定します。
これが設定された場合、空白のみからなる text node は追加されません。
REXML::Element#ignore_whitespace_nodes も参照してください。
: :raw
raw mode で取り扱いをして......ode においては、text 中の特殊文字は一切変換されません。
REXML::Element#raw も参照してください。
@param arg 要素の名前(String)もしくは初期化に使う REXML::Element
オブジェクト
@param parent 親ノード
@param context コンテキスト(H... -
REXML
:: Document . new(source = nil , context = {}) -> REXML :: Document (113.0) -
Document オブジェクトを生成します。
...。
文字列の場合はそれを XML と見なしてパースします。
IOの場合は、XML文書を読み出してパースします。
context で「コンテキスト」を指定します。テキストノードの空白や
特殊文字の取り扱いを Hash で指定します。
以下の......す。
すべての要素で無視して欲しい場合は :all を指定します。
これが設定された場合、空白のみからなる text node は追加されません。
REXML::Element#ignore_whitespace_nodes も参照してください。
: :raw
raw mode で取り扱いをして......定します。
raw mode においては、text 中の特殊文字は一切変換されません。
REXML::Element#raw も参照してください。
@param source XML文書(文字列, IO)もしくは REXML::Document オブジェクト
@param context コンテキスト
@raise REXML::ParseExcept... -
OpenSSL
:: SSL :: SSLSocket . new(socket , context) -> OpenSSL :: SSL :: SSLSocket (101.0) -
socket をラップして SSLSocket オブジェクトを生成します。
...は ラップする TCPSocket オブジェクトを与え、
context には SSL の設定情報を所持している
OpenSSL::SSL::SSLContext オブジェクトを与えます。
context を省略した場合は OpenSSL::SSL::SSLContext.new で
新たにコンテキストを生成してそれを用......います。
@param socket ラップするソケット
@param context SSL の設定情報を持つ SSL コンテキストオブジェクト
@raise OpenSSL::SSL::SSLError オブジェクトの生成に失敗した場合に発生します... -
RDoc
:: Markup :: ToHtmlCrossref . new(path , context , show _ hash) -> RDoc :: Markup :: ToHtmlCrossref (101.0) -
自身を初期化します。
...自身を初期化します。
@param path 生成するファイルのパスを文字列で指定します。
@param context RDoc::Context オブジェクトかそのサブクラスのオブジェ
クトを指定します。
@param show_hash true を指定した場合、メソッ... -
WIN32OLE
. ole _ show _ help(obj , helpcontext = nil) -> () (101.0) -
WIN32OLEオブジェクトのヘルプファイルを表示します。
...HODオ
ブジェクト。直接ヘルプファイルのフルパス名を指定することも可
能です。
@param helpcontext obj引数にWIN32OLE_TYPEオブジェクトまたは
WIN32OLE_METHODオブジェクトを指定した場合は、こ... -
CGI
. escapeHTML(string) -> String (19.0) -
与えられた文字列中の '、&、"、<、> を実体参照に置換した文字列を新しく作成し返します。
....escapeHTML("3 > 1") #=> "3 > 1"
print('<script type="text/javascript">alert("警告")</script>')
p CGI.escapeHTML('<script type="text/javascript">alert("警告")</script>')
#=> "<script type="text/javascript">alert("警告")</script>"... -
CGI
. escape _ html(string) -> String (19.0) -
与えられた文字列中の '、&、"、<、> を実体参照に置換した文字列を新しく作成し返します。
....escapeHTML("3 > 1") #=> "3 > 1"
print('<script type="text/javascript">alert("警告")</script>')
p CGI.escapeHTML('<script type="text/javascript">alert("警告")</script>')
#=> "<script type="text/javascript">alert("警告")</script>"...