816件ヒット
[1-100件を表示]
(0.035秒)
別のキーワード
種類
- インスタンスメソッド (600)
- 特異メソッド (84)
- 定数 (60)
- モジュール関数 (36)
- クラス (36)
ライブラリ
-
irb
/ cmd / nop (12) -
irb
/ context (180) -
irb
/ extend-command (24) - openssl (276)
-
rdoc
/ code _ object (36) -
rdoc
/ context (240) -
rexml
/ document (24) - socket (24)
クラス
-
IRB
:: Context (180) -
IRB
:: ExtendCommand :: Nop (12) -
OpenSSL
:: ASN1 :: ObjectId (24) -
OpenSSL
:: SSL :: SSLContext (36) -
OpenSSL
:: X509 :: StoreContext (168) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (132) -
RDoc
:: Context :: Section (96) -
REXML
:: DocType (12) -
REXML
:: Element (12) - Socket (12)
モジュール
-
IRB
:: ContextExtender (24) -
OpenSSL
:: ASN1 (36) -
Socket
:: Constants (12)
キーワード
- == (12)
- CodeObject (12)
-
DEFAULT
_ PARAMS (12) -
IP
_ PASSSEC (24) -
NO
_ INSPECTING _ IVARS (12) - ObjectId (24)
- Section (12)
- StoreContext (12)
- VISIBILITIES (12)
-
_ _ inspect _ _ (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ module (12) - chain (12)
- classes (12)
- cleanup (12)
- comment (12)
-
current
_ cert (12) -
current
_ crl (12) -
current
_ section (12) - decode (12)
-
def
_ extend _ command (12) -
each
_ classmodule (12) - echo (12)
- echo= (12)
- echo? (12)
- error (12)
- error= (12)
-
error
_ depth (12) -
error
_ string (12) - evaluate (12)
- execute (12)
- exit (12)
- flags= (12)
- inspect (24)
- inspect? (12)
-
inspect
_ mode (12) -
inspect
_ mode= (12) -
install
_ extend _ commands (12) -
last
_ value (12) - main (12)
- new (48)
- parent (12)
- purpose= (12)
-
record
_ location (12) - section (12)
- section= (12)
- sections (12)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) -
set
_ last _ value (12) -
ssl
_ timeout= (12) - time= (12)
- timeout= (12)
- title (12)
-
to
_ s (12) - trust= (12)
- verify (12)
- visibility (12)
検索結果
先頭5件
-
IRB
:: Context # echo -> bool (21106.0) -
irb のプロンプトでの評価結果を表示するかどうかを返します。
...irb のプロンプトでの評価結果を表示するかどうかを返します。
デフォルト値は false です。
@see IRB::Context#echo=... -
IRB
:: Context # echo=(val) (21106.0) -
irb のプロンプトでの評価結果を表示するかどうかを設定します。
...す。
.irbrc ファイル中で IRB.conf[:ECHO] を設定する事でも同様の操作が行えま
す。
@param val true を指定した場合、irb のプロンプトでの評価結果を表示しま
す。false を指定した場合は表示しません。
@see IRB::Context#echo... -
IRB
:: Context # echo? -> bool (21106.0) -
irb のプロンプトでの評価結果を表示するかどうかを返します。
...irb のプロンプトでの評価結果を表示するかどうかを返します。
デフォルト値は false です。
@see IRB::Context#echo=... -
REXML
:: DocType # context -> { Symbol => object } (18213.0) -
DTD が属する文書の「コンテキスト」を返します。
...DTD が属する文書の「コンテキスト」を返します。
具体的には親ノードである REXML::Document オブジェクトの
REXML::Element#context を返します。
コンテキストの具体的な内容については REXML::Element#context を
参照してください。... -
REXML
:: Element # context -> {Symbol => object} | nil (18207.0) -
要素の「コンテキスト」を Hash で返します。
...、特に空白について
の取り扱いについての設定です。
以下の Symbol をハッシュのキーとして使います。
: :respect_whitespace
空白を考慮して欲しい要素の名前の集合を文字列の配列で指定します。
また、すべての要素で空白......。
: :compress_whitespace
空白を無視して欲しい要素の名前の集合を文字列の配列で指定します。
この指定は :respect_whitespace での指定を上書きします。
すべての要素で空白を無視して欲しい場合には
:all を指定します。
RE......ます。
すべてのノードを raw mode で取り扱って欲しい場合は :all を指定します。
raw mode においては、text 中の特殊文字は一切変換されません。
REXML::Element#raw も参照してください。
@see REXML::Element.new, REXML::Element#context=... -
RDoc
:: Context :: Section # inspect -> String (12100.0) -
自身の情報を人間に読みやすい文字列にして返します。
自身の情報を人間に読みやすい文字列にして返します。 -
OpenSSL
:: X509 :: StoreContext (12000.0) -
証明書ストアコンテキストクラス。
証明書ストアコンテキストクラス。
証明書ストア(OpenSSL::X509::Store)を利用して
実際の検証を行う機能を持ちます。
また、検証の途中の状態を保持するためにも使われます。
検証フィルター(OpenSSL::X509::Store#verify_proc)の
引数として渡されます。
検証結果の詳細情報を保持するためにも使われます。 -
RDoc
:: Context # sections -> RDoc :: Context :: Section (9317.0) -
追加された RDoc::Context::Section の配列を返します。
...追加された RDoc::Context::Section の配列を返します。... -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (9301.0) -
所属している section を返します。
...所属している section を返します。...