Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1JSON","stringify","endDetachedBlock","columnNode","gapArray","gap","gaps","availableWidth","_gap",…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md52 Or if you are using non-JSON setup:
141 with JSON representation of the properties you need to override. I.e.:
/plugin/api/_test/
H A Dpage.test.php20 * @var JSON
22 private static $JSON; variable in dokuwiki_plugin_api_page_test
26 self::$JSON = new JSON(JSON_LOOSE_TYPE);
H A Dpages.test.php20 * @var JSON
22 private static $JSON; variable in dokuwiki_plugin_api_pages_test
26 self::$JSON = new JSON(JSON_LOOSE_TYPE);
69 $data = self::$JSON->decode($response->getContent());
132 $data = self::$JSON->decode($response->getContent());
H A Drest.test.php80 $actualData = dokuwiki_plugin_api_util::$JSON->decode($testResponse->getContent());
H A Dutils.php11 * @var JSON
13 public static $JSON; variable in dokuwiki_plugin_api_util
17 self::$JSON = new JSON(JSON_LOOSE_TYPE);
/plugin/authgooglesheets/
H A Dcomposer.lock54 …"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform…
/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/authgooglesheets/vendor/google/apiclient/
H A DREADME.md158 1. Download the JSON credentials
199 1. Download the JSON credentials
225 #### How to use a specific JSON key
227 If you want to a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment va…
240 …ogle-api-php-client-services) are autogenerated. They map directly to the JSON requests and respon…
242 A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1be…
269 // build the query - this maps directly to the JSON
290 However, as each property of the JSON API has a corresponding generated class, the above code could…
318 …ill be very difficult to use this library without first understanding the JSON syntax for the API*…
445 ### How do I deal with non-JSON response types? ###
[all …]
/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/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php386 throw new \Exception('Invalid JSON response');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php273 throw new UnexpectedValueException('Invalid client cert source JSON');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md561 * Added a `json` request option to easily serialize JSON payloads.
562 * Added a `GuzzleHttp\json_decode()` wrapper to safely parse JSON.
648 * JSON response parsing now properly walks additionalProperties
956 JSON is an array
957 * Added support for nested renaming of JSON models (rename sentAs to name)
1003 * Bug: Adding required content-type when JSON request visitor adds JSON to a command
1072 * Now based on JSON schema
1074 * Support for JSON and XML input and output models
1107 * Bug: Fixed config file aliases for JSON includes
1131 '_default' with a default JSON configuration file.
[all …]
H A DREADME.md12 uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
H A DUPGRADING.md957 ### Convert XML Service Descriptions to JSON
975 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
988 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
1029 "description":"Group JSON",
1080 "description":"Group JSON",
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php148 const JSON = 'json'; define in GuzzleHttp\\RequestOptions
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md309 …* Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more g…
350 * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only)
/plugin/batchedit/
H A Dinterface.js80 // a JSON-encoded array string. This avoids problems for huge replacement sets
84 jQuery('input[name=apply]').val(JSON.stringify(jQuery('.be-match input:checked').map(function() {
H A Djs.cookie.js63 result = JSON.stringify(value);
124 cookie = JSON.parse(cookie);
/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/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194 …=(r=function(e,t,n){return v.getConnection(e,t,n)},o={},function(e){var t=JSON.stringify(e),n=o[t]…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21JSON.stringify(e),n=o[t];return n||(n=o[t]=r.apply(null,arguments)),n})),t&&(i=s(t,u,c)),i?(i.wayp…
H A Ddmn-navigated-viewer.production.min.js16 …fy it first, fix createVNode flags or call normalizeChildren. Object: \""+JSON.stringify(e)+'".'):…
H A Ddmn-viewer.production.min.js16 …fy it first, fix createVNode flags or call normalizeChildren. Object: \""+JSON.stringify(e)+'".'):…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30434 var key = JSON.stringify(firstArgument);

12345678910>>...18