72件ヒット
[1-72件を表示]
(0.186秒)
ライブラリ
- ビルトイン (24)
-
rubygems
/ source _ index (36) -
rubygems
/ source _ info _ cache _ entry (12)
クラス
-
Encoding
:: Converter (24) -
Gem
:: SourceIndex (36) -
Gem
:: SourceInfoCacheEntry (12)
キーワード
- length (12)
-
primitive
_ convert (24)
検索結果
先頭5件
- Gem
:: SourceInfoCacheEntry # size -> Integer - Gem
:: SourceIndex # size -> Integer - Gem
:: SourceIndex # length -> Integer - Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol - Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize) -> Symbol
-
Gem
:: SourceInfoCacheEntry # size -> Integer (24202.0) -
ソースエントリのサイズです。
ソースエントリのサイズです。
ソースインデックスが変化したことを検出するために使用します。 -
Gem
:: SourceIndex # size -> Integer (21202.0) -
- 2.1.0
- 2.1.0
- 2.2.0
- 2.2.0
- 2.3.0
- 2.3.0
- 2.4.0
- 2.4.0
- 2.5.0
- 2.5.0
- 2.6.0
- 2.6.0
- 2.7.0
- 2.7.0
- 3.0
- 3.0
- 3.1
- 3.1
- 3.2
- 3.2
- 3.3
- 3.3
- 3.4
- 3.4
自身のサイズを返します。
自身のサイズを返します。自身に含まれる Gem の個数を返します。 -
Gem
:: SourceIndex # length -> Integer (9102.0) -
自身に含まれる Gem の個数を返します。
自身に含まれる Gem の個数を返します。 -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol (7029.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...:Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変......ptions 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after output......re 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 (6929.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...:Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変......ptions 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after output......re 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
* :...