ruby-vpi 8.2.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HEADER +0 -19
- data/HISTORY +40 -0
- data/README +20 -2
- data/Rakefile +38 -42
- data/bin/generate_test.rb +50 -35
- data/bin/generate_test_tpl/bench.rb +3 -3
- data/bin/generate_test_tpl/bench.v +1 -1
- data/bin/generate_test_tpl/runner.rake +3 -2
- data/bin/generate_test_tpl/spec.rb +2 -2
- data/doc/background.organization.html +1 -1
- data/doc/glossary.html +1 -1
- data/doc/index.html +2 -2
- data/doc/manual.txt +163 -83
- data/doc/problems.html +1 -1
- data/doc/problems.ruby.html +1 -1
- data/doc/src/manual.xml +132 -49
- data/doc/usage.examples.html +1 -1
- data/doc/usage.html +1 -1
- data/doc/usage.installation.html +2 -2
- data/doc/usage.recommendations.html +3 -0
- data/doc/usage.requirements.html +1 -1
- data/doc/usage.tutorial.html +46 -42
- data/ext/extconf.rb +5 -2
- data/ext/relay.c +138 -0
- data/ext/{relay.hin → relay.h} +7 -7
- data/ext/{swig.cin → swig.c} +5 -7
- data/ext/{swig.hin → swig.h} +4 -4
- data/ext/verilog.h +1 -2
- data/ext/vlog.c +86 -0
- data/ext/{vlog.hin → vlog.h} +9 -12
- data/header.html +0 -31
- data/header.part.html +0 -31
- data/history.html +72 -31
- data/history.part.html +72 -0
- data/lib/ruby-vpi.rb +16 -0
- data/lib/ruby-vpi/runner.rb +34 -16
- data/memo.html +0 -31
- data/readme.html +33 -33
- data/readme.part.html +34 -3
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +7 -8
- data/ref/c/functions.html +2 -2
- data/ref/c/functions_vars.html +2 -2
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +9 -9
- data/ref/c/globals_0x73.html +3 -3
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +5 -5
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +2 -2
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +11 -11
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +5 -5
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8c.html +214 -0
- data/ref/c/{relay_8hin.html → relay_8h.html} +23 -23
- data/ref/c/structrelay____RubyOptions____def.html +6 -6
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/swig_8c.html +80 -0
- data/ref/c/{swig_8hin.html → swig_8h.html} +13 -13
- data/ref/c/verilog_8h.html +3 -3
- data/ref/c/{vlog_8cin.html → vlog_8c.html} +30 -21
- data/ref/c/{vlog_8hin.html → vlog_8h.html} +12 -12
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/ERB.html +5 -5
- data/ref/ruby/classes/ERB.src/{M000033.html → M000034.html} +0 -0
- data/ref/ruby/classes/FileUtils.html +10 -10
- data/ref/ruby/classes/FileUtils.src/M000089.html +5 -5
- data/ref/ruby/classes/FileUtils.src/M000090.html +18 -0
- data/ref/ruby/classes/Integer.html +68 -68
- data/ref/ruby/classes/Integer.src/M000012.html +12 -5
- data/ref/ruby/classes/Integer.src/M000013.html +5 -5
- data/ref/ruby/classes/Integer.src/M000014.html +5 -5
- data/ref/ruby/classes/Integer.src/M000015.html +5 -5
- data/ref/ruby/classes/Integer.src/M000016.html +5 -5
- data/ref/ruby/classes/Integer.src/M000017.html +18 -0
- data/ref/ruby/classes/Integer.src/M000020.html +9 -9
- data/ref/ruby/classes/Integer.src/M000021.html +9 -12
- data/ref/ruby/classes/Integer.src/M000022.html +12 -18
- data/ref/ruby/classes/Integer.src/M000023.html +18 -12
- data/ref/ruby/classes/Integer.src/M000024.html +12 -17
- data/ref/ruby/classes/Integer.src/M000025.html +30 -0
- data/ref/ruby/classes/OutputInfo.html +6 -6
- data/ref/ruby/classes/OutputInfo.src/{M000029.html → M000030.html} +37 -37
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000092.html → M000093.html} +0 -0
- data/ref/ruby/classes/RubyVpi.html +16 -10
- data/ref/ruby/classes/RubyVpi.src/M000091.html +37 -7
- data/ref/ruby/classes/RubyVpi.src/M000092.html +20 -0
- data/ref/ruby/classes/RubyVpi/Config.html +148 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +45 -45
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000081.html +5 -5
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000082.html +5 -9
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000083.html +9 -31
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000084.html +31 -69
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000085.html +69 -114
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000086.html +114 -13
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000087.html +13 -5
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000088.html +18 -0
- data/ref/ruby/classes/String.html +10 -10
- data/ref/ruby/classes/String.src/M000032.html +28 -5
- data/ref/ruby/classes/String.src/M000033.html +18 -0
- data/ref/ruby/classes/Table.html +20 -20
- data/ref/ruby/classes/Table.src/M000026.html +25 -5
- data/ref/ruby/classes/Table.src/M000027.html +5 -5
- data/ref/ruby/classes/Table.src/M000028.html +5 -5
- data/ref/ruby/classes/Table.src/M000029.html +18 -0
- data/ref/ruby/classes/Template.html +5 -5
- data/ref/ruby/classes/Template.src/{M000030.html → M000031.html} +4 -4
- data/ref/ruby/classes/VerilogParser.html +5 -5
- data/ref/ruby/classes/VerilogParser.src/{M000004.html → M000005.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module.src/{M000005.html → M000006.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Parameter.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/{M000010.html → M000011.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.html +20 -20
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000007.html +8 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000008.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000009.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000010.html +18 -0
- data/ref/ruby/classes/XX/Document.html +45 -45
- data/ref/ruby/classes/XX/Document.src/M000072.html +9 -7
- data/ref/ruby/classes/XX/Document.src/M000073.html +7 -7
- data/ref/ruby/classes/XX/Document.src/M000074.html +7 -7
- data/ref/ruby/classes/XX/Document.src/M000075.html +7 -9
- data/ref/ruby/classes/XX/Document.src/M000076.html +9 -8
- data/ref/ruby/classes/XX/Document.src/M000077.html +8 -8
- data/ref/ruby/classes/XX/Document.src/M000078.html +8 -21
- data/ref/ruby/classes/XX/Document.src/M000079.html +21 -85
- data/ref/ruby/classes/XX/Document.src/M000080.html +98 -0
- data/ref/ruby/classes/XX/HTML4.html +5 -5
- data/ref/ruby/classes/XX/HTML4.src/{M000035.html → M000036.html} +0 -0
- data/ref/ruby/classes/XX/HTML4/Strict.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Strict.src/{M000037.html → M000038.html} +0 -0
- data/ref/ruby/classes/XX/HTML4/Transitional.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Transitional.src/{M000036.html → M000037.html} +0 -0
- data/ref/ruby/classes/XX/Markup.html +5 -5
- data/ref/ruby/classes/XX/Markup.src/{M000042.html → M000043.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.html +40 -40
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000044.html +9 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000045.html +7 -12
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000046.html +12 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000047.html +7 -14
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000048.html +14 -7
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000049.html +7 -14
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000050.html +14 -9
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000051.html +22 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.html +100 -100
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000052.html +43 -20
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000053.html +20 -18
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000054.html +18 -35
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000055.html +35 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000056.html +7 -18
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000057.html +18 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000058.html +19 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000059.html +19 -15
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000060.html +15 -10
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000061.html +10 -13
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000062.html +13 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000063.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000064.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000065.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000066.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000067.html +7 -8
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000068.html +8 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000069.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000070.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000071.html +20 -0
- data/ref/ruby/classes/XX/XHTML.html +5 -5
- data/ref/ruby/classes/XX/XHTML.src/{M000038.html → M000039.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Strict.src/{M000040.html → M000041.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000039.html → M000040.html} +0 -0
- data/ref/ruby/classes/XX/XML.html +5 -5
- data/ref/ruby/classes/XX/XML.src/{M000034.html → M000035.html} +0 -0
- data/ref/ruby/classes/XX/XMLish.html +5 -5
- data/ref/ruby/classes/XX/XMLish.src/{M000041.html → M000042.html} +0 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +49 -9
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +5 -16
- data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +39 -0
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +22 -21
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +11 -13
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +26 -0
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/xx_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +1 -0
- data/ref/ruby/fr_method_index.html +93 -92
- data/samp/counter/{counter_rspecTest_bench.rb → counter_rspec_bench.rb} +2 -2
- data/samp/counter/{counter_rspecTest_bench.v → counter_rspec_bench.v} +3 -3
- data/samp/counter/{counter_unitTest_design.rb → counter_rspec_design.rb} +3 -3
- data/samp/counter/{counter_rspecTest_proto.rb → counter_rspec_proto.rb} +0 -0
- data/samp/counter/{counter_unitTest_runner.rake → counter_rspec_runner.rake} +5 -4
- data/samp/counter/{counter_rspecTest_spec.rb → counter_rspec_spec.rb} +0 -0
- data/samp/counter/{counter_unitTest_bench.rb → counter_xunit_bench.rb} +2 -2
- data/samp/counter/{counter_unitTest_bench.v → counter_xunit_bench.v} +3 -3
- data/samp/counter/{counter_rspecTest_design.rb → counter_xunit_design.rb} +3 -3
- data/samp/counter/{counter_unitTest_proto.rb → counter_xunit_proto.rb} +0 -0
- data/samp/counter/{counter_rspecTest_runner.rake → counter_xunit_runner.rake} +5 -4
- data/samp/counter/{counter_unitTest_spec.rb → counter_xunit_spec.rb} +0 -0
- data/samp/pipelined_alu/hw5_unit_test_runner.rake +3 -2
- metadata +177 -177
- data/ext/README +0 -124
- data/ext/relay.cin +0 -146
- data/ext/ruby-vpi.c +0 -36
- data/ext/vlog.cin +0 -92
- data/lib/ruby-vpi/synopsys_vcs.tab +0 -2
- data/ref/c/relay_8cin.html +0 -204
- data/ref/c/ruby-vpi_8c.html +0 -34
- data/ref/c/swig_8cin.html +0 -75
- data/ref/ruby/classes/FileUtils.src/M000088.html +0 -18
- data/ref/ruby/classes/Integer.src/M000011.html +0 -25
- data/ref/ruby/classes/Integer.src/M000019.html +0 -22
- data/ref/ruby/classes/RubyVpi.src/M000090.html +0 -50
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000080.html +0 -18
- data/ref/ruby/classes/String.src/M000031.html +0 -41
- data/ref/ruby/classes/Table.src/M000025.html +0 -38
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000006.html +0 -21
- data/ref/ruby/classes/XX/Document.src/M000071.html +0 -22
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000043.html +0 -22
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000051.html +0 -56
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000002.html +0 -20
@@ -5,16 +5,18 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_tag_method_name (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 464</span>
|
14
|
+
464: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_tag_method_name</span> <span class="ruby-identifier">m</span>
|
15
|
+
465: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
466: <span class="ruby-identifier">m</span> = <span class="ruby-identifier">m</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
467: <span class="ruby-identifier">tag_method</span>, <span class="ruby-identifier">tag_name</span> = <span class="ruby-identifier">m</span>, <span class="ruby-identifier">m</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp re">%r/_+$/</span>, <span class="ruby-value str">""</span>)
|
18
|
+
468: [ <span class="ruby-identifier">tag_method</span>, <span class="ruby-identifier">tag_name</span> ]
|
19
|
+
469: <span class="ruby-comment cmt">#--}}}</span>
|
20
|
+
470: <span class="ruby-keyword kw">end</span></pre>
|
19
21
|
</body>
|
20
22
|
</html>
|
@@ -5,21 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_define_tmp_method (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
481: <span class="ruby-identifier">remove_method</span> <span class="ruby-identifier">tag_method</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">instance_methods</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">tag_method</span>
|
20
|
-
482: <span class="ruby-identifier">module_eval</span> <span class="ruby-value str">"def \#{ tag_method } *a, &b\nhashes, nothashes = a.partition{|x| Hash === x}\n\ndoc = xx_doc\nelement = ::REXML::Element::new '\#{ tag_name }'\n\nhashes.each{|h| h.each{|k,v| element.add_attribute k.to_s, v}}\nnothashes.each{|nh| element << ::REXML::Text::new(nh.to_s)}\n\ndoc.create element, &b\nend\n"</span>, <span class="ruby-keyword kw">__FILE__</span>, <span class="ruby-keyword kw">__LINE__</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
|
21
|
-
483: <span class="ruby-identifier">tag_method</span>
|
22
|
-
484: <span class="ruby-comment cmt">#--}}}</span>
|
23
|
-
485: <span class="ruby-keyword kw">end</span></pre>
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 471</span>
|
14
|
+
471: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_define_tmp_method</span> <span class="ruby-identifier">m</span>
|
15
|
+
472: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
473: <span class="ruby-identifier">define_method</span>(<span class="ruby-identifier">m</span>){ <span class="ruby-identifier">raise</span> <span class="ruby-constant">NotImplementedError</span>, <span class="ruby-identifier">m</span>.<span class="ruby-identifier">to_s</span> }
|
17
|
+
474: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
475: <span class="ruby-keyword kw">end</span></pre>
|
24
19
|
</body>
|
25
20
|
</html>
|
@@ -5,16 +5,21 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_define_tag_method (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 476</span>
|
14
|
+
476: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_define_tag_method</span> <span class="ruby-identifier">tag_method</span>, <span class="ruby-identifier">tag_name</span> = <span class="ruby-keyword kw">nil</span>
|
15
|
+
477: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
478: <span class="ruby-identifier">tag_method</span> = <span class="ruby-identifier">tag_method</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
479: <span class="ruby-identifier">tag_name</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">tag_method</span>.<span class="ruby-identifier">gsub</span> <span class="ruby-regexp re">%r/_+$/</span>, <span class="ruby-value str">""</span>
|
18
|
+
480:
|
19
|
+
481: <span class="ruby-identifier">remove_method</span> <span class="ruby-identifier">tag_method</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">instance_methods</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">tag_method</span>
|
20
|
+
482: <span class="ruby-identifier">module_eval</span> <span class="ruby-value str">"def \#{ tag_method } *a, &b\nhashes, nothashes = a.partition{|x| Hash === x}\n\ndoc = xx_doc\nelement = ::REXML::Element::new '\#{ tag_name }'\n\nhashes.each{|h| h.each{|k,v| element.add_attribute k.to_s, v}}\nnothashes.each{|nh| element << ::REXML::Text::new(nh.to_s)}\n\ndoc.create element, &b\nend\n"</span>, <span class="ruby-keyword kw">__FILE__</span>, <span class="ruby-keyword kw">__LINE__</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
|
21
|
+
483: <span class="ruby-identifier">tag_method</span>
|
22
|
+
484: <span class="ruby-comment cmt">#--}}}</span>
|
23
|
+
485: <span class="ruby-keyword kw">end</span></pre>
|
19
24
|
</body>
|
20
25
|
</html>
|
@@ -5,23 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_remove_tag_method (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
509: <span class="ruby-keyword kw">end</span>
|
20
|
-
510: <span class="ruby-identifier">xx_which</span>.<span class="ruby-identifier">ancestors</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span>
|
21
|
-
511: <span class="ruby-identifier">list</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">a</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">a</span> <span class="ruby-operator"><=</span> <span class="ruby-constant">Markup</span>
|
22
|
-
512: <span class="ruby-keyword kw">end</span>
|
23
|
-
513: <span class="ruby-identifier">list</span>
|
24
|
-
514: <span class="ruby-comment cmt">#--}}}</span>
|
25
|
-
515: <span class="ruby-keyword kw">end</span></pre>
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 499</span>
|
14
|
+
499: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_remove_tag_method</span> <span class="ruby-identifier">tag_method</span>
|
15
|
+
500: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
501: <span class="ruby-identifier">remove_method</span> <span class="ruby-identifier">tag_method</span> <span class="ruby-keyword kw">rescue</span> <span class="ruby-keyword kw">nil</span>
|
17
|
+
502: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
503: <span class="ruby-keyword kw">end</span></pre>
|
26
19
|
</body>
|
27
20
|
</html>
|
@@ -5,16 +5,23 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_ancestors (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 504</span>
|
14
|
+
504: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_ancestors</span> <span class="ruby-identifier">xx_which</span> = <span class="ruby-keyword kw">self</span>
|
15
|
+
505: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
506: <span class="ruby-identifier">list</span> = []
|
17
|
+
507: <span class="ruby-identifier">ancestors</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span>
|
18
|
+
508: <span class="ruby-identifier">list</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">a</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">a</span> <span class="ruby-operator"><</span> <span class="ruby-identifier">xx_which</span>
|
19
|
+
509: <span class="ruby-keyword kw">end</span>
|
20
|
+
510: <span class="ruby-identifier">xx_which</span>.<span class="ruby-identifier">ancestors</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span>
|
21
|
+
511: <span class="ruby-identifier">list</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">a</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">a</span> <span class="ruby-operator"><=</span> <span class="ruby-constant">Markup</span>
|
22
|
+
512: <span class="ruby-keyword kw">end</span>
|
23
|
+
513: <span class="ruby-identifier">list</span>
|
24
|
+
514: <span class="ruby-comment cmt">#--}}}</span>
|
25
|
+
515: <span class="ruby-keyword kw">end</span></pre>
|
19
26
|
</body>
|
20
27
|
</html>
|
@@ -5,23 +5,16 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_config (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
526: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">a</span>].<span class="ruby-identifier">has_key?</span> <span class="ruby-identifier">key</span>
|
20
|
-
527: <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">a</span>][<span class="ruby-identifier">key</span>]
|
21
|
-
528: <span class="ruby-keyword kw">end</span>
|
22
|
-
529: <span class="ruby-keyword kw">end</span>
|
23
|
-
530: <span class="ruby-keyword kw">nil</span>
|
24
|
-
531: <span class="ruby-comment cmt">#--}}}</span>
|
25
|
-
532: <span class="ruby-keyword kw">end</span></pre>
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 516</span>
|
14
|
+
516: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_config</span>
|
15
|
+
517: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
518: <span class="ruby-ivar">@@xx_config</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Hash</span><span class="ruby-operator">::</span><span class="ruby-identifier">new</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">h</span>,<span class="ruby-identifier">k</span><span class="ruby-operator">|</span> <span class="ruby-identifier">h</span>[<span class="ruby-identifier">k</span>] = {}}
|
17
|
+
519: <span class="ruby-comment cmt">#--}}}</span>
|
18
|
+
520: <span class="ruby-keyword kw">end</span></pre>
|
26
19
|
</body>
|
27
20
|
</html>
|
@@ -5,18 +5,23 @@
|
|
5
5
|
|
6
6
|
<html>
|
7
7
|
<head>
|
8
|
-
<title>
|
8
|
+
<title>xx_config_for (XX::Markup::ClassMethods)</title>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
11
|
</head>
|
12
12
|
<body class="standalone-code">
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 521</span>
|
14
|
+
521: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_config_for</span> <span class="ruby-identifier">key</span>, <span class="ruby-identifier">xx_which</span> = <span class="ruby-keyword kw">nil</span>
|
15
|
+
522: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
523: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">key</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
524: <span class="ruby-identifier">xx_which</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword kw">self</span>
|
18
|
+
525: <span class="ruby-identifier">xx_ancestors</span>(<span class="ruby-identifier">xx_which</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">a</span><span class="ruby-operator">|</span>
|
19
|
+
526: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">a</span>].<span class="ruby-identifier">has_key?</span> <span class="ruby-identifier">key</span>
|
20
|
+
527: <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">a</span>][<span class="ruby-identifier">key</span>]
|
21
|
+
528: <span class="ruby-keyword kw">end</span>
|
22
|
+
529: <span class="ruby-keyword kw">end</span>
|
23
|
+
530: <span class="ruby-keyword kw">nil</span>
|
24
|
+
531: <span class="ruby-comment cmt">#--}}}</span>
|
25
|
+
532: <span class="ruby-keyword kw">end</span></pre>
|
21
26
|
</body>
|
22
27
|
</html>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<title>xx_configure (XX::Markup::ClassMethods)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
|
+
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
+
</head>
|
12
|
+
<body class="standalone-code">
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 533</span>
|
14
|
+
533: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_configure</span> <span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span>, <span class="ruby-identifier">xx_which</span> = <span class="ruby-keyword kw">nil</span>
|
15
|
+
534: <span class="ruby-comment cmt">#--{{{</span>
|
16
|
+
535: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">key</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
536: <span class="ruby-identifier">xx_which</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword kw">self</span>
|
18
|
+
537: <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">xx_which</span>][<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span>
|
19
|
+
538: <span class="ruby-comment cmt">#--}}}</span>
|
20
|
+
539: <span class="ruby-keyword kw">end</span></pre>
|
21
|
+
</body>
|
22
|
+
</html>
|
@@ -80,26 +80,26 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
84
|
-
<a href="#
|
85
|
-
<a href="#
|
86
|
-
<a href="#
|
87
|
-
<a href="#
|
88
|
-
<a href="#
|
89
|
-
<a href="#
|
90
|
-
<a href="#
|
91
|
-
<a href="#
|
92
|
-
<a href="#
|
93
|
-
<a href="#
|
94
|
-
<a href="#
|
95
|
-
<a href="#
|
96
|
-
<a href="#
|
97
|
-
<a href="#
|
98
|
-
<a href="#
|
99
|
-
<a href="#
|
100
|
-
<a href="#
|
101
|
-
<a href="#
|
102
|
-
<a href="#
|
83
|
+
<a href="#M000052">method_missing</a>
|
84
|
+
<a href="#M000068">xx_ancestors</a>
|
85
|
+
<a href="#M000059">xx_any_</a>
|
86
|
+
<a href="#M000060">xx_cdata_</a>
|
87
|
+
<a href="#M000063">xx_class</a>
|
88
|
+
<a href="#M000069">xx_config</a>
|
89
|
+
<a href="#M000070">xx_config_for</a>
|
90
|
+
<a href="#M000071">xx_configure</a>
|
91
|
+
<a href="#M000066">xx_define_tag_method</a>
|
92
|
+
<a href="#M000065">xx_define_tmp_method</a>
|
93
|
+
<a href="#M000056">xx_doc</a>
|
94
|
+
<a href="#M000058">xx_markup_</a>
|
95
|
+
<a href="#M000061">xx_parse_attributes</a>
|
96
|
+
<a href="#M000062">xx_parse_yaml_attributes</a>
|
97
|
+
<a href="#M000067">xx_remove_tag_method</a>
|
98
|
+
<a href="#M000053">xx_tag_</a>
|
99
|
+
<a href="#M000064">xx_tag_method_name</a>
|
100
|
+
<a href="#M000057">xx_text_</a>
|
101
|
+
<a href="#M000054">xx_which</a>
|
102
|
+
<a href="#M000055">xx_with_doc_in_effect</a>
|
103
103
|
</div>
|
104
104
|
</div>
|
105
105
|
|
@@ -179,12 +179,12 @@
|
|
179
179
|
<div id="methods">
|
180
180
|
<h3 class="section-bar">Public Instance methods</h3>
|
181
181
|
|
182
|
-
<div id="method-
|
183
|
-
<a name="
|
182
|
+
<div id="method-M000052" class="method-detail">
|
183
|
+
<a name="M000052"></a>
|
184
184
|
|
185
185
|
<div class="method-heading">
|
186
|
-
<a href="InstanceMethods.src/
|
187
|
-
onclick="popupCode('InstanceMethods.src/
|
186
|
+
<a href="InstanceMethods.src/M000052.html" target="Code" class="method-signature"
|
187
|
+
onclick="popupCode('InstanceMethods.src/M000052.html');return false;">
|
188
188
|
<span class="method-name">method_missing</span><span class="method-args">(m, *a, &b)</span>
|
189
189
|
</a>
|
190
190
|
</div>
|
@@ -193,12 +193,12 @@
|
|
193
193
|
</div>
|
194
194
|
</div>
|
195
195
|
|
196
|
-
<div id="method-
|
197
|
-
<a name="
|
196
|
+
<div id="method-M000068" class="method-detail">
|
197
|
+
<a name="M000068"></a>
|
198
198
|
|
199
199
|
<div class="method-heading">
|
200
|
-
<a href="InstanceMethods.src/
|
201
|
-
onclick="popupCode('InstanceMethods.src/
|
200
|
+
<a href="InstanceMethods.src/M000068.html" target="Code" class="method-signature"
|
201
|
+
onclick="popupCode('InstanceMethods.src/M000068.html');return false;">
|
202
202
|
<span class="method-name">xx_ancestors</span><span class="method-args">()</span>
|
203
203
|
</a>
|
204
204
|
</div>
|
@@ -207,12 +207,12 @@
|
|
207
207
|
</div>
|
208
208
|
</div>
|
209
209
|
|
210
|
-
<div id="method-
|
211
|
-
<a name="
|
210
|
+
<div id="method-M000059" class="method-detail">
|
211
|
+
<a name="M000059"></a>
|
212
212
|
|
213
213
|
<div class="method-heading">
|
214
|
-
<a href="InstanceMethods.src/
|
215
|
-
onclick="popupCode('InstanceMethods.src/
|
214
|
+
<a href="InstanceMethods.src/M000059.html" target="Code" class="method-signature"
|
215
|
+
onclick="popupCode('InstanceMethods.src/M000059.html');return false;">
|
216
216
|
<span class="method-name">xx_any_</span><span class="method-args">(*objects, &b)</span>
|
217
217
|
</a>
|
218
218
|
</div>
|
@@ -221,12 +221,12 @@
|
|
221
221
|
</div>
|
222
222
|
</div>
|
223
223
|
|
224
|
-
<div id="method-
|
225
|
-
<a name="
|
224
|
+
<div id="method-M000060" class="method-detail">
|
225
|
+
<a name="M000060"></a>
|
226
226
|
|
227
227
|
<div class="method-heading">
|
228
|
-
<a href="InstanceMethods.src/
|
229
|
-
onclick="popupCode('InstanceMethods.src/
|
228
|
+
<a href="InstanceMethods.src/M000060.html" target="Code" class="method-signature"
|
229
|
+
onclick="popupCode('InstanceMethods.src/M000060.html');return false;">
|
230
230
|
<span class="method-name">xx_cdata_</span><span class="method-args">(*objects, &b)</span>
|
231
231
|
</a>
|
232
232
|
</div>
|
@@ -235,12 +235,12 @@
|
|
235
235
|
</div>
|
236
236
|
</div>
|
237
237
|
|
238
|
-
<div id="method-
|
239
|
-
<a name="
|
238
|
+
<div id="method-M000063" class="method-detail">
|
239
|
+
<a name="M000063"></a>
|
240
240
|
|
241
241
|
<div class="method-heading">
|
242
|
-
<a href="InstanceMethods.src/
|
243
|
-
onclick="popupCode('InstanceMethods.src/
|
242
|
+
<a href="InstanceMethods.src/M000063.html" target="Code" class="method-signature"
|
243
|
+
onclick="popupCode('InstanceMethods.src/M000063.html');return false;">
|
244
244
|
<span class="method-name">xx_class</span><span class="method-args">()</span>
|
245
245
|
</a>
|
246
246
|
</div>
|
@@ -249,12 +249,12 @@
|
|
249
249
|
</div>
|
250
250
|
</div>
|
251
251
|
|
252
|
-
<div id="method-
|
253
|
-
<a name="
|
252
|
+
<div id="method-M000069" class="method-detail">
|
253
|
+
<a name="M000069"></a>
|
254
254
|
|
255
255
|
<div class="method-heading">
|
256
|
-
<a href="InstanceMethods.src/
|
257
|
-
onclick="popupCode('InstanceMethods.src/
|
256
|
+
<a href="InstanceMethods.src/M000069.html" target="Code" class="method-signature"
|
257
|
+
onclick="popupCode('InstanceMethods.src/M000069.html');return false;">
|
258
258
|
<span class="method-name">xx_config</span><span class="method-args">()</span>
|
259
259
|
</a>
|
260
260
|
</div>
|
@@ -263,12 +263,12 @@
|
|
263
263
|
</div>
|
264
264
|
</div>
|
265
265
|
|
266
|
-
<div id="method-
|
267
|
-
<a name="
|
266
|
+
<div id="method-M000070" class="method-detail">
|
267
|
+
<a name="M000070"></a>
|
268
268
|
|
269
269
|
<div class="method-heading">
|
270
|
-
<a href="InstanceMethods.src/
|
271
|
-
onclick="popupCode('InstanceMethods.src/
|
270
|
+
<a href="InstanceMethods.src/M000070.html" target="Code" class="method-signature"
|
271
|
+
onclick="popupCode('InstanceMethods.src/M000070.html');return false;">
|
272
272
|
<span class="method-name">xx_config_for</span><span class="method-args">(*a, &b)</span>
|
273
273
|
</a>
|
274
274
|
</div>
|
@@ -277,12 +277,12 @@
|
|
277
277
|
</div>
|
278
278
|
</div>
|
279
279
|
|
280
|
-
<div id="method-
|
281
|
-
<a name="
|
280
|
+
<div id="method-M000071" class="method-detail">
|
281
|
+
<a name="M000071"></a>
|
282
282
|
|
283
283
|
<div class="method-heading">
|
284
|
-
<a href="InstanceMethods.src/
|
285
|
-
onclick="popupCode('InstanceMethods.src/
|
284
|
+
<a href="InstanceMethods.src/M000071.html" target="Code" class="method-signature"
|
285
|
+
onclick="popupCode('InstanceMethods.src/M000071.html');return false;">
|
286
286
|
<span class="method-name">xx_configure</span><span class="method-args">(*a, &b)</span>
|
287
287
|
</a>
|
288
288
|
</div>
|
@@ -291,12 +291,12 @@
|
|
291
291
|
</div>
|
292
292
|
</div>
|
293
293
|
|
294
|
-
<div id="method-
|
295
|
-
<a name="
|
294
|
+
<div id="method-M000066" class="method-detail">
|
295
|
+
<a name="M000066"></a>
|
296
296
|
|
297
297
|
<div class="method-heading">
|
298
|
-
<a href="InstanceMethods.src/
|
299
|
-
onclick="popupCode('InstanceMethods.src/
|
298
|
+
<a href="InstanceMethods.src/M000066.html" target="Code" class="method-signature"
|
299
|
+
onclick="popupCode('InstanceMethods.src/M000066.html');return false;">
|
300
300
|
<span class="method-name">xx_define_tag_method</span><span class="method-args">(*a, &b)</span>
|
301
301
|
</a>
|
302
302
|
</div>
|
@@ -305,12 +305,12 @@
|
|
305
305
|
</div>
|
306
306
|
</div>
|
307
307
|
|
308
|
-
<div id="method-
|
309
|
-
<a name="
|
308
|
+
<div id="method-M000065" class="method-detail">
|
309
|
+
<a name="M000065"></a>
|
310
310
|
|
311
311
|
<div class="method-heading">
|
312
|
-
<a href="InstanceMethods.src/
|
313
|
-
onclick="popupCode('InstanceMethods.src/
|
312
|
+
<a href="InstanceMethods.src/M000065.html" target="Code" class="method-signature"
|
313
|
+
onclick="popupCode('InstanceMethods.src/M000065.html');return false;">
|
314
314
|
<span class="method-name">xx_define_tmp_method</span><span class="method-args">(*a, &b)</span>
|
315
315
|
</a>
|
316
316
|
</div>
|
@@ -319,12 +319,12 @@
|
|
319
319
|
</div>
|
320
320
|
</div>
|
321
321
|
|
322
|
-
<div id="method-
|
323
|
-
<a name="
|
322
|
+
<div id="method-M000056" class="method-detail">
|
323
|
+
<a name="M000056"></a>
|
324
324
|
|
325
325
|
<div class="method-heading">
|
326
|
-
<a href="InstanceMethods.src/
|
327
|
-
onclick="popupCode('InstanceMethods.src/
|
326
|
+
<a href="InstanceMethods.src/M000056.html" target="Code" class="method-signature"
|
327
|
+
onclick="popupCode('InstanceMethods.src/M000056.html');return false;">
|
328
328
|
<span class="method-name">xx_doc</span><span class="method-args">()</span>
|
329
329
|
</a>
|
330
330
|
</div>
|
@@ -333,12 +333,12 @@
|
|
333
333
|
</div>
|
334
334
|
</div>
|
335
335
|
|
336
|
-
<div id="method-
|
337
|
-
<a name="
|
336
|
+
<div id="method-M000058" class="method-detail">
|
337
|
+
<a name="M000058"></a>
|
338
338
|
|
339
339
|
<div class="method-heading">
|
340
|
-
<a href="InstanceMethods.src/
|
341
|
-
onclick="popupCode('InstanceMethods.src/
|
340
|
+
<a href="InstanceMethods.src/M000058.html" target="Code" class="method-signature"
|
341
|
+
onclick="popupCode('InstanceMethods.src/M000058.html');return false;">
|
342
342
|
<span class="method-name">xx_markup_</span><span class="method-args">(*objects, &b)</span>
|
343
343
|
</a>
|
344
344
|
</div>
|
@@ -347,12 +347,12 @@
|
|
347
347
|
</div>
|
348
348
|
</div>
|
349
349
|
|
350
|
-
<div id="method-
|
351
|
-
<a name="
|
350
|
+
<div id="method-M000061" class="method-detail">
|
351
|
+
<a name="M000061"></a>
|
352
352
|
|
353
353
|
<div class="method-heading">
|
354
|
-
<a href="InstanceMethods.src/
|
355
|
-
onclick="popupCode('InstanceMethods.src/
|
354
|
+
<a href="InstanceMethods.src/M000061.html" target="Code" class="method-signature"
|
355
|
+
onclick="popupCode('InstanceMethods.src/M000061.html');return false;">
|
356
356
|
<span class="method-name">xx_parse_attributes</span><span class="method-args">(string)</span>
|
357
357
|
</a>
|
358
358
|
</div>
|
@@ -361,12 +361,12 @@
|
|
361
361
|
</div>
|
362
362
|
</div>
|
363
363
|
|
364
|
-
<div id="method-
|
365
|
-
<a name="
|
364
|
+
<div id="method-M000062" class="method-detail">
|
365
|
+
<a name="M000062"></a>
|
366
366
|
|
367
367
|
<div class="method-heading">
|
368
|
-
<a href="InstanceMethods.src/
|
369
|
-
onclick="popupCode('InstanceMethods.src/
|
368
|
+
<a href="InstanceMethods.src/M000062.html" target="Code" class="method-signature"
|
369
|
+
onclick="popupCode('InstanceMethods.src/M000062.html');return false;">
|
370
370
|
<span class="method-name">xx_parse_yaml_attributes</span><span class="method-args">(string)</span>
|
371
371
|
</a>
|
372
372
|
</div>
|
@@ -375,12 +375,12 @@
|
|
375
375
|
</div>
|
376
376
|
</div>
|
377
377
|
|
378
|
-
<div id="method-
|
379
|
-
<a name="
|
378
|
+
<div id="method-M000067" class="method-detail">
|
379
|
+
<a name="M000067"></a>
|
380
380
|
|
381
381
|
<div class="method-heading">
|
382
|
-
<a href="InstanceMethods.src/
|
383
|
-
onclick="popupCode('InstanceMethods.src/
|
382
|
+
<a href="InstanceMethods.src/M000067.html" target="Code" class="method-signature"
|
383
|
+
onclick="popupCode('InstanceMethods.src/M000067.html');return false;">
|
384
384
|
<span class="method-name">xx_remove_tag_method</span><span class="method-args">(*a, &b)</span>
|
385
385
|
</a>
|
386
386
|
</div>
|
@@ -389,12 +389,12 @@
|
|
389
389
|
</div>
|
390
390
|
</div>
|
391
391
|
|
392
|
-
<div id="method-
|
393
|
-
<a name="
|
392
|
+
<div id="method-M000053" class="method-detail">
|
393
|
+
<a name="M000053"></a>
|
394
394
|
|
395
395
|
<div class="method-heading">
|
396
|
-
<a href="InstanceMethods.src/
|
397
|
-
onclick="popupCode('InstanceMethods.src/
|
396
|
+
<a href="InstanceMethods.src/M000053.html" target="Code" class="method-signature"
|
397
|
+
onclick="popupCode('InstanceMethods.src/M000053.html');return false;">
|
398
398
|
<span class="method-name">xx_tag_</span><span class="method-args">(tag_name, *a, &b)</span>
|
399
399
|
</a>
|
400
400
|
</div>
|
@@ -403,12 +403,12 @@
|
|
403
403
|
</div>
|
404
404
|
</div>
|
405
405
|
|
406
|
-
<div id="method-
|
407
|
-
<a name="
|
406
|
+
<div id="method-M000064" class="method-detail">
|
407
|
+
<a name="M000064"></a>
|
408
408
|
|
409
409
|
<div class="method-heading">
|
410
|
-
<a href="InstanceMethods.src/
|
411
|
-
onclick="popupCode('InstanceMethods.src/
|
410
|
+
<a href="InstanceMethods.src/M000064.html" target="Code" class="method-signature"
|
411
|
+
onclick="popupCode('InstanceMethods.src/M000064.html');return false;">
|
412
412
|
<span class="method-name">xx_tag_method_name</span><span class="method-args">(*a, &b)</span>
|
413
413
|
</a>
|
414
414
|
</div>
|
@@ -417,12 +417,12 @@
|
|
417
417
|
</div>
|
418
418
|
</div>
|
419
419
|
|
420
|
-
<div id="method-
|
421
|
-
<a name="
|
420
|
+
<div id="method-M000057" class="method-detail">
|
421
|
+
<a name="M000057"></a>
|
422
422
|
|
423
423
|
<div class="method-heading">
|
424
|
-
<a href="InstanceMethods.src/
|
425
|
-
onclick="popupCode('InstanceMethods.src/
|
424
|
+
<a href="InstanceMethods.src/M000057.html" target="Code" class="method-signature"
|
425
|
+
onclick="popupCode('InstanceMethods.src/M000057.html');return false;">
|
426
426
|
<span class="method-name">xx_text_</span><span class="method-args">(*objects, &b)</span>
|
427
427
|
</a>
|
428
428
|
</div>
|
@@ -431,12 +431,12 @@
|
|
431
431
|
</div>
|
432
432
|
</div>
|
433
433
|
|
434
|
-
<div id="method-
|
435
|
-
<a name="
|
434
|
+
<div id="method-M000054" class="method-detail">
|
435
|
+
<a name="M000054"></a>
|
436
436
|
|
437
437
|
<div class="method-heading">
|
438
|
-
<a href="InstanceMethods.src/
|
439
|
-
onclick="popupCode('InstanceMethods.src/
|
438
|
+
<a href="InstanceMethods.src/M000054.html" target="Code" class="method-signature"
|
439
|
+
onclick="popupCode('InstanceMethods.src/M000054.html');return false;">
|
440
440
|
<span class="method-name">xx_which</span><span class="method-args">(*argv) {|| ...}</span>
|
441
441
|
</a>
|
442
442
|
</div>
|
@@ -445,12 +445,12 @@
|
|
445
445
|
</div>
|
446
446
|
</div>
|
447
447
|
|
448
|
-
<div id="method-
|
449
|
-
<a name="
|
448
|
+
<div id="method-M000055" class="method-detail">
|
449
|
+
<a name="M000055"></a>
|
450
450
|
|
451
451
|
<div class="method-heading">
|
452
|
-
<a href="InstanceMethods.src/
|
453
|
-
onclick="popupCode('InstanceMethods.src/
|
452
|
+
<a href="InstanceMethods.src/M000055.html" target="Code" class="method-signature"
|
453
|
+
onclick="popupCode('InstanceMethods.src/M000055.html');return false;">
|
454
454
|
<span class="method-name">xx_with_doc_in_effect</span><span class="method-args">(*a, &b)</span>
|
455
455
|
</a>
|
456
456
|
</div>
|