506件ヒット
[1-100件を表示]
(0.084秒)
ライブラリ
- ビルトイン (48)
-
irb
/ context (12) -
irb
/ ext / math-mode (12) - json (36)
-
net
/ ftp (20) - openssl (24)
- pathname (48)
- rss (288)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6)
クラス
-
File
:: Stat (12) - IO (36)
-
IRB
:: Context (24) -
JSON
:: State (36) -
Net
:: FTP (20) -
OpenSSL
:: PKey :: RSA (24) - Pathname (48)
-
RSS
:: ImageFaviconModel :: ImageFavicon (24) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6)
モジュール
- DublinCoreModel (144)
-
RSS
:: SyndicationModel (72)
キーワード
- chmod (12)
- date (36)
- date= (36)
-
dc
_ creator (12) -
dc
_ creator= (12) -
dc
_ creators (12) -
dc
_ date (12) -
dc
_ date= (12) -
dc
_ dates (12) -
dc
_ format (12) -
dc
_ format= (12) -
dc
_ formats (12) -
dc
_ relation (12) -
dc
_ relation= (12) -
dc
_ relations (12) - lchmod (12)
- math? (4)
-
math
_ mode (4) -
math
_ mode= (4) - mlsd (20)
- open (42)
-
private
_ decrypt (12) -
private
_ encrypt (12) -
quirks
_ mode (12) -
quirks
_ mode= (12) -
quirks
_ mode? (12) - reopen (24)
-
return
_ format= (12) - stat (12)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) -
sy
_ updateFrequency (12) -
sy
_ updateFrequency= (12) -
sy
_ updatePeriod (12) -
sy
_ updatePeriod= (12)
検索結果
先頭5件
-
File
:: Stat # mode -> Integer (21108.0) -
ファイルモードを返します。
...ファイルモードを返します。
//emlist[][ruby]{
fs = File::Stat.new($0)
printf "%o\n", fs.mode
#例
#=> 100644
//}... -
IRB
:: Context # math _ mode=(opt) (12248.0) -
math_mode を有効にするかどうかを指定します。
...math_mode を有効にするかどうかを指定します。
.irbrc ファイル中で IRB.conf[:MATH_MODE] を設定する事でも同様の事が行え
ます。
mathn ライブラリを include するため、math_mode を有効にした後は
無効にする事ができません。
@param o......pt math_mode を有効にする場合に true を指定します。
@raise IRB::CantReturnToNormalMode 既に math_mode の状態で opt に
false か nil を指定した場合に発生します。
@see IRB::Context#math_mode... -
RSS
:: SyndicationModel # sy _ updateBase (12101.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updateBase= (12101.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updateFrequency (12101.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updateFrequency= (12101.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updatePeriod (12101.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updatePeriod= (12101.0) -
@todo
@todo -
IRB
:: Context # math _ mode -> bool (9224.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?... -
JSON
:: State # quirks _ mode=(enable) (9134.0) -
If set to true, enables the quirks_mode mode.
...If set to true, enables the quirks_mode mode....