sproutcore 1.6.0.rc.1-x86-mingw32 → 1.6.0.rc.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (217) hide show
  1. data/CHANGELOG +31 -6
  2. data/{History.txt → History.rdoc} +0 -0
  3. data/{README.txt → README.rdoc} +3 -2
  4. data/Rakefile +15 -15
  5. data/{Todo.txt → Todo.rdoc} +0 -0
  6. data/VERSION.yml +1 -1
  7. data/lib/buildtasks/manifest.rake +11 -4
  8. data/lib/buildtasks/target.rake +20 -23
  9. data/lib/frameworks/sproutcore/CHANGELOG.md +36 -0
  10. data/lib/frameworks/sproutcore/frameworks/core_foundation/core.js +2 -42
  11. data/lib/frameworks/sproutcore/frameworks/core_foundation/ext/handlebars/bind.js +2 -1
  12. data/lib/frameworks/sproutcore/frameworks/core_foundation/ext/handlebars/collection.js +3 -1
  13. data/lib/frameworks/sproutcore/frameworks/core_foundation/mixins/template_helpers/checkbox_support.js +5 -5
  14. data/lib/frameworks/sproutcore/frameworks/core_foundation/mixins/template_helpers/text_field_support.js +29 -12
  15. data/lib/frameworks/sproutcore/frameworks/core_foundation/system/event.js +4 -4
  16. data/lib/frameworks/sproutcore/frameworks/core_foundation/tests/mixins/template_helpers/text_field_support.js +9 -0
  17. data/lib/frameworks/sproutcore/frameworks/core_foundation/tests/views/template/collection.js +110 -0
  18. data/lib/frameworks/sproutcore/frameworks/core_foundation/views/template_collection.js +63 -26
  19. data/lib/frameworks/sproutcore/frameworks/datastore/system/child_array.js +25 -5
  20. data/lib/frameworks/sproutcore/frameworks/datastore/system/record_array.js +3 -3
  21. data/lib/frameworks/sproutcore/frameworks/datastore/tests/models/nested_records/nested_record_array.js +26 -3
  22. data/lib/frameworks/sproutcore/frameworks/datastore/tests/system/record_array/core_methods.js +74 -53
  23. data/lib/frameworks/sproutcore/frameworks/desktop/panes/alert.js +6 -7
  24. data/lib/frameworks/sproutcore/frameworks/desktop/panes/picker.js +6 -3
  25. data/lib/frameworks/sproutcore/frameworks/desktop/tests/panes/alert/ui.js +25 -1
  26. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/tab/methods.js +1 -3
  27. data/lib/frameworks/sproutcore/frameworks/desktop/tests/views/tab/ui.js +20 -1
  28. data/lib/frameworks/sproutcore/frameworks/desktop/views/select_field.js +1 -1
  29. data/lib/frameworks/sproutcore/frameworks/desktop/views/tab.js +46 -49
  30. data/lib/frameworks/sproutcore/frameworks/foundation/tests/views/container/ui.js +23 -0
  31. data/lib/frameworks/sproutcore/frameworks/foundation/views/container.js +14 -2
  32. data/lib/frameworks/sproutcore/frameworks/jquery/jquery-buffered.js +2 -76
  33. data/lib/frameworks/sproutcore/frameworks/jquery/jquery.js +3348 -1591
  34. data/lib/frameworks/sproutcore/frameworks/runtime/core.js +25 -5
  35. data/lib/frameworks/sproutcore/frameworks/runtime/system/index_set.js +0 -3
  36. data/lib/frameworks/sproutcore/frameworks/runtime/tests/core/objectForPropertyPath.js +10 -5
  37. data/lib/frameworks/sproutcore/frameworks/runtime/tests/core/requiredObjectForPropertyPath.js +29 -0
  38. data/lib/frameworks/sproutcore/frameworks/runtime/tests/private/observer_queue.js +98 -0
  39. data/lib/frameworks/sproutcore/themes/ace/resources/collection/normal/list_item.css +2 -2
  40. data/lib/frameworks/sproutcore/themes/ace/resources/split/split.css +1 -1
  41. data/lib/gen/language/Buildfile +1 -1
  42. data/lib/sproutcore.rb +1 -14
  43. data/lib/sproutcore/buildfile/string_ext.rb +0 -4
  44. data/lib/sproutcore/helpers/cssmin.rb +44 -59
  45. data/lib/sproutcore/helpers/text_helper.rb +11 -13
  46. data/lib/sproutcore/models/manifest.rb +4 -4
  47. data/lib/sproutcore/models/target.rb +11 -110
  48. data/lib/sproutcore/rack.rb +0 -1
  49. data/lib/sproutcore/rack/dev.rb +0 -1
  50. data/lib/sproutcore/rack/proxy.rb +9 -8
  51. data/lib/sproutcore/rack/service.rb +1 -1
  52. data/lib/sproutcore/render_engines/haml.rb +2 -5
  53. data/lib/sproutcore/tools/build.rb +2 -0
  54. data/lib/sproutcore/tools/docs.rb +7 -36
  55. data/lib/sproutcore/tools/manifest.rb +1 -1
  56. data/spec/buildtasks/target_spec.rb +9 -0
  57. data/spec/fixtures/real_world/frameworks/sproutcore/Buildfile +1 -1
  58. data/sproutcore.gemspec +3 -4
  59. data/vendor/chance/lib/chance/instance.rb +5 -8
  60. metadata +41 -207
  61. data/lib/doc_templates/jsdoc/allclasses.tmpl +0 -17
  62. data/lib/doc_templates/jsdoc/allfiles.tmpl +0 -56
  63. data/lib/doc_templates/jsdoc/class.tmpl +0 -487
  64. data/lib/doc_templates/jsdoc/index.tmpl +0 -38
  65. data/lib/doc_templates/jsdoc/publish.js +0 -170
  66. data/lib/doc_templates/jsdoc/static/default.css +0 -162
  67. data/lib/doc_templates/jsdoc/static/header.html +0 -2
  68. data/lib/doc_templates/jsdoc/static/index.html +0 -19
  69. data/lib/doc_templates/jsdoc/symbol.tmpl +0 -35
  70. data/lib/doc_templates/sproutcore/allclasses.tmpl +0 -0
  71. data/lib/doc_templates/sproutcore/allfiles.tmpl +0 -56
  72. data/lib/doc_templates/sproutcore/class.tmpl +0 -674
  73. data/lib/doc_templates/sproutcore/classes-json.tmpl +0 -55
  74. data/lib/doc_templates/sproutcore/index.tmpl +0 -62
  75. data/lib/doc_templates/sproutcore/publish.js +0 -346
  76. data/lib/doc_templates/sproutcore/static/default.css +0 -258
  77. data/lib/doc_templates/sproutcore/static/header.html +0 -2
  78. data/lib/doc_templates/sproutcore/static/index.html +0 -19
  79. data/lib/doc_templates/sproutcore/symbol.tmpl +0 -35
  80. data/lib/frameworks/sproutcore/frameworks/runtime/tests/private/observer_queue/isObservingSuspended.js +0 -55
  81. data/lib/sproutcore/rack/docs.rb +0 -24
  82. data/spec/fixtures/real_world/frameworks/sproutcore/apps/docs/PLACEHOLDER +0 -0
  83. data/vendor/jsdoc/README.txt +0 -151
  84. data/vendor/jsdoc/app/frame.js +0 -33
  85. data/vendor/jsdoc/app/frame/Chain.js +0 -102
  86. data/vendor/jsdoc/app/frame/Dumper.js +0 -144
  87. data/vendor/jsdoc/app/frame/Hash.js +0 -47
  88. data/vendor/jsdoc/app/frame/Link.js +0 -142
  89. data/vendor/jsdoc/app/frame/Namespace.js +0 -10
  90. data/vendor/jsdoc/app/frame/Opt.js +0 -134
  91. data/vendor/jsdoc/app/frame/Reflection.js +0 -26
  92. data/vendor/jsdoc/app/frame/String.js +0 -93
  93. data/vendor/jsdoc/app/frame/Testrun.js +0 -129
  94. data/vendor/jsdoc/app/handlers/FOODOC.js +0 -26
  95. data/vendor/jsdoc/app/handlers/XMLDOC.js +0 -26
  96. data/vendor/jsdoc/app/handlers/XMLDOC/DomReader.js +0 -159
  97. data/vendor/jsdoc/app/handlers/XMLDOC/XMLDoc.js +0 -16
  98. data/vendor/jsdoc/app/handlers/XMLDOC/XMLParse.js +0 -292
  99. data/vendor/jsdoc/app/lib/JSDOC.js +0 -98
  100. data/vendor/jsdoc/app/lib/JSDOC/DocComment.js +0 -200
  101. data/vendor/jsdoc/app/lib/JSDOC/DocTag.js +0 -294
  102. data/vendor/jsdoc/app/lib/JSDOC/JsDoc.js +0 -162
  103. data/vendor/jsdoc/app/lib/JSDOC/JsPlate.js +0 -100
  104. data/vendor/jsdoc/app/lib/JSDOC/Lang.js +0 -144
  105. data/vendor/jsdoc/app/lib/JSDOC/Parser.js +0 -109
  106. data/vendor/jsdoc/app/lib/JSDOC/PluginManager.js +0 -33
  107. data/vendor/jsdoc/app/lib/JSDOC/Symbol.js +0 -681
  108. data/vendor/jsdoc/app/lib/JSDOC/SymbolSet.js +0 -226
  109. data/vendor/jsdoc/app/lib/JSDOC/TextStream.js +0 -41
  110. data/vendor/jsdoc/app/lib/JSDOC/Token.js +0 -18
  111. data/vendor/jsdoc/app/lib/JSDOC/TokenReader.js +0 -332
  112. data/vendor/jsdoc/app/lib/JSDOC/TokenStream.js +0 -133
  113. data/vendor/jsdoc/app/lib/JSDOC/Util.js +0 -32
  114. data/vendor/jsdoc/app/lib/JSDOC/Walker.js +0 -453
  115. data/vendor/jsdoc/app/main.js +0 -74
  116. data/vendor/jsdoc/app/plugins/commentSrcJson.js +0 -19
  117. data/vendor/jsdoc/app/plugins/frameworkPrototype.js +0 -16
  118. data/vendor/jsdoc/app/plugins/functionCall.js +0 -10
  119. data/vendor/jsdoc/app/plugins/publishSrcHilite.js +0 -62
  120. data/vendor/jsdoc/app/plugins/sproutcoreTags.js +0 -26
  121. data/vendor/jsdoc/app/plugins/symbolLink.js +0 -9
  122. data/vendor/jsdoc/app/plugins/tagParamConfig.js +0 -31
  123. data/vendor/jsdoc/app/plugins/tagSynonyms.js +0 -43
  124. data/vendor/jsdoc/app/run.js +0 -346
  125. data/vendor/jsdoc/app/t/TestDoc.js +0 -144
  126. data/vendor/jsdoc/app/t/runner.js +0 -13
  127. data/vendor/jsdoc/app/test.js +0 -304
  128. data/vendor/jsdoc/app/test/addon.js +0 -24
  129. data/vendor/jsdoc/app/test/anon_inner.js +0 -14
  130. data/vendor/jsdoc/app/test/augments.js +0 -31
  131. data/vendor/jsdoc/app/test/augments2.js +0 -26
  132. data/vendor/jsdoc/app/test/borrows.js +0 -41
  133. data/vendor/jsdoc/app/test/borrows2.js +0 -23
  134. data/vendor/jsdoc/app/test/config.js +0 -22
  135. data/vendor/jsdoc/app/test/constructs.js +0 -18
  136. data/vendor/jsdoc/app/test/encoding.js +0 -10
  137. data/vendor/jsdoc/app/test/encoding_other.js +0 -12
  138. data/vendor/jsdoc/app/test/functions_anon.js +0 -39
  139. data/vendor/jsdoc/app/test/functions_nested.js +0 -33
  140. data/vendor/jsdoc/app/test/global.js +0 -13
  141. data/vendor/jsdoc/app/test/globals.js +0 -25
  142. data/vendor/jsdoc/app/test/ignore.js +0 -10
  143. data/vendor/jsdoc/app/test/inner.js +0 -16
  144. data/vendor/jsdoc/app/test/jsdoc_test.js +0 -477
  145. data/vendor/jsdoc/app/test/lend.js +0 -33
  146. data/vendor/jsdoc/app/test/memberof.js +0 -20
  147. data/vendor/jsdoc/app/test/memberof_constructor.js +0 -15
  148. data/vendor/jsdoc/app/test/name.js +0 -19
  149. data/vendor/jsdoc/app/test/namespace_nested.js +0 -23
  150. data/vendor/jsdoc/app/test/nocode.js +0 -13
  151. data/vendor/jsdoc/app/test/oblit_anon.js +0 -20
  152. data/vendor/jsdoc/app/test/overview.js +0 -20
  153. data/vendor/jsdoc/app/test/param_inline.js +0 -37
  154. data/vendor/jsdoc/app/test/params_optional.js +0 -8
  155. data/vendor/jsdoc/app/test/prototype.js +0 -17
  156. data/vendor/jsdoc/app/test/prototype_nested.js +0 -9
  157. data/vendor/jsdoc/app/test/prototype_oblit.js +0 -13
  158. data/vendor/jsdoc/app/test/prototype_oblit_constructor.js +0 -24
  159. data/vendor/jsdoc/app/test/public.js +0 -10
  160. data/vendor/jsdoc/app/test/shared.js +0 -42
  161. data/vendor/jsdoc/app/test/shared2.js +0 -2
  162. data/vendor/jsdoc/app/test/shortcuts.js +0 -22
  163. data/vendor/jsdoc/app/test/static_this.js +0 -13
  164. data/vendor/jsdoc/app/test/synonyms.js +0 -23
  165. data/vendor/jsdoc/app/test/tosource.js +0 -23
  166. data/vendor/jsdoc/app/test/variable_redefine.js +0 -14
  167. data/vendor/jsdoc/changes.txt +0 -47
  168. data/vendor/jsdoc/conf/sample.conf +0 -31
  169. data/vendor/jsdoc/java/build.xml +0 -36
  170. data/vendor/jsdoc/java/build_1.4.xml +0 -36
  171. data/vendor/jsdoc/java/classes/js.jar +0 -0
  172. data/vendor/jsdoc/java/src/JsDebugRun.java +0 -21
  173. data/vendor/jsdoc/java/src/JsRun.java +0 -21
  174. data/vendor/jsdoc/jsdebug.jar +0 -0
  175. data/vendor/jsdoc/jsrun.jar +0 -0
  176. data/vendor/jsdoc/t/TestDoc.js +0 -144
  177. data/vendor/jsdoc/t/runner.js +0 -13
  178. data/vendor/jsdoc/test.js +0 -304
  179. data/vendor/jsdoc/test/addon.js +0 -24
  180. data/vendor/jsdoc/test/anon_inner.js +0 -14
  181. data/vendor/jsdoc/test/augments.js +0 -31
  182. data/vendor/jsdoc/test/augments2.js +0 -26
  183. data/vendor/jsdoc/test/borrows.js +0 -41
  184. data/vendor/jsdoc/test/borrows2.js +0 -23
  185. data/vendor/jsdoc/test/config.js +0 -22
  186. data/vendor/jsdoc/test/constructs.js +0 -18
  187. data/vendor/jsdoc/test/encoding.js +0 -10
  188. data/vendor/jsdoc/test/encoding_other.js +0 -12
  189. data/vendor/jsdoc/test/functions_anon.js +0 -39
  190. data/vendor/jsdoc/test/functions_nested.js +0 -33
  191. data/vendor/jsdoc/test/global.js +0 -13
  192. data/vendor/jsdoc/test/globals.js +0 -25
  193. data/vendor/jsdoc/test/ignore.js +0 -10
  194. data/vendor/jsdoc/test/inner.js +0 -16
  195. data/vendor/jsdoc/test/jsdoc_test.js +0 -477
  196. data/vendor/jsdoc/test/lend.js +0 -33
  197. data/vendor/jsdoc/test/memberof.js +0 -20
  198. data/vendor/jsdoc/test/memberof_constructor.js +0 -15
  199. data/vendor/jsdoc/test/name.js +0 -19
  200. data/vendor/jsdoc/test/namespace_nested.js +0 -23
  201. data/vendor/jsdoc/test/nocode.js +0 -13
  202. data/vendor/jsdoc/test/oblit_anon.js +0 -20
  203. data/vendor/jsdoc/test/overview.js +0 -20
  204. data/vendor/jsdoc/test/param_inline.js +0 -37
  205. data/vendor/jsdoc/test/params_optional.js +0 -8
  206. data/vendor/jsdoc/test/prototype.js +0 -17
  207. data/vendor/jsdoc/test/prototype_nested.js +0 -9
  208. data/vendor/jsdoc/test/prototype_oblit.js +0 -13
  209. data/vendor/jsdoc/test/prototype_oblit_constructor.js +0 -24
  210. data/vendor/jsdoc/test/public.js +0 -10
  211. data/vendor/jsdoc/test/shared.js +0 -42
  212. data/vendor/jsdoc/test/shared2.js +0 -2
  213. data/vendor/jsdoc/test/shortcuts.js +0 -22
  214. data/vendor/jsdoc/test/static_this.js +0 -13
  215. data/vendor/jsdoc/test/synonyms.js +0 -23
  216. data/vendor/jsdoc/test/tosource.js +0 -23
  217. data/vendor/jsdoc/test/variable_redefine.js +0 -14
@@ -1,258 +0,0 @@
1
-
2
- /* @group Core */
3
-
4
- body.sc-doc {
5
- background-color: white ;
6
- padding: 20px;
7
- }
8
-
9
- .sc-doc {
10
- font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
11
- font-size: 10px;
12
- line-height: 1;
13
- }
14
-
15
- /* Set standard size on some things. */
16
- .sc-doc p,
17
- .sc-doc dd,
18
- .sc-doc dt,
19
- .sc-doc li,
20
- .sc-doc table {
21
- font-size: 12px;
22
- line-height: 1.4;
23
- }
24
-
25
- hr
26
- {
27
- color: #888;
28
- }
29
-
30
- .sc-doc h1 {
31
- font-size: 3em;
32
- margin: 0 0 1em 0;
33
- text-transform: capitalize;
34
- }
35
-
36
- .sc-doc h2 {
37
- padding: 0;
38
- padding-bottom: 3px;
39
- border-bottom: 1px #aaa solid;
40
- text-transform: capitalize;
41
- margin: 2em 0 0.5em;
42
- font-size: 2.2em;
43
- }
44
-
45
- .sc-doc h3 {
46
- font-size: 1.5em;
47
- padding: 0;
48
- margin: 1em 0 0 0;
49
- }
50
-
51
- .sc-doc h4 {
52
- font-weight: normal ;
53
- font-size: 1.4em;
54
- margin: 0.5em 0 0 0;
55
- padding: 0;
56
- }
57
-
58
- .sc-doc h5 {
59
- font-size: 1.3em;
60
- padding: 0;
61
- margin: 1.3em 0 0.5em 0;
62
- }
63
-
64
- .sc-doc p { margin: 1.5em 0; }
65
-
66
- .sc-doc a {
67
- text-decoration: none ;
68
- }
69
-
70
- .sc-doc label {
71
- font-weight: bold ;
72
- }
73
-
74
- .sc-doc .sc-theme .ghost {
75
- -moz-user-select: none;
76
- -khtml-user-select: none;
77
- user-select: none;
78
- opacity: 0.45;
79
- -moz-opacity: .45 ;
80
- }
81
-
82
- .sc-doc dt {
83
- font-style: italic;
84
- line-height: 2;
85
- }
86
-
87
- .sc-doc dd {
88
- margin: 0 1em 1em 1em;
89
- }
90
-
91
- /* @end */
92
-
93
- /* @group Summary Table */
94
-
95
- .sc-doc table.summary {
96
- min-width: 600px;
97
- border: 1px #999 solid;
98
- border-bottom: none ;
99
- border-spacing: 0;
100
- margin-bottom: 2em;
101
- }
102
-
103
- .sc-doc table.summary td {
104
- border-bottom: 1px #999 solid;
105
- border-collapse: collapse;
106
- padding: 0.5em;
107
- text-align: left ;
108
- }
109
-
110
- .sc-doc table.summary .even td {
111
- background-color: #eef;
112
- }
113
-
114
- .sc-doc table.summary td.label {
115
- font-weight: bold ;
116
- width: 100px;
117
- text-align: right ;
118
- padding-right: 4px;
119
- }
120
-
121
- .sc-doc table.summary td.value {
122
- min-width: 300px;
123
- width: 300px;
124
- }
125
-
126
- /* @end */
127
-
128
- /* @group Field & Method Summary */
129
-
130
- .sc-doc .summary li {
131
- list-style-type: none ;
132
- position: relative;
133
- }
134
-
135
- .sc-doc .summary li code {
136
- font-size: 1em;
137
- }
138
-
139
- .sc-doc .summary li .description {
140
- display: none ;
141
- }
142
-
143
- .sc-doc .summary li:hover .description {
144
- display: block ;
145
- font-size: 1em;
146
- position: absolute ;
147
- left: 80px;
148
- bottom: 2em;
149
- padding: 0.3em 1em ;
150
- background-color: #fff898;
151
- border: 1px solid #bbae2f;
152
- -webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
153
- color: #4b4000;
154
- z-index: 100;
155
- }
156
-
157
- /* @end */
158
-
159
- /* @group Detail */
160
-
161
- .sc-doc .detail p.signature {
162
- padding: 0;
163
- margin: 1em 0;
164
- font-family: Courier, mono;
165
- }
166
-
167
- .sc-doc .detail p.signature .type, .sc-doc .detail p.parameter .type {
168
- font-style: italic;
169
- }
170
-
171
- .sc-doc .detail p.signature .name, .sc-doc .detail p.parameter .name {
172
- font-weight: bold ;
173
- padding-left: 5px;
174
- }
175
-
176
- .sc-doc .detail p.parameter .desc, .sc-doc .detail p.signature .params {
177
- font-style: italic ;
178
- color: #555;
179
- padding-left: 5px;
180
- }
181
-
182
- /* @end */
183
-
184
- .sc-doc .jsdoc_ctime {
185
- border-top: 1px #ccc solid ;
186
- padding: 4px 0;
187
- margin-top: 20px;
188
- margin-bottom: 0px;
189
- font-size: 1.0em;
190
- text-align: center ;
191
- color: #888 ;
192
- }
193
-
194
- /* @group Description */
195
-
196
- .sc-doc .description blockquote,
197
- .sc-doc .description blockquote,
198
- .sc-doc .description p.code {
199
- padding: 10px ;
200
- margin: 10px 20px;
201
- background-color: #f5f5f5 ;
202
- border: 1px #ccc solid ;
203
- }
204
-
205
- /* @end */
206
-
207
- span.sc-label
208
- {
209
- text-overflow:ellipsis;
210
- white-space:nowrap;
211
- overflow: hidden;
212
- width: 50px;
213
- }
214
-
215
- /* @group Index */
216
-
217
- #index {
218
- padding-bottom: 2em;
219
- }
220
-
221
- #index > div {
222
- clear: both;
223
- position: relative;
224
- font-size: 12px;
225
- padding: 10px;
226
- padding-left: 220px;
227
- min-height: 14px;
228
- border-bottom: 1px #ddd solid;
229
- }
230
-
231
- #index hr {
232
- display: none;
233
- }
234
-
235
- #index h2 {
236
- font-size: 14px;
237
- border: none;
238
- position: absolute;
239
- left: 0;
240
- top: 50%;
241
- height: 14px;
242
- margin: 0;
243
- margin-top: -7px;
244
- width: 200px;
245
- text-align: right;
246
- }
247
-
248
- #index h2 a {
249
- padding: 2px;
250
- }
251
-
252
- #index h2 a:hover {
253
- background-color: blue;
254
- color: white;
255
- }
256
-
257
- /* @end */
258
-
@@ -1,2 +0,0 @@
1
- <div id="header">
2
- </div>
@@ -1,19 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
- <title>Generated Javascript Documentation</title>
7
- </head>
8
- <frameset cols="20%,80%">
9
- <frame src="allclasses-frame.html" name="packageFrame" />
10
- <frame src="splash.html" name="classFrame" />
11
- <noframes>
12
- <body>
13
- <p>
14
- This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
15
- </p>
16
- </body>
17
- </noframes>
18
- </frameset>
19
- </html>
@@ -1,35 +0,0 @@
1
- <symbol alias="{+data.alias+}">
2
- <name>{+data.name+}</name>
3
- <memberOf>{+data.memberOf+}</memberOf>
4
- <isStatic>{+data.isStatic+}</isStatic>
5
- <isa>{+data.isa+}</isa>
6
- <desc>{+data.desc+}</desc>
7
- <classDesc>{+data.classDesc+}</classDesc>
8
-
9
- <methods><for each="method" in="data.methods">
10
- <method>
11
- <name>{+method.name+}</name>
12
- <memberOf>{+method.memberOf+}</memberOf>
13
- <isStatic>{+method.isStatic+}</isStatic>
14
- <desc>{+method.desc+}</desc>
15
- <params><for each="param" in="method.params">
16
- <param>
17
- <type>{+param.type+}</type>
18
- <name>{+param.name+}</name>
19
- <desc>{+param.desc+}</desc>
20
- <defaultValue>{+param.defaultValue+}</defaultValue>
21
- </param></for>
22
- </params>
23
- </method></for>
24
- </methods>
25
-
26
- <properties><for each="property" in="data.properties">
27
- <property>
28
- <name>{+property.name+}</name>
29
- <memberOf>{+property.memberOf+}</memberOf>
30
- <isStatic>{+property.isStatic+}</isStatic>
31
- <desc>{+property.desc+}</desc>
32
- <type>{+property.type+}</type>
33
- </property></for>
34
- </properties>
35
- </symbol>
@@ -1,55 +0,0 @@
1
- // ==========================================================================
2
- // Project: SproutCore Costello - Property Observing Library
3
- // Copyright: ©2006-2011 Strobe Inc. and contributors.
4
- // Portions ©2008-2011 Apple Inc. All rights reserved.
5
- // License: Licensed under MIT license (see license.js)
6
- // ==========================================================================
7
-
8
- var callCount, obj;
9
-
10
- module("SC.Observers.isObservingSuspended", {
11
- setup: function() {
12
- callCount = 0;
13
-
14
- obj = SC.Object.create({
15
- foo: "bar",
16
-
17
- fooDidChange: function() {
18
- callCount++;
19
- }.observes('foo')
20
- });
21
- }
22
- });
23
-
24
- test("suspending observers stops notification", function() {
25
- SC.Observers.suspendPropertyObserving();
26
- SC.Observers.suspendPropertyObserving();
27
- obj.set("foo");
28
- equals(callCount, 0, 'should not notify observer while suspended');
29
-
30
- SC.Observers.resumePropertyObserving();
31
- equals(callCount, 0, 'should not notify observer while still suspended');
32
-
33
- SC.Observers.resumePropertyObserving();
34
- equals(callCount, 1, 'should notify observer when resumed');
35
-
36
- });
37
-
38
- // ..........................................................
39
- // SPECIAL CASES
40
- //
41
-
42
- // this test verifies a specific bug in the SC.Observing.propertyDidChange method.
43
- test("suspended notifications should work when nesting property change groups", function() {
44
-
45
- SC.Observers.suspendPropertyObserving();
46
- obj.beginPropertyChanges();
47
- obj.set("foo");
48
- equals(callCount, 0, 'should not notify observer while suspended');
49
-
50
- obj.endPropertyChanges();
51
- equals(callCount, 0, 'should not notify observer while suspended');
52
-
53
- SC.Observers.resumePropertyObserving();
54
- equals(callCount, 1, 'should notify observer when resumed');
55
- });
@@ -1,24 +0,0 @@
1
- # ===========================================================================
2
- # Project: Abbot - SproutCore Build Tools
3
- # Copyright: ©2009 Apple Inc.
4
- # portions copyright @2006-2011 Strobe Inc.
5
- # and contributors
6
- # ===========================================================================
7
-
8
- module SC
9
- module Rack
10
-
11
- # Rewrites relevant requests to load the SproutCore docs tools for a
12
- # given project.
13
- class Docs
14
-
15
- def initialize(project)
16
- @project = project
17
- end
18
-
19
- def call(env)
20
- return [404, {}, "not found"]
21
- end
22
- end
23
- end
24
- end
@@ -1,151 +0,0 @@
1
- ======================================================================
2
-
3
- DESCRIPTION:
4
-
5
- ** NOTICE ** THIS VERSION OF THE SOFTWARE IS "BETA," MEANING IT IS IS
6
- NOT YET READY FOR USE IN A PRODUCTION ENVIRONEMNT. IT IS MADE
7
- AVAILABLE FOR PREVIEW AND TESTING PURPOSES ONLY.
8
-
9
- This is Version 2 of JsDoc Toolkit, an automatic documentation
10
- generation tool for JavaScript. It is written in JavaScript and is run
11
- from a command line (or terminal) using the Java runtime engine.
12
-
13
- Using this tool you can automatically turn JavaDoc-like comments in
14
- your JavaScript source code into published output files, such as HTML
15
- or XML.
16
-
17
- For more information, to report a bug, or to browse the technical
18
- documentation for this tool please visit the official JsDoc Toolkit
19
- project homepage at http://code.google.com/p/jsdoc-toolkit/
20
-
21
- For the most up-to-date documentation on Version 2 of JsDoc Toolkit
22
- see the Verion 2 wiki at http://jsdoctoolkit.org/wiki
23
-
24
-
25
- ======================================================================
26
-
27
- REQUIREMENTS:
28
-
29
- JsDoc Toolkit is known to work with:
30
- java version "1.6.0_03"
31
- Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
32
- on Windows XP,
33
- and java version "1.5.0_13"
34
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
35
- on Mac OS X 10.4.
36
-
37
- Other versions of java may or may not work with JsDoc Toolkit.
38
-
39
- ======================================================================
40
-
41
- USAGE:
42
-
43
- Running JsDoc Toolkit requires you to have Java installed on your
44
- computer. For more information see http://www.java.com/getjava/
45
-
46
- Before running the JsDoc Toolkit app you should change your current
47
- working directory to the jsdoc-toolkit folder. Then follow the
48
- examples below, or as shown on the project wiki.
49
-
50
- On a computer running Windows a valid command line to run JsDoc
51
- Toolkit might look like this:
52
-
53
- > java -jar jsrun.jar app\run.js -a -t=templates\jsdoc mycode.js
54
-
55
- On Mac OS X or Linux the same command would look like this:
56
-
57
- $ java -jar jsrun.jar app/run.js -a -t=templates/jsdoc mycode.js
58
-
59
- The above assumes your current working directory contains jsrun.jar,
60
- the "app" and "templates" subdirectories from the standard JsDoc
61
- Toolkit distribution and that the relative path to the code you wish
62
- to document is "mycode.js".
63
-
64
- The output documentation files will be saved to a new directory named
65
- "out" (by default) in the current directory, or if you specify a
66
- -d=somewhere_else option, to the somewhere_else directory.
67
-
68
- For help (usage notes) enter this on the command line:
69
-
70
- $ java -jar jsrun.jar app/run.js --help
71
-
72
- More information about the various command line options used by JsDoc
73
- Toolkit are available on the project wiki.
74
-
75
- ======================================================================
76
-
77
- TESTING:
78
-
79
- To run the suite of unit tests included with JsDoc Toolkit enter this
80
- on the command line:
81
-
82
- $ java -jar jsrun.jar app/run.js -T
83
-
84
- To see a dump of the internal data structure that JsDoc Toolkit has
85
- built from your source files use this command:
86
-
87
- $ java -jar jsrun.jar app/run.js mycode.js -Z
88
-
89
-
90
- ======================================================================
91
-
92
- LICENSE:
93
-
94
- JSDoc.pm
95
-
96
- This project is based on the JSDoc.pm tool, created by Michael
97
- Mathews and Gabriel Reid. More information on JsDoc.pm can
98
- be found on the JSDoc.pm homepage: http://jsdoc.sourceforge.net/
99
-
100
- Complete documentation on JsDoc Toolkit can be found on the project
101
- wiki at http://code.google.com/p/jsdoc-toolkit/w/list
102
-
103
- Rhino
104
-
105
- Rhino (JavaScript in Java) is open source and licensed by Mozilla
106
- under the MPL 1.1 or later/GPL 2.0 or later licenses, the text of
107
- which is available at http://www.mozilla.org/MPL/
108
-
109
- You can obtain the source code for Rhino from the Mozilla web site at
110
- http://www.mozilla.org/rhino/download.html
111
-
112
- JsDoc Toolkit is a larger work that uses the Rhino JavaScript engine
113
- but is not derived from it in any way. The Rhino library is used
114
- without modification and without any claims whatsoever.
115
-
116
- The Rhino Debugger
117
-
118
- You can obtain more information about the Rhino Debugger from the
119
- Mozilla web site at http://www.mozilla.org/rhino/debugger.html
120
-
121
- JsDoc Toolkit is a larger work that uses the Rhino Debugger but
122
- is not derived from it in any way. The Rhino Debugger is used
123
- without modification and without any claims whatsoever.
124
-
125
- JsDoc Toolkit
126
-
127
- All code specific to JsDoc Toolkit are free, open source and licensed
128
- for use under the X11/MIT License.
129
-
130
- JsDoc Toolkit is Copyright (c)2008 Michael Mathews <micmath@gmail.com>
131
-
132
- This program is free software; you can redistribute it and/or
133
- modify it under the terms below.
134
-
135
- Permission is hereby granted, free of charge, to any person obtaining
136
- a copy of this software and associated documentation files (the
137
- "Software"), to deal in the Software without restriction, including
138
- without limitation the rights to use, copy, modify, merge, publish,
139
- distribute, sublicense, and/or sell copies of the Software, and to
140
- permit persons to whom the Software is furnished to do so, subject to
141
- the following conditions: The above copyright notice and this
142
- permission notice must be included in all copies or substantial
143
- portions of the Software.
144
-
145
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
146
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
147
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
148
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
149
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
150
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
151
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.