todolist.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <html>
  2. <head>
  3. <title>Todo List</title>
  4. <link rel="stylesheet" type="text/css" href="media/style.css">
  5. </head>
  6. <body>
  7. <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
  8. <tr>
  9. <td class="header_top">phpQuery</td>
  10. </tr>
  11. <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
  12. <tr>
  13. <td class="header_menu">
  14. [ <a href="classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
  15. [ <a href="elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
  16. [ <a href="elementindex.html" class="menu">all elements</a> ]
  17. </td>
  18. </tr>
  19. <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
  20. </table>
  21. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  22. <tr valign="top">
  23. <td width="200" class="menu">
  24. <div id="todolist">
  25. <p><a href="todolist.html">Todo List</a></p>
  26. </div>
  27. <b>Packages:</b><br />
  28. <a href="li_phpQuery.html">phpQuery</a><br />
  29. <br /><br />
  30. </td>
  31. <td>
  32. <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
  33. <div align="center"><h1>Todo List</h1></div>
  34. <h2>phpQuery</h2>
  35. <h3><a href="phpQuery/DOMDocumentWrapper.html#var$contentType">DOMDocumentWrapper::$contentType</a></h3>
  36. <ul>
  37. <li>Rewrite as method and quess if null.</li>
  38. </ul>
  39. <h3><a href="phpQuery/phpQueryObject.html#methodattrAppend">phpQueryObject::attrAppend()</a></h3>
  40. <ul>
  41. <li>use attr() function (encoding issues etc).</li>
  42. </ul>
  43. <h3><a href="phpQuery/phpQueryObject.html#methodattrPHP">phpQueryObject::attrPHP()</a></h3>
  44. <ul>
  45. <li>check CDATA ???</li>
  46. </ul>
  47. <h3><a href="phpQuery/phpQueryObject.html#methodattrPrepend">phpQueryObject::attrPrepend()</a></h3>
  48. <ul>
  49. <li>use attr() function (encoding issues etc).</li>
  50. </ul>
  51. <h3><a href="phpQuery/phpQuery.html#methodcreateDocumentWrapper">phpQuery::createDocumentWrapper()</a></h3>
  52. <ul>
  53. <li>support passing DOMDocument object from self::loadDocument</li>
  54. <li>support PHP tags in input</li>
  55. </ul>
  56. <h3><a href="phpQuery/phpQueryObject.html#methodcss">phpQueryObject::css()</a></h3>
  57. <ul>
  58. <li></li>
  59. </ul>
  60. <h3><a href="phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a></h3>
  61. <ul>
  62. <li>check XML catalogs compatibility</li>
  63. </ul>
  64. <h3><a href="phpQuery/DOMEvent.html">DOMEvent</a></h3>
  65. <ul>
  66. <li>implement ArrayAccess ?</li>
  67. </ul>
  68. <h3><a href="phpQuery/phpQueryObject.html#methodend">phpQueryObject::end()</a></h3>
  69. <ul>
  70. <li>$level</li>
  71. </ul>
  72. <h3><a href="phpQuery/phpQueryObject.html#methodgetString">phpQueryObject::getString()</a></h3>
  73. <ul>
  74. <li>implement callbacks</li>
  75. <li>maybe other name...</li>
  76. <li>return only arrays ?</li>
  77. </ul>
  78. <h3><a href="phpQuery/phpQueryObject.html#methodgetStrings">phpQueryObject::getStrings()</a></h3>
  79. <ul>
  80. <li>implement callbacks</li>
  81. <li>maybe other name...</li>
  82. <li>return only arrays ?</li>
  83. </ul>
  84. <h3><a href="phpQuery/phpQueryObject.html#methodhide">phpQueryObject::hide()</a></h3>
  85. <ul>
  86. <li></li>
  87. </ul>
  88. <h3><a href="phpQuery/phpQueryObject.html#methodisChar">phpQueryObject::isChar()</a></h3>
  89. <ul>
  90. <li>rewrite me to charcode range ! ;)</li>
  91. </ul>
  92. <h3><a href="phpQuery/phpQuery.html#methodisMarkup">phpQuery::isMarkup()</a></h3>
  93. <ul>
  94. <li>still used ?</li>
  95. </ul>
  96. <h3><a href="phpQuery/phpQueryObject.html#methodload">phpQueryObject::load()</a></h3>
  97. <ul>
  98. <li>Support $selector</li>
  99. </ul>
  100. <h3><a href="phpQuery/phpQueryObject.html#methodmap">phpQueryObject::map()</a></h3>
  101. <ul>
  102. <li>add $scope and $args as in each() ???</li>
  103. </ul>
  104. <h3><a href="phpQuery/phpQuery.html#methodmerge">phpQuery::merge()</a></h3>
  105. <ul>
  106. <li>node lists, phpQueryObject</li>
  107. </ul>
  108. <h3><a href="phpQuery/phpQueryObject.html#methodnextAll">phpQueryObject::nextAll()</a></h3>
  109. <ul>
  110. <li>FIXME: returns source elements insted of next siblings</li>
  111. </ul>
  112. <h3><a href="phpQuery/phpQueryObject.html#methodphp">phpQueryObject::php()</a></h3>
  113. <ul>
  114. <li>support returning markup with PHP tags when called without param</li>
  115. </ul>
  116. <h3><a href="phpQuery/phpQueryPlugins.html">phpQueryPlugins</a></h3>
  117. <ul>
  118. <li>move plugin methods here (as statics)</li>
  119. </ul>
  120. <h3><a href="phpQuery/phpQueryObject.html#methodprependPHP">phpQueryObject::prependPHP()</a></h3>
  121. <ul>
  122. <li>accept many arguments, which are joined, arrays maybe also</li>
  123. </ul>
  124. <h3><a href="phpQuery/phpQueryObject.html#methodprevAll">phpQueryObject::prevAll()</a></h3>
  125. <ul>
  126. <li></li>
  127. </ul>
  128. <h3><a href="phpQuery/phpQueryObject.html#methodpseudoClasses">phpQueryObject::pseudoClasses()</a></h3>
  129. <ul>
  130. <li>create API for classes with pseudoselectors</li>
  131. </ul>
  132. <h3><a href="phpQuery/phpQueryObject.html#methodreplaceAll">phpQueryObject::replaceAll()</a></h3>
  133. <ul>
  134. <li>this works ?</li>
  135. </ul>
  136. <h3><a href="phpQuery/phpQueryObject.html#methodshow">phpQueryObject::show()</a></h3>
  137. <ul>
  138. <li></li>
  139. </ul>
  140. <h3><a href="phpQuery/CallbackReference.html#method__construct">CallbackReference::__construct()</a></h3>
  141. <ul>
  142. <li>implement $paramIndex; param index choose which callback param will be passed to reference</li>
  143. </ul>
  144. <div class="credit">
  145. <hr />
  146. Documentation generated on Tue, 18 Nov 2008 19:39:30 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
  147. </div>
  148. </td></tr></table>
  149. </td>
  150. </tr>
  151. </table>
  152. </body>
  153. </html>