Home
last modified time | relevance | path

Searched refs:json_decode (Results 76 – 100 of 272) sorted by last modified time

1234567891011

/plugin/tagfilter/_test/
H A Dajax.test.php67 $response2 = json_decode($response1);
95 $response = (array)json_decode(ob_get_contents());
118 $response = (array)json_decode(ob_get_contents());
/plugin/evesso/classes/
H A DEveOnlineAdapter.php38 …$jwt_payload = json_decode(base64_decode(str_replace('_', '/', str_replace('-','+',explode('.', $a…
76 $names_result = json_decode($names_post, true);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php80 $data = json_decode($responseBody, true);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php188 $input = json_decode($input);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php40 $response = json_decode($body,true);
89 $jresponse = json_decode($response,true);
142 $response = json_decode($response,true);
195 $response = json_decode($response,true);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php126 $input = json_decode(file_get_contents(__DIR__ . '/../composer.json'), true);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md184 - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
H A DCHANGELOG.md121 * Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
408 implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
562 * Added a `GuzzleHttp\json_decode()` wrapper to safely parse JSON.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php82 $data = \GuzzleHttp\json_decode($json, true);
84 foreach (json_decode($json, true) as $cookie) {
H A DSessionCookieJar.php63 $data = json_decode($_SESSION[$this->sessionKey], true);
/plugin/authgooglesheets/
H A Dhelper.php71 $decoded = json_decode($userCache->retrieveCache(), true);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php340 $obj = \json_decode($input, false, 512, JSON_BIGINT_AS_STRING);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php510 if ($json = json_decode($token, true)) {
566 $payload = json_decode(base64_decode($parts[1]), true);
989 if (!$config = json_decode($json, true)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php227 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
323 $body = json_decode((string) $this->request->getBody(), true);
H A DREST.php136 $json = json_decode($body, true);
172 $json = json_decode($body, true);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php77 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
H A DUserRefreshCredentials.php68 if (!$jsonKey = json_decode((string) $json, true)) {
H A DServiceAccountCredentials.php124 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php164 return json_decode($file, true);
170 return json_decode((string) $response->getBody(), true);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php381 return json_decode((string) file_get_contents($url), true);
388 return json_decode((string) $response->getBody(), true);
H A DOAuth2.php592 if (null === $res = json_decode($body, true)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php301 function json_decode($json, $assoc = false, $depth = 512, $options = 0) function
303 $data = \json_decode($json, $assoc, $depth, $options);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php183 $value = json_decode($this->toJson($data, true), true);
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md219 $decoded = json_decode(json_encode($decoded), true);
/plugin/a2s/
H A DASCIIToSVG.php2840 $this->commands[$matches[1][$i]] = json_decode($matches[2][$i], true);

1234567891011