Home
last modified time | relevance | path

Searched refs:JSON (Results 101 – 125 of 436) sorted by relevance

12345678910>>...18

/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md42 Suppose you're using the JSON grammar from https://github.com/antlr/grammars-v4/tree/master/json.
44 Then, invoke `antlr4 -Dlanguage=PHP JSON.g4`. The result of this is a
126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
/plugin/structodt/
H A Dscript.js54 url.searchParams.append('template', JSON.stringify(template));
/plugin/imapmarkers/
H A DREADME.md88 Between this you define a [JSON](https://www.json.org/json-en.html) object.
89 This plugin tests, if it is correct JSON.
113 **"clicked-reference-css"**: (JSON) ```JSON-OBJECT-WITH-CSS-DEFINITIONS``` -- The CSS definitions …
H A Dscript.js261 let cfg = JSON.parse(cfg_text);
270 … var mapster_decoration_obj = JSON.parse(JSON.stringify(_g.mapster_decoration_obj_default));
388 …AREA IMAP-INDEX=" + imap_index + " AREA-INDEX=" + area_index + " CSS='" + JSON.stringify($(this).c…
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js34 var authInfo = JSON.parse(this.token);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md48 #### Download your Service Account Credentials JSON file
51 JSON credentials for your project. Go to **APIs & Services** > **Credentials** in
77 As long as you update the environment variable below to point to *your* JSON
175 #### Call using a specific JSON key
176 If you want to use a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environmen…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc8 When you add documents to {es}, you index JSON documents. This maps naturally to
9 PHP associative arrays, since they can easily be encoded in JSON. Therefore, in
72 {es} also supports bulk indexing of documents. The bulk API expects JSON
H A Dconfiguration.asciidoc12 To learn more about JSON in PHP, read <<php_json_objects>>.
/plugin/settingstree/
H A Daction.php94 $json = new JSON();
/plugin/timetrack/
H A Daction.php110 $json = new JSON($result);
199 $json = new JSON($result);
/plugin/schedule/
H A DTODO.txt25 alert ('mapDiv: '+JSON.stringify(mapDiv));
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js49 value = config.json ? JSON.stringify(value) : String(value);
/plugin/structsection/lib/
H A Dbundle.js1 ….post(DOKU_BASE+"lib/exe/ajax.php",r.serialize()).done((function(e){var i=JSON.parse(e);t.html(i.v…
/plugin/structsection/script/
H A Dmain.js83 const saved = JSON.parse(data);
/plugin/tablefilterjs/
H A Dsyntax.php120 $json = new JSON();
/plugin/dtable/
H A Dsyntax.php89 $json = new JSON();
/plugin/combo/resources/snippet/js/
H A Dcache.js41 let cachePageJson = JSON.parse(cachePageJsonString);
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2JSON.parse(e.responseText);i(r)},function(e,t,r){n({errorCode:p.default[p.default.webRequestFailur…
H A DOneDrive.js6JSON.parse(e.responseText);i(r)},function(e,t,r){n({errorCode:p.default[p.default.webRequestFailur…
/plugin/popupviewer/
H A Daction.php72 $json = new JSON();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php53 return JSON::stringify($this->toArray());
/plugin/struct/script/
H A DInlineEditor.js76 const saved = JSON.parse(data);
/plugin/diagramsnet/lib/js/
H A Dexport.js36 extras = JSON.parse(data.extras);
42 extras = JSON.parse(decodeURIComponent(data.extras));
202 doneDiv.setAttribute('bounds', JSON.stringify(bounds));
247 ipcRenderer.send('render-finished', {bounds: JSON.stringify(bounds), pageCount: pageCount});
431 bgImg = JSON.parse(bgImg);
/plugin/translator/
H A Daction.php139 include_once(DOKU_INC . 'inc/JSON.php');
/plugin/workflow/
H A Dscript.js27 jQuery.cookie(name, JSON.stringify(obj));

12345678910>>...18