348件ヒット
[101-200件を表示]
(0.076秒)
ライブラリ
- ビルトイン (104)
-
cgi
/ html (12) - fcntl (12)
- logger (12)
-
mutex
_ m (12) -
net
/ ftp (10) -
net
/ imap (12) - readline (24)
- shell (6)
-
shell
/ builtin-command (36) -
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httputils (12)
クラス
- Array (16)
- Logger (12)
- Module (36)
-
Net
:: FTP :: MLSxEntry (10) -
Net
:: IMAP (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)
- APPEND (12)
- AppendFile (6)
- AppendIO (6)
- Class (12)
-
O
_ APPEND (12) -
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) - logger (12)
-
nOE
_ element _ def (12) - new (24)
- open (24)
- push (8)
-
rb
_ include _ module (12) -
rb
_ mod _ append _ features (12)
検索結果
先頭5件
-
Readline
. completion _ append _ character -> String (12207.0) -
ユーザの入力の補完が完了した場合に、最後に付加する文字を取得します。
...ユーザの入力の補完が完了した場合に、最後に付加する文字を取得します。
@raise NotImplementedError サポートしていない環境で発生します。
@see Readline.completion_append_character=... -
Net
:: FTP :: MLSxEntry # appendable? -> bool (12200.0) -
エントリが追記可能であれば true を返します。
...エントリが追記可能であれば true を返します。
APPE コマンド(Net::FTP#putbinaryfile など)
が適用可能であるかどうかを意味します。... -
static NODE * block
_ append(NODE *head , NODE *tail) (12200.0) -
head と tail を NODE_BLOCK のリストとして連結し、 先頭ノードを返します。head または tail が NODE_BLOCK でない場合は NODE_BLOCK に入れたうえでそれを連結します。 head もしくは tail が NULL なら連結はせず、 NULL でないほうを返します。
...head と tail を NODE_BLOCK のリストとして連結し、
先頭ノードを返します。head または tail が NODE_BLOCK
でない場合は NODE_BLOCK に入れたうえでそれを連結します。
head もしくは tail が NULL なら連結はせず、
NULL でないほうを返しま... -
Shell
:: AppendFile (12000.0) -
-
Module
# append _ features(module _ or _ class) -> self (9219.0) -
モジュール(あるいはクラス)に self の機能を追加します。
...クラス)に self の機能を追加します。
このメソッドは Module#include の実体であり、
include を Ruby で書くと以下のように定義できます。
//emlist[例][ruby]{
def include(*modules)
modules.reverse_each do |mod|
# append_features や included はプラ......イベートメソッドなので
# 直接 mod.append_features(self) などとは書けない
mod.__send__(:append_features, self)
mod.__send__(:included, self)
end
end
//}
@see Module#included... -
WEBrick
:: HTTPUtils :: FormData # append _ data(data) -> self (9201.0) -
WEBrick::HTTPUtils の内部で使われます。ユーザがこのメソッドを直接呼ぶことはありません。
...WEBrick::HTTPUtils の内部で使われます。ユーザがこのメソッドを直接呼ぶことはありません。... -
Fcntl
:: O _ APPEND -> Integer (9101.0) -
ファイルを追記モードで開きます。
ファイルを追記モードで開きます。 -
File
:: Constants :: APPEND -> Integer (9101.0) -
追記モードでファイルを開くときに指定します。 File.openで使用します。
...追記モードでファイルを開くときに指定します。
File.openで使用します。... -
Shell
:: AppendIO (9000.0) -
-
static VALUE rb
_ mod _ append _ features(VALUE module , VALUE include) (6500.0) -