Home
last modified time | relevance | path

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

1234567891011

/plugin/jenkins/jenkinsapi/
H A Djenkins.php29 $answer_decoded = json_decode($answer, 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);
/plugin/edittable/action/
H A Deditor.php131 $data = json_decode($INPUT->post->str('edittable_data'), true);
132 $meta = json_decode($INPUT->post->str('edittable_meta'), true);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php271 … Google_AccountsServiceResource($this, $this->serviceName, 'accounts', json_decode('{"methods": {"…
272 …oogle_CreativesServiceResource($this, $this->serviceName, 'creatives', json_decode('{"methods": {"…
273 …e_DirectDealsServiceResource($this, $this->serviceName, 'directDeals', json_decode('{"methods": {"…
274 …eReportServiceResource($this, $this->serviceName, 'performanceReport', json_decode('{"methods": {"…
H A DGoogle_BooksService.php988 …e_BookshelvesServiceResource($this, $this->serviceName, 'bookshelves', json_decode('{"methods": {"…
989 …ookshelvesVolumesServiceResource($this, $this->serviceName, 'volumes', json_decode('{"methods": {"…
990 …CloudloadingServiceResource($this, $this->serviceName, 'cloudloading', json_decode('{"methods": {"…
991 … new Google_LayersServiceResource($this, $this->serviceName, 'layers', json_decode('{"methods": {"…
994 … Google_MyconfigServiceResource($this, $this->serviceName, 'myconfig', json_decode('{"methods": {"…
997 …ookshelvesVolumesServiceResource($this, $this->serviceName, 'volumes', json_decode('{"methods": {"…
998 …ositionsServiceResource($this, $this->serviceName, 'readingpositions', json_decode('{"methods": {"…
1000 …umesAssociatedServiceResource($this, $this->serviceName, 'associated', json_decode('{"methods": {"…
1001 …le_VolumesMybooksServiceResource($this, $this->serviceName, 'mybooks', json_decode('{"methods": {"…
1002 …esRecommendedServiceResource($this, $this->serviceName, 'recommended', json_decode('{"methods": {"…
[all …]
H A DGoogle_ReportsService.php153 …gle_ActivitiesServiceResource($this, $this->serviceName, 'activities', json_decode('{"methods": {"…
154 …ortsServiceResource($this, $this->serviceName, 'customerUsageReports', json_decode('{"methods": {"…
155 …ageReportServiceResource($this, $this->serviceName, 'userUsageReport', json_decode('{"methods": {"…
/plugin/issuelinks/
H A DWebhook.php39 dbglog(json_decode($body, true));
/plugin/oauthazure/
H A DAzure.php55 $this->discovery = json_decode($json, true);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php68 if (!$jsonKey = json_decode((string) $json, true)) {
/plugin/issuelinks/services/
H A DAbstractService.php54 return json_decode($dokuHTTPClient->resp_body, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DESLintSniff.php99 $data = json_decode(implode("\n", $stdout));
/plugin/oauthkeycloak/
H A DKeycloak.php45 $this->discovery = json_decode($json, true);
/plugin/ajaxpeon/
H A Dhelper.php194 $flat_wlist = json_decode($fstr,true);
216 $orev_list = json_decode($fstr,true);
/plugin/structodt/
H A Daction.php159 $templates = json_decode($INPUT->str('template'));
208 $templates = json_decode($template_string);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php67 $this->result = json_decode(@file_get_contents($url));
134 $this->result = json_decode(@file_get_contents($url));
/plugin/datatables/
H A Daction.php
/plugin/mtg/
H A Dsyntax.php75 $obj = json_decode($resp, true);
/plugin/swarmwebhook/webhooks/
H A DZapier.php73 $lookupData = $this->extractDataFromPayload(json_decode($json, true));
/plugin/menuext/
H A Daction.php27 $config = @json_decode(file_get_contents($cf), true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DSalesforce.php61 $data = json_decode($responseBody, true);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php45 $this->memoryCache[$filename] = json_decode($this->load($filename), true);
/plugin/whoisonline/
H A Dsyntax.php40 $online_users = json_decode(file_get_contents( $filename ), true);
/plugin/authenvvars/
H A Dauth.php74 foreach( json_decode($_SERVER[$groupsvar],true) as $key=>$value ) {
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php80 $data = json_decode($responseBody, true);
/plugin/oauthgeneric/
H A Daction.php29 $result = json_decode($raw, true);

1234567891011