HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 226 - 250 of 390) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/io/html/
ExecutableMemberComparator.java 17 package signature.io.html;
  /development/build/tools/
patch_windows_sdk.sh 89 cp $V ${TOPDIR}external/sonivox/docs/JET_Authoring_Guidelines.html $JETDOC/
91 cp $V ${TOPDIR}external/sonivox/docs/JET_Creator_User_Manual.html $JETDOC/
make_windows_sdk.sh 218 cp -v external/sonivox/docs/JET_Authoring_Guidelines.html "$JETDOC"/
220 cp -v external/sonivox/docs/JET_Creator_User_Manual.html "$JETDOC"/
  /external/chromium/net/tools/testserver/
testserver.py 146 self._default_mime_type = 'text/html'
182 self.send_header('Content-type', 'text/html')
202 self.send_header('Content-type', 'text/html')
205 self.wfile.write('<html><head><title>%s</title></head></html>' %
219 self.send_header('Content-type', 'text/html')
222 self.wfile.write('<html><head><title>%s</title></head></html>' %
236 self.send_header('Content-type', 'text/html')
239 self.wfile.write('<html><head><title>%s</title></head></html>'
    [all...]
  /external/chromium/third_party/libevent/
evhttp.h 140 * Send an HTML error message to the client.
150 * Send an HTML reply to the client.
355 * Escape HTML character entities in a string.
362 * @param html an unescaped HTML string
363 * @return an escaped HTML string
365 char *evhttp_htmlescape(const char *html);
  /external/elfutils/config/
Makefile 267 html: html-am
302 distclean-generic distdir dvi dvi-am html html-am info info-am \
  /external/elfutils/m4/
Makefile 269 html: html-am
304 distclean-generic distdir dvi dvi-am html html-am info info-am \
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 54 # (available at <URL:http://www.apache.org/docs/mod/core.html#lockfile>);
173 # Please read the file http://httpd.apache.org/docs/dso.html for more
359 # If your server contains mostly text or HTML documents, "text/plain" is
555 # To use server-parsed HTML files
557 AddType text/html .shtml
609 #ErrorDocument 404 /missing.html
610 # to redirect to local URL /missing.html
615 #ErrorDocument 402 http://some.other-server.com/subscription_info.html
664 DirectoryIndex index.html index.php
apache2-httpd.conf 54 # (available at <URL:http://www.apache.org/docs/mod/core.html#lockfile>);
173 # Please read the file http://httpd.apache.org/docs/dso.html for more
384 # If your server contains mostly text or HTML documents, "text/plain" is
580 # To use server-parsed HTML files
582 AddType text/html .shtml
634 #ErrorDocument 404 /missing.html
635 # to redirect to local URL /missing.html
640 #ErrorDocument 402 http://some.other-server.com/subscription_info.html
689 DirectoryIndex index.html index.php
cygwin-httpd.conf 60 # (available at <URL:http://www.apache.org/docs/mod/core.html#lockfile>);
189 # Please read the file http://httpd.apache.org/docs/dso.html for more
418 # If your server contains mostly text or HTML documents, "text/plain" is
614 # To use server-parsed HTML files
616 AddType text/html .shtml
668 #ErrorDocument 404 /missing.html
669 # to redirect to local URL /missing.html
674 #ErrorDocument 402 http://some.other-server.com/subscription_info.html
723 DirectoryIndex index.html index.php
fedora-httpd.conf 6 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
52 # (available at <URL:http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile>);
288 #DocumentRoot "/var/www/html"
315 # http://httpd.apache.org/docs/2.2/mod/core.html#options
357 # The index.html.var file (a type-map) is used to deliver content-
361 #DirectoryIndex index.html index.html.var
405 # If your server contains mostly text or HTML documents, "text/plain" is
429 # http://httpd.apache.org/docs/2.2/mod/core.html#enablemmap
438 # http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfil
    [all...]
  /external/webkit/WebKitTools/Scripts/
update-webkit-support-libs 122 http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
  /external/webkit/WebCore/html/
HTMLElement.cpp 275 PassRefPtr<DocumentFragment> HTMLElement::createContextualFragment(const String &html, FragmentScriptingPermission scriptingPermission)
288 parseHTMLDocumentFragment(html, fragment.get(), scriptingPermission);
290 if (!parseXMLDocumentFragment(html, fragment.get(), this, scriptingPermission))
298 // we need to pop <html> and <body> elements and remove <head> to
299 // accommodate folks passing complete HTML documents to make the
378 void HTMLElement::setInnerHTML(const String& html, ExceptionCode& ec)
381 // Script and CSS source shouldn't be parsed as HTML.
383 appendChild(document()->createTextNode(html), ec);
387 RefPtr<DocumentFragment> fragment = createContextualFragment(html);
396 void HTMLElement::setOuterHTML(const String& html, ExceptionCode& ec
    [all...]
HTMLInputElement.idl 21 module html {
  /external/e2fsprogs/debian/
rules 244 rm -f doc/libext2fs/*.html lib/et/com_err/*.html debian/*.substvars
367 # HTML docs
368 $(INSTALL) -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
369 $(INSTALL) -p -m 0644 ${stdbuilddir}/doc/libext2fs/*.html \
370 ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
371 $(INSTALL) -d ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
372 $(INSTALL) -p -m 0644 ${stdbuilddir}/lib/et/com_err/*.html \
373 ${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-body-attribute.js 18 evalAndLog("iframe.src = 'resources/body-event-handler.html'");
basic-setattribute.js 18 evalAndLog("iframe.src = 'resources/setattribute-event-handler.html'");
  /external/webkit/WebCore/dom/
Range.idl 97 DocumentFragment createContextualFragment(in DOMString html)
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 29 // A simple way to check for HTML strings or ID strings
47 // Handle HTML strings
49 // Are we dealing with HTML string or an ID?
55 // HANDLE: $(html) -> $(array)
219 wrapAll: function( html ) {
222 var wrap = jQuery( html, this[0].ownerDocument ).clone();
240 wrapInner: function( html ) {
242 jQuery( this ).contents().wrapAll( html );
246 wrap: function( html ) {
248 jQuery( this ).wrapAll( html );
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 41 At the end, the script generates a html that compares old and new baselines.
148 """Setup the directory to store html results.
150 All html related files are stored in the "rebaseline_html" subdirectory.
157 the directory that stores the html related rebaselining results.
166 logging.info('Html directory: "%s"', html_directory)
170 logging.info('Deleted file at html directory: "%s"', html_directory)
182 html_directory: directory that stores the html related files.
660 """Create baseline files (old, new and diff) in html directory.
671 # Copy the new baseline to html directory for result comparison.
677 logging.info(' Html: copied new baseline file from "%s" to "%s".'
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 50 $("html").css({'overflow':'auto'});
182 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
183 fullPageName = fullPageName + "index.html";
185 var htmlPos = fullPageName.lastIndexOf(".html", fullPageName.length);
189 // if there's no match, then let's backstep through the directory until we find an index.html page that matches our ancestor directories (only for dev guide and resources)
193 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 1)+"index.html']");
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 40 $("html").css({'overflow':'auto'});
152 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
153 fullPageName = fullPageName + "index.html";
155 var htmlPos = fullPageName.lastIndexOf(".html", fullPageName.length);
159 // if there's no match, then let's backstep through the directory until we find an index.html page that matches our ancestor directories (only for dev guide)
163 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 1)+"index.html']");
  /external/webkit/
Android.mk 114 $(LOCAL_PATH)/WebCore/html \
115 $(LOCAL_PATH)/WebCore/html/canvas \
173 $(base_intermediates)/WebCore/html \
  /external/webkit/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 100 //Firefox text/html
103 static UINT cf = RegisterClipboardFormat(L"text/html");
175 const char* startMarkup = "<HTML>\n<BODY>\n<!--StartFragment-->\n";
176 const char* endMarkup = "\n<!--EndFragment-->\n</BODY>\n</HTML>";
270 //MSIE HTML Format
273 static UINT cf = RegisterClipboardFormat(L"HTML Format");
411 unsigned markupStart = cf_html.find("<html", 0, false);
428 String html; local
431 //MS HTML Format parsing
441 //raw html
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 28 import signature.io.html.HtmlDeltaExternalizer;

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 91011>>