todolist.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!-- template designed by Marco Von Ballmoos -->
  6. <title>Todo List</title>
  7. <link rel="stylesheet" href="media/stylesheet.css" />
  8. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9. </head>
  10. <body>
  11. <div align="center"><h1>Todo List</h1></div>
  12. <h2>geshi</h2>
  13. <h3><a href="geshi/core/GeSHi.html#methoddisable_highlighting">GeSHi::disable_highlighting()</a></h3>
  14. <ul>
  15. <li>Rewrite with array traversal</li>
  16. </ul>
  17. <h3><a href="geshi/core/GeSHi.html#methodenable_highlighting">GeSHi::enable_highlighting()</a></h3>
  18. <ul>
  19. <li>Rewrite with array traversal</li>
  20. </ul>
  21. <h3><a href="geshi/core/GeSHi.html#methodenable_important_blocks">GeSHi::enable_important_blocks()</a></h3>
  22. <ul>
  23. <li>REMOVE THIS SHIZ FROM GESHI!</li>
  24. </ul>
  25. <h3><a href="geshi/core/GeSHi.html#methodget_language_name_from_extension">GeSHi::get_language_name_from_extension()</a></h3>
  26. <ul>
  27. <li>Re-think about how this method works (maybe make it private and/or make it a extension-&gt;lang lookup?)</li>
  28. <li>static?</li>
  29. </ul>
  30. <h3><a href="geshi/core/GeSHi.html#methodhighlight_lines_extra">GeSHi::highlight_lines_extra()</a></h3>
  31. <ul>
  32. <li>Some data replication here that could be cut down on</li>
  33. </ul>
  34. <h3><a href="geshi/core/GeSHi.html#methodload_from_file">GeSHi::load_from_file()</a></h3>
  35. <ul>
  36. <li>Complete rethink of this and above method</li>
  37. </ul>
  38. <p class="notes" id="credit">
  39. Documentation generated on Thu, 25 Dec 2008 14:34:53 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a>
  40. </p>
  41. </body>
  42. </html>