Home
last modified time | relevance | path

Searched refs:JSON (Results 26 – 50 of 436) sorted by relevance

12345678910>>...18

/plugin/diagrams/script/
H A DDiagramsEditor.js236 const msg = JSON.parse(event.data);
241 this.#diagramsEditor.contentWindow.postMessage(JSON.stringify({action: 'load', xml: this.#svg}), '*');
248 JSON.stringify({
262 JSON.stringify({
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js49 var data = JSON.parse(this.ajaxSettings.data);
61 var data = JSON.parse(this.ajaxSettings.data);
78 var data = JSON.parse(this.ajaxSettings.data.model);
92 var data = JSON.parse(this.ajaxSettings.data);
106 var data = JSON.parse(this.ajaxSettings.data.model);
139 assert.equal(JSON.stringify(this.ajaxSettings.data), '{"_method":"DELETE"}');
/plugin/showpageafterlogin/
H A Daction.php71 $json = new JSON(JSON_LOOSE_TYPE);
80 $json = new JSON();
/plugin/idoit/
H A DREADME.md3 This plugin provides a basic integration of the [i-doit JSON-RPC API client in PHP](https://bitbuck…
19 The plugin adds a protected syntax block `<idoitAPI></idoitAPI>` which contains a JSON request pass…
32 The JSON request must contain the following attributes:
35 * **request** The actual JSON request as sent to the API.
127 This plugin makes use of the [i-doit JSON-RPC API client in PHP](https://bitbucket.org/dstuecken/i-…
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js23 state = JSON.parse(stateStr);
45 `/${currentLocation || 'edit'}/` + Base64.encodeURI(JSON.stringify(state))
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst21 {{ object | serialize }} {# uses JSON #}
27 You can also deserialize objects from their XML, or JSON representation. For
/plugin/combo/ComboStrap/
H A DMime.php12 public const JSON = "application/json"; define in ComboStrap\\Mime
82 return new Mime(Mime::JSON);
191 if (in_array($this->mime, [self::SVG, self::JSON])) {
/plugin/jokuwiki/
H A DREADME.md24 * **data** (required) e.g. `data='{ "formatting" : "JSON", "wellFormedJSON" : true, "pi" : 3.14159…
28 …t contain a valid JSON string. This should not have a propery 'id' at the root level. The id of th…
83 * Add an AJAX save/load interface for arbitrary JSON data - serverside and clientside
84 * Add a JSON editor in the Dokuwiki editor
105 …n anonymous function. This has a single argument - the data object declared inside the JSON string.
114 The Jokuwiki plugin intentionally provides no mechanism for directly populating the JSON data field…
116JSON Schema](http://json-schema.org/|JSON schema) describing the data payload for your jwPlugin. A…
/plugin/aichat/script/
H A DAIChatChat.js186 sessionStorage.setItem('ai-chat-history', JSON.stringify(this.#history));
195 this.#history = JSON.parse(history);
318 formData.append('history', JSON.stringify(this.#history));
/plugin/linksuggest/
H A Dscript.js42 data = JSON.parse(data);
116 data = JSON.parse(data);
162 data = JSON.parse(data);
/plugin/xcom/
H A Dscript.js31 var str =JSON.stringify(jobj);
35 str =JSON.stringify(jobj);
76 var params = 'params=' + JSON.stringify(options);
88 str =JSON.stringify(jobj);
689 var JSON = JSON || {}; variable
691 JSON.stringify = JSON.stringify || function (obj) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
24 Warning: Deprecated JSON test listener used
/plugin/components/lib/
H A Dajax.php57 $json = new JSON();
113 $json = new JSON;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php279 'not decode the response as JSON: '
288 'Error response contains JSON but it does not ' .
420 'not decode the response as JSON: '
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte17 edit.setValue(JSON.stringify(conf, null, 2));
42 const conf = JSON.parse(edit.getValue());
/plugin/bookcreator/
H A Dscript.js117 window.localStorage.setItem(this.localStorageKey, JSON.stringify(this._storage));
127 this._storage = JSON.parse(source) || [];
326 selection: JSON.stringify(notcachedpages),
612 selection: JSON.stringify(Bookcreator.selectedpages.getSelection()),
673 + BookManager.htmlSpecialCharsEntityEncode(JSON.stringify(Bookcreator.selectedpages.getSelection()))
681 value: JSON.stringify(Bookcreator.selectedpages.getSelection())
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php323 * Sets whether or not to apply bigint conversion on the JSON result.
333 * Gets whether or not to apply bigint conversion on the JSON result.
353 $response = JSON::parse($response, true, 512, \JSON_BIGINT_AS_STRING);
355 $response = JSON::parse($response);
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js182 var temp = JSON.parse(newValue);
194 newValue = JSON.parse(newValue);
195 console.log(JSON.stringify(newValue, null, 2));
/plugin/struct/script/
H A DAggregationEditor.js12 const searchconf = JSON.parse($table.parents('.structaggregation').attr('data-searchconf'));
84 const searchconf = JSON.parse($agg.attr('data-searchconf'));
/plugin/ajaxloader/
H A Dcommon.php9 $json = new JSON;
/plugin/jquotes/
H A Dplugin.info.txt6 desc Displays random quotations from JSON file
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php8 use Elastica\JSON; alias
112 $body = JSON::stringify($data, \JSON_UNESCAPED_UNICODE);
/plugin/batchedit/
H A Djs.cookie.js63 result = JSON.stringify(value);
124 cookie = JSON.parse(cookie);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5JSON.parse(e.data),o);t.hooks.run("before-insert",l);l.element.innerHTML=l.highlightedCode;s&&s.ca…
/plugin/actickets/
H A Dajax.php43 $json = new JSON();

12345678910>>...18