ninjs 0.14.1 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (191) hide show
  1. data/.bundle/config +2 -2
  2. data/.travis.yml +1 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +13 -11
  5. data/README.md +108 -93
  6. data/Rakefile +17 -7
  7. data/VERSION +1 -1
  8. data/bin/ninjs +24 -22
  9. data/lib/ninjs/command.rb +32 -21
  10. data/lib/ninjs/configuration.rb +35 -53
  11. data/lib/ninjs/generator.rb +6 -6
  12. data/lib/ninjs/notification.rb +5 -5
  13. data/lib/ninjs/project.rb +31 -25
  14. data/ninjs.gemspec +18 -142
  15. data/repository/ninjs/core/application.js +13 -24
  16. data/repository/ninjs/core/dom.js +87 -68
  17. data/repository/ninjs/core/existence.js +44 -105
  18. data/repository/ninjs/core/extend.js +11 -32
  19. data/repository/ninjs/core/module.js +53 -107
  20. data/repository/ninjs/core/nin.js +5 -7
  21. data/repository/ninjs/tests/extension.test.js +0 -10
  22. data/repository/ninjs/tests/index.html +19 -20
  23. data/repository/ninjs/tests/module.test.js +52 -56
  24. data/repository/ninjs/utilities/array.js +8 -8
  25. data/repository/ninjs/utilities/cookie.js +59 -0
  26. data/repository/ninjs/utilities/css.js +7 -7
  27. data/repository/ninjs/utilities/number.js +2 -2
  28. data/repository/ninjs/utilities/string.js +26 -26
  29. data/spec/cli_spec.rb +90 -88
  30. data/spec/command_spec.rb +104 -137
  31. data/spec/configuration_spec.rb +23 -37
  32. data/spec/fixtures/_global.module.js +9 -0
  33. data/spec/fixtures/compressed.myapp.js +23 -44
  34. data/spec/fixtures/foo.elements.js +1 -1
  35. data/spec/fixtures/foo.js +5 -5
  36. data/spec/fixtures/foo.model.js +1 -1
  37. data/spec/fixtures/foo.module.js +3 -3
  38. data/spec/fixtures/hello.elements.js +1 -1
  39. data/spec/fixtures/hello.js +5 -5
  40. data/spec/fixtures/hello.model.js +1 -1
  41. data/spec/fixtures/hello.module.js +3 -3
  42. data/spec/fixtures/myapp.initial.js +198 -329
  43. data/spec/fixtures/myapp.js +285 -357
  44. data/spec/fixtures/mymodule.alias.module.js +2 -2
  45. data/spec/fixtures/mymodule.dependencies.module.js +2 -2
  46. data/spec/fixtures/mymodule.elements.js +1 -1
  47. data/spec/fixtures/mymodule.model.js +1 -1
  48. data/spec/fixtures/mymodule.module.js +2 -2
  49. data/spec/fixtures/mymodule.module_alias.module.js +10 -0
  50. data/spec/fixtures/new.ninjs.conf +2 -0
  51. data/spec/fixtures/nin.js +198 -329
  52. data/spec/fixtures/ninjs.conf +2 -0
  53. data/spec/fixtures/updated.ninjs.conf +8 -0
  54. data/spec/generator_spec.rb +37 -26
  55. data/spec/ninjs_spec.rb +6 -6
  56. data/spec/project_spec.rb +229 -221
  57. data/spec/spec_helper.rb +3 -1
  58. data/spec/testspec_spec.rb +7 -0
  59. metadata +28 -145
  60. data/repository/json2.js +0 -482
  61. data/repository/modernizr/1.5.js +0 -28
  62. data/repository/modernizr/latest.js +0 -1
  63. data/repository/ninjs/docs/Data/ClassHierarchy.nd +0 -0
  64. data/repository/ninjs/docs/Data/ConfigFileInfo.nd +0 -0
  65. data/repository/ninjs/docs/Data/FileInfo.nd +0 -16
  66. data/repository/ninjs/docs/Data/ImageFileInfo.nd +0 -0
  67. data/repository/ninjs/docs/Data/ImageReferenceTable.nd +0 -0
  68. data/repository/ninjs/docs/Data/IndexInfo.nd +0 -0
  69. data/repository/ninjs/docs/Data/PreviousMenuState.nd +0 -0
  70. data/repository/ninjs/docs/Data/PreviousSettings.nd +0 -0
  71. data/repository/ninjs/docs/Data/SymbolTable.nd +0 -0
  72. data/repository/ninjs/docs/Languages.txt +0 -113
  73. data/repository/ninjs/docs/Menu.txt +0 -63
  74. data/repository/ninjs/docs/Topics.txt +0 -81
  75. data/repository/ninjs/docs/files/core/application-js.html +0 -44
  76. data/repository/ninjs/docs/files/core/existence-js.html +0 -60
  77. data/repository/ninjs/docs/files/core/extend-js.html +0 -55
  78. data/repository/ninjs/docs/files/core/module-js.html +0 -80
  79. data/repository/ninjs/docs/files/core/nin-js.html +0 -38
  80. data/repository/ninjs/docs/index.html +0 -1
  81. data/repository/ninjs/docs/index/Classes.html +0 -33
  82. data/repository/ninjs/docs/index/Files.html +0 -45
  83. data/repository/ninjs/docs/index/Functions.html +0 -65
  84. data/repository/ninjs/docs/index/General.html +0 -85
  85. data/repository/ninjs/docs/index/Variables.html +0 -45
  86. data/repository/ninjs/docs/javascript/main.js +0 -841
  87. data/repository/ninjs/docs/javascript/prettify.js +0 -1526
  88. data/repository/ninjs/docs/javascript/searchdata.js +0 -152
  89. data/repository/ninjs/docs/search/ClassesN.html +0 -20
  90. data/repository/ninjs/docs/search/FilesA.html +0 -20
  91. data/repository/ninjs/docs/search/FilesE.html +0 -20
  92. data/repository/ninjs/docs/search/FilesM.html +0 -20
  93. data/repository/ninjs/docs/search/FilesN.html +0 -20
  94. data/repository/ninjs/docs/search/FunctionsA.html +0 -20
  95. data/repository/ninjs/docs/search/FunctionsC.html +0 -20
  96. data/repository/ninjs/docs/search/FunctionsE.html +0 -20
  97. data/repository/ninjs/docs/search/FunctionsI.html +0 -20
  98. data/repository/ninjs/docs/search/FunctionsM.html +0 -20
  99. data/repository/ninjs/docs/search/FunctionsR.html +0 -20
  100. data/repository/ninjs/docs/search/FunctionsS.html +0 -20
  101. data/repository/ninjs/docs/search/FunctionsSymbols.html +0 -20
  102. data/repository/ninjs/docs/search/FunctionsU.html +0 -20
  103. data/repository/ninjs/docs/search/GeneralA.html +0 -20
  104. data/repository/ninjs/docs/search/GeneralC.html +0 -20
  105. data/repository/ninjs/docs/search/GeneralD.html +0 -20
  106. data/repository/ninjs/docs/search/GeneralE.html +0 -20
  107. data/repository/ninjs/docs/search/GeneralF.html +0 -20
  108. data/repository/ninjs/docs/search/GeneralI.html +0 -20
  109. data/repository/ninjs/docs/search/GeneralM.html +0 -20
  110. data/repository/ninjs/docs/search/GeneralN.html +0 -20
  111. data/repository/ninjs/docs/search/GeneralR.html +0 -20
  112. data/repository/ninjs/docs/search/GeneralS.html +0 -20
  113. data/repository/ninjs/docs/search/GeneralSymbols.html +0 -20
  114. data/repository/ninjs/docs/search/GeneralT.html +0 -20
  115. data/repository/ninjs/docs/search/GeneralU.html +0 -20
  116. data/repository/ninjs/docs/search/GeneralV.html +0 -20
  117. data/repository/ninjs/docs/search/NoResults.html +0 -15
  118. data/repository/ninjs/docs/search/VariablesD.html +0 -20
  119. data/repository/ninjs/docs/search/VariablesN.html +0 -20
  120. data/repository/ninjs/docs/search/VariablesR.html +0 -20
  121. data/repository/ninjs/docs/search/VariablesT.html +0 -20
  122. data/repository/ninjs/docs/styles/main.css +0 -828
  123. data/repository/nullconsole.js +0 -7
  124. data/repository/qunit/assets/css/qunit.css +0 -196
  125. data/repository/qunit/qunit.js +0 -1374
  126. data/repository/selectivizr/1.0.js +0 -5
  127. data/repository/selectivizr/latest.js +0 -1
  128. data/repository/syntaxhighlighter/all.js +0 -11
  129. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCore.css +0 -226
  130. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDefault.css +0 -328
  131. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDjango.css +0 -331
  132. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEclipse.css +0 -339
  133. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEmacs.css +0 -324
  134. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreFadeToGrey.css +0 -328
  135. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMDUltra.css +0 -324
  136. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMidnight.css +0 -324
  137. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreRDark.css +0 -324
  138. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDefault.css +0 -117
  139. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDjango.css +0 -120
  140. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEclipse.css +0 -128
  141. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEmacs.css +0 -113
  142. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeFadeToGrey.css +0 -117
  143. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMDUltra.css +0 -113
  144. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMidnight.css +0 -113
  145. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeRDark.css +0 -113
  146. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCore.scss +0 -216
  147. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDefault.scss +0 -2
  148. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDjango.scss +0 -2
  149. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEclipse.scss +0 -2
  150. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEmacs.scss +0 -2
  151. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreFadeToGrey.scss +0 -2
  152. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMDUltra.scss +0 -2
  153. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMidnight.scss +0 -2
  154. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreRDark.scss +0 -2
  155. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDefault.scss +0 -7
  156. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDjango.scss +0 -36
  157. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEclipse.scss +0 -48
  158. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEmacs.scss +0 -32
  159. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeFadeToGrey.scss +0 -36
  160. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMDUltra.scss +0 -32
  161. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMidnight.scss +0 -32
  162. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeRDark.scss +0 -32
  163. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_theme_template.scss +0 -120
  164. data/repository/syntaxhighlighter/shAutoloader.js +0 -17
  165. data/repository/syntaxhighlighter/shBrushAS3.js +0 -59
  166. data/repository/syntaxhighlighter/shBrushAppleScript.js +0 -75
  167. data/repository/syntaxhighlighter/shBrushBash.js +0 -59
  168. data/repository/syntaxhighlighter/shBrushCSharp.js +0 -65
  169. data/repository/syntaxhighlighter/shBrushColdFusion.js +0 -100
  170. data/repository/syntaxhighlighter/shBrushCpp.js +0 -97
  171. data/repository/syntaxhighlighter/shBrushCss.js +0 -91
  172. data/repository/syntaxhighlighter/shBrushDelphi.js +0 -55
  173. data/repository/syntaxhighlighter/shBrushDiff.js +0 -41
  174. data/repository/syntaxhighlighter/shBrushErlang.js +0 -52
  175. data/repository/syntaxhighlighter/shBrushGroovy.js +0 -67
  176. data/repository/syntaxhighlighter/shBrushJScript.js +0 -52
  177. data/repository/syntaxhighlighter/shBrushJava.js +0 -57
  178. data/repository/syntaxhighlighter/shBrushJavaFX.js +0 -58
  179. data/repository/syntaxhighlighter/shBrushPerl.js +0 -72
  180. data/repository/syntaxhighlighter/shBrushPhp.js +0 -88
  181. data/repository/syntaxhighlighter/shBrushPlain.js +0 -33
  182. data/repository/syntaxhighlighter/shBrushPowerShell.js +0 -74
  183. data/repository/syntaxhighlighter/shBrushPython.js +0 -64
  184. data/repository/syntaxhighlighter/shBrushRuby.js +0 -55
  185. data/repository/syntaxhighlighter/shBrushSass.js +0 -94
  186. data/repository/syntaxhighlighter/shBrushScala.js +0 -51
  187. data/repository/syntaxhighlighter/shBrushSql.js +0 -66
  188. data/repository/syntaxhighlighter/shBrushVb.js +0 -56
  189. data/repository/syntaxhighlighter/shBrushXml.js +0 -69
  190. data/repository/syntaxhighlighter/shCore.js +0 -17
  191. data/repository/syntaxhighlighter/shLegacy.js +0 -17
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_actions><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.actions" target=_parent class=ISymbol>actions</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_add_undmodule><div class=IEntry><a href="../files/core/application-js.html#NinjsApplication.add_module" target=_parent class=ISymbol>add_module</a>, <span class=IParent>NinjsApplication</span></div></div><div class=SRResult id=SR_add_undtest><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.add_test" target=_parent class=ISymbol>add_test</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_application_perjs><div class=IEntry><a href="../files/core/application-js.html#application.js" target=_parent class=ISymbol>application.js</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_call_undon_undready><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.call_on_ready" target=_parent class=ISymbol>call_on_ready</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_data><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.data" target=_parent class=ISymbol>data</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_elements><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.elements" target=_parent class=ISymbol>elements</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_execute><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.execute" target=_parent class=ISymbol>execute</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_existence_perjs><div class=IEntry><a href="../files/core/existence-js.html#existence.js" target=_parent class=ISymbol>existence.js</a></div></div><div class=SRResult id=SR_extend_perjs><div class=IEntry><a href="../files/core/extend-js.html#extend.js" target=_parent class=ISymbol>extend.js</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_Functions><div class=IEntry><a href="javascript:searchResults.Toggle('SR_Functions')" class=ISymbol>Functions</a><div class=ISubIndex><span class=IParent>Global</span><div class=ISubIndex><a href="../files/core/existence-js.html#Functions" target=_parent class=IFile>core/<wbr>existence.js</a><a href="../files/core/extend-js.html#Functions" target=_parent class=IFile>core/<wbr>extend.js</a></div><a href="../files/core/application-js.html#NinjsApplication.Functions" target=_parent class=IParent>NinjsApplication</a><a href="../files/core/module-js.html#NinjsModule.Functions" target=_parent class=IParent>NinjsModule</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_is_undarray><div class=IEntry><a href="../files/core/existence-js.html#is_array" target=_parent class=ISymbol>is_array</a></div></div><div class=SRResult id=SR_is_undbool><div class=IEntry><a href="../files/core/existence-js.html#is_bool" target=_parent class=ISymbol>is_bool</a></div></div><div class=SRResult id=SR_is_unddate><div class=IEntry><a href="../files/core/existence-js.html#is_date" target=_parent class=ISymbol>is_date</a></div></div><div class=SRResult id=SR_is_unddefined><div class=IEntry><a href="../files/core/existence-js.html#is_defined" target=_parent class=ISymbol>is_defined</a></div></div><div class=SRResult id=SR_is_undnumber><div class=IEntry><a href="../files/core/existence-js.html#is_number" target=_parent class=ISymbol>is_number</a></div></div><div class=SRResult id=SR_is_undnumeric><div class=IEntry><a href="../files/core/existence-js.html#is_numeric" target=_parent class=ISymbol>is_numeric</a></div></div><div class=SRResult id=SR_is_undregex><div class=IEntry><a href="../files/core/existence-js.html#is_regex" target=_parent class=ISymbol>is_regex</a></div></div><div class=SRResult id=SR_is_undstring><div class=IEntry><a href="../files/core/existence-js.html#is_string" target=_parent class=ISymbol>is_string</a></div></div><div class=SRResult id=SR_is_undtypeof><div class=IEntry><a href="../files/core/existence-js.html#is_typeof" target=_parent class=ISymbol>is_typeof</a></div></div><div class=SRResult id=SR_is_undundefined><div class=IEntry><a href="../files/core/existence-js.html#is_undefined" target=_parent class=ISymbol>is_undefined</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_method><div class=IEntry><a href="../files/core/extend-js.html#method" target=_parent class=ISymbol>method</a></div></div><div class=SRResult id=SR_module_perjs><div class=IEntry><a href="../files/core/module-js.html#module.js" target=_parent class=ISymbol>module.js</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.name" target=_parent class=ISymbol>name</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_nin_perjs><div class=IEntry><a href="../files/core/nin-js.html#nin.js" target=_parent class=ISymbol>nin.js</a></div></div><div class=SRResult id=SR_NinjsApplication><div class=IEntry><a href="../files/core/application-js.html#NinjsApplication" target=_parent class=ISymbol>NinjsApplication</a></div></div><div class=SRResult id=SR_NinjsModule><div class=IEntry><a href="../files/core/module-js.html#NinjsModule" target=_parent class=ISymbol>NinjsModule</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_run><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.run" target=_parent class=ISymbol>run</a>, <span class=IParent>NinjsModule</span></div></div><div class=SRResult id=SR_run_undtests_lpabeta_rpa><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.run_tests(beta)" target=_parent class=ISymbol>run_tests(beta)</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_set_unddata><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.set_data" target=_parent class=ISymbol>set_data</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR__undrun_undtests><div class=IEntry><a href="../files/core/module-js.html#NinjsModule._run_tests" target=_parent class=ISymbol>_run_tests</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_tests_lpabeta_rpa><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.tests(beta)" target=_parent class=ISymbol>tests(beta)</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_unless><div class=IEntry><a href="../files/core/extend-js.html#unless" target=_parent class=ISymbol>unless</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_Variables><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.Variables" target=_parent class=ISymbol>Variables</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,15 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=NoMatches>No Matches</div></div><script language=JavaScript><!--
15
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_data><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.data" target=_parent class=ISymbol>data</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_name><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.name" target=_parent class=ISymbol>name</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_run_undtests_lpabeta_rpa><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.run_tests(beta)" target=_parent class=ISymbol>run_tests(beta)</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,20 +0,0 @@
1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2
-
3
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
4
- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
5
-
6
- <!-- Generated by Natural Docs, version 1.51 -->
7
- <!-- http://www.naturaldocs.org -->
8
-
9
- <!-- saved from url=(0026)http://www.naturaldocs.org -->
10
-
11
-
12
-
13
-
14
- <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_tests_lpabeta_rpa><div class=IEntry><a href="../files/core/module-js.html#NinjsModule.tests(beta)" target=_parent class=ISymbol>tests(beta)</a>, <span class=IParent>NinjsModule</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
15
- document.getElementById("Loading").style.display="none";
16
- document.getElementById("NoMatches").style.display="none";
17
- var searchResults = new SearchResults("searchResults", "HTML");
18
- searchResults.Search();
19
- --></script></div><script language=JavaScript><!--
20
- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
@@ -1,828 +0,0 @@
1
- /*
2
- IMPORTANT: If you're editing this file in the output directory of one of
3
- your projects, your changes will be overwritten the next time you run
4
- Natural Docs. Instead, copy this file to your project directory, make your
5
- changes, and you can use it with -s. Even better would be to make a CSS
6
- file in your project directory with only your changes, which you can then
7
- use with -s [original style] [your changes].
8
-
9
- On the other hand, if you're editing this file in the Natural Docs styles
10
- directory, the changes will automatically be applied to all your projects
11
- that use this style the next time Natural Docs is run on them.
12
-
13
- This file is part of Natural Docs, which is Copyright � 2003-2010 Greg Valure.
14
- Natural Docs is licensed under version 3 of the GNU Affero General Public
15
- License (AGPL). Refer to License.txt for the complete details.
16
-
17
- This file may be distributed with documentation files generated by Natural Docs.
18
- Such documentation is not covered by Natural Docs' copyright and licensing,
19
- and may have its own copyright and distribution terms as decided by its author.
20
- */
21
-
22
- body {
23
- font: 10pt Verdana, Arial, sans-serif;
24
- color: #000000;
25
- margin: 0; padding: 0;
26
- }
27
-
28
- .ContentPage,
29
- .IndexPage,
30
- .FramedMenuPage {
31
- background-color: #E8E8E8;
32
- }
33
- .FramedContentPage,
34
- .FramedIndexPage,
35
- .FramedSearchResultsPage,
36
- .PopupSearchResultsPage {
37
- background-color: #FFFFFF;
38
- }
39
-
40
-
41
- a:link,
42
- a:visited { color: #900000; text-decoration: none }
43
- a:hover { color: #900000; text-decoration: underline }
44
- a:active { color: #FF0000; text-decoration: underline }
45
-
46
- td {
47
- vertical-align: top }
48
-
49
- img { border: 0; }
50
-
51
-
52
- /*
53
- Comment out this line to use web-style paragraphs (blank line between
54
- paragraphs, no indent) instead of print-style paragraphs (no blank line,
55
- indented.)
56
- */
57
- p {
58
- text-indent: 5ex; margin: 0 }
59
-
60
-
61
- /* Opera doesn't break with just wbr, but will if you add this. */
62
- .Opera wbr:after {
63
- content: "\00200B";
64
- }
65
-
66
-
67
- /* Blockquotes are used as containers for things that may need to scroll. */
68
- blockquote {
69
- padding: 0;
70
- margin: 0;
71
- overflow: auto;
72
- }
73
-
74
-
75
- .Firefox1 blockquote {
76
- padding-bottom: .5em;
77
- }
78
-
79
- /* Turn off scrolling when printing. */
80
- @media print {
81
- blockquote {
82
- overflow: visible;
83
- }
84
- .IE blockquote {
85
- width: auto;
86
- }
87
- }
88
-
89
-
90
-
91
- #Menu {
92
- font-size: 9pt;
93
- padding: 10px 0 0 0;
94
- }
95
- .ContentPage #Menu,
96
- .IndexPage #Menu {
97
- position: absolute;
98
- top: 0;
99
- left: 0;
100
- width: 31ex;
101
- overflow: hidden;
102
- }
103
- .ContentPage .Firefox #Menu,
104
- .IndexPage .Firefox #Menu {
105
- width: 27ex;
106
- }
107
-
108
-
109
- .MTitle {
110
- font-size: 16pt; font-weight: bold; font-variant: small-caps;
111
- text-align: center;
112
- padding: 5px 10px 15px 10px;
113
- border-bottom: 1px dotted #000000;
114
- margin-bottom: 15px }
115
-
116
- .MSubTitle {
117
- font-size: 9pt; font-weight: normal; font-variant: normal;
118
- margin-top: 1ex; margin-bottom: 5px }
119
-
120
-
121
- .MEntry a:link,
122
- .MEntry a:hover,
123
- .MEntry a:visited { color: #606060; margin-right: 0 }
124
- .MEntry a:active { color: #A00000; margin-right: 0 }
125
-
126
-
127
- .MGroup {
128
- font-variant: small-caps; font-weight: bold;
129
- margin: 1em 0 1em 10px;
130
- }
131
-
132
- .MGroupContent {
133
- font-variant: normal; font-weight: normal }
134
-
135
- .MGroup a:link,
136
- .MGroup a:hover,
137
- .MGroup a:visited { color: #545454; margin-right: 10px }
138
- .MGroup a:active { color: #A00000; margin-right: 10px }
139
-
140
-
141
- .MFile,
142
- .MText,
143
- .MLink,
144
- .MIndex {
145
- padding: 1px 17px 2px 10px;
146
- margin: .25em 0 .25em 0;
147
- }
148
-
149
- .MText {
150
- font-size: 8pt; font-style: italic }
151
-
152
- .MLink {
153
- font-style: italic }
154
-
155
- #MSelected {
156
- color: #000000; background-color: #FFFFFF;
157
- /* Replace padding with border. */
158
- padding: 0 10px 0 10px;
159
- border-width: 1px 2px 2px 0; border-style: solid; border-color: #000000;
160
- margin-right: 5px;
161
- }
162
-
163
- /* Close off the left side when its in a group. */
164
- .MGroup #MSelected {
165
- padding-left: 9px; border-left-width: 1px }
166
-
167
- /* A treat for Mozilla users. Blatantly non-standard. Will be replaced with CSS 3 attributes when finalized/supported. */
168
- .Firefox #MSelected {
169
- -moz-border-radius-topright: 10px;
170
- -moz-border-radius-bottomright: 10px }
171
- .Firefox .MGroup #MSelected {
172
- -moz-border-radius-topleft: 10px;
173
- -moz-border-radius-bottomleft: 10px }
174
-
175
-
176
- #MSearchPanel {
177
- padding: 0px 6px;
178
- margin: .25em 0;
179
- }
180
-
181
-
182
- #MSearchField {
183
- font: italic 9pt Verdana, sans-serif;
184
- color: #606060;
185
- background-color: #E8E8E8;
186
- border: none;
187
- padding: 2px 4px;
188
- width: 100%;
189
- }
190
- /* Only Opera gets it right. */
191
- .Firefox #MSearchField,
192
- .IE #MSearchField,
193
- .Safari #MSearchField {
194
- width: 94%;
195
- }
196
- .Opera9 #MSearchField,
197
- .Konqueror #MSearchField {
198
- width: 97%;
199
- }
200
- .FramedMenuPage .Firefox #MSearchField,
201
- .FramedMenuPage .Safari #MSearchField,
202
- .FramedMenuPage .Konqueror #MSearchField {
203
- width: 98%;
204
- }
205
-
206
- /* Firefox doesn't do this right in frames without #MSearchPanel added on.
207
- It's presence doesn't hurt anything other browsers. */
208
- #MSearchPanel.MSearchPanelInactive:hover #MSearchField {
209
- background-color: #FFFFFF;
210
- border: 1px solid #C0C0C0;
211
- padding: 1px 3px;
212
- }
213
- .MSearchPanelActive #MSearchField {
214
- background-color: #FFFFFF;
215
- border: 1px solid #C0C0C0;
216
- font-style: normal;
217
- padding: 1px 3px;
218
- }
219
-
220
- #MSearchType {
221
- visibility: hidden;
222
- font: 8pt Verdana, sans-serif;
223
- width: 98%;
224
- padding: 0;
225
- border: 1px solid #C0C0C0;
226
- }
227
- .MSearchPanelActive #MSearchType,
228
- /* As mentioned above, Firefox doesn't do this right in frames without #MSearchPanel added on. */
229
- #MSearchPanel.MSearchPanelInactive:hover #MSearchType,
230
- #MSearchType:focus {
231
- visibility: visible;
232
- color: #606060;
233
- }
234
- #MSearchType option#MSearchEverything {
235
- font-weight: bold;
236
- }
237
-
238
- .Opera8 .MSearchPanelInactive:hover,
239
- .Opera8 .MSearchPanelActive {
240
- margin-left: -1px;
241
- }
242
-
243
-
244
- iframe#MSearchResults {
245
- width: 60ex;
246
- height: 15em;
247
- }
248
- #MSearchResultsWindow {
249
- display: none;
250
- position: absolute;
251
- left: 0; top: 0;
252
- border: 1px solid #000000;
253
- background-color: #E8E8E8;
254
- }
255
- #MSearchResultsWindowClose {
256
- font-weight: bold;
257
- font-size: 8pt;
258
- display: block;
259
- padding: 2px 5px;
260
- }
261
- #MSearchResultsWindowClose:link,
262
- #MSearchResultsWindowClose:visited {
263
- color: #000000;
264
- text-decoration: none;
265
- }
266
- #MSearchResultsWindowClose:active,
267
- #MSearchResultsWindowClose:hover {
268
- color: #800000;
269
- text-decoration: none;
270
- background-color: #F4F4F4;
271
- }
272
-
273
-
274
-
275
-
276
- #Content {
277
- padding-bottom: 15px;
278
- }
279
-
280
- .ContentPage #Content {
281
- border-width: 0 0 1px 1px;
282
- border-style: solid;
283
- border-color: #000000;
284
- background-color: #FFFFFF;
285
- font-size: 9pt; /* To make 31ex match the menu's 31ex. */
286
- margin-left: 31ex;
287
- }
288
- .ContentPage .Firefox #Content {
289
- margin-left: 27ex;
290
- }
291
-
292
-
293
-
294
- .CTopic {
295
- font-size: 10pt;
296
- margin-bottom: 3em;
297
- }
298
-
299
-
300
- .CTitle {
301
- font-size: 12pt; font-weight: bold;
302
- border-width: 0 0 1px 0; border-style: solid; border-color: #A0A0A0;
303
- margin: 0 15px .5em 15px }
304
-
305
- .CGroup .CTitle {
306
- font-size: 16pt; font-variant: small-caps;
307
- padding-left: 15px; padding-right: 15px;
308
- border-width: 0 0 2px 0; border-color: #000000;
309
- margin-left: 0; margin-right: 0 }
310
-
311
- .CClass .CTitle,
312
- .CInterface .CTitle,
313
- .CDatabase .CTitle,
314
- .CDatabaseTable .CTitle,
315
- .CSection .CTitle {
316
- font-size: 18pt;
317
- color: #FFFFFF; background-color: #A0A0A0;
318
- padding: 10px 15px 10px 15px;
319
- border-width: 2px 0; border-color: #000000;
320
- margin-left: 0; margin-right: 0 }
321
-
322
- #MainTopic .CTitle {
323
- font-size: 20pt;
324
- color: #FFFFFF; background-color: #7070C0;
325
- padding: 10px 15px 10px 15px;
326
- border-width: 0 0 3px 0; border-color: #000000;
327
- margin-left: 0; margin-right: 0 }
328
-
329
- .CBody {
330
- margin-left: 15px; margin-right: 15px }
331
-
332
-
333
- .CToolTip {
334
- position: absolute; visibility: hidden;
335
- left: 0; top: 0;
336
- background-color: #FFFFE0;
337
- padding: 5px;
338
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #000000;
339
- font-size: 8pt;
340
- }
341
-
342
- .Opera .CToolTip {
343
- max-width: 98%;
344
- }
345
-
346
- /* Scrollbars would be useless. */
347
- .CToolTip blockquote {
348
- overflow: hidden;
349
- }
350
- .IE6 .CToolTip blockquote {
351
- overflow: visible;
352
- }
353
-
354
- .CHeading {
355
- font-weight: bold; font-size: 10pt;
356
- margin: 1.5em 0 .5em 0;
357
- }
358
-
359
- .CBody pre {
360
- font: 10pt "Courier New", Courier, monospace;
361
- background-color: #FCFCFC;
362
- margin: 1em 35px;
363
- padding: 10px 15px 10px 10px;
364
- border-color: #E0E0E0 #E0E0E0 #E0E0E0 #E4E4E4;
365
- border-width: 1px 1px 1px 6px;
366
- border-style: dashed dashed dashed solid;
367
- }
368
-
369
- .CBody ul {
370
- /* I don't know why CBody's margin doesn't apply, but it's consistent across browsers so whatever.
371
- Reapply it here as padding. */
372
- padding-left: 15px; padding-right: 15px;
373
- margin: .5em 5ex .5em 5ex;
374
- }
375
-
376
- .CDescriptionList {
377
- margin: .5em 5ex 0 5ex }
378
-
379
- .CDLEntry {
380
- font: 10pt "Courier New", Courier, monospace; color: #808080;
381
- padding-bottom: .25em;
382
- white-space: nowrap }
383
-
384
- .CDLDescription {
385
- font-size: 10pt; /* For browsers that don't inherit correctly, like Opera 5. */
386
- padding-bottom: .5em; padding-left: 5ex }
387
-
388
-
389
- .CTopic img {
390
- text-align: center;
391
- display: block;
392
- margin: 1em auto;
393
- }
394
- .CImageCaption {
395
- font-variant: small-caps;
396
- font-size: 8pt;
397
- color: #808080;
398
- text-align: center;
399
- position: relative;
400
- top: 1em;
401
- }
402
-
403
- .CImageLink {
404
- color: #808080;
405
- font-style: italic;
406
- }
407
- a.CImageLink:link,
408
- a.CImageLink:visited,
409
- a.CImageLink:hover { color: #808080 }
410
-
411
-
412
-
413
-
414
-
415
- .Prototype {
416
- font: 10pt "Courier New", Courier, monospace;
417
- padding: 5px 3ex;
418
- border-width: 1px; border-style: solid;
419
- margin: 0 5ex 1.5em 5ex;
420
- }
421
-
422
- .Prototype td {
423
- font-size: 10pt;
424
- }
425
-
426
- .PDefaultValue,
427
- .PDefaultValuePrefix,
428
- .PTypePrefix {
429
- color: #8F8F8F;
430
- }
431
- .PTypePrefix {
432
- text-align: right;
433
- }
434
- .PAfterParameters {
435
- vertical-align: bottom;
436
- }
437
-
438
- .IE .Prototype table {
439
- padding: 0;
440
- }
441
-
442
- .CFunction .Prototype {
443
- background-color: #F4F4F4; border-color: #D0D0D0 }
444
- .CProperty .Prototype {
445
- background-color: #F4F4FF; border-color: #C0C0E8 }
446
- .CVariable .Prototype {
447
- background-color: #FFFFF0; border-color: #E0E0A0 }
448
-
449
- .CClass .Prototype {
450
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0A0;
451
- background-color: #F4F4F4;
452
- }
453
- .CInterface .Prototype {
454
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0D0;
455
- background-color: #F4F4FF;
456
- }
457
-
458
- .CDatabaseIndex .Prototype,
459
- .CConstant .Prototype {
460
- background-color: #D0D0D0; border-color: #000000 }
461
- .CType .Prototype,
462
- .CEnumeration .Prototype {
463
- background-color: #FAF0F0; border-color: #E0B0B0;
464
- }
465
- .CDatabaseTrigger .Prototype,
466
- .CEvent .Prototype,
467
- .CDelegate .Prototype {
468
- background-color: #F0FCF0; border-color: #B8E4B8 }
469
-
470
- .CToolTip .Prototype {
471
- margin: 0 0 .5em 0;
472
- white-space: nowrap;
473
- }
474
-
475
-
476
-
477
-
478
-
479
- .Summary {
480
- margin: 1.5em 5ex 0 5ex }
481
-
482
- .STitle {
483
- font-size: 12pt; font-weight: bold;
484
- margin-bottom: .5em }
485
-
486
-
487
- .SBorder {
488
- background-color: #FFFFF0;
489
- padding: 15px;
490
- border: 1px solid #C0C060 }
491
-
492
- /* In a frame IE 6 will make them too long unless you set the width to 100%. Without frames it will be correct without a width
493
- or slightly too long (but not enough to scroll) with a width. This arbitrary weirdness simply astounds me. IE 7 has the same
494
- problem with frames, haven't tested it without. */
495
- .FramedContentPage .IE .SBorder {
496
- width: 100% }
497
-
498
- /* A treat for Mozilla users. Blatantly non-standard. Will be replaced with CSS 3 attributes when finalized/supported. */
499
- .Firefox .SBorder {
500
- -moz-border-radius: 20px }
501
-
502
-
503
- .STable {
504
- font-size: 9pt; width: 100% }
505
-
506
- .SEntry {
507
- width: 30% }
508
- .SDescription {
509
- width: 70% }
510
-
511
-
512
- .SMarked {
513
- background-color: #F8F8D8 }
514
-
515
- .SDescription { padding-left: 2ex }
516
- .SIndent1 .SEntry { padding-left: 1.5ex } .SIndent1 .SDescription { padding-left: 3.5ex }
517
- .SIndent2 .SEntry { padding-left: 3.0ex } .SIndent2 .SDescription { padding-left: 5.0ex }
518
- .SIndent3 .SEntry { padding-left: 4.5ex } .SIndent3 .SDescription { padding-left: 6.5ex }
519
- .SIndent4 .SEntry { padding-left: 6.0ex } .SIndent4 .SDescription { padding-left: 8.0ex }
520
- .SIndent5 .SEntry { padding-left: 7.5ex } .SIndent5 .SDescription { padding-left: 9.5ex }
521
-
522
- .SDescription a { color: #800000}
523
- .SDescription a:active { color: #A00000 }
524
-
525
- .SGroup td {
526
- padding-top: .5em; padding-bottom: .25em }
527
-
528
- .SGroup .SEntry {
529
- font-weight: bold; font-variant: small-caps }
530
-
531
- .SGroup .SEntry a { color: #800000 }
532
- .SGroup .SEntry a:active { color: #F00000 }
533
-
534
-
535
- .SMain td,
536
- .SClass td,
537
- .SDatabase td,
538
- .SDatabaseTable td,
539
- .SSection td {
540
- font-size: 10pt;
541
- padding-bottom: .25em }
542
-
543
- .SClass td,
544
- .SDatabase td,
545
- .SDatabaseTable td,
546
- .SSection td {
547
- padding-top: 1em }
548
-
549
- .SMain .SEntry,
550
- .SClass .SEntry,
551
- .SDatabase .SEntry,
552
- .SDatabaseTable .SEntry,
553
- .SSection .SEntry {
554
- font-weight: bold;
555
- }
556
-
557
- .SMain .SEntry a,
558
- .SClass .SEntry a,
559
- .SDatabase .SEntry a,
560
- .SDatabaseTable .SEntry a,
561
- .SSection .SEntry a { color: #000000 }
562
-
563
- .SMain .SEntry a:active,
564
- .SClass .SEntry a:active,
565
- .SDatabase .SEntry a:active,
566
- .SDatabaseTable .SEntry a:active,
567
- .SSection .SEntry a:active { color: #A00000 }
568
-
569
-
570
-
571
-
572
-
573
- .ClassHierarchy {
574
- margin: 0 15px 1em 15px }
575
-
576
- .CHEntry {
577
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0A0;
578
- margin-bottom: 3px;
579
- padding: 2px 2ex;
580
- font-size: 10pt;
581
- background-color: #F4F4F4; color: #606060;
582
- }
583
-
584
- .Firefox .CHEntry {
585
- -moz-border-radius: 4px;
586
- }
587
-
588
- .CHCurrent .CHEntry {
589
- font-weight: bold;
590
- border-color: #000000;
591
- color: #000000;
592
- }
593
-
594
- .CHChildNote .CHEntry {
595
- font-style: italic;
596
- font-size: 8pt;
597
- }
598
-
599
- .CHIndent {
600
- margin-left: 3ex;
601
- }
602
-
603
- .CHEntry a:link,
604
- .CHEntry a:visited,
605
- .CHEntry a:hover {
606
- color: #606060;
607
- }
608
- .CHEntry a:active {
609
- color: #800000;
610
- }
611
-
612
-
613
-
614
-
615
-
616
- #Index {
617
- background-color: #FFFFFF;
618
- }
619
-
620
- /* As opposed to .PopupSearchResultsPage #Index */
621
- .IndexPage #Index,
622
- .FramedIndexPage #Index,
623
- .FramedSearchResultsPage #Index {
624
- padding: 15px;
625
- }
626
-
627
- .IndexPage #Index {
628
- border-width: 0 0 1px 1px;
629
- border-style: solid;
630
- border-color: #000000;
631
- font-size: 9pt; /* To make 27ex match the menu's 27ex. */
632
- margin-left: 27ex;
633
- }
634
-
635
-
636
- .IPageTitle {
637
- font-size: 20pt; font-weight: bold;
638
- color: #FFFFFF; background-color: #7070C0;
639
- padding: 10px 15px 10px 15px;
640
- border-width: 0 0 3px 0; border-color: #000000; border-style: solid;
641
- margin: -15px -15px 0 -15px }
642
-
643
- .FramedSearchResultsPage .IPageTitle {
644
- margin-bottom: 15px;
645
- }
646
-
647
- .INavigationBar {
648
- font-size: 10pt;
649
- text-align: center;
650
- background-color: #FFFFF0;
651
- padding: 5px;
652
- border-bottom: solid 1px black;
653
- margin: 0 -15px 15px -15px;
654
- }
655
-
656
- .INavigationBar a {
657
- font-weight: bold }
658
-
659
- .IHeading {
660
- font-size: 16pt; font-weight: bold;
661
- padding: 2.5em 0 .5em 0;
662
- text-align: center;
663
- width: 3.5ex;
664
- }
665
- #IFirstHeading {
666
- padding-top: 0;
667
- }
668
-
669
- .IEntry {
670
- font-size: 10pt;
671
- padding-left: 1ex;
672
- }
673
- .PopupSearchResultsPage .IEntry {
674
- font-size: 8pt;
675
- padding: 1px 5px;
676
- }
677
- .PopupSearchResultsPage .Opera9 .IEntry,
678
- .FramedSearchResultsPage .Opera9 .IEntry {
679
- text-align: left;
680
- }
681
- .FramedSearchResultsPage .IEntry {
682
- padding: 0;
683
- }
684
-
685
- .ISubIndex {
686
- padding-left: 3ex; padding-bottom: .5em }
687
- .PopupSearchResultsPage .ISubIndex {
688
- display: none;
689
- }
690
-
691
- /* While it may cause some entries to look like links when they aren't, I found it's much easier to read the
692
- index if everything's the same color. */
693
- .ISymbol {
694
- font-weight: bold; color: #900000 }
695
-
696
- .IndexPage .ISymbolPrefix,
697
- .FramedIndexPage .ISymbolPrefix {
698
- font-size: 10pt;
699
- text-align: right;
700
- color: #C47C7C;
701
- background-color: #F8F8F8;
702
- border-right: 3px solid #E0E0E0;
703
- border-left: 1px solid #E0E0E0;
704
- padding: 0 1px 0 2px;
705
- }
706
- .PopupSearchResultsPage .ISymbolPrefix,
707
- .FramedSearchResultsPage .ISymbolPrefix {
708
- color: #900000;
709
- }
710
- .PopupSearchResultsPage .ISymbolPrefix {
711
- font-size: 8pt;
712
- }
713
-
714
- .IndexPage #IFirstSymbolPrefix,
715
- .FramedIndexPage #IFirstSymbolPrefix {
716
- border-top: 1px solid #E0E0E0;
717
- }
718
- .IndexPage #ILastSymbolPrefix,
719
- .FramedIndexPage #ILastSymbolPrefix {
720
- border-bottom: 1px solid #E0E0E0;
721
- }
722
- .IndexPage #IOnlySymbolPrefix,
723
- .FramedIndexPage #IOnlySymbolPrefix {
724
- border-top: 1px solid #E0E0E0;
725
- border-bottom: 1px solid #E0E0E0;
726
- }
727
-
728
- a.IParent,
729
- a.IFile {
730
- display: block;
731
- }
732
-
733
- .PopupSearchResultsPage .SRStatus {
734
- padding: 2px 5px;
735
- font-size: 8pt;
736
- font-style: italic;
737
- }
738
- .FramedSearchResultsPage .SRStatus {
739
- font-size: 10pt;
740
- font-style: italic;
741
- }
742
-
743
- .SRResult {
744
- display: none;
745
- }
746
-
747
-
748
-
749
- #Footer {
750
- font-size: 8pt;
751
- color: #989898;
752
- text-align: right;
753
- }
754
-
755
- #Footer p {
756
- text-indent: 0;
757
- margin-bottom: .5em;
758
- }
759
-
760
- .ContentPage #Footer,
761
- .IndexPage #Footer {
762
- text-align: right;
763
- margin: 2px;
764
- }
765
-
766
- .FramedMenuPage #Footer {
767
- text-align: center;
768
- margin: 5em 10px 10px 10px;
769
- padding-top: 1em;
770
- border-top: 1px solid #C8C8C8;
771
- }
772
-
773
- #Footer a:link,
774
- #Footer a:hover,
775
- #Footer a:visited { color: #989898 }
776
- #Footer a:active { color: #A00000 }
777
-
778
-
779
-
780
- .prettyprint .kwd { color: #800000; } /* keywords */
781
-
782
- .prettyprint.PDefaultValue .kwd,
783
- .prettyprint.PDefaultValuePrefix .kwd,
784
- .prettyprint.PTypePrefix .kwd {
785
- color: #C88F8F;
786
- }
787
-
788
- .prettyprint .com { color: #008000; } /* comments */
789
-
790
- .prettyprint.PDefaultValue .com,
791
- .prettyprint.PDefaultValuePrefix .com,
792
- .prettyprint.PTypePrefix .com {
793
- color: #8FC88F;
794
- }
795
-
796
- .prettyprint .str { color: #0000B0; } /* strings */
797
- .prettyprint .lit { color: #0000B0; } /* literals */
798
-
799
- .prettyprint.PDefaultValue .str,
800
- .prettyprint.PDefaultValuePrefix .str,
801
- .prettyprint.PTypePrefix .str,
802
- .prettyprint.PDefaultValue .lit,
803
- .prettyprint.PDefaultValuePrefix .lit,
804
- .prettyprint.PTypePrefix .lit {
805
- color: #8F8FC0;
806
- }
807
-
808
- .prettyprint .typ { color: #000000; } /* types */
809
- .prettyprint .pun { color: #000000; } /* punctuation */
810
- .prettyprint .pln { color: #000000; } /* punctuation */
811
-
812
- .prettyprint.PDefaultValue .typ,
813
- .prettyprint.PDefaultValuePrefix .typ,
814
- .prettyprint.PTypePrefix .typ,
815
- .prettyprint.PDefaultValue .pun,
816
- .prettyprint.PDefaultValuePrefix .pun,
817
- .prettyprint.PTypePrefix .pun,
818
- .prettyprint.PDefaultValue .pln,
819
- .prettyprint.PDefaultValuePrefix .pln,
820
- .prettyprint.PTypePrefix .pln {
821
- color: #8F8F8F;
822
- }
823
-
824
- .prettyprint .tag { color: #008; }
825
- .prettyprint .atn { color: #606; }
826
- .prettyprint .atv { color: #080; }
827
- .prettyprint .dec { color: #606; }
828
-