Home
last modified time | relevance | path

Searched refs:json_decode (Results 101 – 125 of 272) sorted by last modified time

1234567891011

/plugin/tablelayout/
H A Dhelper.php20 $layout = json_decode($json);
/plugin/oauthkeycloak/
H A DKeycloak.php45 $this->discovery = json_decode($json, true);
H A Daction.php39 $result = json_decode($raw, true);
/plugin/oauthdrkserver/
H A Daction.php33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
/plugin/authorstats/
H A Dhelper.php42 return json_decode($file, true);
58 return json_decode($file_contents, true);
/plugin/xcom/scripts/
H A Dxcom_save.php74 $credentials = json_decode($credentials);
H A Dtest.php6 $result = json_decode($rem->pageVersions("events:event_handlers"));
H A Dxml.php6 $credentials = json_decode($_REQUEST['credentials']);
11 $params = json_decode($_REQUEST['params']);
/plugin/xcom/
H A Dremote.php91 $mask= json_decode($mask);
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php57 return json_decode(file_get_contents($cachename), true, 512, JSON_THROW_ON_ERROR);
H A DClient.php210 $this->userCache[$username] = json_decode(
/plugin/oauthwechange/
H A Daction.php25 $result = json_decode($json, true);
/plugin/oauthgoogle/
H A Daction.php25 … $result = json_decode($oauth->request('https://www.googleapis.com/oauth2/v1/userinfo'), true);
/plugin/oauthfacebook/
H A Daction.php17 $result = json_decode($oauth->request('/me?fields=name,email'), true);
/plugin/csv/_test/
H A DCSVTest.php43 $expect = json_decode($json, true);
/plugin/oauthcognito/
H A Daction.php27 …$decodedObj = json_decode(base64_decode(str_replace('_', '/', str_replace('-','+',explode('.', $id…
/plugin/oauthgithub/
H A Daction.php18 $result = json_decode($oauth->request('user'), true);
23 $result = json_decode($oauth->request('user/emails'), true);
/plugin/oauthdoorkeeper/
H A Daction.php28 $result = json_decode($raw, true);
/plugin/externalembed/helper/
H A DcacheInterface.php22 return json_decode($cache->retrieveCache(), true);
/plugin/menuext/
H A Daction.php27 $config = @json_decode(file_get_contents($cf), true);
/plugin/oembed/
H A Dsyntax.php150 $oembed = json_decode($response['body']);
/plugin/refnotes/
H A Daction.php436 $config = json_decode($config, true);
/plugin/schedule/
H A Daction.php24 … $JSINFO ['schedule']['defaultCenter'] = json_decode ($this->getConf ('defaultCenter'), true);
25 $JSINFO ['schedule']['defaultZoom'] = json_decode ($this->getConf ('defaultZoom'), true);
/plugin/bookcreator/syntax/
H A Dbookmanager.php
/plugin/bookcreator/action/
H A Dhandleselection.php92 $selection = json_decode($INPUT->post->str('selection', '', true), true);

1234567891011