errors.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  5. <meta charset="utf-8"/>
  6. <title> &raquo; Compilation errors
  7. </title>
  8. <meta name="author" content=""/>
  9. <meta name="description" content=""/>
  10. <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
  11. <link href="../css/font-awesome.min.css" rel="stylesheet">
  12. <link href="../css/prism.css" rel="stylesheet" media="all"/>
  13. <link href="../css/template.css" rel="stylesheet" media="all"/>
  14. <!--[if lt IE 9]>
  15. <script src="../js/html5.js"></script>
  16. <![endif]-->
  17. <script src="../js/jquery-1.11.0.min.js"></script>
  18. <script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
  19. <script src="../js/bootstrap.min.js"></script>
  20. <script src="../js/jquery.smooth-scroll.js"></script>
  21. <script src="../js/prism.min.js"></script>
  22. <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
  23. <link rel="shortcut icon" href="../images/favicon.ico"/>
  24. <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
  25. <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
  26. <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
  27. </head>
  28. <body>
  29. <div class="navbar navbar-fixed-top">
  30. <div class="navbar-inner">
  31. <div class="container">
  32. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  33. <i class="icon-ellipsis-vertical"></i>
  34. </a>
  35. <a class="brand" href="../index.html">Pico 1.0 API Documentation</a>
  36. <div class="nav-collapse">
  37. <ul class="nav pull-right">
  38. <li class="dropdown" id="charts-menu">
  39. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  40. Charts <b class="caret"></b>
  41. </a>
  42. <ul class="dropdown-menu">
  43. <li>
  44. <a href="../graphs/class.html">
  45. <i class="icon-list-alt"></i>&#160;Class hierarchy diagram
  46. </a>
  47. </li>
  48. </ul>
  49. </li>
  50. <li class="dropdown" id="reports-menu">
  51. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  52. Reports <b class="caret"></b>
  53. </a>
  54. <ul class="dropdown-menu">
  55. <li>
  56. <a href="../reports/errors.html">
  57. <i class="icon-list-alt"></i>&#160;Errors <span class="label label-info pull-right">19</span>
  58. </a>
  59. </li>
  60. <li>
  61. <a href="../reports/markers.html">
  62. <i class="icon-list-alt"></i>&#160;Markers <span class="label label-info pull-right">1</span>
  63. </a>
  64. </li>
  65. <li>
  66. <a href="../reports/deprecated.html">
  67. <i class="icon-list-alt"></i>&#160;Deprecated <span class="label label-info pull-right">0</span>
  68. </a>
  69. </li>
  70. </ul>
  71. </li>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. <!--<div class="go_to_top">-->
  77. <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>-->
  78. <!--</div>-->
  79. </div>
  80. <div id="___" class="container-fluid">
  81. <section class="row-fluid">
  82. <div class="span2 sidebar">
  83. <ul class="side-nav nav nav-list">
  84. <li class="nav-header">Navigation</li>
  85. <li><a href="#lib/AbstractPicoPlugin.php"><i class="icon-file"></i> lib/AbstractPicoPlugin.php</a></li>
  86. <li><a href="#lib/PicoPluginInterface.php"><i class="icon-file"></i> lib/PicoPluginInterface.php</a></li>
  87. <li><a href="#plugins/DummyPlugin.php"><i class="icon-file"></i> plugins/DummyPlugin.php</a></li>
  88. <li><a href="#lib/Pico.php"><i class="icon-file"></i> lib/Pico.php</a></li>
  89. <li><a href="#index.php"><i class="icon-file"></i> index.php</a></li>
  90. </ul>
  91. </div>
  92. <div class="span10 offset2">
  93. <ul class="breadcrumb">
  94. <li><a href="../"><i class="icon-remove-sign"></i></a><span class="divider">\</span></li>
  95. <li>Compilation Errors</li>
  96. </ul>
  97. <div class="package-contents">
  98. <a name="lib/AbstractPicoPlugin.php" id="lib/AbstractPicoPlugin.php"></a>
  99. <h3>
  100. <i class="icon-file"></i>
  101. lib/AbstractPicoPlugin.php
  102. <small style="float: right;padding-right: 10px;">15</small>
  103. </h3>
  104. <div>
  105. <table class="table markers table-bordered">
  106. <thead>
  107. <tr>
  108. <th>Type</th>
  109. <th>Line</th>
  110. <th>Description</th>
  111. </tr>
  112. </thead>
  113. <tbody>
  114. <tr>
  115. <td>error</td>
  116. <td>0</td>
  117. <td>PPC:ERR-50000</td>
  118. </tr>
  119. <tr>
  120. <td>error</td>
  121. <td>61</td>
  122. <td>PPC:ERR-50015</td>
  123. </tr>
  124. <tr>
  125. <td>error</td>
  126. <td>61</td>
  127. <td>PPC:ERR-50008</td>
  128. </tr>
  129. <tr>
  130. <td>error</td>
  131. <td>69</td>
  132. <td>PPC:ERR-50015</td>
  133. </tr>
  134. <tr>
  135. <td>error</td>
  136. <td>69</td>
  137. <td>PPC:ERR-50015</td>
  138. </tr>
  139. <tr>
  140. <td>error</td>
  141. <td>69</td>
  142. <td>PPC:ERR-50008</td>
  143. </tr>
  144. <tr>
  145. <td>error</td>
  146. <td>94</td>
  147. <td>PPC:ERR-50015</td>
  148. </tr>
  149. <tr>
  150. <td>error</td>
  151. <td>94</td>
  152. <td>PPC:ERR-50015</td>
  153. </tr>
  154. <tr>
  155. <td>error</td>
  156. <td>94</td>
  157. <td>PPC:ERR-50015</td>
  158. </tr>
  159. <tr>
  160. <td>error</td>
  161. <td>94</td>
  162. <td>PPC:ERR-50008</td>
  163. </tr>
  164. <tr>
  165. <td>error</td>
  166. <td>109</td>
  167. <td>PPC:ERR-50008</td>
  168. </tr>
  169. <tr>
  170. <td>error</td>
  171. <td>117</td>
  172. <td>PPC:ERR-50008</td>
  173. </tr>
  174. <tr>
  175. <td>error</td>
  176. <td>125</td>
  177. <td>PPC:ERR-50008</td>
  178. </tr>
  179. <tr>
  180. <td>error</td>
  181. <td>194</td>
  182. <td>PPC:ERR-50008</td>
  183. </tr>
  184. <tr>
  185. <td>error</td>
  186. <td>238</td>
  187. <td>PPC:ERR-50008</td>
  188. </tr>
  189. </tbody>
  190. </table>
  191. </div>
  192. </div>
  193. <div class="package-contents">
  194. <a name="lib/PicoPluginInterface.php" id="lib/PicoPluginInterface.php"></a>
  195. <h3>
  196. <i class="icon-file"></i>
  197. lib/PicoPluginInterface.php
  198. <small style="float: right;padding-right: 10px;">1</small>
  199. </h3>
  200. <div>
  201. <table class="table markers table-bordered">
  202. <thead>
  203. <tr>
  204. <th>Type</th>
  205. <th>Line</th>
  206. <th>Description</th>
  207. </tr>
  208. </thead>
  209. <tbody>
  210. <tr>
  211. <td>error</td>
  212. <td>0</td>
  213. <td>PPC:ERR-50000</td>
  214. </tr>
  215. </tbody>
  216. </table>
  217. </div>
  218. </div>
  219. <div class="package-contents">
  220. <a name="plugins/DummyPlugin.php" id="plugins/DummyPlugin.php"></a>
  221. <h3>
  222. <i class="icon-file"></i>
  223. plugins/DummyPlugin.php
  224. <small style="float: right;padding-right: 10px;">1</small>
  225. </h3>
  226. <div>
  227. <table class="table markers table-bordered">
  228. <thead>
  229. <tr>
  230. <th>Type</th>
  231. <th>Line</th>
  232. <th>Description</th>
  233. </tr>
  234. </thead>
  235. <tbody>
  236. <tr>
  237. <td>error</td>
  238. <td>0</td>
  239. <td>PPC:ERR-50000</td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. </div>
  244. </div>
  245. <div class="package-contents">
  246. <a name="lib/Pico.php" id="lib/Pico.php"></a>
  247. <h3>
  248. <i class="icon-file"></i>
  249. lib/Pico.php
  250. <small style="float: right;padding-right: 10px;">1</small>
  251. </h3>
  252. <div>
  253. <table class="table markers table-bordered">
  254. <thead>
  255. <tr>
  256. <th>Type</th>
  257. <th>Line</th>
  258. <th>Description</th>
  259. </tr>
  260. </thead>
  261. <tbody>
  262. <tr>
  263. <td>error</td>
  264. <td>0</td>
  265. <td>PPC:ERR-50000</td>
  266. </tr>
  267. </tbody>
  268. </table>
  269. </div>
  270. </div>
  271. <div class="package-contents">
  272. <a name="index.php" id="index.php"></a>
  273. <h3>
  274. <i class="icon-file"></i>
  275. index.php
  276. <small style="float: right;padding-right: 10px;">1</small>
  277. </h3>
  278. <div>
  279. <table class="table markers table-bordered">
  280. <thead>
  281. <tr>
  282. <th>Type</th>
  283. <th>Line</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td>error</td>
  290. <td>0</td>
  291. <td>PPC:ERR-50000</td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. </div>
  296. </div>
  297. </div>
  298. </section>
  299. <footer class="row-fluid">
  300. <section class="span10 offset2">
  301. <section class="row-fluid">
  302. <section class="span10 offset1">
  303. <section class="row-fluid footer-sections">
  304. <section class="span4">
  305. <h1><i class="icon-code"></i></h1>
  306. <div>
  307. <ul>
  308. </ul>
  309. </div>
  310. </section>
  311. <section class="span4">
  312. <h1><i class="icon-bar-chart"></i></h1>
  313. <div>
  314. <ul>
  315. <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
  316. </ul>
  317. </div>
  318. </section>
  319. <section class="span4">
  320. <h1><i class="icon-pushpin"></i></h1>
  321. <div>
  322. <ul>
  323. <li><a href="../reports/errors.html">Errors</a></li>
  324. <li><a href="../reports/markers.html">Markers</a></li>
  325. </ul>
  326. </div>
  327. </section>
  328. </section>
  329. </section>
  330. </section>
  331. <section class="row-fluid">
  332. <section class="span10 offset1">
  333. <hr />
  334. Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
  335. on November 3rd, 2015 at 16:05.
  336. </section>
  337. </section>
  338. </section>
  339. </footer>
  340. </div>
  341. </body>
  342. </html>