783件ヒット
[1-100件を表示]
(0.092秒)
ライブラリ
- ビルトイン (153)
- drb (12)
- e2mmap (6)
- etc (18)
-
fiddle
/ import (12) - json (24)
-
net
/ http (90) -
net
/ pop (36) -
net
/ protocol (12) -
net
/ smtp (12) - openssl (12)
- psych (127)
-
rdoc
/ parser (12) -
rdoc
/ top _ level (12) -
rubygems
/ specification (12) - shell (6)
-
shell
/ command-processor (24) - tsort (70)
- win32ole (12)
クラス
- Array (21)
- Encoding (12)
-
Gem
:: Specification (12) - Module (36)
- Object (12)
-
Psych
:: Handler (12) -
Psych
:: Nodes :: Alias (36) -
RDoc
:: Parser (12) -
RDoc
:: TopLevel (12) - Shell (6)
-
Shell
:: CommandProcessor (24) - String (12)
- TracePoint (24)
-
WIN32OLE
_ TYPE (12)
モジュール
-
Fiddle
:: Importer (12) - Kernel (24)
- Psych (19)
- TSort (70)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - APOPSession (12)
- BadAlias (12)
- DRbUndumped (12)
- E2MM (6)
- Group (9)
- HTTPClientException (7)
- HTTPGatewayTimeOut (7)
- HTTPMovedTemporarily (12)
- HTTPMultipleChoice (12)
- HTTPRequestEntityTooLarge (7)
- HTTPRequestTimeOut (7)
- HTTPRequestURITooLarge (12)
- HTTPRequestURITooLong (7)
- HTTPRequestedRangeNotSatisfiable (7)
- HTTPSession (12)
- Mapping (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - Nodes (12)
- POP (12)
- POPSession (12)
- Parser (12)
- Passwd (9)
- ProtocRetryError (12)
-
SCRIPT
_ LINES _ _ (12) - SMTPSession (12)
- Sequence (12)
- Signer (12)
- UnboundMethod (12)
- UnparserError (12)
-
_ _ callee _ _ (12) -
_ _ method _ _ (12) - alias (12)
-
alias
_ command (18) -
alias
_ extension (12) -
alias
_ map (6) - aliases (12)
- anchor (12)
- anchor= (12)
-
attribute
_ alias _ singular (12) -
callee
_ id (12) -
each
_ strongly _ connected _ component (23) -
each
_ strongly _ connected _ component _ from (23) -
find
_ local _ symbol (12) -
irb
/ completion (12) -
method
_ id (12) -
module
_ function (36) - new (12)
-
ole
_ type (12) - pack (21)
- pack テンプレート文字列 (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
safe
_ load (19) -
strongly
_ connected _ components (12) - tsort (12)
- typealias (12)
-
unalias
_ command (6) - unpack (12)
- クラス/メソッドの定義 (12)
- 字句構造 (12)
検索結果
先頭5件
-
pack テンプレート文字列 (26156.0)
-
pack テンプレート文字列
...pack テンプレート文字列
以下にあげるものは、Array#pack、String#unpack
のテンプレート文字の一覧です。テンプレート文字は後に「長さ」を表す数字
を続けることができます。「長さ」の代わりに`*'とすることで「残り全て」......ort
i,i!: signed int
I,I!: unsigned int
l!: signed long
L!: unsigned long
q!: signed long long
Q!: unsigned long long
j,j!: intptr_t
J,J!: uintptr_t
//}
: エンディアン依存、整数サイズ非依存 (C99 の stdint.h にある厳密な幅を持つ整数型に適切)
//emlist......\xFF\xFF\xFE"
n = s.unpack("N").pack("l").unpack("l")[0]
n # => -2
//}
: IPアドレス
//emlist[][ruby]{
require 'socket'
official_hostname, alias_hostnames, address_family, *address_list = Socket.gethostbyname("localhost")
address_list.find {|address| address.size == 4 }.unpack("C4").join(".")
#......pack テンプレート文字列
以下にあげるものは、Array#pack、String#unpack、String#unpack1
のテンプレート文字の一覧です。テンプレート文字は後に「長さ」を表す数字
を続けることができます。「長さ」の代わりに`*'とすることで... -
Psych
:: Nodes :: Alias (21038.0) -
YAML の alias http://yaml.org/spec/1.1/#alias を表すクラス。
...YAML の alias http://yaml.org/spec/1.1/#alias を表すクラス。
anchor で別の YAML の要素を指します。
alias は YAML の AST の葉のノードであり、子ノードを持ちません。... -
Shell
:: CommandProcessor . alias _ map -> Hash (12217.0) -
Shell::CommandProcessor.alias_command で定義したエイリアスの一覧を返します。
...Shell::CommandProcessor.alias_command で定義したエイリアスの一覧を返します。... -
Fiddle
:: Importer # typealias(new , orig) -> () (12200.0) -
extern や struct で利用する型の別名を定義します。
...extern や struct で利用する型の別名を定義します。
@param new 別名(文字列)
@param orig 別名を付けたい型の名前(文字列)
@see Fiddle::Importer#extern, Fiddle::Importer#sizeof,
Fiddle::Importer#struct, Fiddle::Importer#union... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self (9310.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self (9310.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (9207.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます。
s.require_path = 'mylib'
@param singular 属性名の単数形を指定します。
@param plural 属性名の複数形を... -
Shell
:: CommandProcessor . unalias _ command(alias) -> self (9207.0) -
エイリアスを削除します。
...エイリアスを削除します。
@param alias 削除したいエイリアスを指定します。... -
Psych
:: Handler # alias(anchor) -> () (9135.0) -
anchor という名前の alias を見付けたときに呼び出されます。
...の alias を見付けたときに呼び出されます。
必要に応じてこのメソッドを override してください。
@param anchor aliasのアンカー文字列
=== 例
以下の YAMLドキュメントは自分自身への参照を持つ配列を表しています。
--- &ponies......- first element
- *ponies
この &ponies が anchor で *ponies が alias です。この場合、
alias メソッドは "poines" という引数で呼び出されます。... -
WIN32OLE
_ TYPE # ole _ type -> String | nil (9112.0) -
selfの型の種類(TYPEKIND)を取得します。
...型の種類(TYPEKIND)を取得します。
@return selfの型の種類を文字列で返します。情報が取得できない場合はnilを返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Application')
p tobj.ole_type # => Class
ole_typeには以下が......(3)
: Dispatch
OLEオートメーションサーバ(4)
: Class
コンポーネントクラス(InterfaceやDispatchの実装)(5)
: Alias
他の型の別名(6)
: Union
共用体(7)
: Max
型の種類を示す列挙体の終端マーカ(8)
MaxはTYPEKINDの終端......マーカなので意味を持ちません。
@see WIN32OLE_TYPE#typekind... -
RDoc
:: Parser . alias _ extension(old _ ext , new _ ext) -> bool (9101.0) -
old_ext に登録されたパーサを new_ext でも解析できるようにエイリアスを登 録します。
...old_ext に登録されたパーサを new_ext でも解析できるようにエイリアスを登
録します。
@param old_ext 拡張子を文字列で指定します。
@param new_ext 拡張子を文字列で指定します。
@return エイリアスが登録された場合は true を返し...