るりまサーチ

最速Rubyリファレンスマニュアル検索!
3944件ヒット [1-100件を表示] (0.187秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

FileUtils#sh(*cmd) {|result, status| ... } (21232.0)

与えられたコマンドを実行します。

...

@
param cmd 引数の解釈に関しては Kernel.#exec を参照してください。


例:
sh
%{ls -ltr}

sh
'ls', 'file with spaces'

# check exit status after command runs
sh
%{grep pattern file} do |ok, res|
if ! ok
puts "pattern not found (status = #{res.exitsta...
...tus})"
end
end

@
see Kernel.#exec, Kernel.#system...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate (18217.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#alternate=() (18217.0)

@todo

...@todo...

RSS::XMLStyleSheetMixin#xml_stylesheets (18217.0)

@todo

...@todo...

RSS::XMLStyleSheetMixin#xml_stylesheets= (18217.0)

@todo

...@todo...

絞り込み条件を変える

Shell::SystemCommand#terminate -> () (18217.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#type (18117.0)

@todo

...@todo...

RSS::Maker::XMLStyleSheets::XMLStyleSheet#type=() (18117.0)

@todo

...@todo...

OpenSSL::X509::ExtensionFactory#create_ext_from_hash(hash) -> OpenSSL::X509::Extension (15413.0)

ハッシュから OpenSSL::X509::Extension オブジェクトを生成します。

...Extension オブジェクトを生成します。

渡すハッシュテーブルは
{"oid" => OID文字列, "value" => value文字列, "critical" => 真偽値 }
という内容が必要です。"critical" を省略した場合は false が
渡されるのと同じになります。

@
param hash...
...生成する拡張領域のデータのハッシュテーブル
@
see OpenSSL::X509::ExtensionFactory#create_ext...
<< 1 2 3 ... > >>