HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 151 - 175 of 420) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/html/template/
js_test.go 187 // Allow embedding in HTML without further escaping.
193 // http://dev.w3.org/html5/markup/aria/syntax.html#escaping-text-span
202 // injection followed by an HTML text injection.
242 // Allow embedding in HTML without further escaping.
template.go 18 // HTML document fragment.
26 // The underlying template's parse tree, updated to be HTML-safe.
87 return fmt.Errorf("html/template: cannot Parse after Execute")
146 return nil, fmt.Errorf("html/template: %q is undefined", name)
152 return nil, fmt.Errorf("html/template: %q is an incomplete template", name)
155 panic("html/template internal error: template escaping out of sync")
245 return nil, fmt.Errorf("html/template: cannot Clone %q after it has executed", t.Name())
264 return nil, fmt.Errorf("html/template: cannot Clone %q after it has executed", t.Name())
278 // New allocates a new HTML template with the given name.
292 // New allocates a new HTML template associated with the given on
    [all...]
  /external/bison/djgpp/
config.bat 45 set HTML=enabled
46 if not "%HTML%" == "enabled" goto SmallEnv
123 if "%1" == "withouthtml" set HTML=disabled
124 if "%1" == "withoutHTML" set HTML=disabled
125 if "%1" == "WITHOUTHTML" set HTML=disabled
126 if not "%HTML%" == "disabled" goto SmallEnv
153 if "%HTML%" == "enabled" echo --enable-html >> args
154 if "%HTML%" == "disabled" echo --disable-html >> args
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 45 f.Config.HTML.WriteFunc("start", f)
62 // TODO: capture logging during this pass, add it to the HTML
73 if f.Log() || f.Config.HTML != nil {
88 f.Config.HTML.WriteFunc(fmt.Sprintf("after %s <span class=\"stats\">%s</span>", phaseName, stats), f)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 45 f.Config.HTML.WriteFunc("start", f)
62 // TODO: capture logging during this pass, add it to the HTML
73 if f.Log() || f.Config.HTML != nil {
88 f.Config.HTML.WriteFunc(fmt.Sprintf("after %s <span class=\"stats\">%s</span>", phaseName, stats), f)
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 45 * The given output types supported are "xml", "text", and "html".
72 * This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
150 * This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
194 /** property file for default HTML properties */
196 /** property file for default UNKNOWN (Either XML or HTML, to be determined later) properties */
206 /** The default properties when method="html". */
245 * <p>Anything other than 'text', 'xml', and 'html', will
257 // http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-toolbox.html
273 else if (method.equals(Method.HTML))
CharInfo.java 59 * The name of the HTML entities file.
87 /** This flag is an optimization for HTML entities. It false if entities
322 * special chars for XML (but not HTML!).
335 if (Method.HTML.equals(method)) {
337 // "The html output method should not escape < characters occurring in attribute values."
338 // So we don't escape '<' in an attribute for HTML
351 * parsing and printing, primarily for HTML documents. '&amp;lt;' is an
485 * @param method the output method type, which should be one of "xml", "html", "text"...
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 29 package org.owasp.html;
40 * A flexible lexer for HTML.
41 * This is hairy code, but it is outside the TCB for the HTML sanitizer.
57 * Normalize case of names that are not name-spaced. This lower-cases HTML
244 /** Can the attribute appear in HTML without a value. */
264 /** The source of HTML character data. */
280 * contain unescaped HTML input.
336 * html/xml/phpish structures.
352 // From HTML 5 section 8.1.2.6
482 // http://www.w3.org/html/wg/html5/#cdata-rcdata-restriction
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 55 htmlSig("<!DOCTYPE HTML"),
56 htmlSig("<HTML"),
199 return "text/html; charset=utf-8"
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 55 htmlSig("<!DOCTYPE HTML"),
56 htmlSig("<HTML"),
199 return "text/html; charset=utf-8"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 113 return issue.getExplanation(TextFormat.HTML);
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 35 "html": HTMLEscaper,
484 // HTML escaping.
488 htmlApos = []byte("&#39;") // shorter than "&apos;" and apos was not in HTML until HTML5
494 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
498 var html []byte
501 html = htmlQuot
503 html = htmlApos
505 html = htmlAmp
507 html = htmlLt
509 html = htmlG
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 35 "html": HTMLEscaper,
484 // HTML escaping.
488 htmlApos = []byte("&#39;") // shorter than "&apos;" and apos was not in HTML until HTML5
494 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
498 var html []byte
501 html = htmlQuot
503 html = htmlApos
505 html = htmlAmp
507 html = htmlLt
509 html = htmlG
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 233 // SetEscapeHTML specifies whether problematic HTML characters
236 // to avoid certain safety problems that can arise when embedding JSON in HTML.
238 // In non-HTML settings where the escaping interferes with the readability
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 233 // SetEscapeHTML specifies whether problematic HTML characters
236 // to avoid certain safety problems that can arise when embedding JSON in HTML.
238 // In non-HTML settings where the escaping interferes with the readability
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 38 import com.google.gwt.user.client.ui.HTML;
329 private void setJobCompletionHtml(String html) {
331 jobCompletionPanel.add(new HTML(html));
TableView.java 33 import com.google.gwt.user.client.ui.HTML;
548 panel.add(new HTML(statusSummary.formatContents()));
  /external/doclava/res/assets/templates/
macros.cs 195 # pre is an HTML string to start the list.
196 # between is an HTML string to include between each successive element.
197 # post is an HTML string to end the list.
266 ?><a href="<?cs var:toroot ?>topic/libraries/support-library/revisions.html">version<?cs
268 ?><a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level<?cs
337 ?>:<?cs # Do not print if param comment is an HTML comment ?><?cs
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 77 class HTML:
98 if "--format=html" in argv:
99 argv.remove ("--format=html")
100 format = ColorFormatter.HTML
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 302 // False when not inside an HTML attribute value
307 // Or when the HTML attribute is not of URI type.
353 case HTML:
373 * Resets the state of the parser to the initial state of parsing HTML.
377 resetMode(Mode.HTML);
386 * parsing of HTML attribute names and values where content we do not
391 * <li>We are at the start of the value of a URL-accepting HTML attribute. In
394 * to perform on the HTML attribute value. We avoid injecting fake data and
399 * change internal state to be now inside a non-quoted HTML attribute
497 * Starts recording the name of the HTML tag. Called when the parse
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
template.go 18 // HTML document fragment.
26 // The underlying template's parse tree, updated to be HTML-safe.
87 return fmt.Errorf("html/template: cannot Parse after Execute")
146 return nil, fmt.Errorf("html/template: %q is undefined", name)
152 return nil, fmt.Errorf("html/template: %q is an incomplete template", name)
155 panic("html/template internal error: template escaping out of sync")
245 return nil, fmt.Errorf("html/template: cannot Clone %q after it has executed", t.Name())
264 return nil, fmt.Errorf("html/template: cannot Clone %q after it has executed", t.Name())
278 // New allocates a new HTML template with the given name.
292 // New allocates a new HTML template associated with the given on
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 34 def __init__(self, ReportName = 'Report.html', FvObj = None, DispatchName=None):
376 # Generate end tags of HTML report
383 </html>"""
388 # Generate start tags of HTML report
393 Header = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
395 <html>
398 <meta http-equiv="Content-Type" content="text/html">
472 report = Report('Report.html', fv)
  /external/clang/tools/scan-build/bin/
scan-build 51 OutputDir => undef, # Parent directory to store HTML files.
65 OutputFormat => "html",
106 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
146 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
545 if ($file =~ /report-.*\.html$/) {
602 # Generate an index.html file.
603 my $FName = "$Dir/index.html";
609 <html>
890 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
893 print OUT "</body></html>\n"
    [all...]
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 4 // Reference: http://tools.ietf.org/html/rfc6455
115 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
130 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
149 * Implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration">DOM 2 EventTarget Interface</a>}
264 "[WebSocket] You must host HTML and WebSocketMain.swf in the same host " +
266 "See also 'How to host HTML file and SWF file in different domains' section " +
291 // http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-7ffd.html

Completed in 588 milliseconds

1 2 3 4 5 67 8 91011>>