Home
last modified time | relevance | path

Searched refs:json_decode (Results 76 – 100 of 272) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php124 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
H A DServiceAccountJwtAccessCredentials.php77 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
H A DUserRefreshCredentials.php68 if (!$jsonKey = json_decode((string) $json, true)) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php592 if (null === $res = json_decode($body, true)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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.
H A DUPGRADING.md184 - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
/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/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/authlinotp/
H A Dauth.php66 $body = json_decode(substr( $response, $header_size ));
/plugin/authloginapi/
H A Dauth.php82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…
/plugin/authorstats/
H A Dhelper.php42 return json_decode($file, true);
58 return json_decode($file_contents, true);
/plugin/authvk/
H A Daction.php64 …$vk_userInfo = json_decode(file_get_contents('https://api.vk.com/method/users.get' . '?' . htmlspe…
84 …$vk_group_id_of_moderators_Info = json_decode(file_get_contents('https://api.vk.com/method/groups.…
/plugin/autotweet/
H A Dtwitteroauth.php148 return json_decode($response);
159 return json_decode($response);
170 return json_decode($response);
/plugin/backup/
H A Dadmin.php237 $more = json_decode(io_readFile($this->prefFile, false), true);
/plugin/batchedit/
H A Dconfig.php85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE);
H A Drequest.php286 $matchIds = json_decode($_REQUEST['apply']);
/plugin/bez/ctl/
H A Dtasks.php32 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);;
H A Dthreads.php15 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);
/plugin/bookcreator/action/
H A Dhandleselection.php92 $selection = json_decode($INPUT->post->str('selection', '', true), true);
/plugin/bookcreator/syntax/
H A Dbookmanager.php
/plugin/bookmarkfile/
H A Dsyntax.php195 $json_bookmarks = json_decode($json, true);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …y empty eval isset unset die include require include_once require_once json_decode json_encode jso…
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php318 $postMeta = json_decode($post[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY], true);

1234567891011