1194件ヒット
[1-100件を表示]
(0.114秒)
別のキーワード
ライブラリ
- ビルトイン (72)
-
cgi
/ html (264) -
irb
/ context (24) -
irb
/ input-method (180) - logger (24)
-
rdoc
/ markup (36) - rss (456)
-
rubygems
/ package / tar _ input (72) -
shell
/ builtin-command (12) -
shell
/ filter (12) -
shell
/ system-command (6) - win32ole (24)
- zlib (12)
クラス
-
Encoding
:: Converter (60) -
Encoding
:: InvalidByteSequenceError (12) -
Gem
:: Package :: TarInput (72) -
IRB
:: Context (24) -
IRB
:: FileInputMethod (24) -
IRB
:: InputMethod (36) -
IRB
:: ReadlineInputMethod (60) -
IRB
:: StdioInputMethod (60) - Logger (24)
-
RDoc
:: Markup (36) -
RSS
:: Maker :: RSSBase (12) -
RSS
:: Maker :: TextinputBase (96) -
RSS
:: RDF (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: RDF :: Textinput (144) -
RSS
:: Rss (12) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: TextInput (96) -
Shell
:: AppendFile (6) -
Shell
:: AppendIO (6) -
Shell
:: Filter (12) -
Shell
:: SystemCommand (6) -
WIN32OLE
_ PARAM (24) -
Zlib
:: GzipFile :: Error (12)
モジュール
-
CGI
:: HtmlExtension (264)
キーワード
- about (12)
- about= (12)
-
add
_ html (12) -
add
_ special (12) -
add
_ word _ pair (12) - checkbox (24)
-
checkbox
_ group (24) - close (12)
- date (12)
- date= (12)
- debug (24)
- description (36)
- description= (36)
- each (12)
- encoding (36)
- eof? (24)
-
extract
_ entry (12) -
file
_ field (24) -
file
_ input? (12) -
file
_ name (12) - gets (48)
- hidden (24)
-
incomplete
_ input? (12) - input= (24)
- input? (12)
- io (12)
- line (24)
- link (36)
- link= (36)
-
load
_ gemspec (12) - name (36)
- name= (36)
- output? (12)
-
password
_ field (24) -
primitive
_ convert (48) -
primitive
_ errinfo (12) -
radio
_ group (24) -
readable
_ atfer _ eof? (36) - reset (24)
- resource (12)
- resource= (12)
- submit (24)
- textInput (12)
- textInput= (12)
-
text
_ field (24) - textinput (48)
- textinput= (24)
- title (36)
- title= (36)
-
zipped
_ stream (12)
検索結果
先頭5件
-
Shell
:: Filter # input -> Shell :: Filter | nil (18102.0) -
現在のフィルターを返します。
現在のフィルターを返します。 -
Zlib
:: GzipFile :: Error # input -> String | nil (18102.0) -
読み込んだ文字列(gzip 形式で圧縮されたもの)を返します。
読み込んだ文字列(gzip 形式で圧縮されたもの)を返します。 -
WIN32OLE
_ PARAM # input? -> bool (6120.0) -
パラメータがクライアントからサーバへ与えるものかを判定します。
...N32OLE_PARAM#input?が真)、out(サーバがクライアントへ与える。
WIN32OLE_PARAM#output?が真)および、inout(クライアントからサーバ
へ与え、サーバがクライアントへ与える)の3種類の方向属性のいずれかを持ち
ます。
input?メソッド......たはinoutならば真を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook')
method = WIN32OLE_METHOD.new(tobj, 'SaveAs')
param1 = method.params[0]
puts param1.input? # => true
@see http://msdn.microsoft.com/en-us/library/aa367051(v=VS.85).aspx... -
Encoding
:: InvalidByteSequenceError # incomplete _ input? -> bool (6114.0) -
エラー発生時に入力文字列が不足している場合に真を返します。
...SequenceError: "\xA1" followed by "z" on EUC-JP>
p $!.incomplete_input? #=> false
end
begin
ec.convert("abc\xA1")
ec.finish
rescue Encoding::InvalidByteSequenceError
p $! #=> #<Encoding::InvalidByteSequenceError: incomplete "\xA1" on EUC-JP>
p $!.incomplete_input? #=> true
end
//}... -
IRB
:: Context # file _ input? -> bool (6102.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
Shell
:: AppendFile # input=(filter) (6102.0) -
@todo
@todo -
Shell
:: AppendIO # input=(filter) (6102.0) -
@todo
@todo -
Shell
:: Filter # input=(filter) (6102.0) -
フィルターを設定します。
フィルターを設定します。
@param filter フィルターを指定します。 -
Shell
:: SystemCommand # input=(inp) (6102.0) -
@todo
@todo -
RSS
:: Maker :: RSSBase # textinput (6101.0) -
@todo textinput要素を生成するオブジェクトを返します.
...@todo
textinput要素を生成するオブジェクトを返します.... -
RSS
:: RDF # textinput (6101.0) -
@todo
@todo