883件ヒット
[1-100件を表示]
(0.089秒)
別のキーワード
ライブラリ
- ビルトイン (18)
-
irb
/ context (12) -
irb
/ ext / history (24) -
irb
/ ext / save-history (60) -
net
/ http (36) -
net
/ imap (192) - open-uri (12)
- openssl (204)
- pp (24)
- prettyprint (37)
- psych (12)
-
rdoc
/ context (132) -
rdoc
/ text (12) -
rexml
/ document (60) -
rexml
/ streamlistener (12) -
webrick
/ httprequest (12) -
webrick
/ httpresponse (12) - win32ole (12)
クラス
-
Enumerator
:: Yielder (6) -
IRB
:: Context (96) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeMultipart (12) -
Net
:: IMAP :: BodyTypeText (168) - Object (24)
-
ObjectSpace
:: WeakMap (12) -
OpenSSL
:: PKCS7 (24) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (12) -
OpenSSL
:: PKey :: EC (12) -
OpenSSL
:: PKey :: EC :: Group (12) -
OpenSSL
:: PKey :: RSA (12) -
OpenSSL
:: SSL :: SSLContext (108) -
OpenSSL
:: X509 :: StoreContext (12) - PrettyPrint (37)
-
Psych
:: SyntaxError (12) -
RDoc
:: Context (132) -
REXML
:: DocType (12) -
REXML
:: Element (12) -
REXML
:: Text (36) -
WEBrick
:: HTTPRequest (12) -
WEBrick
:: HTTPResponse (12) -
WIN32OLE
_ TYPE (12)
モジュール
-
Net
:: HTTPHeader (36) -
OpenURI
:: Meta (12) -
RDoc
:: Text (12) -
REXML
:: StreamListener (12)
キーワード
- []= (12)
-
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ module (12) -
add
_ to (12) - body (12)
-
content
_ id (12) -
content
_ type (24) -
content
_ type= (12) - context (36)
- decrypt (12)
- description (12)
- disposition (12)
- doctype (12)
-
each
_ method (12) - empty? (12)
- encoding (12)
- entitydecl (12)
-
eval
_ history (12) -
eval
_ history= (12) - extension (12)
-
find
_ local _ symbol (12) -
find
_ symbol (12) - first? (1)
- group (12)
- helpcontext (12)
-
history
_ file (12) -
history
_ file= (12) -
init
_ save _ history (12) - key (12)
- key= (12)
- language (12)
- lines (12)
-
main
_ type (12) - md5 (12)
-
media
_ subtype (12) -
media
_ type (12) -
method
_ list (12) - multipart? (12)
-
node
_ type (12) -
ongoing
_ visibility= (12) - param (12)
- parse (12)
- parts (12)
-
pretty
_ print (12) -
pretty
_ print _ cycle (12) -
prompt
_ mode (12) - query (12)
-
save
_ history (12) -
save
_ history= (12) -
session
_ cache _ stats (12) -
set
_ visibility _ for (12) - size (12)
-
sub
_ type (12) - subtype (12)
-
to
_ proc (6) -
to
_ text (60) - verify (24)
-
verify
_ callback (12) -
verify
_ callback= (12) -
verify
_ depth (12) -
verify
_ depth= (12) -
verify
_ mode (12) -
verify
_ mode= (12) - visibility (12)
検索結果
先頭5件
-
PrettyPrint
# text(obj) -> () (21103.0) -
obj を width カラムのテキストとして自身に追加します。
obj を width カラムのテキストとして自身に追加します。
@param obj 自身に追加するテキストを文字列で指定します。
@param width obj のカラムを指定します。指定されなかった場合、obj.length が利用されます。 -
PrettyPrint
# text(obj , width = obj . length) -> () (21103.0) -
obj を width カラムのテキストとして自身に追加します。
obj を width カラムのテキストとして自身に追加します。
@param obj 自身に追加するテキストを文字列で指定します。
@param width obj のカラムを指定します。指定されなかった場合、obj.length が利用されます。 -
OpenSSL
:: SSL :: SSLContext # key -> OpenSSL :: PKey :: PKey | nil (9201.0) -
OpenSSL::SSL::SSLContext#cert で得られる自分自身を証明するための 証明書の公開鍵に対応する秘密鍵を返します。
...OpenSSL::SSL::SSLContext#cert で得られる自分自身を証明するための
証明書の公開鍵に対応する秘密鍵を返します。
@see OpenSSL::SSL::SSLContext#key=... -
RDoc
:: Context # find _ local _ symbol(symbol) (9201.0) -
Finds a method, constant, attribute, module or files named +symbol+ in this context
...Finds a method, constant, attribute, module or files named +symbol+ in
this context... -
RDoc
:: Context # find _ symbol(symbol , method=nil) (9201.0) -
Look up the given symbol. If method is non-nil, then we assume the symbol references a module that contains that method
...Look up the given symbol. If method is non-nil, then we assume
the symbol references a module that contains that method... -
REXML
:: DocType # context -> { Symbol => object } (9201.0) -
DTD が属する文書の「コンテキスト」を返します。
...DTD が属する文書の「コンテキスト」を返します。
具体的には親ノードである REXML::Document オブジェクトの
REXML::Element#context を返します。
コンテキストの具体的な内容については REXML::Element#context を
参照してください。... -
REXML
:: Text # doctype -> REXML :: DocType | nil (9201.0) -
テキストノードが属する文書の DTD を返します。
...テキストノードが属する文書の DTD を返します。
そのような文書(REXML::Document)が存在しない、すなわち
テキストノードの親ノードを辿っても REXML::Document に到達しない、
場合には nil を返します。
@see REXML::DocType... -
REXML
:: Text # node _ type -> Symbol (9117.0) -
Symbol :text を返します。
...Symbol :text を返します。... -
Net
:: IMAP :: BodyTypeText # media _ type -> String (9107.0) -
MIME のメディアタイプを返します。
...MIME のメディアタイプを返します。
これは "TEXT" を返します。
@see Net::IMAP::BodyTypeText#subtype...