701件ヒット
[1-100件を表示]
(0.075秒)
別のキーワード
種類
- ライブラリ (348)
- インスタンスメソッド (228)
- 定数 (96)
- クラス (24)
- 文書 (5)
ライブラリ
- getoptlong (12)
-
net
/ ftp (12) - openssl (12)
- optparse (120)
-
rubygems
/ command (24) -
rubygems
/ commands / help _ command (36) -
rubygems
/ commands / which _ command (12) - socket (48)
- win32ole (72)
クラス
-
Gem
:: Command (24) -
Gem
:: Commands :: HelpCommand (24) - GetoptLong (12)
-
Net
:: FTP (12) - OptionParser (120)
- Socket (24)
-
WIN32OLE
_ METHOD (36) -
WIN32OLE
_ TYPE (36)
モジュール
-
OpenSSL
:: X509 (12) -
Socket
:: Constants (24)
キーワード
- EXAMPLES (12)
- HelpCommand (12)
-
NEWS for Ruby 3
. 0 . 0 (5) -
PF
_ PIP (24) -
PF
_ RTIP (24) - PLATFORMS (12)
-
PURPOSE
_ OCSP _ HELPER (12) - WhichCommand (12)
- debug (12)
- getoptlong (12)
- help (24)
- helpcontext (24)
- helpfile (24)
- helpstring (24)
-
on
_ head (12) -
on
_ tail (12) - parse (24)
- parse! (12)
- rake (12)
- rubygems (12)
-
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ security (12) -
show
_ help (12) -
summary
_ indent (12) -
summary
_ width (12) -
to
_ a (12) -
to
_ s (12)
検索結果
先頭5件
-
getoptlong (26024.0)
-
getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。
...getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド
行オプションの解析を行う Ruby のライブラリです。
=== GNU getopt_long() とは?
GNU getopt_long() は、コマンド行オプションの解析を行う C の関数です。多
くの GNU ソフ......トウェアがこの関数を使用しています。GNU getopt_long() そし
て getoptlong には、以下のような特徴があります。
* 伝統的な一文字オプションに加えて、長いオプションに対応しています。長
いオプションは `-' の代わりに `-......Usage: command [option...]
Options:
-m SIZE --max-size SIZE Set maximum size
-q --quiet --silence Suppress all warnings
--help Output this help, then exit
--version Output version number, then exit
まず、`getoptlong.rb... -
Gem
:: Command :: HELP -> String (21201.0) -
ヘルプメッセージを表す文字列です。
ヘルプメッセージを表す文字列です。 -
WIN32OLE
_ METHOD # helpstring -> String | nil (12300.0) -
メソッドのヘルプ文字列を取得します。
...メソッドのヘルプ文字列を取得します。
helpstringは、IDEがメソッドのバルーンヘルプを表示するような場合に利用可
能な、1行程度でメソッドを説明する文字列です。
@return ヘルプ文字列を返します。未定義ならばnilを返し......ます。
tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
method = WIN32OLE_METHOD.new(tobj, 'Navigate')
puts method.helpstring # => Navigates to a URL or file.... -
WIN32OLE
_ TYPE # helpstring -> String | nil (12300.0) -
型のドキュメント文字列を取得します。
...を返します。未定義の場合はnilを返します。
tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
p tobj.helpstring # => "Web Browser interface"
ドキュメント文字列は、コンテキストヘルプなどに利用可能な型の簡単な説明文で... -
rubygems
/ commands / help _ command (12012.0) -
Gem コマンドに関するヘルプを提供するためのライブラリです。
...Gem コマンドに関するヘルプを提供するためのライブラリです。
Usage: gem help ARGUMENT [options]
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします......config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
commands gem......コマンドのサブコマンドの一覧を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘルプを提供します... -
rubygems
/ commands / generate _ index _ command (12006.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この......--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the......a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like
this:
g... -
Gem
:: Command # show _ help -> () (9101.0) -
コマンドの使用方法を表示します。
コマンドの使用方法を表示します。 -
Gem
:: Commands :: HelpCommand (9000.0) -
Gem コマンドに関するヘルプを提供するためのクラスです。
...Gem コマンドに関するヘルプを提供するためのクラスです。... -
Net
:: FTP # help(arg = nil) -> String (6323.0) -
サーバからの help 情報を返します。
...サーバからの help 情報を返します。
@param arg HELP コマンドのパラメータを指定します。
@raise Net::FTPTempError 応答コードが 4yz のときに発生します。
@raise Net::FTPPermError 応答コードが 5yz のときに発生します。
@raise Net::FTPProtoErr...