505件ヒット
[1-100件を表示]
(0.125秒)
ライブラリ
クラス
- IO (14)
-
Net
:: FTP (36) -
Net
:: IMAP (12) -
Net
:: IMAP :: ResponseText (12) -
OpenSSL
:: OCSP :: BasicResponse (12) -
RDoc
:: CodeObject (132) - String (153)
- StringIO (38)
-
URI
:: FTP (12) -
Win32
:: Registry :: Error (12)
モジュール
-
CGI
:: HtmlExtension (24) -
RSS
:: ContentModel (24) - RakeFileUtils (24)
キーワード
- codepoints (52)
- comment= (12)
-
content
_ encoded (12) -
content
_ encoded= (12) -
document
_ children (12) -
document
_ children= (12) -
document
_ self (12) -
document
_ self= (12) -
each
_ codepoint (48) - encode (36)
- encode! (24)
- form (24)
- kconv (12)
-
last
_ response (12) -
last
_ response _ code (12) - lastresp (12)
- nowrite (12)
- parent= (12)
-
parent
_ file _ name (12) -
parent
_ name (12) - section= (12)
-
start
_ doc (12) - status (12)
-
stop
_ doc (12) - typecode= (12)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - verbose (12)
- xlist (12)
検索結果
先頭5件
-
Net
:: IMAP :: ResponseText # code -> Net :: IMAP :: ResponseCode | nil (21308.0) -
レスポンスコードを返します。
...レスポンスコードを返します。
応答がレスポンスコードを含んでいない場合は nil を返します。
@see Net::IMAP::ResponseCode... -
Win32
:: Registry :: Error # code (21118.0) -
@todo
...@todo... -
RSS
:: ContentModel # content _ encoded (15217.0) -
@todo
...@todo... -
RSS
:: ContentModel # content _ encoded= (15217.0) -
@todo
...@todo... -
String
# codepoints {|codepoint| block } -> self (12307.0) -
文字列の各コードポイントの配列を返します。(self.each_codepoint.to_a と同じです)
...ch_codepoint.to_a と同じです)
//emlist[例][ruby]{
#coding:UTF-8
"hello わーるど".codepoints
# => [104, 101, 108, 108, 111, 32, 12431, 12540, 12427, 12393]
//}
ブロックが指定された場合は String#each_codepoint と同じように動作します。
Ruby 2.6 までは deprecated......の警告が出ますが、Ruby 2.7 で警告は削除されました。
@see String#each_codepoint... -
String
# each _ codepoint {|codepoint| block } -> self (12307.0) -
文字列の各コードポイントに対して繰り返します。
...ントに対して繰り返します。
UTF-8/UTF-16(BE|LE)/UTF-32(BE|LE) 以外のエンコーディングに対しては
各文字のバイナリ表現由来の値になります。
//emlist[例][ruby]{
#coding:UTF-8
"hello わーるど".each_codepoint.to_a
# => [104, 101, 108, 108, 111, 32, 124......31, 12540, 12427, 12393]
"hello わーるど".encode('euc-jp').each_codepoint.to_a
# => [104, 101, 108, 108, 111, 32, 42223, 41404, 42219, 42185]
//}
@see String#codepoints... -
StringIO
# codepoints {|codepoint| . . . } -> self (12307.0) -
自身の各コードポイントに対して繰り返します。
...自身の各コードポイントに対して繰り返します。
@see IO#each_codepoint... -
StringIO
# each _ codepoint {|codepoint| . . . } -> self (12307.0) -
自身の各コードポイントに対して繰り返します。
...自身の各コードポイントに対して繰り返します。
@see IO#each_codepoint... -
URI
:: FTP # typecode=(t) (12220.0) -
ファイル転送のタイプを文字列で指定します。
...ル転送のタイプを文字列で指定します。
@param t ファイル転送のタイプを文字列で指定します。"a" はテキスト、"i" はバイナリ、"d" はディレクトリを表します。
@raise URI::InvalidComponentError 不正な引数 s に対して発生します。...