852件ヒット
[801-852件を表示]
(0.111秒)
ライブラリ
- ビルトイン (336)
-
cgi
/ html (24) - delegate (24)
- openssl (240)
-
rdoc
/ context (24) -
rexml
/ document (96) -
rexml
/ sax2listener (24) -
rexml
/ streamlistener (36) - win32ole (24)
クラス
- Delegator (24)
- Module (240)
- Object (96)
-
OpenSSL
:: Engine (12) -
OpenSSL
:: Netscape :: SPKI (24) -
OpenSSL
:: PKey :: DH (12) -
OpenSSL
:: PKey :: DSA (36) -
OpenSSL
:: PKey :: EC (36) -
OpenSSL
:: PKey :: RSA (72) -
OpenSSL
:: X509 :: Certificate (24) -
OpenSSL
:: X509 :: Request (24) -
RDoc
:: Context (24) -
RDoc
:: Options (24) -
REXML
:: DocType (48) -
REXML
:: Entity (24) -
REXML
:: NotationDecl (24) - WIN32OLE (12)
-
WIN32OLE
_ VARIABLE (12)
モジュール
-
CGI
:: HtmlExtension (24) -
REXML
:: SAX2Listener (24) -
REXML
:: StreamListener (36)
キーワード
- doctype (24)
- e (12)
- e= (12)
- entitydecl (12)
- external (12)
-
external
_ id (12) - html (24)
-
instance
_ method (12) -
instance
_ methods (12) - invoke (12)
-
load
_ public _ key (12) -
method
_ defined? (12) - methods (24)
- name (12)
- notationdecl (24)
- private (48)
-
private
_ constant (12) -
private
_ method _ defined? (12) -
protected
_ method _ defined? (12) -
pub
_ key= (24) - pubid (12)
- public= (12)
- public? (24)
-
public
_ class _ method (24) -
public
_ constant (12) -
public
_ decrypt (12) -
public
_ encrypt (12) -
public
_ instance _ method (12) -
public
_ instance _ methods (12) -
public
_ key (72) -
public
_ key= (48) -
public
_ key? (12) -
public
_ method (12) -
public
_ method _ defined? (12) -
public
_ methods (24) -
public
_ send (24) - send (24)
-
set
_ visibility _ for (12) -
singleton
_ methods (12) - system (12)
- visibility (24)
- visibility= (12)
- visible? (12)
検索結果
先頭5件
-
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (7.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :private の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更す... -
RDoc
:: Options # visibility=(val) (7.0) -
コマンドライン引数の --visibility オプションと同様の指定を行います。
...コマンドライン引数の --visibility オプションと同様の指定を行います。
@param val :public、:protected、:private のいずれかを指定します。... -
REXML
:: DocType # name -> String (7.0) -
ルート要素名を返します。
...ルート要素名を返します。
//emlist[][ruby]{
document = REXML::Document.new(<<EOS)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
EOS
doctype = document.doctype
p doctype.name # => "html"
//}... -
REXML
:: StreamListener # notationdecl(content) -> () (7.0) -
DTDの記法宣言をパースしたときに呼び出されるコールバックメソッドです。
...DTDの記法宣言をパースしたときに呼び出されるコールバックメソッドです。
@param content 記法宣言が
[記法名文字列, 種別("PUBLIC" もしくは "SYSTEM"), 公開識別子文字列,
URI文字列] という配列で渡されます。... -
WIN32OLE
_ VARIABLE # visible? -> bool (7.0) -
変数の可視性を取得します。
...変数の可視性を取得します。
@return publicアクセス可能であれば真を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'XlSheetType')
puts tobj.variables.map {|v| v.visible?}.uniq # => true...