profligacy 0.4-jruby → 0.4.1-jruby
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -3
- data/examples/utu_main.rb +113 -0
- data/lib/profligacy/LELParser$LELEventListener.class +0 -0
- data/lib/profligacy/LELParser.class +0 -0
- data/lib/profligacy/lel.rb +17 -18
- data/lib/profligacy/parser.jar +0 -0
- data/lib/profligacy/swing-layout.jar +0 -0
- metadata +4 -61
- data/doc/rdoc/classes/Proc.html +0 -152
- data/doc/rdoc/classes/Proc.src/M000001.html +0 -18
- data/doc/rdoc/classes/Proc.src/M000002.html +0 -18
- data/doc/rdoc/classes/Profligacy.html +0 -117
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.html +0 -296
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000014.html +0 -28
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000015.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000016.html +0 -19
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000017.html +0 -23
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000018.html +0 -27
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000019.html +0 -19
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000020.html +0 -23
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000021.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000022.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000023.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000024.html +0 -21
- data/doc/rdoc/classes/Profligacy/LELNameScanner.html +0 -189
- data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000025.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000026.html +0 -18
- data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000027.html +0 -18
- data/doc/rdoc/classes/Profligacy/Swing.html +0 -118
- data/doc/rdoc/classes/Profligacy/Swing/Build.html +0 -268
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000005.html +0 -20
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000006.html +0 -18
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000007.html +0 -43
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000008.html +0 -18
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000009.html +0 -22
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000010.html +0 -21
- data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000011.html +0 -24
- data/doc/rdoc/classes/Profligacy/Swing/LEL.html +0 -169
- data/doc/rdoc/classes/Profligacy/Swing/LEL.src/M000012.html +0 -33
- data/doc/rdoc/classes/Profligacy/Swing/LEL.src/M000013.html +0 -38
- data/doc/rdoc/classes/Profligacy/Swing/Listeners.html +0 -123
- data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.html +0 -161
- data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.src/M000003.html +0 -18
- data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.src/M000004.html +0 -18
- data/doc/rdoc/created.rid +0 -1
- data/doc/rdoc/files/COPYING.html +0 -168
- data/doc/rdoc/files/LICENSE.html +0 -168
- data/doc/rdoc/files/README.html +0 -127
- data/doc/rdoc/files/lib/profligacy/lel_rb.html +0 -108
- data/doc/rdoc/files/lib/profligacy/swing_rb.html +0 -108
- data/doc/rdoc/fr_class_index.html +0 -35
- data/doc/rdoc/fr_file_index.html +0 -31
- data/doc/rdoc/fr_method_index.html +0 -53
- data/doc/rdoc/index.html +0 -24
- data/doc/rdoc/rdoc-style.css +0 -208
@@ -1,18 +0,0 @@
|
|
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_listener (Proc)</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/profligacy/swing.rb, line 143</span>
|
14
|
-
143: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_listener</span>(<span class="ruby-identifier">action</span>)
|
15
|
-
144: <span class="ruby-constant">Profligacy</span><span class="ruby-operator">::</span><span class="ruby-constant">Swing</span><span class="ruby-operator">::</span><span class="ruby-constant">Listeners</span>.<span class="ruby-identifier">const_get</span>(<span class="ruby-node">"#{action.to_s.capitalize}ListenerProc"</span>).<span class="ruby-identifier">new</span> <span class="ruby-operator">&</span><span class="ruby-keyword kw">self</span>
|
16
|
-
145: <span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,18 +0,0 @@
|
|
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_runnable (Proc)</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/profligacy/swing.rb, line 147</span>
|
14
|
-
147: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_runnable</span>
|
15
|
-
148: <span class="ruby-constant">Profligacy</span><span class="ruby-operator">::</span><span class="ruby-constant">Swing</span><span class="ruby-operator">::</span><span class="ruby-constant">RunnableProc</span>.<span class="ruby-identifier">new</span> <span class="ruby-operator">&</span><span class="ruby-keyword kw">self</span>
|
16
|
-
149: <span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,117 +0,0 @@
|
|
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>Module: Profligacy</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>Module</strong></td>
|
53
|
-
<td class="class-name-in-header">Profligacy</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/profligacy/lel_rb.html">
|
59
|
-
lib/profligacy/lel.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
<a href="../files/lib/profligacy/swing_rb.html">
|
63
|
-
lib/profligacy/swing.rb
|
64
|
-
</a>
|
65
|
-
<br />
|
66
|
-
</td>
|
67
|
-
</tr>
|
68
|
-
|
69
|
-
</table>
|
70
|
-
</div>
|
71
|
-
<!-- banner header -->
|
72
|
-
|
73
|
-
<div id="bodyContent">
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
<div id="contextContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
</div>
|
82
|
-
|
83
|
-
|
84
|
-
</div>
|
85
|
-
|
86
|
-
|
87
|
-
<!-- if includes -->
|
88
|
-
|
89
|
-
<div id="section">
|
90
|
-
|
91
|
-
<div id="class-list">
|
92
|
-
<h3 class="section-bar">Classes and Modules</h3>
|
93
|
-
|
94
|
-
Module <a href="Profligacy/Swing.html" class="link">Profligacy::Swing</a><br />
|
95
|
-
Class <a href="Profligacy/LELGroupLayout.html" class="link">Profligacy::LELGroupLayout</a><br />
|
96
|
-
Class <a href="Profligacy/LELNameScanner.html" class="link">Profligacy::LELNameScanner</a><br />
|
97
|
-
|
98
|
-
</div>
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
<!-- if method_list -->
|
107
|
-
|
108
|
-
|
109
|
-
</div>
|
110
|
-
|
111
|
-
|
112
|
-
<div id="validator-badges">
|
113
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
114
|
-
</div>
|
115
|
-
|
116
|
-
</body>
|
117
|
-
</html>
|
@@ -1,296 +0,0 @@
|
|
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: Profligacy::LELGroupLayout</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">Profligacy::LELGroupLayout</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../files/lib/profligacy/lel_rb.html">
|
59
|
-
lib/profligacy/lel.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
|
-
Object
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
</div>
|
84
|
-
|
85
|
-
<div id="method-list">
|
86
|
-
<h3 class="section-bar">Methods</h3>
|
87
|
-
|
88
|
-
<div class="name-list">
|
89
|
-
<a href="#M000020">align</a>
|
90
|
-
<a href="#M000015">col</a>
|
91
|
-
<a href="#M000023">expand</a>
|
92
|
-
<a href="#M000024">finished</a>
|
93
|
-
<a href="#M000018">id</a>
|
94
|
-
<a href="#M000016">ltab</a>
|
95
|
-
<a href="#M000014">new</a>
|
96
|
-
<a href="#M000019">row</a>
|
97
|
-
<a href="#M000022">setheight</a>
|
98
|
-
<a href="#M000021">setwidth</a>
|
99
|
-
<a href="#M000017">valign</a>
|
100
|
-
</div>
|
101
|
-
</div>
|
102
|
-
|
103
|
-
</div>
|
104
|
-
|
105
|
-
|
106
|
-
<!-- if includes -->
|
107
|
-
<div id="includes">
|
108
|
-
<h3 class="section-bar">Included Modules</h3>
|
109
|
-
|
110
|
-
<div id="includes-list">
|
111
|
-
<span class="include-name">Profligacy::LELParser::LELEventListener</span>
|
112
|
-
</div>
|
113
|
-
</div>
|
114
|
-
|
115
|
-
<div id="section">
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
<!-- if method_list -->
|
125
|
-
<div id="methods">
|
126
|
-
<h3 class="section-bar">Public Class methods</h3>
|
127
|
-
|
128
|
-
<div id="method-M000014" class="method-detail">
|
129
|
-
<a name="M000014"></a>
|
130
|
-
|
131
|
-
<div class="method-heading">
|
132
|
-
<a href="LELGroupLayout.src/M000014.html" target="Code" class="method-signature"
|
133
|
-
onclick="popupCode('LELGroupLayout.src/M000014.html');return false;">
|
134
|
-
<span class="method-name">new</span><span class="method-args">(layout, components)</span>
|
135
|
-
</a>
|
136
|
-
</div>
|
137
|
-
|
138
|
-
<div class="method-description">
|
139
|
-
</div>
|
140
|
-
</div>
|
141
|
-
|
142
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
143
|
-
|
144
|
-
<div id="method-M000020" class="method-detail">
|
145
|
-
<a name="M000020"></a>
|
146
|
-
|
147
|
-
<div class="method-heading">
|
148
|
-
<a href="LELGroupLayout.src/M000020.html" target="Code" class="method-signature"
|
149
|
-
onclick="popupCode('LELGroupLayout.src/M000020.html');return false;">
|
150
|
-
<span class="method-name">align</span><span class="method-args">(direction)</span>
|
151
|
-
</a>
|
152
|
-
</div>
|
153
|
-
|
154
|
-
<div class="method-description">
|
155
|
-
</div>
|
156
|
-
</div>
|
157
|
-
|
158
|
-
<div id="method-M000015" class="method-detail">
|
159
|
-
<a name="M000015"></a>
|
160
|
-
|
161
|
-
<div class="method-heading">
|
162
|
-
<a href="LELGroupLayout.src/M000015.html" target="Code" class="method-signature"
|
163
|
-
onclick="popupCode('LELGroupLayout.src/M000015.html');return false;">
|
164
|
-
<span class="method-name">col</span><span class="method-args">()</span>
|
165
|
-
</a>
|
166
|
-
</div>
|
167
|
-
|
168
|
-
<div class="method-description">
|
169
|
-
</div>
|
170
|
-
</div>
|
171
|
-
|
172
|
-
<div id="method-M000023" class="method-detail">
|
173
|
-
<a name="M000023"></a>
|
174
|
-
|
175
|
-
<div class="method-heading">
|
176
|
-
<a href="LELGroupLayout.src/M000023.html" target="Code" class="method-signature"
|
177
|
-
onclick="popupCode('LELGroupLayout.src/M000023.html');return false;">
|
178
|
-
<span class="method-name">expand</span><span class="method-args">()</span>
|
179
|
-
</a>
|
180
|
-
</div>
|
181
|
-
|
182
|
-
<div class="method-description">
|
183
|
-
</div>
|
184
|
-
</div>
|
185
|
-
|
186
|
-
<div id="method-M000024" class="method-detail">
|
187
|
-
<a name="M000024"></a>
|
188
|
-
|
189
|
-
<div class="method-heading">
|
190
|
-
<a href="LELGroupLayout.src/M000024.html" target="Code" class="method-signature"
|
191
|
-
onclick="popupCode('LELGroupLayout.src/M000024.html');return false;">
|
192
|
-
<span class="method-name">finished</span><span class="method-args">(error)</span>
|
193
|
-
</a>
|
194
|
-
</div>
|
195
|
-
|
196
|
-
<div class="method-description">
|
197
|
-
</div>
|
198
|
-
</div>
|
199
|
-
|
200
|
-
<div id="method-M000018" class="method-detail">
|
201
|
-
<a name="M000018"></a>
|
202
|
-
|
203
|
-
<div class="method-heading">
|
204
|
-
<a href="LELGroupLayout.src/M000018.html" target="Code" class="method-signature"
|
205
|
-
onclick="popupCode('LELGroupLayout.src/M000018.html');return false;">
|
206
|
-
<span class="method-name">id</span><span class="method-args">(name)</span>
|
207
|
-
</a>
|
208
|
-
</div>
|
209
|
-
|
210
|
-
<div class="method-description">
|
211
|
-
</div>
|
212
|
-
</div>
|
213
|
-
|
214
|
-
<div id="method-M000016" class="method-detail">
|
215
|
-
<a name="M000016"></a>
|
216
|
-
|
217
|
-
<div class="method-heading">
|
218
|
-
<a href="LELGroupLayout.src/M000016.html" target="Code" class="method-signature"
|
219
|
-
onclick="popupCode('LELGroupLayout.src/M000016.html');return false;">
|
220
|
-
<span class="method-name">ltab</span><span class="method-args">()</span>
|
221
|
-
</a>
|
222
|
-
</div>
|
223
|
-
|
224
|
-
<div class="method-description">
|
225
|
-
</div>
|
226
|
-
</div>
|
227
|
-
|
228
|
-
<div id="method-M000019" class="method-detail">
|
229
|
-
<a name="M000019"></a>
|
230
|
-
|
231
|
-
<div class="method-heading">
|
232
|
-
<a href="LELGroupLayout.src/M000019.html" target="Code" class="method-signature"
|
233
|
-
onclick="popupCode('LELGroupLayout.src/M000019.html');return false;">
|
234
|
-
<span class="method-name">row</span><span class="method-args">()</span>
|
235
|
-
</a>
|
236
|
-
</div>
|
237
|
-
|
238
|
-
<div class="method-description">
|
239
|
-
</div>
|
240
|
-
</div>
|
241
|
-
|
242
|
-
<div id="method-M000022" class="method-detail">
|
243
|
-
<a name="M000022"></a>
|
244
|
-
|
245
|
-
<div class="method-heading">
|
246
|
-
<a href="LELGroupLayout.src/M000022.html" target="Code" class="method-signature"
|
247
|
-
onclick="popupCode('LELGroupLayout.src/M000022.html');return false;">
|
248
|
-
<span class="method-name">setheight</span><span class="method-args">(height)</span>
|
249
|
-
</a>
|
250
|
-
</div>
|
251
|
-
|
252
|
-
<div class="method-description">
|
253
|
-
</div>
|
254
|
-
</div>
|
255
|
-
|
256
|
-
<div id="method-M000021" class="method-detail">
|
257
|
-
<a name="M000021"></a>
|
258
|
-
|
259
|
-
<div class="method-heading">
|
260
|
-
<a href="LELGroupLayout.src/M000021.html" target="Code" class="method-signature"
|
261
|
-
onclick="popupCode('LELGroupLayout.src/M000021.html');return false;">
|
262
|
-
<span class="method-name">setwidth</span><span class="method-args">(width)</span>
|
263
|
-
</a>
|
264
|
-
</div>
|
265
|
-
|
266
|
-
<div class="method-description">
|
267
|
-
</div>
|
268
|
-
</div>
|
269
|
-
|
270
|
-
<div id="method-M000017" class="method-detail">
|
271
|
-
<a name="M000017"></a>
|
272
|
-
|
273
|
-
<div class="method-heading">
|
274
|
-
<a href="LELGroupLayout.src/M000017.html" target="Code" class="method-signature"
|
275
|
-
onclick="popupCode('LELGroupLayout.src/M000017.html');return false;">
|
276
|
-
<span class="method-name">valign</span><span class="method-args">(dir)</span>
|
277
|
-
</a>
|
278
|
-
</div>
|
279
|
-
|
280
|
-
<div class="method-description">
|
281
|
-
</div>
|
282
|
-
</div>
|
283
|
-
|
284
|
-
|
285
|
-
</div>
|
286
|
-
|
287
|
-
|
288
|
-
</div>
|
289
|
-
|
290
|
-
|
291
|
-
<div id="validator-badges">
|
292
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
293
|
-
</div>
|
294
|
-
|
295
|
-
</body>
|
296
|
-
</html>
|