Home
last modified time | relevance | path

Searched refs:json_decode (Results 101 – 125 of 272) sorted by relevance

1234567891011

/plugin/aichat/
H A Daction.php44 $history = json_decode((string)$INPUT->post->str('history'), null, 512, JSON_THROW_ON_ERROR);
H A DChunk.php181 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php30 $this->rawCharacters = json_decode($rawCharacters, true, 512, JSON_THROW_ON_ERROR);
36 $this->encoder = json_decode($encoder, true, 512, JSON_THROW_ON_ERROR);
/plugin/struct/meta/
H A DSchema.php95 $config = json_decode($result['config'], true, 512, JSON_THROW_ON_ERROR);
123 $config = json_decode($row['config'], true, 512, JSON_THROW_ON_ERROR);
/plugin/authlinotp/
H A Dauth.php66 $body = json_decode(substr( $response, $header_size ));
/plugin/authloginapi/
H A Dauth.php82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…
/plugin/externalembed/helper/
H A DcacheInterface.php22 return json_decode($cache->retrieveCache(), true);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php126 $input = json_decode(file_get_contents(__DIR__ . '/../composer.json'), true);
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php28 $answer_decoded = json_decode($answer, true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBattleNet.php97 $data = json_decode($responseBody, true);
H A DMailchimp.php59 $data = json_decode($responseBody, true);
106 $meta = json_decode($response, true);
/plugin/numberedheadings/
H A Dhelper.php52 $TierFormat = json_decode($format, true);
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php84 …ew Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
H A DGoogle_BloggerService.php442 …ogUserInfosServiceResource($this, $this->serviceName, 'blogUserInfos', json_decode('{"methods": {"…
443 …$this->blogs = new Google_BlogsServiceResource($this, $this->serviceName, 'blogs', json_decode('{"…
444 … Google_CommentsServiceResource($this, $this->serviceName, 'comments', json_decode('{"methods": {"…
445 …$this->pages = new Google_PagesServiceResource($this, $this->serviceName, 'pages', json_decode('{"…
446 …$this->posts = new Google_PostsServiceResource($this, $this->serviceName, 'posts', json_decode('{"…
447 …$this->users = new Google_UsersServiceResource($this, $this->serviceName, 'users', json_decode('{"…
/plugin/adminperm/
H A Dadmin.php89 $config = json_decode(io_readFile($this->config, false), true);
/plugin/linksuggest/_test/
H A DSuggestionAjaxRequestsTest.php167 //var_export(json_decode($response->getContent()), true); // print as PHP array
169 $actualArray = json_decode($response->getContent(), true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DXing.php76 $errors = json_decode($responseBody);
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php105 return json_decode($cacheJsonTextValue, true);
/plugin/importfacebookevents/
H A Dsyntax.php203 $objects = json_decode($json, true);
215 array_push($events, json_decode($this->getData($json_link), true));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php184 $data = json_decode($serialized, true);
201 $data = json_decode($serialized, true);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php227 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
323 $body = json_decode((string) $this->request->getBody(), true);
/plugin/gitlabproject/gitlab/
H A Dgitlab.php31 $answer_decoded = json_decode($answer, true);
/plugin/yuriigantt/
H A Dsyntax.php82 $database = json_decode($data);
/plugin/jiralinks/
H A Daction.php125 return json_decode($response);
/plugin/fksnewsfeed/syntax/
H A Dfeed.php81 $innerHtml = json_decode($cache->retrieveCache());

1234567891011