HomeSort by relevance Sort by last modified time
    Searched refs:JS (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 36 * <li>{@code JS} for javascript templates.
53 JS,
62 * {@code JS} is for attributes taking javascript such as "onclick".
72 JS,
110 * is (re)set with {@link Mode#JS}.
HtmlParserFactory.java 49 * {@link HtmlParser.ATTR_TYPE#JS} - and only when the attribute is also
72 * valid in the {@link HtmlParser.Mode#JS} mode.
211 case JS:
285 parserInJsQ.resetMode(HtmlParser.Mode.JS);
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS);
105 CONTENT_TYPE_LIST.put("application/json", HtmlParser.Mode.JS);
106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS);
193 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, null);
197 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, jsModeOption);
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true,
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1184.js 39 // ...JS accessor traverses v8 runtime/JS boundary and
40 // when coming back from JS to v8 runtime, retraverses
regress-1172.js 29 // function's prototype even in the presence of JS accessors.
32 // to use JS accessors to set 'constructor' property.
regress-1172-bis.js 28 // Verifies that exception thrown from JS accessors when attempting a call
regress-475705.js 11 // JS has used most of the stack.
  /external/v8/src/
vm-state-inl.h 22 case JS:
23 return "JS";
  /external/v8/test/mjsunit/wasm/
ffi-error.js 7 load("test/mjsunit/wasm/wasm-constants.js");
66 // "fun" should be a JS function.
74 // "fun" should be a JS function.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /prebuilts/go/darwin-x86/src/html/template/
content.go 33 // JS encapsulates a known safe EcmaScript5 Expression, for example,
40 JS string
124 case JS:
js.go 27 // http://www.mozilla.org/js/language/js20-2000-07/rationale/syntax.html
102 // regexpPrecederKeywords is a set of reserved JS keywords that can precede a
103 // regular expression in JS source.
133 // jsValEscaper escapes its inputs to a JS Expression (section 11.14) that has
140 case JS:
191 // so it falls within the subset of JSON which is valid JS.
346 // isJSIdentPart reports whether the given rune is a JS identifier part.
escape_test.go 239 // URL escaped, then quoted for JS.
451 "JS line comment",
458 "JS multiline block comment",
468 "JS single-line block comment",
480 "JS block comment flush with mathematical division",
485 "JS mixed comments",
497 "JS attr block comment",
504 "JS attr line comment",
555 `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`,
556 `10$&lt;script src,evil.org/pwnd.js...`
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
content.go 33 // JS encapsulates a known safe EcmaScript5 Expression, for example,
40 JS string
124 case JS:
js.go 27 // http://www.mozilla.org/js/language/js20-2000-07/rationale/syntax.html
102 // regexpPrecederKeywords is a set of reserved JS keywords that can precede a
103 // regular expression in JS source.
133 // jsValEscaper escapes its inputs to a JS Expression (section 11.14) that has
140 case JS:
191 // so it falls within the subset of JSON which is valid JS.
346 // isJSIdentPart reports whether the given rune is a JS identifier part.
escape_test.go 239 // URL escaped, then quoted for JS.
451 "JS line comment",
458 "JS multiline block comment",
468 "JS single-line block comment",
480 "JS block comment flush with mathematical division",
485 "JS mixed comments",
497 "JS attr block comment",
504 "JS attr line comment",
555 `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`,
556 `10$&lt;script src,evil.org/pwnd.js...`
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 121 private static final String JS = "Java said:"; //$NON-NLS-1$
566 "'" + elem + "'" + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
582 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
592 throw new BuildException(Messages.getString("UpdateBugStateTask.failedConnection") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
602 throw new BuildException(Messages.getString("UpdateBugStateTask.badHTTPMethod") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
625 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
642 throw new BuildException(Messages.getString("UpdateBugStateTask.streamWriteError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
662 throw new BuildException(Messages.getString("UpdateBugStateTask.streamReadError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
  /external/v8/test/webkit/fast/js/kde/
completion.js 24 description("KDE JS Test");
conditional.js 24 description("KDE JS Test");
crash-2.js 24 description("KDE JS Test");
literals.js 24 description("KDE JS Test");
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES };
56 * \brief JS hash funciton
59 struct StringHash<JS>
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 58 * variable in the resource data JS file.
72 * Massage the ANDROID_RESOURCES resource list in the resource data JS file.
  /external/v8/test/intl/break-iterator/
property-override.js 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
40 // Update both break-iterator.js and break-iterator.cc so they have the same
  /external/v8/test/intl/collator/
property-override.js 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
40 // Update both collator.js and collator.cc so they have the same list of

Completed in 545 milliseconds

1 2 3 4 5 6