Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Side by Side Diff: source/libvpx/examples/includes/geshi/docs/api/todolist.html

Issue 148913004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/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; char set=iso-8859-1'/>
9 </head>
10 <body>
11 <div align="center"><h1>Todo Lis t</h1></div>
12 <h2>geshi</h2>
13 <h3><a href="geshi/core/GeSHi.html#methoddisable_highlighting">GeSHi::disable_hi ghlighting()</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_high lighting()</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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698