467件ヒット
[1-100件を表示]
(0.080秒)
ライブラリ
- ビルトイン (98)
-
cgi
/ html (120) - csv (12)
-
fiddle
/ import (12) - getoptlong (24)
- logger (1)
-
net
/ imap (12) - openssl (24)
- rake (12)
- rss (96)
- thread (8)
-
webrick
/ httpresponse (12) -
webrick
/ httpservlet / filehandler (12) - zlib (24)
クラス
- CSV (12)
-
Encoding
:: Converter (24) - GetoptLong (24)
-
Logger
:: Application (1) -
Net
:: IMAP :: ContentDisposition (12) -
OpenSSL
:: SSL :: SSLContext (24) -
RSS
:: ImageFaviconModel :: ImageFavicon (48) -
RSS
:: RDF :: Channel :: ImageFavicon (48) -
Rake
:: Application (12) -
RubyVM
:: InstructionSequence (12) -
Thread
:: SizedQueue (58) - UnboundMethod (12)
-
WEBrick
:: HTTPResponse (12) -
WEBrick
:: HTTPServlet :: DefaultFileHandler (12) -
Zlib
:: Deflate (12) -
Zlib
:: Inflate (12)
モジュール
-
CGI
:: HtmlExtension (120) -
Fiddle
:: Importer (12)
キーワード
- bind (12)
- clone (12)
- deq (12)
- enq (11)
-
field
_ size _ limit (12) -
file
_ field (24) - get (12)
-
get
_ option (12) -
image
_ size (24) -
image
_ size= (24) -
make
_ partial _ content (12) - param (12)
-
password
_ field (24) - pop (12)
-
primitive
_ convert (24) - push (11)
-
scrolling
_ list (24) -
sent
_ size (12) -
session
_ cache _ size (12) -
session
_ cache _ size= (12) -
set
_ dictionary (24) -
set
_ log (1) - shift (12)
- size= (24)
-
text
_ field (24) -
to
_ a (12)
検索結果
先頭5件
-
RSS
:: ImageFaviconModel :: ImageFavicon # size (24105.0) -
@todo
@todo -
RSS
:: RDF :: Channel :: ImageFavicon # size (21105.0) -
@todo
@todo -
OpenSSL
:: SSL :: SSLContext # session _ cache _ size=(size) (15321.0) -
自身が保持可能なセッションキャッシュのサイズを指定します。
...を指定します。
size に 0 を渡すと制限なしを意味します。
デフォルトは 1024*20 で、20000 セッションまでキャッシュを保持できます。
@param size セッションキャッシュのサイズ(整数値)
@see OpenSSL::SSL::SSLContext#session_cache_size... -
OpenSSL
:: SSL :: SSLContext # session _ cache _ size -> Integer (15208.0) -
自身が保持可能なセッションキャッシュのサイズを返します。
...自身が保持可能なセッションキャッシュのサイズを返します。
@see OpenSSL::SSL::SSLContext#session_cache_size=... -
RSS
:: ImageFaviconModel :: ImageFavicon # image _ size (12105.0) -
@todo
@todo -
RSS
:: ImageFaviconModel :: ImageFavicon # image _ size= (12105.0) -
@todo
@todo -
RSS
:: ImageFaviconModel :: ImageFavicon # size= (12105.0) -
@todo
@todo -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol (9601.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...g::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変......ram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after o......efore input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize) -> Symbol (9501.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...g::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変......ram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after o......efore input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty...