120件ヒット
[1-100件を表示]
(0.079秒)
ライブラリ
-
cgi
/ html (24) - matrix (12)
-
rdoc
/ context (12) -
rubygems
/ platform (72)
クラス
-
Gem
:: Platform (72) -
Matrix
:: LUPDecomposition (12) -
RDoc
:: Context (12)
モジュール
-
CGI
:: HtmlExtension (24)
キーワード
- == (12)
- === (12)
- determinant (12)
-
find
_ enclosing _ module _ named (12) - form (24)
- os= (12)
-
to
_ a (12) -
to
_ s (12)
検索結果
先頭5件
- Gem
:: Platform # os -> String - Gem
:: Platform # os=(os) - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String - CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String - RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil
-
Gem
:: Platform # os -> String (21118.0) -
OS の種類を返します。
...
OS の種類を返します。... -
Gem
:: Platform # os=(os) (9231.0) -
OS の種類をセットします。
...
OS の種類をセットします。
@param os OS の種類を指定します。... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (6301.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METH......OD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String (6301.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METH......OD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil (6201.0) -
find a module at a higher scope
find a module at a higher scope -
Matrix
:: LUPDecomposition # determinant -> Numeric (6101.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Gem
:: Platform # to _ a -> Array (3017.0) -
自身にセットされている CPU, OS, バージョンを配列として返します。
...自身にセットされている CPU, OS, バージョンを配列として返します。... -
Gem
:: Platform # to _ s -> String (3017.0) -
自身にセットされている CPU, OS, バージョンを文字列として返します。
...自身にセットされている CPU, OS, バージョンを文字列として返します。... -
Gem
:: Platform # ==(other) -> bool (3007.0) -
自身と other が同じプラットフォームである場合に真を返します。 そうでない場合は偽を返します。
...ムである場合に真を返します。
そうでない場合は偽を返します。
同じプラットフォームであるとは、二つのプラットフォームの
CPU, OS, バージョンが同じであるということです。
@param other 比較対象のオブジェクトです。...