Home
last modified time | relevance | path

Searched refs:JSON (Results 151 – 175 of 436) sorted by relevance

12345678910>>...18

/plugin/farmsync/action/
H A Dajax.php132 $json = new JSON;
/plugin/diagramsnet/lib/plugins/
H A Dprops.js76 console.log(JSON.stringify(result, null, ' '));
H A DcConf-1-4-8.js43 data = JSON.parse(data);
204 parent.postMessage(JSON.stringify({event: 'rename', name: newName}), '*');
1144 var images = JSON.parse(mxUtils.getTextContent(doc.documentElement));
1231 if(JSON.parse(decodeURIComponent(hash.substr(1)))[0] == key)
1292 parent.postMessage(JSON.stringify({event: 'disableRT'}), '*');
/plugin/ckgedit/
H A Dlocktimer.js84 var data = JSON.parse(data);
/plugin/diagrams/script/
H A DDiagramsMediaManager.js48 encodeURIComponent(JSON.stringify([svgLink.textContent])),
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js944 var images = JSON.parse(mxUtils.getTextContent(doc.documentElement));
995 data = JSON.parse(mxUtils.getTextContent(doc.documentElement));
1197 console.log('searchFileData', Graph.compress(JSON.stringify(this.createdSearchIndex)));
1285 this.addSearchIndex(JSON.parse(Graph.decompress(this.searchIndexData)));
1309 var res = JSON.parse(req.getText());
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md34 - As default now JSON preserve trailing zeros when serializing a float
H A DREADME.md12 …s library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JSON.
/plugin/panoview/
H A Dsyntax.php106 $json = new JSON();
/plugin/ghissues/helper/
H A DapiCacheInterface.php187 $json = new JSON();
/plugin/davcard/action/
H A Dajax.php266 require_once DOKU_INC . 'inc/JSON.php';
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php386 throw new \Exception('Invalid JSON response');
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 ….onreadystatechange=function(){if(x.readyState===4){if(x.status===200){!y(JSON.parse(x.responseTex…
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte20 historyList = JSON.parse(localStorage.getItem(historyListKey) || '[]');
51 localStorage.setItem(historyListKey, JSON.stringify(historyList));
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …ll(this,!1)}},AmCharts.parseJSON=function(response){try{return void 0!==JSON?JSON.parse(response):…
/plugin/etherpadlite/action/
H A Detherpadlite.php92 $json = new JSON();
429 $json = new JSON();
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md8 A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https:…
197 // Set of keys. The "keys" key is required. For example, the JSON response to
250 - Add all JSON error types.
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js962 var result = JSON.parse(req.getText());
1183 JSON.stringify(patches, null, 2)), e);
1231 var data = Graph.compress(JSON.stringify(obj));
1251 return JSON.parse(Graph.decompress(data));
H A DDrawioFile.js334 'Shadow Details: ' + JSON.stringify(patchedDetails) +
337 '\nCurrent Details: ' + JSON.stringify(currentDetails) +
496 JSON.stringify(patches, null, 2));
593 '\n\nStats:\n' + JSON.stringify(this.stats, null, 2) +
1449 JSON.stringify(draft));
H A DDevel.js126 console.log('Header Worker:', 'let securityHeaders =', JSON.stringify({
/plugin/timetrack/
H A Dscript.js142 var data = JSON.parse(data);
/plugin/tagsections/
H A Dscript.js39 data = JSON.parse(data);
/plugin/numberedheadings/
H A DREADME.md11 | format | numbering format (used in vsprintf) of each tier, JSON array string |
/plugin/issuelinks/script/
H A Dadmin_repo.js26 const response = JSON.parse(jqXHR.responseText);
/plugin/move/admin/
H A Dmain.php133 $json = new JSON(JSON_LOOSE_TYPE);

12345678910>>...18