Home
last modified time | relevance | path

Searched refs:json_decode (Results 26 – 50 of 272) sorted by relevance

1234567891011

/plugin/autotweet/
H A Dtwitteroauth.php148 return json_decode($response);
159 return json_decode($response);
170 return json_decode($response);
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php910 …oogle_ResponsesServiceResource($this, $this->serviceName, 'responses', json_decode('{"methods": {"…
911 …$this->tags = new Google_TagsServiceResource($this, $this->serviceName, 'tags', json_decode('{"met…
913 …esSubmissionsServiceResource($this, $this->serviceName, 'submissions', json_decode('{"methods": {"…
914 …SeriesResponsesServiceResource($this, $this->serviceName, 'responses', json_decode('{"methods": {"…
916 …csSubmissionsServiceResource($this, $this->serviceName, 'submissions', json_decode('{"methods": {"…
917 …eratorGlobalSeriesServiceResource($this, $this->serviceName, 'series', json_decode('{"methods": {"…
918 … Google_ProfilesServiceResource($this, $this->serviceName, 'profiles', json_decode('{"methods": {"…
919 …gle_FeaturedSeriesServiceResource($this, $this->serviceName, 'series', json_decode('{"methods": {"…
920 …gle_MyrecentSeriesServiceResource($this, $this->serviceName, 'series', json_decode('{"methods": {"…
921 …ew Google_MySeriesServiceResource($this, $this->serviceName, 'series', json_decode('{"methods": {"…
[all …]
H A DGoogle_AndroidpublisherService.php123 …ppurchasesServiceResource($this, $this->serviceName, 'inapppurchases', json_decode('{"methods": {"…
124 …oogle_PurchasesServiceResource($this, $this->serviceName, 'purchases', json_decode('{"methods": {"…
H A DGoogle_OrkutService.php887 …$this->acl = new Google_AclServiceResource($this, $this->serviceName, 'acl', json_decode('{"method…
888 …gle_ActivitiesServiceResource($this, $this->serviceName, 'activities', json_decode('{"methods": {"…
889 …bilityServiceResource($this, $this->serviceName, 'activityVisibility', json_decode('{"methods": {"…
890 … new Google_BadgesServiceResource($this, $this->serviceName, 'badges', json_decode('{"methods": {"…
892 …e_CommunitiesServiceResource($this, $this->serviceName, 'communities', json_decode('{"methods": {"…
893 …ityFollowServiceResource($this, $this->serviceName, 'communityFollow', json_decode('{"methods": {"…
897 …lVotesServiceResource($this, $this->serviceName, 'communityPollVotes', json_decode('{"methods": {"…
898 …unityPollsServiceResource($this, $this->serviceName, 'communityPolls', json_decode('{"methods": {"…
899 …yRelatedServiceResource($this, $this->serviceName, 'communityRelated', json_decode('{"methods": {"…
901 … Google_CountersServiceResource($this, $this->serviceName, 'counters', json_decode('{"methods": {"…
[all …]
H A DGoogle_AdsensehostService.php673 … Google_AccountsServiceResource($this, $this->serviceName, 'accounts', json_decode('{"methods": {"…
674 …countsAdclientsServiceResource($this, $this->serviceName, 'adclients', json_decode('{"methods": {"…
675 …e_AccountsAdunitsServiceResource($this, $this->serviceName, 'adunits', json_decode('{"methods": {"…
676 …e_AccountsReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
677 …oogle_AdclientsServiceResource($this, $this->serviceName, 'adclients', json_decode('{"methods": {"…
678 …sionsServiceResource($this, $this->serviceName, 'associationsessions', json_decode('{"methods": {"…
679 …omchannelsServiceResource($this, $this->serviceName, 'customchannels', json_decode('{"methods": {"…
680 …ew Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
681 …e_UrlchannelsServiceResource($this, $this->serviceName, 'urlchannels', json_decode('{"methods": {"…
/plugin/katex/action/
H A Dsetup.php59 …$value_option_delimiters = array_map( fn( $line ): array=> json_decode( str_replace( "\\", "\\\\",…
183 …$value_option_macros = array_column( array_map( fn( $line ): array=> json_decode( str_replace( "\\…
/plugin/keywords/action/
H A Dkeywords.php119 $data = json_decode( $httpClient->resp_body );
130 $arguments = json_decode( $data->choices[0]->message->function_call->arguments );
/plugin/settingstree/
H A Dhelper.php204 …$meta = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json"),true);
210 …$defaults = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json…
216 $values = json_decode(@file_get_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json"),true);
/plugin/xcom/scripts/
H A Dxml.php6 $credentials = json_decode($_REQUEST['credentials']);
11 $params = json_decode($_REQUEST['params']);
H A Dtest.php6 $result = json_decode($rem->pageVersions("events:event_handlers"));
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php136 $json = json_decode($body, true);
172 $json = json_decode($body, true);
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php9 $rows = json_decode($json);
/plugin/whoisonline/
H A Dajax.php9 $online_users = json_decode(file_get_contents( $filename ), 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/oauthgoogle/
H A Daction.php25 … $result = json_decode($oauth->request('https://www.googleapis.com/oauth2/v1/userinfo'), true);
/plugin/vbsso/includes/
H A Dapi.php70 $plugin_ugs = json_decode($vbsso_settings[VBSSO_NAMED_EVENT_FIELD_USERGROUPS_ASSOC]);
154 $plugin_ugs = json_decode($vbsso_settings[VBSSO_NAMED_EVENT_FIELD_USERGROUPS_ASSOC]);
232 return ($vbug['error_string']) ? $vbug : json_decode($vbug['response']);
/plugin/swarmwebhook/_test/
H A DZapierExtractData.test.php55 $inputArray = json_decode($inputJSON, true);
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php50 return json_decode($v);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DEverythingToJSONSerializer.php51 return json_decode($data, true);
H A DArrayToJSONSerializer.php55 return json_decode($data, true);
/plugin/oauthfacebook/
H A Daction.php17 $result = json_decode($oauth->request('/me?fields=name,email'), true);
/plugin/oauthdoorkeeper/
H A Daction.php28 $result = json_decode($raw, true);
/plugin/authfacebook/
H A Dauth.php127 if ($fbg2user = json_decode($fbgroupid,TRUE)){
134 if (in_array($me['id'],json_decode($this->getConf('superuser'))))
238 if ($mapgroups = json_decode($this->getConf('fbgid2group'),true)){
/plugin/prosemirror/parser/
H A DFootnoteNode.php18 $contentDoc = json_decode($json, 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.…

1234567891011