345件ヒット
[1-100件を表示]
(0.085秒)
別のキーワード
ライブラリ
- ビルトイン (84)
- syslog (60)
- timeout (9)
-
win32
/ registry (192)
モジュール
- FileTest (36)
- Kernel (48)
- Syslog (60)
- Timeout (9)
-
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)
- check (12)
- grpowned? (12)
- mask (12)
- mask= (12)
- open (24)
- packdw (12)
- packqw (12)
- size (12)
- size? (12)
- spawn (48)
- timeout (9)
- unpackdw (12)
- unpackqw (12)
検索結果
先頭5件
-
Syslog
. # close -> nil (21108.0) -
syslogを閉じます。
...syslogを閉じます。
@raise RuntimeError syslog がopen されていない場合発生します。
使用例
require 'syslog'
Syslog.open("syslogtest")
Syslog.log(Syslog::LOG_WARNING, "the sky is falling in %d seconds!", 100)
Syslog.close... -
Win32
:: Registry :: API . # CloseKey(hkey) (9101.0) -
@todo
@todo -
FileTest
. # grpowned?(file) -> bool (6107.0) -
ファイルのグループ ID がカレントプロセスの実効グループ ID と等しい時に真を返 します。そうでない場合、ファイルが存在しない場合、あるいはシステムコールに失敗した場合などには false を返します。
...ブジェクト file が既に close されていた場合に発生します。
//emlist[例][ruby]{
IO.write("testfile", "")
File.chown(-1, Process.gid, "testfile")
FileTest.grpowned?("testfile") # => true
File.chown(-1, Process.gid + 10, "testfile")
FileTest.grpowned?("testfile") # => f... -
Win32
:: Registry :: API . # CreateKey(hkey , name , opt , desired) (6001.0) -
@todo
@todo -
Win32
:: Registry :: API . # DeleteKey(hkey , name) (6001.0) -
@todo
@todo -
Win32
:: Registry :: API . # DeleteValue(hkey , name) (6001.0) -
@todo
@todo -
Win32
:: Registry :: API . # EnumKey(hkey , index) (6001.0) -
@todo
@todo -
Win32
:: Registry :: API . # EnumValue(hkey , index) (6001.0) -
@todo
@todo -
Win32
:: Registry :: API . # FlushKey(hkey) (6001.0) -
@todo
@todo