Home
last modified time | relevance | path

Searched refs:json_decode (Results 51 – 75 of 272) sorted by relevance

1234567891011

/plugin/facebookalbum/
H A Dfacebook.php347 $session = json_decode(
508 $result = json_decode($this->_oauthRequest(
536 $result = json_decode($this->_oauthRequest(
763 $data = json_decode(self::base64UrlDecode($payload), true);
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php54 $responseData = json_decode($json, true);
/plugin/oauthwechange/
H A Daction.php25 $result = json_decode($json, true);
/plugin/tablelayout/
H A Dhelper.php20 $layout = json_decode($json);
/plugin/oauthcognito/
H A Daction.php27 …$decodedObj = json_decode(base64_decode(str_replace('_', '/', str_replace('-','+',explode('.', $id…
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php113 … Google_UserinfoServiceResource($this, $this->serviceName, 'userinfo', json_decode('{"methods": {"…
114 …ew Google_UserinfoV2MeServiceResource($this, $this->serviceName, 'me', json_decode('{"methods": {"…
H A DGoogle_CoordinateService.php359 …omFieldDefServiceResource($this, $this->serviceName, 'customFieldDef', json_decode('{"methods": {"…
360 …$this->jobs = new Google_JobsServiceResource($this, $this->serviceName, 'jobs', json_decode('{"met…
361 … Google_LocationServiceResource($this, $this->serviceName, 'location', json_decode('{"methods": {"…
362 … Google_ScheduleServiceResource($this, $this->serviceName, 'schedule', json_decode('{"methods": {"…
363 … new Google_WorkerServiceResource($this, $this->serviceName, 'worker', json_decode('{"methods": {"…
/plugin/struct/action/
H A Dbureaucracy.php118 // do not throw JSON exception here, we supply alternative values if json_decode doesn't
119 $pid = json_decode($pid, null, 512)[0] ?? $pid;
120 $rid = json_decode($originalPid, null, 512)[1] ?? null;
H A Dconfig.php44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php24 public static function parse(...$args/* inherit from json_decode */)
32 $array = \json_decode(...$args);
/plugin/prosemirror/
H A Dhelper.php24 $prosemirrorData = json_decode($unparsedJSON, 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/deeplautotranslate/
H A Daction.php408 $json_response = json_decode($raw_response, true);
419 $content = json_decode($raw_json, true);
431 $content = json_decode($raw_json, true);
447 $content = json_decode($raw_json, true);
601 $json_response = json_decode($raw_response, true);
706 $json_response = json_decode($raw_response, true);
/plugin/jquotes/
H A Dhelper.php58 $jsonArray = json_decode($jsonFile, true);
/plugin/oauthkeycloak/
H A Daction.php39 $result = json_decode($raw, true);
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php18 $data = json_decode($responseBody, true);
/plugin/doi/Resolver/
H A DAbstractResolver.php93 return json_decode(file_get_contents($cache), true);
H A DDoiResolver.php45 return json_decode($json, true);
/plugin/toolbox/
H A Dextension.php54 $m = json_decode(file_get_contents($manifest));
/plugin/custombuttons/
H A Daction.php26 return json_decode($file, true);
/plugin/oauthdrkserver/
H A Daction.php33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php63 $data = json_decode($_SESSION[$this->sessionKey], true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DYahoo.php41 $data = json_decode($responseBody, true);
/plugin/struct/meta/
H A DSchemaImporter.php29 $input = json_decode($json, true);
/plugin/dlcounter/
H A Daction.php59 $json = json_decode( file_get_contents($fname), TRUE );

1234567891011