ninjs 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. data/.bundle/config +2 -0
  2. data/Gemfile +17 -0
  3. data/Gemfile.lock +38 -0
  4. data/README.textile +1 -1
  5. data/Rakefile +60 -0
  6. data/VERSION +1 -0
  7. data/lib/ninjs.rb +0 -1
  8. data/lib/ninjs/command.rb +16 -1
  9. data/lib/ninjs/manifest.rb +1 -1
  10. data/lib/ninjs/project.rb +74 -91
  11. data/ninjs.gemspec +305 -104
  12. data/repository/jquery/fancybox/assets/1.3.1/images/fancybox/jquery.easing-1.3.pack.js +72 -0
  13. data/repository/jquery/fancybox/assets/1.3.1/scss/fancybox.scss +69 -0
  14. data/repository/jquery/ui/1.8.7.js +783 -0
  15. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.accordion.css +19 -0
  16. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.all.css +11 -0
  17. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.autocomplete.css +53 -0
  18. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.base.css +11 -0
  19. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.button.css +38 -0
  20. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.core.css +41 -0
  21. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.datepicker.css +68 -0
  22. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.dialog.css +21 -0
  23. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.progressbar.css +11 -0
  24. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.resizable.css +20 -0
  25. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.selectable.css +10 -0
  26. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.slider.css +24 -0
  27. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.tabs.css +18 -0
  28. data/repository/jquery/ui/assets/1.8.7/css/jqueryui/jquery.ui.theme.css +252 -0
  29. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  30. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  31. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  32. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  33. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_75_dadada_1x400.png +0 -0
  34. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  35. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  36. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  37. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_222222_256x240.png +0 -0
  38. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_2e83ff_256x240.png +0 -0
  39. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_454545_256x240.png +0 -0
  40. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_888888_256x240.png +0 -0
  41. data/repository/jquery/ui/assets/1.8.7/images/jqueryui/ui-icons_cd0a0a_256x240.png +0 -0
  42. data/repository/jquery/ui/latest.js +1 -0
  43. data/repository/ninjs/core/.core.pdoc.yaml +0 -0
  44. data/repository/ninjs/core/.existence.pdoc.yaml +12 -0
  45. data/repository/ninjs/core/.extend.pdoc.yaml +0 -0
  46. data/repository/ninjs/core/.nin.pdoc.yaml +0 -0
  47. data/repository/ninjs/core/application.js +43 -0
  48. data/repository/ninjs/core/existence.js +221 -11
  49. data/repository/ninjs/core/extend.js +18 -0
  50. data/repository/ninjs/core/module.js +230 -0
  51. data/repository/ninjs/core/nin.js +3 -137
  52. data/repository/ninjs/docs/Data/ClassHierarchy.nd +0 -0
  53. data/repository/ninjs/docs/Data/ConfigFileInfo.nd +0 -0
  54. data/repository/ninjs/docs/Data/FileInfo.nd +16 -0
  55. data/repository/ninjs/docs/Data/ImageFileInfo.nd +0 -0
  56. data/repository/ninjs/docs/Data/ImageReferenceTable.nd +0 -0
  57. data/repository/ninjs/docs/Data/IndexInfo.nd +0 -0
  58. data/repository/ninjs/docs/Data/PreviousMenuState.nd +0 -0
  59. data/repository/ninjs/docs/Data/PreviousSettings.nd +0 -0
  60. data/repository/ninjs/docs/Data/SymbolTable.nd +0 -0
  61. data/repository/ninjs/docs/Languages.txt +113 -0
  62. data/repository/ninjs/docs/Menu.txt +63 -0
  63. data/repository/ninjs/docs/Topics.txt +81 -0
  64. data/repository/ninjs/docs/files/core/application-js.html +44 -0
  65. data/repository/ninjs/docs/files/core/existence-js.html +60 -0
  66. data/repository/ninjs/docs/files/core/extend-js.html +46 -0
  67. data/repository/ninjs/docs/files/core/module-js.html +80 -0
  68. data/repository/ninjs/docs/files/core/nin-js.html +38 -0
  69. data/repository/ninjs/docs/files/existence-js.html +54 -0
  70. data/repository/ninjs/docs/index.html +1 -0
  71. data/repository/ninjs/docs/index/Classes.html +33 -0
  72. data/repository/ninjs/docs/index/Files.html +45 -0
  73. data/repository/ninjs/docs/index/Functions.html +57 -0
  74. data/repository/ninjs/docs/index/General.html +77 -0
  75. data/repository/ninjs/docs/index/Variables.html +45 -0
  76. data/repository/ninjs/docs/javascript/main.js +841 -0
  77. data/repository/ninjs/docs/javascript/prettify.js +1526 -0
  78. data/repository/ninjs/docs/javascript/searchdata.js +152 -0
  79. data/repository/ninjs/docs/search/ClassesN.html +20 -0
  80. data/repository/ninjs/docs/search/FilesA.html +20 -0
  81. data/repository/ninjs/docs/search/FilesE.html +20 -0
  82. data/repository/ninjs/docs/search/FilesM.html +20 -0
  83. data/repository/ninjs/docs/search/FilesN.html +20 -0
  84. data/repository/ninjs/docs/search/FunctionsA.html +20 -0
  85. data/repository/ninjs/docs/search/FunctionsC.html +20 -0
  86. data/repository/ninjs/docs/search/FunctionsE.html +20 -0
  87. data/repository/ninjs/docs/search/FunctionsI.html +20 -0
  88. data/repository/ninjs/docs/search/FunctionsM.html +20 -0
  89. data/repository/ninjs/docs/search/FunctionsR.html +20 -0
  90. data/repository/ninjs/docs/search/FunctionsS.html +20 -0
  91. data/repository/ninjs/docs/search/GeneralA.html +20 -0
  92. data/repository/ninjs/docs/search/GeneralC.html +20 -0
  93. data/repository/ninjs/docs/search/GeneralD.html +20 -0
  94. data/repository/ninjs/docs/search/GeneralE.html +20 -0
  95. data/repository/ninjs/docs/search/GeneralF.html +20 -0
  96. data/repository/ninjs/docs/search/GeneralI.html +20 -0
  97. data/repository/ninjs/docs/search/GeneralM.html +20 -0
  98. data/repository/ninjs/docs/search/GeneralN.html +20 -0
  99. data/repository/ninjs/docs/search/GeneralR.html +20 -0
  100. data/repository/ninjs/docs/search/GeneralS.html +20 -0
  101. data/repository/ninjs/docs/search/GeneralT.html +20 -0
  102. data/repository/ninjs/docs/search/GeneralV.html +20 -0
  103. data/repository/ninjs/docs/search/NoResults.html +15 -0
  104. data/repository/ninjs/docs/search/VariablesD.html +20 -0
  105. data/repository/ninjs/docs/search/VariablesN.html +20 -0
  106. data/repository/ninjs/docs/search/VariablesR.html +20 -0
  107. data/repository/ninjs/docs/search/VariablesT.html +20 -0
  108. data/repository/ninjs/docs/styles/main.css +828 -0
  109. data/repository/ninjs/docs/styles/mystyles.css +828 -0
  110. data/repository/ninjs/tests/index.html +6 -6
  111. data/repository/ninjs/tests/ninjs.test.js +94 -43
  112. data/repository/ninjs/tests/ninjs.utilities.test.js +6 -18
  113. data/repository/ninjs/tests/qunit/qunit.css +197 -0
  114. data/repository/ninjs/tests/qunit/qunit.js +1415 -0
  115. data/repository/ninjs/utilities/all.js +2 -1
  116. data/repository/ninjs/utilities/array.js +3 -3
  117. data/repository/ninjs/utilities/cookie.js +0 -0
  118. data/repository/ninjs/utilities/number.js +2 -2
  119. data/repository/ninjs/utilities/string.js +3 -3
  120. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCore.css +226 -0
  121. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDefault.css +328 -0
  122. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreDjango.css +331 -0
  123. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEclipse.css +339 -0
  124. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreEmacs.css +324 -0
  125. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  126. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMDUltra.css +324 -0
  127. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreMidnight.css +324 -0
  128. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shCoreRDark.css +324 -0
  129. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDefault.css +117 -0
  130. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeDjango.css +120 -0
  131. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEclipse.css +128 -0
  132. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeEmacs.css +113 -0
  133. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  134. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMDUltra.css +113 -0
  135. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeMidnight.css +113 -0
  136. data/repository/syntaxhighlighter/assets/css/syntaxhighlighter/shThemeRDark.css +113 -0
  137. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCore.scss +216 -0
  138. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDefault.scss +2 -0
  139. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreDjango.scss +2 -0
  140. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEclipse.scss +2 -0
  141. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreEmacs.scss +2 -0
  142. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreFadeToGrey.scss +2 -0
  143. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMDUltra.scss +2 -0
  144. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreMidnight.scss +2 -0
  145. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shCoreRDark.scss +2 -0
  146. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDefault.scss +7 -0
  147. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeDjango.scss +36 -0
  148. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEclipse.scss +48 -0
  149. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeEmacs.scss +32 -0
  150. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeFadeToGrey.scss +36 -0
  151. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMDUltra.scss +32 -0
  152. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeMidnight.scss +32 -0
  153. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_shThemeRDark.scss +32 -0
  154. data/repository/syntaxhighlighter/assets/scss/syntaxhighlighter/_theme_template.scss +120 -0
  155. data/repository/syntaxhighlighter/default.js +2 -1
  156. data/repository/syntaxhighlighter/shBrushAppleScript.js +1 -1
  157. data/repository/syntaxhighlighter/shBrushPerl.js +1 -1
  158. data/repository/syntaxhighlighter/shBrushPhp.js +4 -4
  159. metadata +317 -33
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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><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><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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,15 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,20 @@
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>
@@ -0,0 +1,828 @@
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
+