1296件ヒット
[1-100件を表示]
(0.067秒)
別のキーワード
ライブラリ
- ビルトイン (460)
-
cgi
/ session / pstore (12) -
net
/ ftp (32) -
net
/ http (48) -
net
/ imap (24) -
net
/ pop (132) - ostruct (24)
- pathname (24)
- pstore (12)
- readline (36)
-
rexml
/ document (72) -
rinda
/ tuplespace (12) -
rubygems
/ dependency _ list (12) - sdbm (36)
- set (36)
-
shell
/ command-processor (12) - socket (12)
- tempfile (24)
-
webrick
/ httpauth / htdigest (12) -
webrick
/ httpauth / htpasswd (12) -
webrick
/ httpserver (12) -
webrick
/ httpservlet / abstract (72) -
win32
/ registry (48) - win32ole (12)
クラス
- Array (129)
-
CGI
:: Session :: PStore (12) - Dir (36)
- File (24)
-
Gem
:: DependencyList (12) - Hash (130)
-
Net
:: FTP (12) -
Net
:: FTP :: MLSxEntry (10) -
Net
:: HTTP (12) -
Net
:: IMAP (24) -
Net
:: POP3 (96) -
Net
:: POPMail (36) - OpenStruct (12)
- PStore (12)
- Pathname (24)
-
REXML
:: Element (12) -
REXML
:: Elements (12) -
REXML
:: Parent (48) -
Rinda
:: TupleSpace (12) - SDBM (36)
- Set (48)
-
Shell
:: CommandProcessor (12) - String (92)
- Tempfile (24)
-
WEBrick
:: HTTPAuth :: Htdigest (12) -
WEBrick
:: HTTPAuth :: Htpasswd (12) -
WEBrick
:: HTTPServer :: MountTable (12) -
WEBrick
:: HTTPServlet :: AbstractServlet (72) -
WIN32OLE
_ VARIANT (12)
モジュール
-
Net
:: HTTPHeader (12) -
Win32
:: Registry :: API (48)
オブジェクト
- ENV (34)
-
Readline
:: HISTORY (36)
キーワード
- DELETED (12)
- Delete (12)
- DeleteKey (12)
- DeleteValue (12)
- HTTPRequest (12)
- MLSxEntry (10)
-
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - OpenStruct (12)
- RegDeleteKey (12)
- RegDeleteValue (12)
- Set (3)
- TCPServer (12)
- chomp (8)
- chomp! (8)
- chop (8)
- chop! (8)
- debug (12)
- deletable? (10)
- delete! (24)
- delete? (12)
-
delete
_ all (60) -
delete
_ at (36) -
delete
_ field (12) -
delete
_ if (96) -
delete
_ namespace (12) -
delete
_ passwd (24) -
delete
_ prefix (8) -
delete
_ prefix! (8) - deleted? (12)
-
do
_ DELETE (12) -
do
_ GET (12) -
do
_ HEAD (12) -
do
_ OPTIONS (12) -
do
_ POST (12) -
do
_ PUT (12) - foreach (12)
-
keep
_ if (72) -
net
/ pop (12) - new (12)
- notify (12)
- pack (21)
- pack テンプレート文字列 (12)
- pop (12)
- reject (24)
- reject! (72)
-
remove
_ by _ name (12) - reset (12)
- rm (6)
- rmdir (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) - select! (20)
- set (9)
- shift (12)
- start (24)
-
start
_ with? (8) - unlink (48)
- unpack (12)
- セキュリティモデル (2)
検索結果
先頭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......1].pack("ccxxcc") # => "Ru\x00\x00by"
//}
: "x" で文字を読み飛ばす事が出来る
//emlist[][ruby]{
"Ru\x00\x00by".unpack('ccxxcc') # => [82, 117, 98, 121]
//}
: Hexダンプを数値の配列に変換する例
//emlist[][ruby]{
"61 62 63 64 65 66".delete(' ').lines.pack('H*').unpac......pack テンプレート文字列
以下にあげるものは、Array#pack、String#unpack、String#unpack1
のテンプレート文字の一覧です。テンプレート文字は後に「長さ」を表す数字
を続けることができます。「長さ」の代わりに`*'とすることで... -
Net
:: HTTP # delete(path , initheader = nil) -> Net :: HTTPResponse (21223.0) -
サーバの path に DELETE リクエストを ヘッダを initheader として送ります。
...サーバの path に DELETE リクエストを
ヘッダを initheader として送ります。
レスポンスを Net::HTTPResponse のオブジェクト
で返します。
@param path リクエストを送るパスを文字列で与えます。
@param initheader リクエストのヘッダを......「文字列=>文字列」の
ハッシュで与えます。
@see Net::HTTP::Delete... -
Net
:: IMAP # delete(mailbox) -> Net :: IMAP :: TaggedResponse (21217.0) -
DELETE コマンドを送り、指定したメールボックスを削除します。
...DELETE コマンドを送り、指定したメールボックスを削除します。
@param mailbox 削除するメールボックスの名前(文字列)
@raise Net::IMAP::NoResponseError 指定した名前のメールボックスを削除できなかった場合
に発生します。指定... -
WEBrick
:: HTTPServer :: MountTable # delete(dir) -> WEBrick :: HTTPServlet :: AbstractServlet (21201.0) -
ディレクトリとサーブレットの対応を削除してサーブレットを返します。
...ディレクトリとサーブレットの対応を削除してサーブレットを返します。
@param dir ディレクトリを指定します。
@return WEBrick::HTTPServlet::AbstractServlet のサブクラスのインタンスを返します。... -
PStore
# delete(name) -> object (21125.0) -
ルートnameに対応する値を削除します。
...す。
@param name 探索するルート。
@return 削除した値を返します。
@raise PStore::Error トランザクション外でこのメソッドが呼び出された場合に発生します。
例:
require 'pstore'
db = PStore.new("/tmp/foo")
db.transaction do
p db.roots......# => []
ary = db["root"] = [1,2,3,4]
ary[0] = [1,1.5]
end
db.transaction do |pstore|
pstore.delete("root") # => [[1, 1.5], 2, 3, 4]
pstore.delete("root") # => nil
end
@see Hash#delete... -
Tempfile
# delete -> self (21113.0) -
テンポラリファイルをクローズせずに、削除します。 UNIXライクなシステムでは、 作成したテンポラリファイルが他のプログラムに使用される機会をなくすために、 テンポラリファイルを作成しオープンした後、 すぐに削除するということがしばしばおこなわれます。
...ンポラリファイルを作成しオープンした後、
すぐに削除するということがしばしばおこなわれます。
require "tempfile"
tf = Tempfile.new("foo")
tf.unlink
p tf.path # => nil
tf.print("foobar,hoge\n")
tf.rewind
p tf.gets("\n") # => "foobar,hoge\n"... -
Net
:: POPMail # delete -> () (21108.0) -
メールに削除マークを付けます。
...t::POP3#reset を呼ぶと削除マークは取り消されます。
delete! は obsolete です。
@raise TimeoutError 通信がタイムアウトした場合に発生します
@raise Net::POPError サーバが認証失敗以外のエラーを報告した場合に発生します
@raise Net::POPBa......dResponse サーバからの応答がプロトコル上不正であった場合に発生します
@see Net::POPMail#deleted?... -
Net
:: HTTPHeader # delete(key) -> [String] | nil (21107.0) -
key ヘッダフィールドを削除します。
...。
@param key 削除するフィールド名
@return 取り除かれたフィールドの値を返します。
key ヘッダフィールドが存在しなかった場合には
nil を返します。
//emlist[例][ruby]{
require 'net/http'
uri = URI.parse('http://www.example.com/i......ndex.html')
req = Net::HTTP::Get.new(uri.request_uri)
req.content_length = 10
req.content_length # => 10
req.delete("Content-Length") # => ["10"]
req.content_length # => nil
//}... -
Shell
:: CommandProcessor # delete(*filename) -> Integer (21107.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.delete...