Home
last modified time | relevance | path

Searched refs:JSON (Results 101 – 125 of 436) sorted by last modified time

12345678910>>...18

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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",
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 …]
/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/authgooglesheets/
H A Dcomposer.lock54 …"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php386 throw new \Exception('Invalid JSON response');
/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/guzzlehttp/guzzle/src/
H A DRequestOptions.php148 const JSON = 'json'; define in GuzzleHttp\\RequestOptions
/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/a2s/
H A Ddemo.txt84 …or each identified shape, add a **single** line with the identifier and a JSON hash of property:va…
/plugin/c3chart/assets/
H A Dd3.min.js2 …ction an(t){return new Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["…
/plugin/tablelayout/script/
H A Dtablelayout_functions.js119 layout = JSON.parse(json);
H A Dedittable_plugin.js34 $layoutfield.val(JSON.stringify(layout));
45 $layoutfield.val(JSON.stringify(layout));
62 $layoutfield.val(JSON.stringify(layout));
H A Dlayoutform.js46 $layoutfield.val(JSON.stringify(layout));
H A Dscript.js23 var json = JSON.parse(layout);
182 … var $input = jQuery('<input name="tablelayout" type="hidden">').val(JSON.stringify(layoutdata));
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30434 var key = JSON.stringify(firstArgument);
H A Dbpmn-modeler.production.min.js34 …=(r=function(e,t,n){return v.getConnection(e,t,n)},o={},function(e){var t=JSON.stringify(e),n=o[t]…
/plugin/popupviewer/
H A Daction.php72 $json = new JSON();
/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/move/action/
H A Dprogress.php62 $json = new JSON();
H A Drename.php107 $JSON = new JSON();
113 echo $JSON->encode(array('redirect_url' => wl($dst, '', true, '&')));
120 echo $JSON->encode(array('error' => $error));
/plugin/move/admin/
H A Dmain.php132 // input came via JSON from tree manager
133 $json = new JSON(JSON_LOOSE_TYPE);
/plugin/move/script/
H A Djson2.js9 See http://www.JSON.org/js.html
19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
36 This method produces a JSON text from a JavaScript value.
73 Values that do not have JSON representations, such as undefined or
76 a replacer function to replace those with JSON values.
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
96 text = JSON
[all...]
/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/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js26 var msg = JSON.stringify({from: myClientId, id: messageId, type: type,
61 msg = JSON.parse(msg);

12345678910>>...18