るりまサーチ

最速Rubyリファレンスマニュアル検索!
395件ヒット [1-100件を表示] (0.092秒)
トップページ > クエリ:-[x] > クエリ:on[x] > クエリ:base[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

検索結果

<< 1 2 3 ... > >>

CGI::HtmlExtension#base(href = "") -> String (21229.0)

base 要素を生成します。

...
base
要素を生成します。

@param href 文字列を指定します。属性をハッシュで指定することもできます。

例:
base
("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">"...

Digest::Base#clone -> Digest::Base (9302.0)

ダイジェストオブジェクトの複製を作ります。

ダイジェストオブジェクトの複製を作ります。

RubyVM::InstructionSequence#base_label -> String (9219.0)

self が表す命令シーケンスの基本ラベルを返します。

...します。

例1:irb で実行した場合

iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
iseq.base_label
# => "<compiled>"

例2: RubyVM::InstructionSequence.compile_file を使用した場合

# /tmp/method.rb
def h...
...# irb
> iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb')
> iseq.base_label # => "<main>"

例3:

# /tmp/method2.rb
def hello
puts "hello, world"
end

RubyVM::InstructionSequence.of(method(:hello)).base_label
# => "hello"

@see RubyVM::InstructionSequence#label...

Thread::Backtrace::Location#base_label -> String (9207.0)

self が表すフレームの基本ラベルを返します。通常、 Thread::Backtrace::Location#label から修飾を取り除いたもので構成 されます。

...Backtrace::Location#label から修飾を取り除いたもので構成
されます。

//emlist[例][ruby]{
# foo.rb
class Foo
attr_accessor :locations
def initialize(skip)
@locations = caller_locations(skip)
end
end

Foo.new(0..2).locations.map do |call|
puts call.base_label
end

# =>...
...initialize
# new
# <main>
//}

@see Thread::Backtrace::Location#label...

Etc::SC_MONOTONIC_CLOCK -> Integer (6301.0)

Etc.#sysconf の引数に指定します。

...Etc.#sysconf の引数に指定します。

詳細は sysconf(3) を参照してください。...

絞り込み条件を変える

Digest::Base#dup -> Digest::Base (6202.0)

ダイジェストオブジェクトの複製を作ります。

ダイジェストオブジェクトの複製を作ります。

Win32::Registry.expand_environ(str) (6112.0)

@todo

...@todo

str の %\w+% という並びを環境変数に置換します。
REG_EXPAND_SZ で用いられます。

詳細は以下の Win32 API を参照してください。

* ExpandEnvironmentStrings: http://msdn.microsoft.com/library/en-us/sysinfo/base/expandenvironmentstrings.asp...

Win32::Registry::Constants (6012.0)

詳細は以下の MSDN Library を参照してください。

...詳細は以下の MSDN Library を参照してください。

* Registry: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp...

Win32::Registry::HKEY_CURRENT_CONFIG -> Win32::Registry (3212.0)

@todo

...@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp...

Etc::SC_2_VERSION -> Integer (3201.0)

Etc.#sysconf の引数に指定します。

...Etc.#sysconf の引数に指定します。

詳細は sysconf(3) を参照してください。...

絞り込み条件を変える

<< 1 2 3 ... > >>