Home
last modified time | relevance | path

Searched refs:json_decode (Results 126 – 150 of 272) sorted by relevance

1234567891011

/plugin/shorty/
H A Dhelper.php97 $output = json_decode($this->getCurl($uri));
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php939 …osdevicesServiceResource($this, $this->serviceName, 'chromeosdevices', json_decode('{"methods": {"…
940 … new Google_GroupsServiceResource($this, $this->serviceName, 'groups', json_decode('{"methods": {"…
941 …gle_GroupsAliasesServiceResource($this, $this->serviceName, 'aliases', json_decode('{"methods": {"…
942 …ew Google_MembersServiceResource($this, $this->serviceName, 'members', json_decode('{"methods": {"…
943 …biledevicesServiceResource($this, $this->serviceName, 'mobiledevices', json_decode('{"methods": {"…
944 … Google_OrgunitsServiceResource($this, $this->serviceName, 'orgunits', json_decode('{"methods": {"…
945 …$this->users = new Google_UsersServiceResource($this, $this->serviceName, 'users', json_decode('{"…
946 …ogle_UsersAliasesServiceResource($this, $this->serviceName, 'aliases', json_decode('{"methods": {"…
947 …Google_UsersPhotosServiceResource($this, $this->serviceName, 'photos', json_decode('{"methods": {"…
H A DGoogle_WebfontsService.php74 … Google_WebfontsServiceResource($this, $this->serviceName, 'webfonts', json_decode('{"methods": {"…
H A DGoogle_MirrorService.php478 … Google_ContactsServiceResource($this, $this->serviceName, 'contacts', json_decode('{"methods": {"…
479 …oogle_LocationsServiceResource($this, $this->serviceName, 'locations', json_decode('{"methods": {"…
480 …bscriptionsServiceResource($this, $this->serviceName, 'subscriptions', json_decode('{"methods": {"…
481 … Google_TimelineServiceResource($this, $this->serviceName, 'timeline', json_decode('{"methods": {"…
482 …neAttachmentsServiceResource($this, $this->serviceName, 'attachments', json_decode('{"methods": {"…
H A DGoogle_DriveService.php1259 …$this->about = new Google_AboutServiceResource($this, $this->serviceName, 'about', json_decode('{"…
1260 …$this->apps = new Google_AppsServiceResource($this, $this->serviceName, 'apps', json_decode('{"met…
1261 …ew Google_ChangesServiceResource($this, $this->serviceName, 'changes', json_decode('{"methods": {"…
1262 … Google_ChannelsServiceResource($this, $this->serviceName, 'channels', json_decode('{"methods": {"…
1263 … Google_ChildrenServiceResource($this, $this->serviceName, 'children', json_decode('{"methods": {"…
1264 … Google_CommentsServiceResource($this, $this->serviceName, 'comments', json_decode('{"methods": {"…
1266 …ew Google_ParentsServiceResource($this, $this->serviceName, 'parents', json_decode('{"methods": {"…
1267 …e_PermissionsServiceResource($this, $this->serviceName, 'permissions', json_decode('{"methods": {"…
1268 …gle_PropertiesServiceResource($this, $this->serviceName, 'properties', json_decode('{"methods": {"…
1269 … Google_RealtimeServiceResource($this, $this->serviceName, 'realtime', json_decode('{"methods": {"…
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php77 if (!$jsonKey = json_decode((string) $jsonKeyStream, true)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitrix24.php102 $data = json_decode($responseBody, true);
H A DGoogle.php176 $data = json_decode($responseBody, true);
/plugin/batchedit/
H A Dconfig.php85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE);
/plugin/jirainfo/
H A Daction.php83 $arr = json_decode($data, true);
/plugin/stopforumspam/
H A DResponseChecker.php46 $response = json_decode($string, true);
/plugin/custombuttons/
H A Dadmin.php34 return json_decode($file, true);
/plugin/telleveryone/action/
H A Dnotification.php105 $remote_logs = json_decode($result, true);
/plugin/csv/_test/
H A DCSVTest.php43 $expect = json_decode($json, true);
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php57 return json_decode(file_get_contents($cachename), true, 512, JSON_THROW_ON_ERROR);
/plugin/elasticsearch/helper/
H A Ddocparser.php156 ($decoded = json_decode($result, true)) === null
/plugin/bez/ctl/
H A Dthreads.php15 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/diagrams/action/
H A Dmediafile.php61 $diagrams = (array)json_decode($INPUT->str('diagrams'));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php188 $input = json_decode($input);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php188 $input = json_decode($input);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php191 $input = json_decode($input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerApiFilter.php111 $data = json_decode($response);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php188 $input = json_decode($input);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php188 $input = json_decode($input);

1234567891011