2166件ヒット
[1-100件を表示]
(0.053秒)
ライブラリ
クラス
-
Logger
:: Application (6) -
Net
:: HTTP (72) -
OpenSSL
:: ASN1 :: ASN1Data (24) -
OpenSSL
:: ASN1 :: BMPString (24) -
OpenSSL
:: ASN1 :: BitString (24) -
OpenSSL
:: ASN1 :: Boolean (24) -
OpenSSL
:: ASN1 :: Enumerated (24) -
OpenSSL
:: ASN1 :: GeneralString (24) -
OpenSSL
:: ASN1 :: GeneralizedTime (24) -
OpenSSL
:: ASN1 :: GraphicString (24) -
OpenSSL
:: ASN1 :: IA5String (24) -
OpenSSL
:: ASN1 :: ISO64String (24) -
OpenSSL
:: ASN1 :: Integer (24) -
OpenSSL
:: ASN1 :: Null (24) -
OpenSSL
:: ASN1 :: NumericString (24) -
OpenSSL
:: ASN1 :: ObjectId (24) -
OpenSSL
:: ASN1 :: OctetString (24) -
OpenSSL
:: ASN1 :: PrintableString (24) -
OpenSSL
:: ASN1 :: Sequence (24) -
OpenSSL
:: ASN1 :: Set (24) -
OpenSSL
:: ASN1 :: T61String (24) -
OpenSSL
:: ASN1 :: UTCTime (24) -
OpenSSL
:: ASN1 :: UTF8String (24) -
OpenSSL
:: ASN1 :: UniversalString (24) -
OpenSSL
:: ASN1 :: VideotexString (24) -
Rake
:: Application (72) -
Rake
:: FileTask (24) -
Rake
:: Task (12) - WIN32OLE (276)
-
WIN32OLE
_ EVENT (60) -
WIN32OLE
_ METHOD (36) -
WIN32OLE
_ PARAM (12) -
WIN32OLE
_ TYPE (96) -
WIN32OLE
_ VARIANT (12)
モジュール
-
CGI
:: HtmlExtension (48) -
Net
:: HTTPHeader (24) -
OpenSSL
:: ASN1 (540) -
OpenSSL
:: X509 (12) -
OpenURI
:: Meta (12) - Rake (12)
-
Rake
:: TaskManager (120) - URI (24)
-
WEBrick
:: HTTPUtils (24)
キーワード
- ASN1 (12)
- Application (1)
- BMPString (24)
- BitString (24)
- Boolean (24)
-
DEFAULT
_ RAKEFILES (12) - Enumerated (24)
- FormData (12)
- GeneralString (24)
- GeneralizedTime (24)
- GraphicString (24)
- IA5String (24)
- ISO64String (24)
- Integer (24)
-
NEWS for Ruby 2
. 2 . 0 (11) - Null (24)
- NumericString (24)
- OCSP (12)
- ObjectId (24)
- OctetString (24)
- PrintableString (24)
- Sequence (24)
- Set (24)
- T61String (24)
- UTCTime (24)
- UTF8String (24)
- UniversalString (24)
-
V
_ ERR _ APPLICATION _ VERIFICATION (12) - VideotexString (24)
-
WIN32OLE
_ EVENT (12) -
WIN32OLE
_ TYPE (12) -
WIN32OLE
_ TYPELIB (12) - [] (12)
-
_ getproperty (12) -
_ invoke (12) -
_ setproperty (12) - appname (1)
-
cgi
/ session (12) - connect (12)
-
const
_ load (12) -
content
_ type (12) -
current
_ scope (12) -
decode
_ www _ form (12) -
define
_ task (12) - each (12)
-
encode
_ www _ form (12) - form (48)
-
form
_ data= (12) - guid (12)
- handler= (12)
-
in
_ namespace (12) - intern (12)
- invoke (12)
-
last
_ comment (12) -
last
_ description (12) -
load
_ mime _ types (12) - log (2)
- lookup (12)
-
mime
_ type (12) - name (24)
- needed? (12)
-
net
/ http (12) - new (601)
-
ole
_ free (12) -
ole
_ func _ methods (12) -
ole
_ get _ methods (12) -
ole
_ method (12) -
ole
_ method _ help (12) -
ole
_ methods (12) -
ole
_ obj _ help (12) -
ole
_ put _ methods (12) -
ole
_ query _ interface (12) -
ole
_ respond _ to? (12) -
ole
_ show _ help (12) -
ole
_ type (24) -
ole
_ typelib (12) -
on
_ event (12) -
on
_ event _ with _ outargs (12) -
original
_ dir (12) - post (24)
- post2 (24)
- progid (12)
- progids (12)
- rakefile (12)
-
request
_ post (24) -
return
_ type (12) -
return
_ type _ detail (12) -
return
_ vtype (12) -
rubygems
/ commands / lock _ command (12) -
set
_ form _ data (12) -
set
_ log (1) - setproperty (24)
- start (1)
-
synthesize
_ file _ task (12) -
tag
_ class (12) - tasks (12)
-
to
_ s (12) -
top
_ level _ tasks (12) - traverse (12)
- visible? (12)
検索結果
先頭5件
-
Rake
:: Task # application -> Rake :: Application (18318.0) -
自身を所有している Rake::Application のインスタンスを返します。
...自身を所有している Rake::Application のインスタンスを返します。... -
Rake
. application -> Rake :: Application (18314.0) -
現在の Rake アプリケーションを返します。
.../emlist[][ruby]{
# Rakefile での記載例とする
require 'pp'
task default: :test_rake_app
task :test_rake_app do
pp Rake.application
end
# => #<Rake::Application:0x31b0f18
# @default_loader=#<Rake::DefaultLoader:0x31b0c78>,
# @imported=[],
# @last_description=nil,
# @loader... -
OpenSSL
:: X509 :: V _ ERR _ APPLICATION _ VERIFICATION -> Integer (6201.0) -
アプリケーションが利用するエラーコードです。
アプリケーションが利用するエラーコードです。
OpenSSL のライブラリでは使われないので、
アプリケーションプログラマが自由に利用することが可能です。
OpenSSL::X509::Store#error や
OpenSSL::X509::StoreContext#error のエラーコードとして
使われます。
@see OpenSSL::X509::Store#verify_callback=,
OpenSSL::X509::StoreContext#error= -
Logger
:: Application (6030.0) -
ユーザ定義のアプリケーションにログ機能を簡単に追加することができます。
...スタンス化して start メソッドを呼び出します。
例:
class FooApp < Application
def initialize(foo_app, application_specific, arguments)
super('FooApp') # Name of the application.
end
def run
...
log(WARN, 'warning', 'my_method1')
..........error('my_method2') { 'Error!' }
...
end
end
status = FooApp.new(....).start
=== 注意
このクラスは 2.2.0 で gem ライブラリとして切り離されました。2.2.0
以降ではそちらを利用してください。
* https://rubygems.org/gems/logger-application... -
Logger
:: Application . new(appname = nil) -> Logger :: Application (3201.0) -
このクラスを初期化します。
このクラスを初期化します。
@param appname アプリケーション名を指定します。 -
Rake
:: Application # name -> String (3106.0) -
アプリケーションの名前を返します。通常は 'rake' という名前を返します。
...アプリケーションの名前を返します。通常は 'rake' という名前を返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.name # => "rake"
end
//}... -
Rake
:: Application # options -> OpenStruct (3106.0) -
コマンドラインで与えられたアプリケーションのオプションを返します。
...ションを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.options # => #<OpenStruct always_multitask=false, backtrace=false, build_all=false, dryrun=false, ignore_deprecate=false, ignore_system=false, j... -
Rake
:: Application # original _ dir -> String (3106.0) -
rake コマンドを実行したディレクトリを返します。
...rake コマンドを実行したディレクトリを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.original_dir # => "/path/to/dir"
end
//}... -
Rake
:: Application # rakefile -> String (3106.0) -
実際に使用されている Rakefile の名前を返します。
...実際に使用されている Rakefile の名前を返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.rakefile # => "Rakefile"
end
//}... -
Rake
:: Application # top _ level _ tasks -> Array (3106.0) -
コマンドラインで指定されたタスクのリストを返します。
...コマンドラインで指定されたタスクのリストを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :test_rake_app
task :test_rake_app do
Rake.application.top_level_tasks # => ["default"]
end
//}... -
Logger
:: Application # appname -> String (3100.0) -
アプリケーション名を取得します。
アプリケーション名を取得します。 -
Logger
:: Application # log(severity , message = nil) -> true (3100.0) -
メッセージをログに記録します。
メッセージをログに記録します。
ブロックを与えた場合はブロックを評価した返り値をメッセージとしてログに記録します。
@param severity ログレベル。Logger::Severity クラスで定義されている定数を指定します。
この値がレシーバーに設定されているレベルよりも低い場合、
メッセージは記録されません。
@param message ログに出力するメッセージを文字列か例外オブジェクトを指定します。
省略すると nil が用いられます。
@see Logger#add