るりまサーチ

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

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. rsa p
  5. dh p=

ライブラリ

モジュール

検索結果

<< 1 2 3 ... > >>

Net::IMAP::TaggedResponse#tag -> String (24101.0)

レスポンスに対応付けられたタグを返します。

レスポンスに対応付けられたタグを返します。

Psych::Nodes::Node#tag -> String | nil (21143.0)

ノードに付加されたタグを返します。

...されていない場合は nil を返します。

ast = Psych.parse(<<EOS)
---
- !!str a
- b
EOS

p
ast.root.children[0].value # => "a"
p
ast.root.children[0].tag # => "tag:yaml.org,2002:str"

p
ast.root.children[1].value # => "b"
p
ast.root.children[1].tag # => nil...

Psych::Nodes::Mapping#tag -> String|nil (21123.0)

mapping に付加された tag を返します。

...mapping に付加された tag を返します。

@see Psych::Nodes::Mapping#tag=,
P
sych::Nodes::Mapping.new...

Psych::Nodes::Scalar#tag -> String|nil (21123.0)

scalar に付加された tag を返します。

...scalar に付加された tag を返します。

@see Psych::Nodes::Scalar#tag=,
P
sych::Nodes::Scalar.new...

Psych::Nodes::Sequence#tag -> String|nil (21123.0)

sequence に付加された tag を返します。

...sequence に付加された tag を返します。

@see Psych::Nodes::Sequence#tag=,
P
sych::Nodes::Sequence.new...

絞り込み条件を変える

OpenSSL::ASN1::ASN1Data#tag -> Integer (21107.0)

タグ番号を返します。

...タグ番号を返します。

タグ番号です。Universal 型の場合は BOOLEAN = 1 から BMPSTRING = 30
のいずれかの値をとります。

@see OpenSSL::ASN1::ASN1Data#tag=...

UncaughtThrowError#tag -> object (18129.0)

Kernel.#throw に指定した tag を返します。

...Kernel.#throw に指定した tag を返します。

//emlist[例:][ruby]{
def do_complicated_things
throw :uncaught_label
end

begin
do_complicated_things
rescue UncaughtThrowError => ex
p
ex.tag # => ":uncaught_label"
end
//}...

void rb_jump_tag(int tag) (12306.0)

初出: 4064

...初出: 4064

rb_load_protect,rb_eval_string_protect,rb_protect
などで捕捉した大域脱出を再生成します。

tag
には上記関数の引数で受け取ったstateを指定します。...

static void jump_tag_but_local_jump(int state) (12200.0)

<< 1 2 3 ... > >>