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,28 +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>new (Profligacy::LELGroupLayout)</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/lel.rb, line 30</span>
|
14
|
-
30: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">layout</span>, <span class="ruby-identifier">components</span>)
|
15
|
-
31: <span class="ruby-ivar">@layout</span> = <span class="ruby-identifier">layout</span>
|
16
|
-
32: <span class="ruby-ivar">@hgroup</span> = <span class="ruby-ivar">@layout</span>.<span class="ruby-identifier">createSequentialGroup</span>
|
17
|
-
33: <span class="ruby-ivar">@vgroup</span> = <span class="ruby-ivar">@layout</span>.<span class="ruby-identifier">createSequentialGroup</span>
|
18
|
-
34: <span class="ruby-ivar">@vertical</span> = <span class="ruby-keyword kw">nil</span>
|
19
|
-
35: <span class="ruby-ivar">@horizontals</span> = []
|
20
|
-
36: <span class="ruby-ivar">@components</span> = <span class="ruby-identifier">components</span>
|
21
|
-
37:
|
22
|
-
38: <span class="ruby-identifier">alignments_reset</span>
|
23
|
-
39: <span class="ruby-identifier">widths_reset</span>
|
24
|
-
40: <span class="ruby-identifier">heights_reset</span>
|
25
|
-
41: <span class="ruby-identifier">horizontals_reset</span>
|
26
|
-
42: <span class="ruby-keyword kw">end</span></pre>
|
27
|
-
</body>
|
28
|
-
</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>col (Profligacy::LELGroupLayout)</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/lel.rb, line 44</span>
|
14
|
-
44: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">col</span>
|
15
|
-
45: <span class="ruby-identifier">horizontals_push</span>; <span class="ruby-identifier">alignments_reset</span> ; <span class="ruby-identifier">widths_reset</span>
|
16
|
-
46: <span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,19 +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>ltab (Profligacy::LELGroupLayout)</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/lel.rb, line 48</span>
|
14
|
-
48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ltab</span>
|
15
|
-
49: <span class="ruby-identifier">horizontals_reset</span>
|
16
|
-
50: <span class="ruby-ivar">@vertical</span> = <span class="ruby-ivar">@layout</span>.<span class="ruby-identifier">createParallelGroup</span>
|
17
|
-
51: <span class="ruby-keyword kw">end</span></pre>
|
18
|
-
</body>
|
19
|
-
</html>
|
@@ -1,23 +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>valign (Profligacy::LELGroupLayout)</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/lel.rb, line 53</span>
|
14
|
-
53: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">valign</span>(<span class="ruby-identifier">dir</span>)
|
15
|
-
54: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">dir</span>
|
16
|
-
55: <span class="ruby-keyword kw">when</span> <span class="ruby-value str">"^"</span> <span class="ruby-keyword kw">then</span> <span class="ruby-ivar">@valign</span> = <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span><span class="ruby-operator">::</span><span class="ruby-constant">LEADING</span>
|
17
|
-
56: <span class="ruby-keyword kw">when</span> <span class="ruby-value str">"."</span> <span class="ruby-keyword kw">then</span> <span class="ruby-ivar">@valign</span> = <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span><span class="ruby-operator">::</span><span class="ruby-constant">TRAILING</span>
|
18
|
-
57: <span class="ruby-keyword kw">else</span>
|
19
|
-
58: <span class="ruby-identifier">raise</span> <span class="ruby-node">"Invalid Vertical Alignment: #{dir}"</span>
|
20
|
-
59: <span class="ruby-keyword kw">end</span>
|
21
|
-
60: <span class="ruby-keyword kw">end</span></pre>
|
22
|
-
</body>
|
23
|
-
</html>
|
@@ -1,27 +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>id (Profligacy::LELGroupLayout)</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/lel.rb, line 62</span>
|
14
|
-
62: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">id</span>(<span class="ruby-identifier">name</span>)
|
15
|
-
63: <span class="ruby-identifier">h</span> = <span class="ruby-identifier">horizontals_cur</span>
|
16
|
-
64: <span class="ruby-identifier">component</span> = <span class="ruby-ivar">@components</span>[<span class="ruby-identifier">name</span>]
|
17
|
-
65:
|
18
|
-
66: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">component</span>
|
19
|
-
67: <span class="ruby-comment cmt"># add it in</span>
|
20
|
-
68: <span class="ruby-ivar">@vertical</span>.<span class="ruby-identifier">addComponent</span>(<span class="ruby-identifier">component</span>, <span class="ruby-ivar">@valign</span>, <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">DEFAULT_SIZE</span>, <span class="ruby-ivar">@height</span>, <span class="ruby-ivar">@max</span>)
|
21
|
-
69: <span class="ruby-identifier">h</span>.<span class="ruby-identifier">addComponent</span>(<span class="ruby-identifier">component</span>, <span class="ruby-ivar">@halign</span>, <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">DEFAULT_SIZE</span>, <span class="ruby-ivar">@width</span>, <span class="ruby-ivar">@max</span>)
|
22
|
-
70: <span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">name</span> <span class="ruby-operator">!=</span> <span class="ruby-value str">"_"</span>
|
23
|
-
71: <span class="ruby-identifier">raise</span> <span class="ruby-node">"Cell named '#{name}' does not have a component set during build."</span>
|
24
|
-
72: <span class="ruby-keyword kw">end</span>
|
25
|
-
73: <span class="ruby-keyword kw">end</span></pre>
|
26
|
-
</body>
|
27
|
-
</html>
|
@@ -1,19 +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>row (Profligacy::LELGroupLayout)</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/lel.rb, line 75</span>
|
14
|
-
75: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">row</span>
|
15
|
-
76: <span class="ruby-ivar">@vgroup</span>.<span class="ruby-identifier">addGroup</span>(<span class="ruby-ivar">@vertical</span>);
|
16
|
-
77: <span class="ruby-identifier">alignments_reset</span> ; <span class="ruby-identifier">widths_reset</span> ; <span class="ruby-identifier">heights_reset</span>
|
17
|
-
78: <span class="ruby-keyword kw">end</span></pre>
|
18
|
-
</body>
|
19
|
-
</html>
|
@@ -1,23 +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>align (Profligacy::LELGroupLayout)</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/lel.rb, line 80</span>
|
14
|
-
80: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">align</span>(<span class="ruby-identifier">direction</span>)
|
15
|
-
81: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">direction</span>
|
16
|
-
82: <span class="ruby-keyword kw">when</span> <span class="ruby-value str">"<"</span> <span class="ruby-keyword kw">then</span> <span class="ruby-ivar">@halign</span> = <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span><span class="ruby-operator">::</span><span class="ruby-constant">LEADING</span>
|
17
|
-
83: <span class="ruby-keyword kw">when</span> <span class="ruby-value str">">"</span> <span class="ruby-keyword kw">then</span> <span class="ruby-ivar">@halign</span> = <span class="ruby-constant">GroupLayout</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span><span class="ruby-operator">::</span><span class="ruby-constant">TRAILING</span>
|
18
|
-
84: <span class="ruby-keyword kw">else</span>
|
19
|
-
85: <span class="ruby-identifier">raise</span> <span class="ruby-node">"Invalid Horizontal Alignment: #{direction}"</span>
|
20
|
-
86: <span class="ruby-keyword kw">end</span>
|
21
|
-
87: <span class="ruby-keyword kw">end</span></pre>
|
22
|
-
</body>
|
23
|
-
</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>setwidth (Profligacy::LELGroupLayout)</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/lel.rb, line 89</span>
|
14
|
-
89: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setwidth</span>(<span class="ruby-identifier">width</span>)
|
15
|
-
90: <span class="ruby-ivar">@width</span> = <span class="ruby-identifier">width</span>
|
16
|
-
91: <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>setheight (Profligacy::LELGroupLayout)</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/lel.rb, line 93</span>
|
14
|
-
93: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setheight</span>(<span class="ruby-identifier">height</span>)
|
15
|
-
94: <span class="ruby-ivar">@height</span> = <span class="ruby-identifier">height</span>
|
16
|
-
95: <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>expand (Profligacy::LELGroupLayout)</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/lel.rb, line 97</span>
|
14
|
-
97: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">expand</span>
|
15
|
-
98: <span class="ruby-ivar">@max</span> = <span class="ruby-constant">Short</span><span class="ruby-operator">::</span><span class="ruby-constant">MAX_VALUE</span>
|
16
|
-
99: <span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,21 +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>finished (Profligacy::LELGroupLayout)</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/lel.rb, line 101</span>
|
14
|
-
101: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">finished</span>(<span class="ruby-identifier">error</span>)
|
15
|
-
102: <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">error</span>
|
16
|
-
103: <span class="ruby-ivar">@layout</span>.<span class="ruby-identifier">setHorizontalGroup</span>(<span class="ruby-ivar">@hgroup</span>);
|
17
|
-
104: <span class="ruby-ivar">@layout</span>.<span class="ruby-identifier">setVerticalGroup</span>(<span class="ruby-ivar">@vgroup</span>);
|
18
|
-
105: <span class="ruby-keyword kw">end</span>
|
19
|
-
106: <span class="ruby-keyword kw">end</span></pre>
|
20
|
-
</body>
|
21
|
-
</html>
|
@@ -1,189 +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::LELNameScanner</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::LELNameScanner</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="#M000026">id</a>
|
90
|
-
<a href="#M000027">method_missing</a>
|
91
|
-
<a href="#M000025">new</a>
|
92
|
-
</div>
|
93
|
-
</div>
|
94
|
-
|
95
|
-
</div>
|
96
|
-
|
97
|
-
|
98
|
-
<!-- if includes -->
|
99
|
-
<div id="includes">
|
100
|
-
<h3 class="section-bar">Included Modules</h3>
|
101
|
-
|
102
|
-
<div id="includes-list">
|
103
|
-
<span class="include-name">Profligacy::LELParser::LELEventListener</span>
|
104
|
-
</div>
|
105
|
-
</div>
|
106
|
-
|
107
|
-
<div id="section">
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
<div id="attribute-list">
|
114
|
-
<h3 class="section-bar">Attributes</h3>
|
115
|
-
|
116
|
-
<div class="name-list">
|
117
|
-
<table>
|
118
|
-
<tr class="top-aligned-row context-row">
|
119
|
-
<td class="context-item-name">children</td>
|
120
|
-
<td class="context-item-value"> [R] </td>
|
121
|
-
<td class="context-item-desc"></td>
|
122
|
-
</tr>
|
123
|
-
</table>
|
124
|
-
</div>
|
125
|
-
</div>
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
<!-- if method_list -->
|
130
|
-
<div id="methods">
|
131
|
-
<h3 class="section-bar">Public Class methods</h3>
|
132
|
-
|
133
|
-
<div id="method-M000025" class="method-detail">
|
134
|
-
<a name="M000025"></a>
|
135
|
-
|
136
|
-
<div class="method-heading">
|
137
|
-
<a href="LELNameScanner.src/M000025.html" target="Code" class="method-signature"
|
138
|
-
onclick="popupCode('LELNameScanner.src/M000025.html');return false;">
|
139
|
-
<span class="method-name">new</span><span class="method-args">()</span>
|
140
|
-
</a>
|
141
|
-
</div>
|
142
|
-
|
143
|
-
<div class="method-description">
|
144
|
-
</div>
|
145
|
-
</div>
|
146
|
-
|
147
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
148
|
-
|
149
|
-
<div id="method-M000026" class="method-detail">
|
150
|
-
<a name="M000026"></a>
|
151
|
-
|
152
|
-
<div class="method-heading">
|
153
|
-
<a href="LELNameScanner.src/M000026.html" target="Code" class="method-signature"
|
154
|
-
onclick="popupCode('LELNameScanner.src/M000026.html');return false;">
|
155
|
-
<span class="method-name">id</span><span class="method-args">(name)</span>
|
156
|
-
</a>
|
157
|
-
</div>
|
158
|
-
|
159
|
-
<div class="method-description">
|
160
|
-
</div>
|
161
|
-
</div>
|
162
|
-
|
163
|
-
<div id="method-M000027" class="method-detail">
|
164
|
-
<a name="M000027"></a>
|
165
|
-
|
166
|
-
<div class="method-heading">
|
167
|
-
<a href="LELNameScanner.src/M000027.html" target="Code" class="method-signature"
|
168
|
-
onclick="popupCode('LELNameScanner.src/M000027.html');return false;">
|
169
|
-
<span class="method-name">method_missing</span><span class="method-args">(symb, *args)</span>
|
170
|
-
</a>
|
171
|
-
</div>
|
172
|
-
|
173
|
-
<div class="method-description">
|
174
|
-
</div>
|
175
|
-
</div>
|
176
|
-
|
177
|
-
|
178
|
-
</div>
|
179
|
-
|
180
|
-
|
181
|
-
</div>
|
182
|
-
|
183
|
-
|
184
|
-
<div id="validator-badges">
|
185
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
186
|
-
</div>
|
187
|
-
|
188
|
-
</body>
|
189
|
-
</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>new (Profligacy::LELNameScanner)</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/lel.rb, line 10</span>
|
14
|
-
10: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>
|
15
|
-
11: <span class="ruby-ivar">@children</span> = []
|
16
|
-
12: <span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|