profligacy 0.4-jruby → 0.4.1-jruby

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.
Files changed (55) hide show
  1. data/Rakefile +3 -3
  2. data/examples/utu_main.rb +113 -0
  3. data/lib/profligacy/LELParser$LELEventListener.class +0 -0
  4. data/lib/profligacy/LELParser.class +0 -0
  5. data/lib/profligacy/lel.rb +17 -18
  6. data/lib/profligacy/parser.jar +0 -0
  7. data/lib/profligacy/swing-layout.jar +0 -0
  8. metadata +4 -61
  9. data/doc/rdoc/classes/Proc.html +0 -152
  10. data/doc/rdoc/classes/Proc.src/M000001.html +0 -18
  11. data/doc/rdoc/classes/Proc.src/M000002.html +0 -18
  12. data/doc/rdoc/classes/Profligacy.html +0 -117
  13. data/doc/rdoc/classes/Profligacy/LELGroupLayout.html +0 -296
  14. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000014.html +0 -28
  15. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000015.html +0 -18
  16. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000016.html +0 -19
  17. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000017.html +0 -23
  18. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000018.html +0 -27
  19. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000019.html +0 -19
  20. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000020.html +0 -23
  21. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000021.html +0 -18
  22. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000022.html +0 -18
  23. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000023.html +0 -18
  24. data/doc/rdoc/classes/Profligacy/LELGroupLayout.src/M000024.html +0 -21
  25. data/doc/rdoc/classes/Profligacy/LELNameScanner.html +0 -189
  26. data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000025.html +0 -18
  27. data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000026.html +0 -18
  28. data/doc/rdoc/classes/Profligacy/LELNameScanner.src/M000027.html +0 -18
  29. data/doc/rdoc/classes/Profligacy/Swing.html +0 -118
  30. data/doc/rdoc/classes/Profligacy/Swing/Build.html +0 -268
  31. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000005.html +0 -20
  32. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000006.html +0 -18
  33. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000007.html +0 -43
  34. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000008.html +0 -18
  35. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000009.html +0 -22
  36. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000010.html +0 -21
  37. data/doc/rdoc/classes/Profligacy/Swing/Build.src/M000011.html +0 -24
  38. data/doc/rdoc/classes/Profligacy/Swing/LEL.html +0 -169
  39. data/doc/rdoc/classes/Profligacy/Swing/LEL.src/M000012.html +0 -33
  40. data/doc/rdoc/classes/Profligacy/Swing/LEL.src/M000013.html +0 -38
  41. data/doc/rdoc/classes/Profligacy/Swing/Listeners.html +0 -123
  42. data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.html +0 -161
  43. data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.src/M000003.html +0 -18
  44. data/doc/rdoc/classes/Profligacy/Swing/RunnableProc.src/M000004.html +0 -18
  45. data/doc/rdoc/created.rid +0 -1
  46. data/doc/rdoc/files/COPYING.html +0 -168
  47. data/doc/rdoc/files/LICENSE.html +0 -168
  48. data/doc/rdoc/files/README.html +0 -127
  49. data/doc/rdoc/files/lib/profligacy/lel_rb.html +0 -108
  50. data/doc/rdoc/files/lib/profligacy/swing_rb.html +0 -108
  51. data/doc/rdoc/fr_class_index.html +0 -35
  52. data/doc/rdoc/fr_file_index.html +0 -31
  53. data/doc/rdoc/fr_method_index.html +0 -53
  54. data/doc/rdoc/index.html +0 -24
  55. data/doc/rdoc/rdoc-style.css +0 -208
@@ -1,161 +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::Swing::RunnableProc</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::Swing::RunnableProc</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../files/lib/profligacy/swing_rb.html">
59
- lib/profligacy/swing.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="#M000003">new</a>&nbsp;&nbsp;
90
- <a href="#M000004">run</a>&nbsp;&nbsp;
91
- </div>
92
- </div>
93
-
94
- </div>
95
-
96
-
97
- <!-- if includes -->
98
- <div id="includes">
99
- <h3 class="section-bar">Included Modules</h3>
100
-
101
- <div id="includes-list">
102
- <span class="include-name">Runnable</span>
103
- </div>
104
- </div>
105
-
106
- <div id="section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- if method_list -->
116
- <div id="methods">
117
- <h3 class="section-bar">Public Class methods</h3>
118
-
119
- <div id="method-M000003" class="method-detail">
120
- <a name="M000003"></a>
121
-
122
- <div class="method-heading">
123
- <a href="RunnableProc.src/M000003.html" target="Code" class="method-signature"
124
- onclick="popupCode('RunnableProc.src/M000003.html');return false;">
125
- <span class="method-name">new</span><span class="method-args">(&amp;block)</span>
126
- </a>
127
- </div>
128
-
129
- <div class="method-description">
130
- </div>
131
- </div>
132
-
133
- <h3 class="section-bar">Public Instance methods</h3>
134
-
135
- <div id="method-M000004" class="method-detail">
136
- <a name="M000004"></a>
137
-
138
- <div class="method-heading">
139
- <a href="RunnableProc.src/M000004.html" target="Code" class="method-signature"
140
- onclick="popupCode('RunnableProc.src/M000004.html');return false;">
141
- <span class="method-name">run</span><span class="method-args">()</span>
142
- </a>
143
- </div>
144
-
145
- <div class="method-description">
146
- </div>
147
- </div>
148
-
149
-
150
- </div>
151
-
152
-
153
- </div>
154
-
155
-
156
- <div id="validator-badges">
157
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
158
- </div>
159
-
160
- </body>
161
- </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::Swing::RunnableProc)</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 15</span>
14
- 15: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
15
- 16: <span class="ruby-ivar">@block</span> = <span class="ruby-identifier">block</span>
16
- 17: <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>run (Profligacy::Swing::RunnableProc)</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 19</span>
14
- 19: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span>
15
- 20: <span class="ruby-ivar">@block</span>.<span class="ruby-identifier">call</span>
16
- 21: <span class="ruby-keyword kw">end</span></pre>
17
- </body>
18
- </html>
data/doc/rdoc/created.rid DELETED
@@ -1 +0,0 @@
1
- Sat, 07 Jul 2007 20:33:57 -0400
@@ -1,168 +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>File: COPYING</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="fileHeader">
50
- <h1>COPYING</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>COPYING
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Jul 04 17:54:24 -0400 2007</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../classes/Profligacy.html">Profligacy</a> is copyrighted free
74
- software by Zed A. Shaw &lt;zedshaw at zedshaw dot com&gt; You can
75
- redistribute it and/or modify it under either the terms of the GPL or the
76
- conditions below:
77
- </p>
78
- <ol>
79
- <li>You may make and give away verbatim copies of the source form of the
80
- software without restriction, provided that you duplicate all of the
81
- original copyright notices and associated disclaimers.
82
-
83
- </li>
84
- <li>You may modify your copy of the software in any way, provided that you do
85
- at least ONE of the following:
86
-
87
- <pre>
88
- a) place your modifications in the Public Domain or otherwise make them
89
- Freely Available, such as by posting said modifications to Usenet or an
90
- equivalent medium, or by allowing the author to include your
91
- modifications in the software.
92
-
93
- b) use the modified software only within your corporation or
94
- organization.
95
-
96
- c) rename any non-standard executables so the names do not conflict with
97
- standard executables, which must also be provided.
98
-
99
- d) make other distribution arrangements with the author.
100
- </pre>
101
- </li>
102
- <li>You may distribute the software in object code or executable form, provided
103
- that you do at least ONE of the following:
104
-
105
- <pre>
106
- a) distribute the executables and library files of the software,
107
- together with instructions (in the manual page or equivalent) on where
108
- to get the original distribution.
109
-
110
- b) accompany the distribution with the machine-readable source of the
111
- software.
112
-
113
- c) give non-standard executables non-standard names, with
114
- instructions on where to get the original software distribution.
115
-
116
- d) make other distribution arrangements with the author.
117
- </pre>
118
- </li>
119
- <li>You may modify and include the part of the software into any other software
120
- (possibly commercial). But some files in the distribution are not written
121
- by the author, so that they are not under this terms.
122
-
123
- </li>
124
- <li>The scripts and library files supplied as input to or produced as output
125
- from the software do not automatically fall under the copyright of the
126
- software, but belong to whomever generated them, and may be sold
127
- commercially, and may be aggregated with this software.
128
-
129
- </li>
130
- <li>THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; AND WITHOUT ANY EXPRESS OR
131
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
132
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
133
-
134
- </li>
135
- </ol>
136
-
137
- </div>
138
-
139
-
140
- </div>
141
-
142
-
143
- </div>
144
-
145
-
146
- <!-- if includes -->
147
-
148
- <div id="section">
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
- <!-- if method_list -->
158
-
159
-
160
- </div>
161
-
162
-
163
- <div id="validator-badges">
164
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
165
- </div>
166
-
167
- </body>
168
- </html>
@@ -1,168 +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>File: LICENSE</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="fileHeader">
50
- <h1>LICENSE</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>LICENSE
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Jul 04 17:54:36 -0400 2007</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../classes/Profligacy.html">Profligacy</a> is copyrighted free
74
- software by Zed A. Shaw &lt;zedshaw at zedshaw dot com&gt; You can
75
- redistribute it and/or modify it under either the terms of the GPL or the
76
- conditions below:
77
- </p>
78
- <ol>
79
- <li>You may make and give away verbatim copies of the source form of the
80
- software without restriction, provided that you duplicate all of the
81
- original copyright notices and associated disclaimers.
82
-
83
- </li>
84
- <li>You may modify your copy of the software in any way, provided that you do
85
- at least ONE of the following:
86
-
87
- <pre>
88
- a) place your modifications in the Public Domain or otherwise make them
89
- Freely Available, such as by posting said modifications to Usenet or an
90
- equivalent medium, or by allowing the author to include your
91
- modifications in the software.
92
-
93
- b) use the modified software only within your corporation or
94
- organization.
95
-
96
- c) rename any non-standard executables so the names do not conflict with
97
- standard executables, which must also be provided.
98
-
99
- d) make other distribution arrangements with the author.
100
- </pre>
101
- </li>
102
- <li>You may distribute the software in object code or executable form, provided
103
- that you do at least ONE of the following:
104
-
105
- <pre>
106
- a) distribute the executables and library files of the software,
107
- together with instructions (in the manual page or equivalent) on where
108
- to get the original distribution.
109
-
110
- b) accompany the distribution with the machine-readable source of the
111
- software.
112
-
113
- c) give non-standard executables non-standard names, with
114
- instructions on where to get the original software distribution.
115
-
116
- d) make other distribution arrangements with the author.
117
- </pre>
118
- </li>
119
- <li>You may modify and include the part of the software into any other software
120
- (possibly commercial). But some files in the distribution are not written
121
- by the author, so that they are not under this terms.
122
-
123
- </li>
124
- <li>The scripts and library files supplied as input to or produced as output
125
- from the software do not automatically fall under the copyright of the
126
- software, but belong to whomever generated them, and may be sold
127
- commercially, and may be aggregated with this software.
128
-
129
- </li>
130
- <li>THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; AND WITHOUT ANY EXPRESS OR
131
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
132
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
133
-
134
- </li>
135
- </ol>
136
-
137
- </div>
138
-
139
-
140
- </div>
141
-
142
-
143
- </div>
144
-
145
-
146
- <!-- if includes -->
147
-
148
- <div id="section">
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
- <!-- if method_list -->
158
-
159
-
160
- </div>
161
-
162
-
163
- <div id="validator-badges">
164
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
165
- </div>
166
-
167
- </body>
168
- </html>