xultestrunner 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. data/.document +5 -0
  2. data/.gitignore +4 -1
  3. data/LICENSE +17 -18
  4. data/README.rdoc +18 -0
  5. data/Rakefile +65 -40
  6. data/VERSION +1 -1
  7. data/bin/xultest +1 -12
  8. data/lib/xultestrunner.rb +1 -1
  9. data/test/test_helper.rb +9 -0
  10. data/test/xultestrunner_test.rb +7 -0
  11. data/xpcomcore/app/application.ini +12 -0
  12. data/xpcomcore/app/chrome/chrome.manifest +1 -0
  13. data/xpcomcore/app/chrome/content/xul/main_window.xul +6 -0
  14. data/xpcomcore/app/components/bootstrapper.js +70 -0
  15. data/xpcomcore/app/defaults/preferences/prefs.js +7 -0
  16. data/xultestrunner.gemspec +21 -150
  17. metadata +27 -153
  18. data/.gitmodules +0 -3
  19. data/README +0 -17
  20. data/xulapp/application.ini +0 -9
  21. data/xulapp/chrome/chrome.manifest +0 -2
  22. data/xulapp/chrome/content/interface/boot.xul +0 -20
  23. data/xulapp/chrome/content/interface/testharness.html +0 -30
  24. data/xulapp/chrome/content/lib/xultestcase.js +0 -140
  25. data/xulapp/chrome/content/lib/xultestrunner.js +0 -120
  26. data/xulapp/chrome/content/vendor/prototype/LICENSE +0 -16
  27. data/xulapp/chrome/content/vendor/prototype/prototype.js +0 -4874
  28. data/xulapp/chrome/content/vendor/scriptaculous/LICENSE +0 -20
  29. data/xulapp/chrome/content/vendor/scriptaculous/test.css +0 -90
  30. data/xulapp/chrome/content/vendor/scriptaculous/unittest.js +0 -566
  31. data/xulapp/chrome/content/vendor/xpcomcore/LICENSE +0 -21
  32. data/xulapp/chrome/content/vendor/xpcomcore/README +0 -27
  33. data/xulapp/chrome/content/vendor/xpcomcore/Rakefile +0 -83
  34. data/xulapp/chrome/content/vendor/xpcomcore/VERSION.yml +0 -5
  35. data/xulapp/chrome/content/vendor/xpcomcore/bootstrapper.js +0 -32
  36. data/xulapp/chrome/content/vendor/xpcomcore/components/XPCOMCore.js +0 -120
  37. data/xulapp/chrome/content/vendor/xpcomcore/doc/files.html +0 -241
  38. data/xulapp/chrome/content/vendor/xpcomcore/doc/index.html +0 -243
  39. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/Error.html +0 -256
  40. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/Kernel.html +0 -1030
  41. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/LoadError.html +0 -319
  42. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/SelfConceptError.html +0 -319
  43. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/_global_.html +0 -316
  44. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/src/lib_file.js.html +0 -53
  45. data/xulapp/chrome/content/vendor/xpcomcore/doc/symbols/src/lib_kernel.js.html +0 -251
  46. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/README.txt +0 -186
  47. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Chain.js +0 -102
  48. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Dumper.js +0 -144
  49. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Hash.js +0 -84
  50. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Link.js +0 -153
  51. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Namespace.js +0 -10
  52. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Opt.js +0 -134
  53. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Reflection.js +0 -26
  54. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/String.js +0 -93
  55. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame/Testrun.js +0 -129
  56. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/frame.js +0 -33
  57. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/handlers/FOODOC.js +0 -26
  58. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/DomReader.js +0 -159
  59. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/XMLDoc.js +0 -16
  60. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC/XMLParse.js +0 -292
  61. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/handlers/XMLDOC.js +0 -26
  62. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/DocComment.js +0 -200
  63. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/DocTag.js +0 -294
  64. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/JsDoc.js +0 -126
  65. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/JsPlate.js +0 -109
  66. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Lang.js +0 -144
  67. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Parser.js +0 -145
  68. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/PluginManager.js +0 -33
  69. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Symbol.js +0 -645
  70. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/SymbolSet.js +0 -241
  71. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TextStream.js +0 -41
  72. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Token.js +0 -18
  73. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TokenReader.js +0 -332
  74. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/TokenStream.js +0 -133
  75. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Util.js +0 -32
  76. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC/Walker.js +0 -474
  77. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/lib/JSDOC.js +0 -104
  78. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/main.js +0 -111
  79. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/commentSrcJson.js +0 -20
  80. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/frameworkPrototype.js +0 -16
  81. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/functionCall.js +0 -10
  82. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/publishSrcHilite.js +0 -62
  83. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/symbolLink.js +0 -10
  84. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/tagParamConfig.js +0 -31
  85. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/plugins/tagSynonyms.js +0 -43
  86. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/run.js +0 -348
  87. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/t/TestDoc.js +0 -144
  88. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/t/runner.js +0 -13
  89. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/addon.js +0 -24
  90. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/anon_inner.js +0 -14
  91. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/augments.js +0 -31
  92. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/augments2.js +0 -26
  93. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/borrows.js +0 -46
  94. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/borrows2.js +0 -23
  95. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/config.js +0 -22
  96. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/constructs.js +0 -18
  97. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/encoding.js +0 -10
  98. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/encoding_other.js +0 -12
  99. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/event.js +0 -54
  100. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/exports.js +0 -14
  101. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/functions_anon.js +0 -39
  102. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/functions_nested.js +0 -33
  103. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/global.js +0 -13
  104. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/globals.js +0 -25
  105. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/ignore.js +0 -10
  106. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/inner.js +0 -16
  107. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/jsdoc_test.js +0 -477
  108. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/lend.js +0 -33
  109. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/memberof.js +0 -19
  110. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/memberof_constructor.js +0 -17
  111. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/module.js +0 -17
  112. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/name.js +0 -19
  113. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/namespace_nested.js +0 -23
  114. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/nocode.js +0 -13
  115. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/oblit_anon.js +0 -20
  116. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/overview.js +0 -20
  117. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/param_inline.js +0 -37
  118. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/params_optional.js +0 -8
  119. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/prototype.js +0 -17
  120. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_nested.js +0 -9
  121. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_oblit.js +0 -13
  122. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/prototype_oblit_constructor.js +0 -24
  123. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/public.js +0 -10
  124. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/scripts/code.js +0 -5
  125. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/scripts/notcode.txt +0 -5
  126. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/shared.js +0 -42
  127. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/shared2.js +0 -2
  128. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/shortcuts.js +0 -22
  129. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/static_this.js +0 -13
  130. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/synonyms.js +0 -31
  131. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/tosource.js +0 -23
  132. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test/variable_redefine.js +0 -14
  133. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/app/test.js +0 -325
  134. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/changes.txt +0 -96
  135. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/conf/sample.conf +0 -31
  136. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/java/build.xml +0 -36
  137. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/java/build_1.4.xml +0 -36
  138. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/java/classes/js.jar +0 -0
  139. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/java/src/JsDebugRun.java +0 -21
  140. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/java/src/JsRun.java +0 -21
  141. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/jsdebug.jar +0 -0
  142. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/jsrun.jar +0 -0
  143. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/jsrun.sh +0 -52
  144. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl +0 -17
  145. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/allfiles.tmpl +0 -56
  146. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/class.tmpl +0 -646
  147. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/index.tmpl +0 -39
  148. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/publish.js +0 -200
  149. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/default.css +0 -162
  150. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/header.html +0 -2
  151. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/static/index.html +0 -19
  152. data/xulapp/chrome/content/vendor/xpcomcore/etc/jsdoc-toolkit/templates/jsdoc/symbol.tmpl +0 -35
  153. data/xulapp/chrome/content/vendor/xpcomcore/lib/file.js +0 -46
  154. data/xulapp/chrome/content/vendor/xpcomcore/lib/kernel.js +0 -244
  155. data/xulapp/chrome/content/vendor/xpcomcore/test/file_test.js +0 -16
  156. data/xulapp/chrome/content/vendor/xpcomcore/test/fixtures/love.js +0 -1
  157. data/xulapp/chrome/content/vendor/xpcomcore/test/fixtures/mad_love.js +0 -1
  158. data/xulapp/chrome/content/vendor/xpcomcore/test/fixtures/mad_world.js +0 -1
  159. data/xulapp/chrome/content/vendor/xpcomcore/test/fixtures/syntax_error.js +0 -1
  160. data/xulapp/chrome/content/vendor/xpcomcore/test/kernel_test.js +0 -88
  161. data/xulapp/components/bootstrap.js +0 -93
  162. data/xulapp/defaults/preferences/prefs.js +0 -14
@@ -1,477 +0,0 @@
1
- /**
2
- * @fileoverview This file is to be used for testing the JSDoc parser
3
- * It is not intended to be an example of good JavaScript OO-programming,
4
- * nor is it intended to fulfill any specific purpose apart from
5
- * demonstrating the functionality of the
6
- * <a href='http://sourceforge.net/projects/jsdoc'>JSDoc</a> parser
7
- *
8
- * @author Gabriel Reid gab_reid@users.sourceforge.net
9
- * @version 0.1
10
- */
11
-
12
-
13
- /**
14
- * Construct a new Shape object.
15
- * @class This is the basic Shape class.
16
- * It can be considered an abstract class, even though no such thing
17
- * really existing in JavaScript
18
- * @constructor
19
- * @throws MemoryException if there is no more memory
20
- * @throws GeneralShapeException rarely (if ever)
21
- * @return {Shape|Coordinate} A new shape.
22
- */
23
- function Shape(){
24
-
25
- /**
26
- * This is an example of a function that is not given as a property
27
- * of a prototype, but instead it is assigned within a constructor.
28
- * For inner functions like this to be picked up by the parser, the
29
- * function that acts as a constructor <b>must</b> be denoted with
30
- * the <b>&#64;constructor</b> tag in its comment.
31
- * @type String
32
- */
33
- this.getClassName = function(){
34
- return "Shape";
35
- }
36
-
37
- /**
38
- * This is an inner method, just used here as an example
39
- * @since version 0.5
40
- * @author Sue Smart
41
- */
42
- function addReference(){
43
- // Do nothing...
44
- }
45
-
46
- }
47
-
48
- /**
49
- * Create a new Hexagon instance.
50
- * @extends Shape
51
- * @class Hexagon is a class that is a <i>logical</i> sublcass of
52
- * {@link Shape} (thanks to the <code>&#64;extends</code> tag), but in
53
- * reality it is completely unrelated to Shape.
54
- * @param {int} sideLength The length of one side for the new Hexagon
55
- * @example
56
- * var h = new Hexagon(2);
57
- * @example
58
- * if (hasHex) {
59
- * hex = new Hexagon(5);
60
- * color = hex.getColor();
61
- * }
62
- */
63
- function Hexagon(sideLength) {
64
- }
65
-
66
-
67
- /**
68
- * This is an unattached (static) function that adds two integers together.
69
- * @param {int} One The first number to add
70
- * @param {int} Two The second number to add
71
- * @author Gabriel Reid
72
- * @deprecated So you shouldn't use it anymore! Use {@link Shape#getClassName} instead.
73
- */
74
- function Add(One, Two){
75
- return One + Two;
76
- }
77
-
78
-
79
- /**
80
- * The color of this shape
81
- * @type Color
82
- */
83
- Shape.prototype.color = null;
84
-
85
- /**
86
- * The border of this shape.
87
- * @field
88
- * @type int
89
- */
90
- Shape.prototype.border = function(){return border;};
91
-
92
- /*
93
- * These are all the instance method implementations for Shape
94
- */
95
-
96
- /**
97
- * Get the coordinates of this shape. It is assumed that we're always talking
98
- * about shapes in a 2D location here.
99
- * @requires The {@link Shape} class
100
- * @returns A Coordinate object representing the location of this Shape
101
- * @type Coordinate[]
102
- */
103
- Shape.prototype.getCoords = function(){
104
- return this.coords;
105
- }
106
-
107
- /**
108
- * Get the color of this shape.
109
- * @see #setColor
110
- * @see The <a href="http://example.com">Color</a> library.
111
- * @link Shape
112
- * @type Color
113
- */
114
- Shape.prototype.getColor = function(){
115
- return this.color;
116
- }
117
-
118
- /**
119
- * Set the coordinates for this Shape
120
- * @param {Coordinate} coordinates The coordinates to set for this Shape
121
- */
122
- Shape.prototype.setCoords = function(coordinates){
123
- this.coords = coordinates;
124
- }
125
-
126
- /**
127
- * Set the color for this Shape
128
- * @param {Color} color The color to set for this Shape
129
- * @param other There is no other param, but it can still be documented if
130
- * optional parameters are used
131
- * @throws NonExistantColorException (no, not really!)
132
- * @see #getColor
133
- */
134
- Shape.prototype.setColor = function(color){
135
- this.color = color;
136
- }
137
-
138
- /**
139
- * Clone this shape
140
- * @returns A copy of this shape
141
- * @type Shape
142
- * @author Gabriel Reid
143
- */
144
- Shape.prototype.clone = function(){
145
- return new Shape();
146
- }
147
-
148
- /**
149
- * Create a new Rectangle instance.
150
- * @class A basic rectangle class, inherits from Shape.
151
- * This class could be considered a concrete implementation class
152
- * @constructor
153
- * @param {int} width The optional width for this Rectangle
154
- * @param {int} height Thie optional height for this Rectangle
155
- * @author Gabriel Reid
156
- * @see Shape is the base class for this
157
- * @augments Shape
158
- * @hilited
159
- */
160
- function Rectangle(width, // This is the width
161
- height // This is the height
162
- ){
163
- if (width){
164
- this.width = width;
165
- if (height){
166
- this.height = height;
167
- }
168
- }
169
- }
170
-
171
-
172
- /* Inherit from Shape */
173
- Rectangle.prototype = new Shape();
174
-
175
- /**
176
- * Value to represent the width of the Rectangle.
177
- * <br>Text in <b>bold</b> and <i>italic</i> and a
178
- * link to <a href="http://sf.net">SourceForge</a>
179
- * @private
180
- * @type int
181
- */
182
- Rectangle.prototype.width = 0;
183
-
184
- /**
185
- * Value to represent the height of the Rectangle
186
- * @private
187
- * @type int
188
- */
189
- Rectangle.prototype.height = 0;
190
-
191
- /**
192
- * Get the type of this object.
193
- * @type String
194
- */
195
- Rectangle.prototype.getClassName= function(){
196
- return "Rectangle";
197
- }
198
-
199
- /**
200
- * Get the value of the width for the Rectangle
201
- * @type int
202
- * @see Rectangle#setWidth
203
- */
204
- Rectangle.prototype.getWidth = function(){
205
- return this.width;
206
- }
207
-
208
- /**
209
- * Get the value of the height for the Rectangle.
210
- * Another getter is the {@link Shape#getColor} method in the
211
- * {@link Shape} base class.
212
- * @return The height of this Rectangle
213
- * @type int
214
- * @see Rectangle#setHeight
215
- */
216
- Rectangle.prototype.getHeight = function(){
217
- return this.height;
218
- }
219
-
220
- /**
221
- * Set the width value for this Rectangle.
222
- * @param {int} width The width value to be set
223
- * @see #setWidth
224
- */
225
- Rectangle.prototype.setWidth = function(width){
226
- this.width = width;
227
- }
228
-
229
- /**
230
- * Set the height value for this Rectangle.
231
- * @param {int} height The height value to be set
232
- * @see #getHeight
233
- */
234
- Rectangle.prototype.setHeight = function(height){
235
- this.height = height;
236
- }
237
-
238
- /**
239
- * Get the value for the total area of this Rectangle
240
- * @return total area of this Rectangle
241
- * @type int
242
- */
243
- Rectangle.prototype.getArea = function(){
244
- return width * height;
245
- }
246
-
247
-
248
- /**
249
- * Create a new Square instance.
250
- * @class A Square is a subclass of {@link Rectangle}
251
- * @param {int} width The optional width for this Rectangle
252
- * @param {int} height The optional height for this Rectangle
253
- * @augments Rectangle
254
- */
255
- function Square(width, height){
256
- if (width){
257
- this.width = width;
258
- if (height){
259
- this.height = height;
260
- }
261
- }
262
-
263
- }
264
-
265
- /* Square is a subclass of Rectangle */
266
- Square.prototype = new Rectangle();
267
-
268
- /**
269
- * Set the width value for this Shape.
270
- * @param {int} width The width value to be set
271
- * @see #getWidth
272
- */
273
- Square.prototype.setWidth = function(width){
274
- this.width = this.height = width;
275
- }
276
-
277
- /**
278
- * Set the height value for this Shape
279
- * Sets the {@link Rectangle#height} attribute in the Rectangle.
280
- * @param {int} height The height value to be set
281
- */
282
- Square.prototype.setHeight = function(height){
283
- this.height = this.width = height;
284
- }
285
-
286
-
287
- /**
288
- * Create a new Circle instance based on a radius.
289
- * @class Circle class is another subclass of Shape
290
- * @extends Shape
291
- * @param {int} radius The optional radius of this {@link Circle }
292
- * @mixin Square.prototype.setWidth as this.setDiameter
293
- */
294
- function Circle(radius){
295
- if (radius) {
296
- /** The radius of the this Circle. */
297
- this.radius = radius;
298
- }
299
- }
300
-
301
- /* Circle inherits from {@link Shape} */
302
- Circle.prototype = new Shape();
303
-
304
- /**
305
- * The radius value for this Circle
306
- * @private
307
- * @type int
308
- */
309
- Circle.prototype.radius = 0;
310
-
311
- /**
312
- * A very simple class (static) field that is also a constant
313
- * @final
314
- * @type float
315
- */
316
- Circle.PI = 3.14;
317
-
318
- /**
319
- * Get the radius value for this Circle
320
- * @type int
321
- * @see #setRadius
322
- */
323
- Circle.prototype.getRadius = function(){
324
- return this.radius;
325
- }
326
-
327
- /**
328
- * Set the radius value for this Circle
329
- * @param {int} radius The {@link Circle#radius} value to set
330
- * @see #getRadius
331
- */
332
- Circle.prototype.setRadius = function(radius){
333
- this.radius = radius;
334
- }
335
-
336
- /**
337
- * An example of a class (static) method that acts as a factory for Circle
338
- * objects. Given a radius value, this method creates a new Circle.
339
- * @param {int} radius The radius value to use for the new Circle.
340
- * @type Circle
341
- */
342
- Circle.createCircle = function(radius){
343
- return new Circle(radius);
344
- }
345
-
346
-
347
- /**
348
- * Create a new Coordinate instance based on x and y grid data.
349
- * @class Coordinate is a class that can encapsulate location information.
350
- * @param {int} [x=0] The optional x portion of the Coordinate
351
- * @param {int} [y=0] The optinal y portion of the Coordinate
352
- */
353
- function Coordinate(x, y){
354
- if (x){
355
- this.x = x;
356
- if (y){
357
- this.y = y;
358
- }
359
- }
360
- }
361
-
362
- /**
363
- * The x portion of the Coordinate
364
- * @type int
365
- * @see #getX
366
- * @see #setX
367
- */
368
- Coordinate.prototype.x = 0;
369
-
370
- /**
371
- * The y portion of the Coordinate
372
- * @type int
373
- * @see #getY
374
- * @see #setY
375
- */
376
- Coordinate.prototype.y = 0;
377
-
378
- /**
379
- * Gets the x portion of the Coordinate.
380
- * @type int
381
- * @see #setX
382
- */
383
- Coordinate.prototype.getX = function(){
384
- return this.x;
385
- }
386
-
387
- /**
388
- * Get the y portion of the Coordinate.
389
- * @type int
390
- * @see #setY
391
- */
392
- Coordinate.prototype.getY = function(){
393
- return this.y;
394
- }
395
-
396
- /**
397
- * Sets the x portion of the Coordinate.
398
- * @param {int} x The x value to set
399
- * @see #getX
400
- */
401
- Coordinate.prototype.setX = function(x){
402
- this.x = x;
403
- }
404
-
405
- /**
406
- * Sets the y portion of the Coordinate.
407
- * @param {int} y The y value to set
408
- * @see #getY
409
- */
410
- Coordinate.prototype.setY = function(y){
411
- this.y = y;
412
- }
413
-
414
- /**
415
- * @class This class exists to demonstrate the assignment of a class prototype
416
- * as an anonymous block.
417
- */
418
- function ShapeFactory(){
419
- }
420
-
421
- ShapeFactory.prototype = {
422
- /**
423
- * Creates a new {@link Shape} instance.
424
- * @return A new {@link Shape}
425
- * @type Shape
426
- */
427
- createShape: function(){
428
- return new Shape();
429
- }
430
- }
431
-
432
- /**
433
- * An example of a singleton class
434
- * @param ... Arguments represent {@link coordinate}s in the shape.
435
- * @constructor
436
- */
437
- MySingletonShapeFactory = function(){
438
-
439
- /**
440
- * Get the next {@link Shape}
441
- * @type Shape
442
- * @return A new {@link Shape}
443
- */
444
- this.getShape = function(){
445
- return null;
446
- }
447
-
448
- }
449
-
450
-
451
- /**
452
- * Create a new Foo instance.
453
- * @class This is the Foo class. It exists to demonstrate 'nested' classes.
454
- * @constructor
455
- * @see Foo.Bar
456
- */
457
- function Foo(){}
458
-
459
- /**
460
- * Creates a new instance of Bar.
461
- * @class This class exists to demonstrate 'nested' classes.
462
- * @constructor
463
- * @see Foo.Bar
464
- */
465
- function Bar(){}
466
-
467
- /**
468
- * Nested class
469
- * @constructor
470
- */
471
- Foo.Bar = function(){
472
- /** The x. */ this.x = 2;
473
- }
474
-
475
- Foo.Bar.prototype = new Bar();
476
- /** The y. */
477
- Foo.Bar.prototype.y = '3';
@@ -1,33 +0,0 @@
1
- /** @class */
2
- var Person = Class.create(
3
- /**
4
- @lends Person.prototype
5
- */
6
- {
7
- initialize: function(name) {
8
- this.name = name;
9
- },
10
- say: function(message) {
11
- return this.name + ': ' + message;
12
- }
13
- }
14
- );
15
-
16
- /** @lends Person.prototype */
17
- {
18
- /** like say but more musical */
19
- sing: function(song) {
20
- }
21
- }
22
-
23
- /** @lends Person */
24
- {
25
- getCount: function() {
26
- }
27
- }
28
-
29
- /** @lends Unknown.prototype */
30
- {
31
- notok: function() {
32
- }
33
- }
@@ -1,19 +0,0 @@
1
- /** @constructor */
2
- pack = function() {
3
- this.init = function(){}
4
- function config(){}
5
- }
6
-
7
- pack.build = function(task) {};
8
-
9
- /** @memberOf pack */
10
- pack.install = function() {}
11
-
12
- /** @memberOf pack */
13
- pack.install.overwrite = function() {}
14
-
15
- /** @memberOf pack */
16
- clean = function() {}
17
-
18
- /** @memberOf pack-config */
19
- install = function() {};
@@ -1,17 +0,0 @@
1
- /** @constructor */
2
- function Circle(){}
3
-
4
- /**
5
- @constructor
6
- @memberOf Circle#
7
- */
8
- Circle.prototype.Tangent = function(){};
9
-
10
- // renaming Circle#Tangent to Circle#Circle#Tangent
11
-
12
- /**
13
- @memberOf Circle#Tangent#
14
- */
15
- Circle.prototype.Tangent.prototype.getDiameter = function(){};
16
-
17
-
@@ -1,17 +0,0 @@
1
- /** @namespace */
2
- myProject = myProject || {};
3
-
4
- /** @namespace */
5
- myProject.myModule = (function () {
6
- /** describe myPrivateVar here */
7
- var myPrivateVar = "";
8
-
9
- var myPrivateMethod = function () {
10
- }
11
-
12
- /** @scope myProject.myModule */
13
- return {
14
- myPublicMethod: function () {
15
- }
16
- };
17
- })();
@@ -1,19 +0,0 @@
1
- /**
2
- @name Response
3
- @class
4
- */
5
-
6
- Response.prototype = {
7
- /**
8
- @name Response#text
9
- @function
10
- @description
11
- Gets the body of the response as plain text
12
- @returns {String}
13
- Response as text
14
- */
15
-
16
- text: function() {
17
- return this.nativeResponse.responseText;
18
- }
19
- }
@@ -1,23 +0,0 @@
1
- /**
2
- @namespace This is the first namespace.
3
- */
4
- ns1 = {};
5
-
6
- /**
7
- This is the second namespace.
8
- @namespace
9
- */
10
- ns1.ns2 = {};
11
-
12
- /**
13
- This part of ns1.ns2
14
- @constructor
15
- */
16
- ns1.ns2.Function1 = function() {
17
- };
18
-
19
- ns1.staticFunction = function() {
20
- };
21
-
22
- /** A static field in a namespace. */
23
- ns1.ns2.staticField = 1;
@@ -1,13 +0,0 @@
1
- /**#nocode+*/
2
- /**
3
- @name star
4
- @function
5
- */
6
- function blahblah() {
7
-
8
- }
9
- /**#nocode-*/
10
-
11
- function yaddayadda() {
12
-
13
- }
@@ -1,20 +0,0 @@
1
- /** the options */
2
- opt = Opt.get(
3
- arguments,
4
- {
5
- d: "directory",
6
- c: "conf",
7
- "D[]": "define"
8
- }
9
- );
10
-
11
- /** configuration */
12
- opt.conf = {
13
- /** keep */
14
- keep: true,
15
- /** base */
16
- base: getBase(this, {p: properties})
17
- }
18
-
19
-
20
-
@@ -1,20 +0,0 @@
1
- /**
2
- * @overview This "library" contains a
3
- * lot of classes and functions.
4
- * @example
5
- <pre>
6
- var x (x < 1);
7
- alert("This 'is' \"code\"");
8
- </pre>
9
- * @name My Cool Library
10
- * @author Joe Smith jsmith@company.com
11
- * @version 0.1
12
- */
13
-
14
- /**
15
- * Gets the current foo
16
- * @param {String} fooId The unique identifier for the foo.
17
- * @return {Object} Returns the current foo.
18
- */
19
- function getFoo(fooID){
20
- }
@@ -1,37 +0,0 @@
1
- /**
2
- @constructor
3
- @param columns The number of columns.
4
- */
5
- function Layout(/**int*/columns){
6
- /**
7
- @param [id] The id of the element.
8
- @param elName The name of the element.
9
- */
10
- this.getElement = function(
11
- /** string */ elName,
12
- /** number|string */ id
13
- ) {
14
- };
15
-
16
- /**
17
- @constructor
18
- */
19
- this.Canvas = function(top, left, /**int*/width, height) {
20
- /** Is it initiated yet? */
21
- this.initiated = true;
22
- }
23
-
24
- this.rotate = function(/**nothing*/) {
25
- }
26
-
27
- /**
28
- @param x
29
- @param y
30
- @param {zoppler} z*/
31
- this.init = function(x, y, /**abbler*/z) {
32
- /** The xyz. */
33
- this.xyz = x+y+z;
34
- this.getXyz = function() {
35
- }
36
- }
37
- }
@@ -1,8 +0,0 @@
1
-
2
- /**
3
- * @param {Page[]} pages
4
- * @param {number} [id] Specifies the id, if applicable.
5
- * @param {String} [title = This is untitled.] Specifies the title.
6
- */
7
- function Document(pages, id, title){
8
- }