108件ヒット
[1-100件を表示]
(0.110秒)
ライブラリ
-
cgi
/ html (24) - matrix (12)
-
rubygems
/ platform (72)
クラス
-
Gem
:: Platform (72) -
Matrix
:: LUPDecomposition (12)
モジュール
-
CGI
:: HtmlExtension (24)
検索結果
先頭5件
- Gem
:: Platform # os -> String - Gem
:: Platform # os=(os) - Matrix
:: LUPDecomposition # determinant -> Numeric - 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
-
Gem
:: Platform # os -> String (24118.0) -
OS の種類を返します。
...
OS の種類を返します。... -
Gem
:: Platform # os=(os) (12231.0) -
OS の種類をセットします。
...
OS の種類をセットします。
@param os OS の種類を指定します。... -
Matrix
:: LUPDecomposition # determinant -> Numeric (9101.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (6401.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="applica......tion/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METHOD="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 (6401.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...form 要素を生成します。
ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI ス......@param enctype enctype 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="applica......tion/x-www-form-urlencoded">string</FORM>
form("get", "url"){ "string" }
# <FORM METHOD="get" ACTION="url" ENCTYPE="application/x-www-form-urlencoded">string</FORM>... -
Gem
:: Platform # to _ a -> Array (6017.0) -
自身にセットされている CPU, OS, バージョンを配列として返します。
...自身にセットされている CPU, OS, バージョンを配列として返します。... -
Gem
:: Platform # to _ s -> String (6017.0) -
自身にセットされている CPU, OS, バージョンを文字列として返します。
...自身にセットされている CPU, OS, バージョンを文字列として返します。... -
Gem
:: Platform # ==(other) -> bool (6007.0) -
自身と other が同じプラットフォームである場合に真を返します。 そうでない場合は偽を返します。
...ムである場合に真を返します。
そうでない場合は偽を返します。
同じプラットフォームであるとは、二つのプラットフォームの
CPU, OS, バージョンが同じであるということです。
@param other 比較対象のオブジェクトです。... -
Gem
:: Platform # ===(other) -> bool (6007.0) -
自身と other のプラットフォームが一致する場合に真を返します。 そうでない場合は、偽を返します。
...たすことです。
* 同じ CPU であること、または、どちらか一方が 'universal' であること
* 同じ OS であること
* 同じバージョンであること、または、どちらか一方がバージョンを持たないこと
@param other 比較対象のオブジ...