PageTemplate 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/MANIFEST +4 -0
- data/Rakefile +54 -0
- data/config.save +12 -0
- data/doc/classes/BlockCommand.html +229 -0
- data/doc/classes/BlockCommand.src/M000004.html +18 -0
- data/doc/classes/BlockCommand.src/M000005.html +25 -0
- data/doc/classes/BlockCommand.src/M000006.html +18 -0
- data/doc/classes/BlockCommand.src/M000007.html +23 -0
- data/doc/classes/BlockCommand.src/M000008.html +24 -0
- data/doc/classes/Command.html +167 -0
- data/doc/classes/Command.src/M000029.html +19 -0
- data/doc/classes/Command.src/M000030.html +18 -0
- data/doc/classes/IfCommand.html +193 -0
- data/doc/classes/IfCommand.src/M000039.html +19 -0
- data/doc/classes/IfCommand.src/M000040.html +20 -0
- data/doc/classes/IfCommand.src/M000041.html +20 -0
- data/doc/classes/IfElseCommand.html +189 -0
- data/doc/classes/IfElseCommand.src/M000023.html +19 -0
- data/doc/classes/IfElseCommand.src/M000024.html +23 -0
- data/doc/classes/IfElseCommand.src/M000025.html +20 -0
- data/doc/classes/IncludeCommand.html +178 -0
- data/doc/classes/IncludeCommand.src/M000017.html +21 -0
- data/doc/classes/IncludeCommand.src/M000018.html +23 -0
- data/doc/classes/IncludeCommand.src/M000019.html +18 -0
- data/doc/classes/LoopCommand.html +197 -0
- data/doc/classes/LoopCommand.src/M000001.html +19 -0
- data/doc/classes/LoopCommand.src/M000002.html +33 -0
- data/doc/classes/LoopCommand.src/M000003.html +20 -0
- data/doc/classes/LoopElseCommand.html +190 -0
- data/doc/classes/LoopElseCommand.src/M000020.html +19 -0
- data/doc/classes/LoopElseCommand.src/M000021.html +23 -0
- data/doc/classes/LoopElseCommand.src/M000022.html +20 -0
- data/doc/classes/Namespace.html +297 -0
- data/doc/classes/Namespace.src/M000031.html +19 -0
- data/doc/classes/Namespace.src/M000032.html +18 -0
- data/doc/classes/Namespace.src/M000033.html +18 -0
- data/doc/classes/Namespace.src/M000034.html +19 -0
- data/doc/classes/Namespace.src/M000035.html +36 -0
- data/doc/classes/Namespace.src/M000036.html +21 -0
- data/doc/classes/Namespace.src/M000037.html +18 -0
- data/doc/classes/Namespace.src/M000038.html +18 -0
- data/doc/classes/PageTemplate.html +352 -0
- data/doc/classes/PageTemplate.src/M000009.html +46 -0
- data/doc/classes/PageTemplate.src/M000010.html +29 -0
- data/doc/classes/PageTemplate.src/M000011.html +18 -0
- data/doc/classes/PageTemplate.src/M000012.html +18 -0
- data/doc/classes/PageTemplate.src/M000013.html +18 -0
- data/doc/classes/PageTemplate.src/M000014.html +18 -0
- data/doc/classes/PageTemplate.src/M000015.html +18 -0
- data/doc/classes/PageTemplate.src/M000016.html +19 -0
- data/doc/classes/Syntax.html +139 -0
- data/doc/classes/Syntax/CachedParser.html +163 -0
- data/doc/classes/Syntax/CachedParser.src/M000045.html +19 -0
- data/doc/classes/Syntax/CachedParser.src/M000046.html +52 -0
- data/doc/classes/Syntax/Glossary.html +245 -0
- data/doc/classes/Syntax/Glossary.src/M000047.html +20 -0
- data/doc/classes/Syntax/Glossary.src/M000048.html +29 -0
- data/doc/classes/Syntax/Parser.html +261 -0
- data/doc/classes/Syntax/Parser.src/M000049.html +22 -0
- data/doc/classes/Syntax/Parser.src/M000050.html +35 -0
- data/doc/classes/Syntax/Parser.src/M000051.html +18 -0
- data/doc/classes/Syntax/Parser.src/M000052.html +21 -0
- data/doc/classes/Syntax/Parser.src/M000053.html +53 -0
- data/doc/classes/Syntax/Parser.src/M000054.html +107 -0
- data/doc/classes/TextCommand.html +185 -0
- data/doc/classes/TextCommand.src/M000042.html +18 -0
- data/doc/classes/TextCommand.src/M000043.html +18 -0
- data/doc/classes/TextCommand.src/M000044.html +18 -0
- data/doc/classes/ValueCommand.html +186 -0
- data/doc/classes/ValueCommand.src/M000026.html +18 -0
- data/doc/classes/ValueCommand.src/M000027.html +18 -0
- data/doc/classes/ValueCommand.src/M000028.html +20 -0
- data/doc/created.rid +1 -0
- data/doc/files/README_txt.html +224 -0
- data/doc/files/lib/PageTemplate_rb.html +119 -0
- data/doc/fr_class_index.html +41 -0
- data/doc/fr_file_index.html +28 -0
- data/doc/fr_method_index.html +80 -0
- data/doc/index.html +24 -0
- data/doc/rdoc-style.css +208 -0
- data/install.rb +1015 -0
- data/lib/MANIFEST +2 -0
- data/lib/PageTemplate.rb +936 -0
- data/pkg/PageTemplate-1.1.2.gem +0 -0
- data/tdata/complex.txt +116 -0
- data/tdata/i1.txt +1 -0
- data/tdata/i2.txt +7 -0
- data/tdata/ib1.txt +7 -0
- data/tdata/ib2.txt +13 -0
- data/tdata/ie1.txt +4 -0
- data/tdata/ie2.txt +15 -0
- data/tdata/include.1.txt +1 -0
- data/tdata/include.2.txt +1 -0
- data/tdata/include.3.txt +1 -0
- data/tdata/include.4.out.txt +3 -0
- data/tdata/include.4.txt +2 -0
- data/tdata/include.4a.txt +1 -0
- data/tdata/include.4b.txt +2 -0
- data/tdata/include.5.txt +2 -0
- data/tdata/l1.txt +5 -0
- data/tdata/l2.txt +7 -0
- data/tdata/nm.txt +4 -0
- data/tdata/p/_b1.txt +0 -0
- data/tdata/p/b1.txt +4 -0
- data/tdata/p/cb1.txt +4 -0
- data/tdata/t.txt +2 -0
- data/tdata/v1.txt +11 -0
- data/tdata/v2.txt +11 -0
- data/test-install.rb +2 -0
- metadata +137 -4
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>new (IfElseCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 247</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">flag</span>, <span class="ruby-identifier">ifBlock</span>, <span class="ruby-identifier">elseBlock</span>)
|
15
|
+
<span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">flag</span>, <span class="ruby-identifier">ifBlock</span>)
|
16
|
+
<span class="ruby-ivar">@elseCommands</span> = <span class="ruby-identifier">elseBlock</span>
|
17
|
+
<span class="ruby-keyword kw">end</span></pre>
|
18
|
+
</body>
|
19
|
+
</html>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>output (IfElseCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 254</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">output</span>(<span class="ruby-identifier">namespace</span>)
|
15
|
+
<span class="ruby-identifier">result</span> = <span class="ruby-keyword kw">super</span>
|
16
|
+
<span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">result</span>
|
17
|
+
<span class="ruby-identifier">result</span> = <span class="ruby-ivar">@elseCommands</span>.<span class="ruby-identifier">output</span>(<span class="ruby-identifier">namespace</span>)
|
18
|
+
<span class="ruby-keyword kw">end</span>
|
19
|
+
|
20
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-identifier">result</span>
|
21
|
+
<span class="ruby-keyword kw">end</span></pre>
|
22
|
+
</body>
|
23
|
+
</html>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>to_s (IfElseCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 263</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
|
15
|
+
<span class="ruby-identifier">str</span> = <span class="ruby-keyword kw">super</span>.<span class="ruby-identifier">to_s</span>
|
16
|
+
<span class="ruby-identifier">str</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">" - ELSE "</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@elseCommands</span>.<span class="ruby-identifier">to_s</span>
|
17
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-identifier">str</span>
|
18
|
+
<span class="ruby-keyword kw">end</span></pre>
|
19
|
+
</body>
|
20
|
+
</html>
|
@@ -0,0 +1,178 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>Class: IncludeCommand</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="classHeader">
|
50
|
+
<table class="header-table">
|
51
|
+
<tr class="top-aligned-row">
|
52
|
+
<td><strong>Class</strong></td>
|
53
|
+
<td class="class-name-in-header">IncludeCommand</td>
|
54
|
+
</tr>
|
55
|
+
<tr class="top-aligned-row">
|
56
|
+
<td><strong>In:</strong></td>
|
57
|
+
<td>
|
58
|
+
<a href="../files/lib/PageTemplate_rb.html">
|
59
|
+
lib/PageTemplate.rb
|
60
|
+
</a>
|
61
|
+
<br />
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
|
65
|
+
<tr class="top-aligned-row">
|
66
|
+
<td><strong>Parent:</strong></td>
|
67
|
+
<td>
|
68
|
+
<a href="Command.html">
|
69
|
+
Command
|
70
|
+
</a>
|
71
|
+
</td>
|
72
|
+
</tr>
|
73
|
+
</table>
|
74
|
+
</div>
|
75
|
+
<!-- banner header -->
|
76
|
+
|
77
|
+
<div id="bodyContent">
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
<div id="contextContent">
|
82
|
+
|
83
|
+
<div id="description">
|
84
|
+
<p>
|
85
|
+
<a href="IncludeCommand.html">IncludeCommand</a> allows including text from
|
86
|
+
external files.
|
87
|
+
</p>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
|
91
|
+
|
92
|
+
</div>
|
93
|
+
|
94
|
+
<div id="method-list">
|
95
|
+
<h3 class="section-bar">Methods</h3>
|
96
|
+
|
97
|
+
<div class="name-list">
|
98
|
+
<a href="#M000017">new</a>
|
99
|
+
<a href="#M000018">output</a>
|
100
|
+
<a href="#M000019">to_s</a>
|
101
|
+
</div>
|
102
|
+
</div>
|
103
|
+
|
104
|
+
</div>
|
105
|
+
|
106
|
+
|
107
|
+
<!-- if includes -->
|
108
|
+
|
109
|
+
<div id="section">
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<!-- if method_list -->
|
119
|
+
<div id="methods">
|
120
|
+
<h3 class="section-bar">Public Class methods</h3>
|
121
|
+
|
122
|
+
<div id="method-M000017" class="method-detail">
|
123
|
+
<a name="M000017"></a>
|
124
|
+
|
125
|
+
<div class="method-heading">
|
126
|
+
<a href="IncludeCommand.src/M000017.html" target="Code" class="method-signature"
|
127
|
+
onclick="popupCode('IncludeCommand.src/M000017.html');return false;">
|
128
|
+
<span class="method-name">new</span><span class="method-args">(filename, path = Dir.getwd)</span>
|
129
|
+
</a>
|
130
|
+
</div>
|
131
|
+
|
132
|
+
<div class="method-description">
|
133
|
+
</div>
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<h3 class="section-bar">Public Instance methods</h3>
|
137
|
+
|
138
|
+
<div id="method-M000018" class="method-detail">
|
139
|
+
<a name="M000018"></a>
|
140
|
+
|
141
|
+
<div class="method-heading">
|
142
|
+
<a href="IncludeCommand.src/M000018.html" target="Code" class="method-signature"
|
143
|
+
onclick="popupCode('IncludeCommand.src/M000018.html');return false;">
|
144
|
+
<span class="method-name">output</span><span class="method-args">(ns=nil)</span>
|
145
|
+
</a>
|
146
|
+
</div>
|
147
|
+
|
148
|
+
<div class="method-description">
|
149
|
+
</div>
|
150
|
+
</div>
|
151
|
+
|
152
|
+
<div id="method-M000019" class="method-detail">
|
153
|
+
<a name="M000019"></a>
|
154
|
+
|
155
|
+
<div class="method-heading">
|
156
|
+
<a href="IncludeCommand.src/M000019.html" target="Code" class="method-signature"
|
157
|
+
onclick="popupCode('IncludeCommand.src/M000019.html');return false;">
|
158
|
+
<span class="method-name">to_s</span><span class="method-args">()</span>
|
159
|
+
</a>
|
160
|
+
</div>
|
161
|
+
|
162
|
+
<div class="method-description">
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
|
166
|
+
|
167
|
+
</div>
|
168
|
+
|
169
|
+
|
170
|
+
</div>
|
171
|
+
|
172
|
+
|
173
|
+
<div id="validator-badges">
|
174
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
175
|
+
</div>
|
176
|
+
|
177
|
+
</body>
|
178
|
+
</html>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>new (IncludeCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 885</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">filename</span>, <span class="ruby-identifier">path</span> = <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">getwd</span>)
|
15
|
+
<span class="ruby-keyword kw">super</span>()
|
16
|
+
<span class="ruby-ivar">@filename</span> = <span class="ruby-identifier">filename</span>
|
17
|
+
<span class="ruby-ivar">@path</span> = <span class="ruby-identifier">path</span>
|
18
|
+
<span class="ruby-ivar">@parser</span> = <span class="ruby-constant">Syntax</span><span class="ruby-operator">::</span><span class="ruby-constant">Parser</span>.<span class="ruby-identifier">new</span>(<span class="ruby-constant">Syntax</span><span class="ruby-operator">::</span><span class="ruby-constant">DEFAULT</span>, <span class="ruby-ivar">@path</span>)
|
19
|
+
<span class="ruby-keyword kw">end</span></pre>
|
20
|
+
</body>
|
21
|
+
</html>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>output (IncludeCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 892</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">output</span>(<span class="ruby-identifier">ns</span>=<span class="ruby-keyword kw">nil</span>)
|
15
|
+
<span class="ruby-comment cmt"># First check to see if the file exists in the current working directory</span>
|
16
|
+
<span class="ruby-comment cmt"># or as an absolute filename.</span>
|
17
|
+
<span class="ruby-identifier">file</span> = <span class="ruby-identifier">determine_file</span>(<span class="ruby-identifier">ns</span>)
|
18
|
+
<span class="ruby-identifier">text</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-identifier">file</span>).<span class="ruby-identifier">read</span>()
|
19
|
+
<span class="ruby-ivar">@parser</span>.<span class="ruby-identifier">build</span>(<span class="ruby-identifier">file</span>)
|
20
|
+
<span class="ruby-ivar">@parser</span>.<span class="ruby-identifier">output</span>(<span class="ruby-identifier">ns</span>)
|
21
|
+
<span class="ruby-keyword kw">end</span></pre>
|
22
|
+
</body>
|
23
|
+
</html>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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>to_s (IncludeCommand)</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
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/PageTemplate.rb, line 901</span>
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
|
15
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-node">"IncludeCommand {path: '#{@path}' filename: '#{@filename}'}"</span>
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
17
|
+
</body>
|
18
|
+
</html>
|
@@ -0,0 +1,197 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>Class: LoopCommand</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="classHeader">
|
50
|
+
<table class="header-table">
|
51
|
+
<tr class="top-aligned-row">
|
52
|
+
<td><strong>Class</strong></td>
|
53
|
+
<td class="class-name-in-header">LoopCommand</td>
|
54
|
+
</tr>
|
55
|
+
<tr class="top-aligned-row">
|
56
|
+
<td><strong>In:</strong></td>
|
57
|
+
<td>
|
58
|
+
<a href="../files/lib/PageTemplate_rb.html">
|
59
|
+
lib/PageTemplate.rb
|
60
|
+
</a>
|
61
|
+
<br />
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
|
65
|
+
<tr class="top-aligned-row">
|
66
|
+
<td><strong>Parent:</strong></td>
|
67
|
+
<td>
|
68
|
+
<a href="ValueCommand.html">
|
69
|
+
ValueCommand
|
70
|
+
</a>
|
71
|
+
</td>
|
72
|
+
</tr>
|
73
|
+
</table>
|
74
|
+
</div>
|
75
|
+
<!-- banner header -->
|
76
|
+
|
77
|
+
<div id="bodyContent">
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
<div id="contextContent">
|
82
|
+
|
83
|
+
<div id="description">
|
84
|
+
<p>
|
85
|
+
<a href="LoopCommand.html">LoopCommand</a> repeatedly steps through its
|
86
|
+
CommandBlock for each item in a array of hashes associated with the <a
|
87
|
+
href="LoopCommand.html">LoopCommand</a>’s variable.
|
88
|
+
</p>
|
89
|
+
|
90
|
+
</div>
|
91
|
+
|
92
|
+
|
93
|
+
</div>
|
94
|
+
|
95
|
+
<div id="method-list">
|
96
|
+
<h3 class="section-bar">Methods</h3>
|
97
|
+
|
98
|
+
<div class="name-list">
|
99
|
+
<a href="#M000001">new</a>
|
100
|
+
<a href="#M000002">output</a>
|
101
|
+
<a href="#M000003">to_s</a>
|
102
|
+
</div>
|
103
|
+
</div>
|
104
|
+
|
105
|
+
</div>
|
106
|
+
|
107
|
+
|
108
|
+
<!-- if includes -->
|
109
|
+
|
110
|
+
<div id="section">
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
<!-- if method_list -->
|
120
|
+
<div id="methods">
|
121
|
+
<h3 class="section-bar">Public Class methods</h3>
|
122
|
+
|
123
|
+
<div id="method-M000001" class="method-detail">
|
124
|
+
<a name="M000001"></a>
|
125
|
+
|
126
|
+
<div class="method-heading">
|
127
|
+
<a href="LoopCommand.src/M000001.html" target="Code" class="method-signature"
|
128
|
+
onclick="popupCode('LoopCommand.src/M000001.html');return false;">
|
129
|
+
<span class="method-name">new</span><span class="method-args">(listName, commandBlock)</span>
|
130
|
+
</a>
|
131
|
+
</div>
|
132
|
+
|
133
|
+
<div class="method-description">
|
134
|
+
<p>
|
135
|
+
Creates a new <a href="LoopCommand.html">LoopCommand</a> asociated with
|
136
|
+
<tt>listName</tt> and using <tt>commandBlock</tt> as the command to be
|
137
|
+
executed when output is requested.
|
138
|
+
</p>
|
139
|
+
<p>
|
140
|
+
*NOTE:* The value associated with <tt>listName</tt> in the caller’s
|
141
|
+
<a href="Namespace.html">Namespace</a> must be an array of hashes. Each
|
142
|
+
hash should have the same keys, but that is not required. (I can think of
|
143
|
+
situations where it wouldn’t be an issue, so just think of
|
144
|
+
‘identical keys’ as a guideline)
|
145
|
+
</p>
|
146
|
+
</div>
|
147
|
+
</div>
|
148
|
+
|
149
|
+
<h3 class="section-bar">Public Instance methods</h3>
|
150
|
+
|
151
|
+
<div id="method-M000002" class="method-detail">
|
152
|
+
<a name="M000002"></a>
|
153
|
+
|
154
|
+
<div class="method-heading">
|
155
|
+
<a href="LoopCommand.src/M000002.html" target="Code" class="method-signature"
|
156
|
+
onclick="popupCode('LoopCommand.src/M000002.html');return false;">
|
157
|
+
<span class="method-name">output</span><span class="method-args">(namespace)</span>
|
158
|
+
</a>
|
159
|
+
</div>
|
160
|
+
|
161
|
+
<div class="method-description">
|
162
|
+
<p>
|
163
|
+
Executes the object’s CommandBlock for each item in the associated
|
164
|
+
array of hashes. This method nests namespaces, allowing local variables
|
165
|
+
within the loop. Returns the combined output of each repetition, or nil if
|
166
|
+
the loop value is false in <tt>namespace</tt>.
|
167
|
+
</p>
|
168
|
+
</div>
|
169
|
+
</div>
|
170
|
+
|
171
|
+
<div id="method-M000003" class="method-detail">
|
172
|
+
<a name="M000003"></a>
|
173
|
+
|
174
|
+
<div class="method-heading">
|
175
|
+
<a href="LoopCommand.src/M000003.html" target="Code" class="method-signature"
|
176
|
+
onclick="popupCode('LoopCommand.src/M000003.html');return false;">
|
177
|
+
<span class="method-name">to_s</span><span class="method-args">()</span>
|
178
|
+
</a>
|
179
|
+
</div>
|
180
|
+
|
181
|
+
<div class="method-description">
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
|
185
|
+
|
186
|
+
</div>
|
187
|
+
|
188
|
+
|
189
|
+
</div>
|
190
|
+
|
191
|
+
|
192
|
+
<div id="validator-badges">
|
193
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
194
|
+
</div>
|
195
|
+
|
196
|
+
</body>
|
197
|
+
</html>
|