Home
last modified time | relevance | path

Searched refs:json_decode (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/plugin/jsoneditor/
Dhelper.php86 $json_options_default = json_decode($options, true);
88 $json_options_default = json_decode('{}', true);
91 $json_options_inline = json_decode($options_inline, true);
93 $json_options_inline = json_decode('{}', true);
131 …htmlspecialchars(json_encode(json_decode($schema, true), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE)…
/plugin/struct/_test/
H A DSchemaImporterTest.php32 $expect = json_decode(file_get_contents(__DIR__ . '/json/schema1.struct.json'), true);
33 $actual = json_decode($schema->toJSON(), true);
61 $expect = json_decode(file_get_contents(__DIR__ . '/json/schema1.struct.json'), true);
62 $actual = json_decode($schema->toJSON(), true);
/plugin/aichat/Storage/
DSQLiteStorage.php55 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
130 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
163 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
203 json_decode($query, true, 512, JSON_THROW_ON_ERROR),
204 json_decode($embedding, true, 512, JSON_THROW_ON_ERROR)
272 …$dimensions = count(json_decode((string) $result[0]['embedding'], true, 512, JSON_THROW_ON_ERROR));
289 … $space->addPoint(json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR));
330 $vector = json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR);
393 $vector = json_decode((string) $row['embedding'], true, 512, JSON_THROW_ON_ERROR);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php40 $response = json_decode($body,true);
89 $jresponse = json_decode($response,true);
142 $response = json_decode($response,true);
195 $response = json_decode($response,true);
/plugin/authgoogle/google/contrib/
DGoogle_AdSenseService.php1040 … Google_AccountsServiceResource($this, $this->serviceName, 'accounts', json_decode('{"methods": {"…
1041 …countsAdclientsServiceResource($this, $this->serviceName, 'adclients', json_decode('{"methods": {"…
1042 …e_AccountsAdunitsServiceResource($this, $this->serviceName, 'adunits', json_decode('{"methods": {"…
1043 …omchannelsServiceResource($this, $this->serviceName, 'customchannels', json_decode('{"methods": {"…
1044 …gle_AccountsAlertsServiceResource($this, $this->serviceName, 'alerts', json_decode('{"methods": {"…
1045 …omchannelsServiceResource($this, $this->serviceName, 'customchannels', json_decode('{"methods": {"…
1046 …omchannelsAdunitsServiceResource($this, $this->serviceName, 'adunits', json_decode('{"methods": {"…
1047 …e_AccountsReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
1048 …ccountsReportsSavedServiceResource($this, $this->serviceName, 'saved', json_decode('{"methods": {"…
1049 …vedadstylesServiceResource($this, $this->serviceName, 'savedadstyles', json_decode('{"methods": {"…
[all …]
DGoogle_GamesManagementService.php222 …AchievementsServiceResource($this, $this->serviceName, 'achievements', json_decode('{"methods": {"…
223 …ApplicationsServiceResource($this, $this->serviceName, 'applications', json_decode('{"methods": {"…
224 …ew Google_PlayersServiceResource($this, $this->serviceName, 'players', json_decode('{"methods": {"…
225 …$this->rooms = new Google_RoomsServiceResource($this, $this->serviceName, 'rooms', json_decode('{"…
226 … new Google_ScoresServiceResource($this, $this->serviceName, 'scores', json_decode('{"methods": {"…
DGoogle_FreebaseService.php112 …$this->text = new Google_TextServiceResource($this, $this->serviceName, 'text', json_decode('{"met…
113 …$this->topic = new Google_TopicServiceResource($this, $this->serviceName, 'topic', json_decode('{"…
115 …$this->image = new Google_ImageServiceResource($this, $this->serviceName, 'image', json_decode('{"…
116 …ew Google_MqlreadServiceResource($this, $this->serviceName, 'mqlread', json_decode('{"httpMethod":…
117 … Google_MqlwriteServiceResource($this, $this->serviceName, 'mqlwrite', json_decode('{"httpMethod":…
DGoogle_AdExchangeSellerService.php376 …oogle_AdclientsServiceResource($this, $this->serviceName, 'adclients', json_decode('{"methods": {"…
377 …ew Google_AdunitsServiceResource($this, $this->serviceName, 'adunits', json_decode('{"methods": {"…
378 …omchannelsServiceResource($this, $this->serviceName, 'customchannels', json_decode('{"methods": {"…
379 …omchannelsServiceResource($this, $this->serviceName, 'customchannels', json_decode('{"methods": {"…
380 …omchannelsAdunitsServiceResource($this, $this->serviceName, 'adunits', json_decode('{"methods": {"…
381 …ew Google_ReportsServiceResource($this, $this->serviceName, 'reports', json_decode('{"methods": {"…
382 …Google_ReportsSavedServiceResource($this, $this->serviceName, 'saved', json_decode('{"methods": {"…
383 …e_UrlchannelsServiceResource($this, $this->serviceName, 'urlchannels', json_decode('{"methods": {"…
DGoogle_TranslateService.php139 …gle_DetectionsServiceResource($this, $this->serviceName, 'detections', json_decode('{"methods": {"…
140 …oogle_LanguagesServiceResource($this, $this->serviceName, 'languages', json_decode('{"methods": {"…
141 …TranslationsServiceResource($this, $this->serviceName, 'translations', json_decode('{"methods": {"…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsJson.php30 json_decode($other);
54 json_decode($other);
DJsonMatches.php44 $decodedOther = json_decode($other);
49 $decodedValue = json_decode($this->value);
/plugin/schedule/
Daction.php24 … $JSINFO ['schedule']['defaultCenter'] = json_decode ($this->getConf ('defaultCenter'), true);
25 $JSINFO ['schedule']['defaultZoom'] = json_decode ($this->getConf ('defaultZoom'), true);
/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php111 $decodedResponse = json_decode($response, true);
160 $token = json_decode($token, true);
275 $token = json_decode($body, true);
338 $certs = json_decode($request->getResponseBody(), true);
382 $envelope = json_decode(Google_Utils::urlSafeB64Decode($segments[0]), true);
389 $payload = json_decode($json_body, true);
/plugin/oauthgithub/
Daction.php18 $result = json_decode($oauth->request('user'), true);
23 $result = json_decode($oauth->request('user/emails'), true);
/plugin/asana/remote/
DAPILink.php357 $data_rep = json_decode(curl_exec($this->ch),true);
370 $data_rep = json_decode(curl_exec($this->ch),true);
381 $data_rep = json_decode(curl_exec($this->ch),true);
393 $data_rep = json_decode(curl_exec($this->ch),true);
419 $data_rep = json_decode(curl_exec($this->ch),true);
431 $data_rep = json_decode(curl_exec($this->ch),true);
443 $data_rep = json_decode(curl_exec($this->ch),true);
/plugin/zwidoku/
H A Dopen_file.php81 $infowik=json_decode($json, TRUE);
89 $infoplugins=json_decode( $json1, TRUE);
98 $infopage=json_decode( $json2, TRUE);
/plugin/tagfilter/_test/
Dajax.test.php67 $response2 = json_decode($response1);
95 $response = (array)json_decode(ob_get_contents());
118 $response = (array)json_decode(ob_get_contents());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
DFileCookieJar.php82 $data = \GuzzleHttp\json_decode($json, true);
84 foreach (json_decode($json, true) as $cookie) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
DSmartSerializer.php85 $result = json_decode($data, true, 512, JSON_THROW_ON_ERROR);
93 $result = @json_decode($data, true);
/plugin/authorstats/
Dhelper.php42 return json_decode($file, true);
58 return json_decode($file_contents, true);
/plugin/oauthazure/
Daction.php37 $decodedObj = json_decode(base64_decode(str_replace('_', '/',
54 $usergroups = json_decode($usergroups, true);
/plugin/combo/ComboStrap/
H A DJson.php98 $jsonArray = json_decode($jsonString, true);
112 return json_decode($jsonString);
/plugin/issuelinks/helper/
Ddata.php129 $lockData = json_decode(io_readFile($lockFN), true);
163 $lockData = json_decode(io_readFile($lockFN), true);
181 $lockData = json_decode(io_readFile($lockFN), true);
194 return json_decode(io_readFile($lockFN), true);
/plugin/evesso/classes/
DEveOnlineAdapter.php38 …$jwt_payload = json_decode(base64_decode(str_replace('_', '/', str_replace('-','+',explode('.', $a…
76 $names_result = json_decode($names_post, true);
/plugin/gitlab/
Dsyntax.php43 $repositories = json_decode($http->get($reqUrl), true);
59 $data = json_decode($http->get($reqUrl), true);

12345678910>>...13