1801件ヒット
[1-100件を表示]
(0.065秒)
別のキーワード
種類
ライブラリ
- ビルトイン (463)
- date (12)
-
fiddle
/ import (24) - fileutils (12)
-
net
/ ftp (24) -
net
/ http (67) -
net
/ imap (48) -
net
/ smtp (48) -
net
/ telnet (4) - openssl (120)
-
rdoc
/ context (36) -
rexml
/ document (60) -
rinda
/ rinda (60) -
rinda
/ tuplespace (72) -
rubygems
/ format (24) -
rubygems
/ package / tar _ input (24) -
rubygems
/ security (360) - securerandom (92)
- set (18)
- socket (108)
- time (24)
- timeout (29)
- uri (12)
クラス
- DateTime (12)
- FalseClass (60)
-
Gem
:: Format (24) -
Gem
:: Package :: TarInput (24) -
Gem
:: Security :: Policy (180) -
Gem
:: Security :: Signer (12) -
Net
:: FTP (24) -
Net
:: HTTP (67) -
Net
:: IMAP :: ResponseCode (24) -
Net
:: IMAP :: ResponseText (12) -
Net
:: SMTP (48) -
Net
:: Telnet (4) -
OpenSSL
:: Config (96) -
OpenSSL
:: SSL :: SSLContext (24) -
RDoc
:: Context :: Section (36) -
REXML
:: Text (12) -
Rinda
:: SimpleRenewer (12) -
Rinda
:: TupleEntry (12) -
Rinda
:: TupleSpace (48) -
Rinda
:: TupleSpaceProxy (48) - Set (24)
- Socket (48)
-
Socket
:: Option (12) - String (21)
- Symbol (21)
- Time (295)
モジュール
-
Fiddle
:: Importer (24) - FileUtils (12)
-
GC
:: Profiler (24) -
Gem
:: Security (144) - Kernel (32)
- Process (24)
-
REXML
:: Security (48) - SecureRandom (80)
-
Socket
:: Constants (48) - Timeout (21)
- URI (12)
キーワード
- & (12)
- - (24)
- AlmostNoSecurity (12)
-
CLOCK
_ SECOND (12) - EIPSEC (12)
- Exception (12)
- HighSecurity (12)
-
IP
_ IPSEC _ POLICY (24) -
IP
_ PASSSEC (24) - LowSecurity (12)
- MediumSecurity (12)
- NoSecurity (12)
- OPT (12)
- Policies (12)
- Policy (12)
- ResponseCode (12)
- Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
-
SO
_ SECURITY _ ENCRYPTION _ NETWORK (24) -
SO
_ SECURITY _ ENCRYPTION _ TRANSPORT (24) - SecureRandom (12)
- TupleSpace (12)
- [] (12)
- []= (12)
- ^ (12)
-
_ strptime (12) -
add
_ trusted _ cert (12) -
add
_ value (12) - alphanumeric (8)
-
auth
_ cram _ md5 (12) -
auth
_ login (12) -
auth
_ plain (12) - authenticate (12)
- base64 (12)
-
build
_ cert (12) -
build
_ self _ signed _ cert (12) - casecmp (24)
- casecmp? (18)
-
clock
_ gettime (12) - code (12)
-
continue
_ timeout= (12) - data (12)
-
decode
_ www _ form _ component (12) - each (12)
-
entity
_ expansion _ limit (12) -
entity
_ expansion _ limit= (12) -
entity
_ expansion _ text _ limit (12) -
entity
_ expansion _ text _ limit= (12) - fiddle (12)
-
from
_ file _ by _ path (12) -
from
_ io (12) -
get
_ value (12) - gm (24)
- hex (12)
- inspect (24)
- intersect? (12)
- intersection (12)
- iso8601 (12)
-
keep
_ alive _ timeout= (12) - key (12)
- linger (12)
- local (24)
- mktime (24)
- name (12)
- new (95)
- notify (24)
- now (12)
- nsec (12)
-
only
_ signed (12) -
only
_ signed= (12) -
only
_ trusted (12) -
only
_ trusted= (12) - open (12)
-
open
_ timeout= (24) - parent (12)
-
random
_ bytes (12) -
random
_ number (12) -
rb
_ thread _ sleep (12) - read (24)
-
read
_ timeout= (24) -
remove
_ entry _ secure (12) - renew (12)
- report (12)
- result (12)
-
ruby 1
. 6 feature (12) -
rubygems
/ security (12) - section (12)
- sections (12)
-
sign
_ cert (12) - sizeof (12)
- sleep (24)
-
ssl
_ timeout= (24) - struct (12)
- subsec (12)
- take (24)
- timeout (29)
- timeout= (12)
-
to
_ a (12) -
to
_ i (12) -
to
_ s (12) -
trusted
_ cert _ path (12) -
tv
_ nsec (12) -
tv
_ sec (12) -
tv
_ usec (12) -
urlsafe
_ base64 (12) - usec (12)
- utc (24)
- uuid (12)
- value (12)
-
verify
_ chain (12) -
verify
_ chain= (12) -
verify
_ data (12) -
verify
_ data= (12) -
verify
_ gem (12) -
verify
_ root (12) -
verify
_ root= (12) -
verify
_ signer (12) -
verify
_ signer= (12) -
verify
_ trust _ dir (12) - write (24)
-
write
_ timeout= (7) - xmlschema (12)
- | (12)
検索結果
先頭5件
-
Time
# sec -> Integer (18125.0) -
秒を整数で返します。
...秒を整数で返します。
//emlist[][ruby]{
p Time.mktime(2000, 1, 1).sec # => 0
//}
通常は0から59を返しますが、うるう秒の場合は60を返します。
//emlist[][ruby]{
ENV['TZ'] = 'right/UTC'
p Time.mktime(2005, 12, 31, 23, 59, 60).sec # => 60
//}... -
Socket
:: Constants :: IP _ IPSEC _ POLICY -> Integer (12200.0) -
IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current... -
Socket
:: Constants :: IP _ PASSSEC -> Integer (12200.0) -
@todo Retrieve security context with datagram。
...@todo
Retrieve security context with datagram。... -
Socket
:: Constants :: SO _ SECURITY _ ENCRYPTION _ NETWORK -> Integer (12200.0) -
@todo
@todo -
Socket
:: Constants :: SO _ SECURITY _ ENCRYPTION _ TRANSPORT -> Integer (12200.0) -
@todo
@todo -
Socket
:: IP _ IPSEC _ POLICY -> Integer (12200.0) -
IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current... -
Socket
:: IP _ PASSSEC -> Integer (12200.0) -
@todo Retrieve security context with datagram。
...@todo
Retrieve security context with datagram。... -
Socket
:: SO _ SECURITY _ ENCRYPTION _ NETWORK -> Integer (12200.0) -
@todo
@todo -
Socket
:: SO _ SECURITY _ ENCRYPTION _ TRANSPORT -> Integer (12200.0) -
@todo
@todo