48件ヒット
[1-48件を表示]
(0.015秒)
種類
- インスタンスメソッド (24)
- ライブラリ (12)
- 文書 (12)
ライブラリ
-
rdoc
/ markup (12) -
rdoc
/ markup / formatter (12)
クラス
-
RDoc
:: Markup (12) -
RDoc
:: Markup :: Formatter (12)
キーワード
- convert (12)
-
net
/ http (12) -
ruby 1
. 8 . 4 feature (12)
検索結果
先頭4件
-
RDoc
:: Markup # content -> String (21101.0) -
変換する文字列を返します。
...ブラリのデバッグ用途に使用します。
SM::SimpleMarkup#convert の後に実行します。
変換のために加工したオブジェクトを改行で連結したものを返すため、変換前
の文字列と結果が異なる事があります。
@see SM::SimpleMarkup#convert... -
RDoc
:: Markup :: Formatter # convert(content) -> () (3123.0) -
content で指定された文字列を変換します。
...
content で指定された文字列を変換します。
@param content 変換する文字列を指定します。... -
ruby 1
. 8 . 4 feature (18.0) -
ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。
...alias :"foo" :"bar"
foo
# => ruby 1.8.4 (2005-12-22) [i686-linux]
-:2: syntax error, unexpected tSTRING_CONTENT
alias :"foo" :"bar"
^
-:2: warning: unused literal ignored
# =>......正。((<ruby-core:06358>))
: RDoc [bug]
#Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
#
# * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):
# reduce redundant backtrack. [ruby-talk:161771]
正規表現のバックトラックが深くな......いたのを修正。
#Sun Nov 27 00:56:13 2005 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
#
# * lib/wsdl/xmlSchema/complexContent.rb: missing
# ComplexContent#elementformdefault method.
#
# ?
#Tue Nov 8 15:32:27 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
#
# * lib/drb/ssl.rb... -
net
/ http (12.0) -
汎用データ転送プロトコル HTTP を扱うライブラリです。 実装は 2616 に基きます。
...うにアンパサンド
(`&') で区切るやりかたです。
この方法は、1866 Hypertext Markup Language - 2.0 で初めて公式に登場し、
HTML 4.01 Specification の 17.13.4 Form content types
でもそのように書かれています。
ところが、同じ HTML 4.01 Specificatio...