676件ヒット
[101-200件を表示]
(0.027秒)
ライブラリ
- ビルトイン (192)
- erb (12)
- etc (72)
- json (108)
- open-uri (16)
- openssl (48)
- shellwords (12)
-
webrick
/ httputils (12) -
webrick
/ utils (12) -
win32
/ registry (192)
モジュール
-
ERB
:: DefMethod (12) - Etc (72)
- JSON (108)
- Kernel (124)
- ObjectSpace (48)
-
OpenSSL
:: Random (48) -
Process
:: GID (12) -
Process
:: UID (12) - Shellwords (12)
- Signal (12)
-
WEBrick
:: HTTPUtils (12) -
WEBrick
:: Utils (12) -
Win32
:: Registry :: API (192)
キーワード
- CloseKey (12)
- CreateKey (12)
- DeleteKey (12)
- DeleteValue (12)
- EnumKey (12)
- EnumValue (12)
- FlushKey (12)
- OpenKey (12)
- QueryInfoKey (12)
- QueryValue (12)
- SetValue (12)
- autoload (12)
- autoload? (12)
- check (12)
- confstr (12)
-
def
_ erb _ method (12) - dump (12)
-
each
_ object (48) - egd (12)
-
egd
_ bytes (12) - eval (12)
-
fast
_ generate (12) -
fast
_ unparse (12) - format (12)
-
from
_ name (24) - generate (12)
- getgrnam (12)
- getlogin (12)
- getpwnam (12)
- getservername (12)
-
load
_ random _ file (12) -
mime
_ type (12) - open (16)
- packdw (12)
- packqw (12)
- parse (12)
- parse! (12)
-
pretty
_ generate (12) -
pretty
_ unparse (12) - shelljoin (12)
- signame (12)
- sprintf (12)
- sysconf (12)
-
trace
_ var (36) - uname (12)
- unpackdw (12)
- unpackqw (12)
- unparse (12)
-
untrace
_ var (12) -
write
_ random _ file (12)
検索結果
先頭5件
-
Etc
. # getpwnam(name) -> Etc :: Passwd (124.0) -
passwd データベースを検索し、 名前が name である passwd エントリを返します。
...passwd データベースを検索し、
名前が name である passwd エントリを返します。
@param name 検索するユーザ名。
@raise ArgumentError エントリが見つからなかった場合に発生します。
@see getpwnam(3), Etc::Passwd... -
Kernel
. # autoload?(const _ name) -> String | nil (124.0) -
const_name が Kernel.#autoload 設定されているか調べます。
...const_name が Kernel.#autoload 設定されているか調べます。
autoload 設定されていて、autoload 定数がまだ定義されてない(ロードされていない)
ときにそのパス名を返します。
autoload 設定されていないか、ロード済みなら nil を返し......ます。
@param const_name 定数をString または Symbol で指定します。
//emlist[例][ruby]{
# ------- /tmp/foo.rb ---------
class Foo
class Bar
end
end
# ----- end of /tmp/foo.rb ----
class Foo
end
p Foo.autoload?(:Bar) #=> nil
Foo.autoload :Bar, '/tmp/foo'
p Foo.autoload?... -
Etc
. # confstr(name) -> String | nil (114.0) -
confstr(3) で取得したシステム設定変数の値を返します。
...confstr(3) で取得したシステム設定変数の値を返します。
@param name Etc モジュールの CS_ で始まる定数のいずれかを指定します。
引数 name に対応する設定が行われていない状態の場合は nil を返します。
(confstr(3) が -1 を返し... -
Etc
. # sysconf(name) -> Integer | nil (114.0) -
sysconf(3) で取得したシステム設定変数の値を返します。
...テム設定変数の値を返します。
引数 name が制限に関する設定値であり、設定が制限がない状態の場合は nil
を返します。(sysconf(3) が -1 を返し、errno が設定されていない
場合)
@param name Etc モジュールの SC_ で始まる定数のい... -
Win32
:: Registry :: API . # CreateKey(hkey , name , opt , desired) (107.0) -
@todo
@todo -
Win32
:: Registry :: API . # DeleteKey(hkey , name) (107.0) -
@todo
@todo -
Win32
:: Registry :: API . # DeleteValue(hkey , name) (107.0) -
@todo
@todo -
Win32
:: Registry :: API . # OpenKey(hkey , name , opt , desired) (107.0) -
@todo
@todo -
Win32
:: Registry :: API . # QueryValue(hkey , name) (107.0) -
@todo
@todo