1177件ヒット
[1-100件を表示]
(0.097秒)
別のキーワード
ライブラリ
- ビルトイン (108)
- delegate (24)
- fiddle (24)
- logger (12)
- matrix (60)
-
minitest
/ unit (1) -
net
/ imap (24) -
net
/ pop (36) - openssl (60)
- pstore (24)
- rubygems (12)
-
rubygems
/ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ dependency _ installer (72) -
rubygems
/ doc _ manager (48) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ indexer (12) -
rubygems
/ installer (216) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (48) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (36) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (132) - shell (12)
-
shell
/ command-processor (12) -
shell
/ filter (12) -
syslog
/ logger (12) -
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
win32
/ registry (12)
クラス
- Delegator (24)
-
Fiddle
:: Closure :: BlockCaller (12) -
Fiddle
:: Function (12) -
Gem
:: Command (12) -
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: DependencyInstaller (72) -
Gem
:: DocManager (48) -
Gem
:: GemPathSearcher (12) -
Gem
:: Indexer (12) -
Gem
:: Installer (216) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (48) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (36) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (132) - Integer (8)
-
Logger
:: Formatter (12) - Matrix (60)
- Method (38)
- Module (12)
-
Net
:: IMAP (24) -
Net
:: POPMail (36) -
OpenSSL
:: Engine (12) -
OpenSSL
:: Netscape :: SPKI (24) -
OpenSSL
:: X509 :: Store (12) -
OpenSSL
:: X509 :: StoreContext (12) - PStore (24)
- Proc (26)
- Shell (12)
-
Shell
:: CommandProcessor (12) -
Shell
:: Filter (12) -
Syslog
:: Logger :: Formatter (12) - SystemCallError (12)
- UnboundMethod (12)
-
WEBrick
:: HTTPAuth :: BasicAuth (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12) -
Win32
:: Registry (12)
モジュール
-
Gem
:: InstallUpdateOptions (24) -
Gem
:: QuickLoader (12) -
MiniTest
:: Assertions (1)
キーワード
- << (14)
- >> (14)
- allbits? (8)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
bind
_ call (12) -
build
_ extensions (12) - call (84)
- challenge (36)
- challenge= (12)
- create (12)
-
dependencies
_ ok? (12) - download (12)
- echo (18)
-
ensure
_ dependency (12) - errno (12)
-
extract
_ files (12) - fetch (12)
-
find
_ all (12) -
find
_ gems _ with _ sources (12) -
find
_ index (24) -
find
_ matching (12) -
find
_ spec _ by _ name _ and _ version (12) - flags= (24)
-
formatted
_ program _ filename (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
get
_ all _ gem _ names (12) - glob (18)
- index (24)
- install (24)
-
install
_ indices (10) -
install
_ indicies (2) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - list (12)
- mail (12)
-
path
_ ok? (12) - pop (12)
-
protected
_ methods (12) - public (12)
-
public
_ methods (12) -
push
_ all _ highest _ version _ gems _ on _ load _ path (12) -
rdoc
_ installed? (12) -
read
_ all _ cache _ data (12) -
really
_ verbose (12) - rectangular (12)
- refresh (24)
- remove (12)
-
remove
_ all (12) -
remove
_ executables (12) - search (12)
-
search
_ with _ source (12) -
set
_ default (12) - shebang (12)
- skip (1)
- sort (12)
- spec (24)
-
uid
_ sort (12) -
ultra
_ safe (12) -
ultra
_ safe= (12) - uninstall (12)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
- update (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: Command # get _ all _ gem _ names -> Array (21302.0) -
コマンドラインで与えられた Gem の名前を全て取得して返します。
...コマンドラインで与えられた Gem の名前を全て取得して返します。
@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。... -
Net
:: POPMail # all -> String (18216.0) -
メールを受信します。
...通常 IO オブジェクトを渡します。
この場合引数として渡したオブジェクトを返します。
pop, all, mail はすべて同じ効果ですが、
all と mail は obsolete です。
使用例:
require 'net/pop'
Net::POP3.start('pop.example.com', 110,... -
Gem
:: DependencyInstaller # gems _ to _ install -> Array (18201.0) -
依存関係によりインストールされる予定の Gem のリストを返します。
...依存関係によりインストールされる予定の Gem のリストを返します。... -
Gem
:: DependencyInstaller # installed _ gems -> Array (18201.0) -
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。
...
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。... -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (18201.0) -
与えられた spec に対応する Gem をアンインストールします。
...与えられた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラ... -
Gem
:: Specification # post _ install _ message=(message) (15301.0) -
インストール完了後に表示するメッセージをセットします。
...インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。... -
Gem
:: QuickLoader # push _ all _ highest _ version _ gems _ on _ load _ path (15202.0) -
prelude.c で定義されている内部用のメソッドです。
prelude.c で定義されている内部用のメソッドです。 -
Gem
:: Specification # post _ install _ message -> String (15201.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
WEBrick
:: HTTPAuth :: DigestAuth # challenge(request , response , stale = false) (15201.0) -
クライアントにパスワードを要求するためにレスポンスに WWW-Authenticate ヘッダを 設定し、例外 WEBrick::HTTPStatus::Unauthorized を発生させます。
クライアントにパスワードを要求するためにレスポンスに WWW-Authenticate ヘッダを
設定し、例外 WEBrick::HTTPStatus::Unauthorized を発生させます。
@param request WEBrick::HTTPRequest のインスタンスを指定します。
@param response WEBrick::HTTPResponse のインスタンスを指定します。
@raise WEBrick::HTTPStatus::Unauthorized このメソッドを呼ぶと必ず発生します。