るりまサーチ

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

別のキーワード

  1. socket shut_rd
  2. pstore rd_access
  3. rd scan
  4. rdoc/parser/rd rd
  5. constants shut_rd

ライブラリ

モジュール

検索結果

<< 1 2 > >>

RSS::RDF::Channel::ImageFavicon#size (21105.0)

@todo

@todo

RSS::RDF::Channel::ImageFavicon#image_size (9105.0)

@todo

@todo

RSS::RDF::Channel::ImageFavicon#image_size= (9105.0)

@todo

@todo

RSS::RDF::Channel::ImageFavicon#size= (9105.0)

@todo

@todo

CGI::HtmlExtension#password_field(name = "", value = nil, size = 40, maxlength = nil) -> String (6232.0)

タイプが password である input 要素を生成します。

...が password である input 要素を生成します。

@param name name 属性の値を指定します。

@param value 属性の値を指定します。

@param size size 属性の値を指定します。

@param maxlength maxlength 属性の値を指定します。

例:
password_field("name"...
...)
# <INPUT TYPE="password" NAME="name" SIZE="40">

password_field("name", "value")
# <INPUT TYPE="password" NAME="name" VALUE="value" SIZE="40">

password_field("password", "value", 80, 200)
# <INPUT TYPE="password" NAME="name" VALUE="value" SIZE="80" MAXLENGTH="200">...

絞り込み条件を変える

CGI::HtmlExtension#password_field(attributes) -> String (6107.0)

タイプが password である input 要素を生成します。

...タイプが password である input 要素を生成します。

@param attributes 属性をハッシュで指定します。

例:
password_field({ "NAME" => "name", "VALUE" => "value" })
# <INPUT TYPE="password" NAME="name" VALUE="value">...

Forwardable#def_delegators(accessor, *methods) -> () (3013.0)

メソッドの委譲先をまとめて設定します。

..._delegators は def_instance_delegators の別名になります。

また、以下の 2 つの例は同じ意味です。

def_delegators :@records, :size, :<<, :map

def_delegator :@records, :size
def_delegator :@records, :<<
def_delegator :@records, :map

@see Forwardable#def_delegator...

Forwardable#def_instance_delegators(accessor, *methods) -> () (3013.0)

メソッドの委譲先をまとめて設定します。

..._delegators は def_instance_delegators の別名になります。

また、以下の 2 つの例は同じ意味です。

def_delegators :@records, :size, :<<, :map

def_delegator :@records, :size
def_delegator :@records, :<<
def_delegator :@records, :map

@see Forwardable#def_delegator...

SingleForwardable#def_delegators(accessor, *methods) -> () (3013.0)

メソッドの委譲先をまとめて設定します。

...tors は def_singleton_delegators の別名になります。

また、以下の 2 つの例は同じ意味です。

def_delegators :@records, :size, :<<, :map

def_delegator :@records, :size
def_delegator :@records, :<<
def_delegator :@records, :map

@see SingleForwardable#def_delegator...
<< 1 2 > >>