401件ヒット
[201-300件を表示]
(0.057秒)
別のキーワード
ライブラリ
- ビルトイン (92)
-
cgi
/ html (12) - fcntl (12)
- logger (9)
-
mutex
_ m (12) -
net
/ ftp (10) -
net
/ imap (12) - rake (48)
- readline (24)
- shell (6)
-
shell
/ builtin-command (36) -
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httputils (12)
クラス
- Array (16)
- Logger (9)
- Module (36)
-
Net
:: FTP :: MLSxEntry (10) -
Net
:: IMAP (12) -
Rake
:: InvocationChain (24) -
Rake
:: InvocationChain :: EmptyInvocationChain (12) - Shell (6)
-
Shell
:: AppendFile (12) -
Shell
:: AppendIO (12) -
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - String (4)
-
WEBrick
:: HTTPUtils :: FormData (12)
モジュール
-
CGI
:: TagMaker (12) - Fcntl (12)
-
File
:: Constants (12) - Kernel (24)
-
Mutex
_ m (12) - Readline (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - << (1)
- AppendFile (6)
- AppendIO (6)
- InvocationChain (12)
-
NEWS for Ruby 2
. 5 . 0 (8) -
O
_ APPEND (12) - append (74)
-
append
_ as _ bytes (1) -
append
_ data (12) -
append
_ features (24) - appendable? (10)
-
block
_ append (12) -
completion
_ append _ character (12) -
completion
_ append _ character= (12) - concat (2)
- include (12)
- included (12)
- input= (12)
-
list
_ append (12) -
literal
_ append (12) -
local
_ append (12) -
nOE
_ element _ def (12) - new (21)
- open (24)
- push (8)
-
rb
_ mod _ append _ features (12) -
rb
_ parser _ append _ print (12) -
ruby 1
. 6 feature (12)
検索結果
先頭5件
-
static NODE * list
_ append(NODE *head , NODE *tail) (12200.0) -
NODE_LIST のリスト head に非 NODE_LIST のノード tail を連結し、先頭ノードを返します。head が NULL のときは tail を NODE_LIST でラップして返します。
NODE_LIST のリスト head に非 NODE_LIST のノード
tail を連結し、先頭ノードを返します。head が NULL
のときは tail を NODE_LIST でラップして返します。 -
static NODE * literal
_ append(NODE *head , NODE *tail) (12200.0) -
-
static VALUE rb
_ mod _ append _ features(VALUE module , VALUE include) (12200.0) -
-
static int local
_ append(ID id) (12200.0) -
新しいローカル変数 id をテーブルに追加します。
新しいローカル変数 id をテーブルに追加します。 -
Shell
:: AppendFile (12000.0) -
-
Shell
:: AppendIO (12000.0) -
-
Array
# push(*obj) -> self (9107.0) -
指定された obj を順番に配列の末尾に追加します。 引数を指定しなければ何もしません。
...なければ何もしません。
@param obj 自身に追加したいオブジェクトを指定します。
//emlist[例][ruby]{
array = [1, 2, 3]
array.push 4
array.push [5, 6]
array.push 7, 8
p array # => [1, 2, 3, 4, [5, 6], 7, 8]
//}
@see Array#pop, Array#shift, Array#unshift, Array... -
Shell
:: AppendFile # input=(filter) (9100.0) -
@todo
@todo -
Shell
:: AppendIO # input=(filter) (9100.0) -
@todo
@todo -
Kernel
. # open(file , mode _ enc = "r" , perm = 0666) -> IO (6206.0) -
file をオープンして、IO(Fileを含む)クラスのインスタンスを返します。
...である時、open は Ruby の子プロセス
を生成し、その子プロセスとの間のパイプ(IOオブジェクト)を返し
ます。(このときの動作は、IO.popen と同じです。
File.open にはパイプラインを生成する機能はありません)。
Perlと異なり......ます。
@param file ファイルを文字列で指定します。整数を指定した場合はファイルディスクリプタとして扱います。
@param mode_enc モード・エンコーディングを文字列か定数の論理和で指定します。後述。
@param perm open(2) の第 3......プンします。
オープン時にファイルがすでに存在していれば
その内容を空にします。
: "a", WRONLY|CREAT|APPEND
ファイルを書き込みモードでオープンします。
出力は 常に ファイルの末尾に追加されます。
例え... -
Kernel
. # open(file , mode _ enc = "r" , perm = 0666) {|io| . . . } -> object (6206.0) -
file をオープンして、IO(Fileを含む)クラスのインスタンスを返します。
...である時、open は Ruby の子プロセス
を生成し、その子プロセスとの間のパイプ(IOオブジェクト)を返し
ます。(このときの動作は、IO.popen と同じです。
File.open にはパイプラインを生成する機能はありません)。
Perlと異なり......ます。
@param file ファイルを文字列で指定します。整数を指定した場合はファイルディスクリプタとして扱います。
@param mode_enc モード・エンコーディングを文字列か定数の論理和で指定します。後述。
@param perm open(2) の第 3......プンします。
オープン時にファイルがすでに存在していれば
その内容を空にします。
: "a", WRONLY|CREAT|APPEND
ファイルを書き込みモードでオープンします。
出力は 常に ファイルの末尾に追加されます。
例え... -
Shell
:: AppendFile . new(sh , filename) (6000.0) -
@todo
@todo
