Lines Matching full:javascript
1 JsHttpRequest: JavaScript "AJAX" data loader
18 Content-type: text/javascript; charset=...
35 <script type="text/javascript" language="JavaScript"><!--
48 a plain JavaScript object:
52 js: <JavaScript resulting object>,
61 - js: a JavaScript object representing multi-dimensional array
70 that the following formats are satisfied, else you may get a JavaScript
107 Each character of a key/value is encoded by JavaScript standard escape()
126 standard JavaScript objects. Each key of the key=value pair is created
132 - JavaScript: { a: 123, b: { c: 456, d: 789 } }
136 - JavaScript: { a: 123, b: [4, 5] }
140 You see that JavaScript objects are 1:1 converted to PHP's arrays, and
158 data encoding manually (PHP does not support JavaScript escape() encoding