るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

RSS::Rss::Channel::Image#width (21103.0)

@todo

@todo

Benchmark::Job#width -> Integer (21102.0)

Benchmark::Job#list のサイズ。

...Benchmark::Job#list のサイズ。...

Scanf::FormatSpecifier#width (21102.0)

@todo

@todo

Psych::Emitter#line_width=(width) (9215.0)

「好ましい」行幅を整数値で設定します。

...「好ましい」行幅を整数値で設定します。

@param width 好ましい行幅
@see Psych::Emitter#line_width...

RDoc::Options#tab_width -> Integer (9118.0)

コマンドライン引数の --tab-width オプションで指定した数値を返します。

...コマンドライン引数の --tab-width オプションで指定した数値を返します。...

絞り込み条件を変える

Psych::Emitter#line_width -> Integer (9108.0)

「好ましい」行幅を返します。

...「好ましい」行幅を返します。

@see Psych::Emitter#line_width=...

RSS::Rss::Channel::Image#width= (9103.0)

@todo

@todo

String#center(width, padding = &#39; &#39;) -> String (6246.0)

長さ width の文字列に self を中央寄せした文字列を返します。 self の長さが width より長い時には元の文字列の複製を返します。 また、第 2 引数 padding を指定したときは 空白文字の代わりに padding を詰めます。

...長さ width の文字列に self を中央寄せした文字列を返します。
self の長さが width より長い時には元の文字列の複製を返します。
また、第 2 引数 padding を指定したときは
空白文字の代わりに padding を詰めます。

@param width...
...さが width になるまで self の両側に詰める文字

//emlist[例][ruby]{
p "foo".center(10) # => " foo "
p "foo".center(9) # => " foo "
p "foo".center(8) # => " foo "
p "foo".center(7) # => " foo "
p "foo".center(3) # => "foo"
p "foo".center...
...(2) # => "foo"
p "foo".center(1) # => "foo"
p "foo".center(10, "*") # => "***foo****"
//}

@see String#ljust, String#rjust...

CGI::HtmlExtension#img(src = "", alt = "", width = nil, height = nil) -> String (3222.0)

img 要素を生成します。

...

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

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

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

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

例:
img("src", "alt", 100, 50)
# <IMG SRC="src" ALT="alt" WIDTH="100" HEIGHT="...
<< 1 2 3 ... > >>