Searched refs:html (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/external/doclava/res/assets/templates/
H A Ddoctype.cs1 <!DOCTYPE html
H A Dindex.cs0 <html>
3 <meta http-equiv="refresh" content="0;url=packages.html">
8 </html
/external/libogg/doc/libogg/
H A DMakefile.am5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
6 general.html index.html ogg_packet.html ogg_packet_clear.html\
7 ogg_page.html ogg_page_bos.html ogg_page_checksum_se
[all...]
/external/libvorbis/doc/vorbisfile/
H A DMakefile.am5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
6 chainingexample.html crosslap.html datastructures.html decoding.html\
7 example.html exampleindex.html fileinfo.html inde
[all...]
/external/libvorbis/doc/vorbisenc/
H A DMakefile.am5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/
H A DMakefile2 exec perl mklistpage.pl > menubody.html
3 cat menuhead.html menubody.html menufoot.html > menu.html
H A Dmklistpage.pl34 # Creates the meat of a test suite manager page, requites menuhead.html and menufoot.html
42 local $html = ""; # html output
48 print ($html);
61 $html .= "<h3>Test Suites:</h3>\n";
62 $html .= "<center>\n";
63 $html .= " <input type='button' value='Select All' " .
65 $html .= " <input type='button' value='Select None' " .
69 $html
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.idl26 module html {
H A DWebGLFramebuffer.idl26 module html {
H A DWebGLProgram.idl26 module html {
H A DWebGLRenderbuffer.idl26 module html {
H A DWebGLShader.idl26 module html {
H A DWebGLTexture.idl26 module html {
H A DWebGLUniformLocation.idl27 module html {
H A DWebGLVertexArrayObjectOES.idl26 module html {
H A DOESTextureFloat.idl26 module html {
/external/webkit/Source/WebCore/html/
H A DHTMLAudioElement.idl26 module html {
H A DHTMLDListElement.idl20 module html {
H A DHTMLDetailsElement.idl20 module html {
H A DHTMLDirectoryElement.idl20 module html {
H A DHTMLMenuElement.idl20 module html {
H A DTextMetrics.idl26 module html {
H A DVoidCallback.idl26 module html {
/external/libogg/doc/
H A DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
9 rfc3533.txt rfc5334.txt skeleton.html
/external/markdown/markdown/
H A Dpostprocessors.py33 takes the html document as a single text string and returns a
41 """ Restore raw html to the document. """
44 """ Iterate over html stash and restore "safe" html. """
46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
49 html = self.escape(html)
51 html = ''
53 html = markdown.HTML_REMOVED_TEXT
57 html
[all...]

Completed in 321 milliseconds

1234567891011>>