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

1 2 3

  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 7 Before building the JavaScript target you will need to download a few third
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
27 1) In a shell cd to runtime/JavaScript/build.
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
29 runtime/JavaScript/lib folder.
36 different build method, update runtime/JavaScript/build/antlr3.properties to
38 2) In a shell cd to runtime/JavaScript/build
    [all...]
  /external/flatbuffers/samples/
javascript_sample.sh 42 echo Running the JavaScript sample.
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 33 JavaScript,
  /external/pdfium/fpdfsdk/
fsdk_actionhandler.cpp 17 #include "fpdfsdk/javascript/ijs_event_context.h"
18 #include "fpdfsdk/javascript/ijs_runtime.h"
32 if (JsAction.GetType() == CPDF_Action::JavaScript) {
51 JsAction.GetType() == CPDF_Action::JavaScript) {
124 if (action.GetType() == CPDF_Action::JavaScript) {
155 if (action.GetType() == CPDF_Action::JavaScript) {
196 if (action.GetType() == CPDF_Action::JavaScript) {
243 if (action.GetType() == CPDF_Action::JavaScript) {
279 if (action.GetType() == CPDF_Action::JavaScript) {
318 if (action.GetType() == CPDF_Action::JavaScript) {
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 29 actions can appear within JavaScript, CSS, and URI contexts.
60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
119 Non-string values can be used in JavaScript contexts.
133 embedding in JavaScript contexts.
187 "A developer (or code reviewer) familiar with HTML, CSS, and JavaScript, who
context.go 107 // stateJSDqStr occurs inside a JavaScript double quoted string.
109 // stateJSSqStr occurs inside a JavaScript single quoted string.
111 // stateJSRegexp occurs inside a JavaScript regexp literal.
113 // stateJSBlockCmt occurs inside a JavaScript /* block comment */.
115 // stateJSLineCmt occurs inside a JavaScript // line comment.
js.go 23 // This fails on some valid but nonsensical JavaScript programs like
26 // JavaScript 2.0 lexical grammar and requires one token of lookbehind:
218 // JavaScript source, in JavaScript embedded in an HTML5 <script> element,
366 // isJSType returns true if the given MIME type should be considered JavaScript.
368 // It is used to determine whether a script tag with a type attribute is a javascript container.
384 "application/javascript",
387 "application/x-javascript",
389 "text/javascript",
399 "text/x-javascript"
    [all...]
content.go 60 // converted to sanitized JSON when presented in a JavaScript context.
64 // between quotes in a JavaScript expression.
77 // A URL like `javascript:checkThatFormNotEditedBeforeLeavingPage()`
79 // `javascript:` URLs are filtered out since they are a frequently
  /prebuilts/go/linux-x86/src/html/template/
doc.go 29 actions can appear within JavaScript, CSS, and URI contexts.
60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
119 Non-string values can be used in JavaScript contexts.
133 embedding in JavaScript contexts.
187 "A developer (or code reviewer) familiar with HTML, CSS, and JavaScript, who
context.go 107 // stateJSDqStr occurs inside a JavaScript double quoted string.
109 // stateJSSqStr occurs inside a JavaScript single quoted string.
111 // stateJSRegexp occurs inside a JavaScript regexp literal.
113 // stateJSBlockCmt occurs inside a JavaScript /* block comment */.
115 // stateJSLineCmt occurs inside a JavaScript // line comment.
js.go 23 // This fails on some valid but nonsensical JavaScript programs like
26 // JavaScript 2.0 lexical grammar and requires one token of lookbehind:
218 // JavaScript source, in JavaScript embedded in an HTML5 <script> element,
366 // isJSType returns true if the given MIME type should be considered JavaScript.
368 // It is used to determine whether a script tag with a type attribute is a javascript container.
384 "application/javascript",
387 "application/x-javascript",
389 "text/javascript",
399 "text/x-javascript"
    [all...]
content.go 60 // converted to sanitized JSON when presented in a JavaScript context.
64 // between quotes in a JavaScript expression.
77 // A URL like `javascript:checkThatFormNotEditedBeforeLeavingPage()`
79 // `javascript:` URLs are filtered out since they are a frequently
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 4 language = JavaScript;
Python.g 59 options {language=JavaScript;}
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
wait_for_frame.js 8 * @fileoverview This file provides a JavaScript helper function that
network_quiescence.js 8 * @fileoverview This file provides a JavaScript helper function that
  /external/v8/src/js/
runtime.js 5 // This files contains runtime support implemented in JavaScript.
  /external/protobuf/js/binary/
encoder.js 32 * @fileoverview BinaryEncode defines methods for encoding Javascript values
182 * Encodes a JavaScript integer into its wire-format, zigzag-encoded varint
195 * Encodes a JavaScript integer into its wire-format, zigzag-encoded varint
337 * the native format used by JavaScript, no precision will be lost.
405 * Writes a UTF16 Javascript string to the buffer encoded as UTF8.
  /external/v8/benchmarks/
splay.js 28 // This benchmark is based on a JavaScript log processing module used
30 // JavaScript applications, and it effectively measures how fast the
31 // JavaScript engine is at allocating nodes and reclaiming the memory
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
145 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
205 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 537 // JavaScript escaping.
550 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b.
597 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s.
616 // JSEscaper returns the escaped JavaScript equivalent of the textual
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 537 // JavaScript escaping.
550 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b.
597 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s.
616 // JSEscaper returns the escaped JavaScript equivalent of the textual

Completed in 5942 milliseconds

1 2 3