Home
last modified time | relevance | path

Searched refs:json_decode (Results 1 – 25 of 272) sorted by last modified time

1234567891011

/plugin/dbquery/
H A Dhelper.php28 return json_decode($doc, true);
/plugin/siteexport/
H A Dpreload.php27 $tempREQUEST = (array) json_decode(stripslashes($_REQUEST['q']), true);
/plugin/diagrams/action/
H A Dmediafile.php61 $diagrams = (array)json_decode($INPUT->str('diagrams'));
/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);
H A DSchemaImporter.php29 $input = json_decode($json, true);
/plugin/struct/action/
H A Dbureaucracy.php118 // do not throw JSON exception here, we supply alternative values if json_decode doesn't
119 $pid = json_decode($pid, null, 512)[0] ?? $pid;
120 $rid = json_decode($originalPid, null, 512)[1] ?? null;
H A Dconfig.php44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
H A Daggregationeditor.php135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
/plugin/struct/
H A Dhelper.php210 return json_decode($value, null, 512, JSON_THROW_ON_ERROR);
/plugin/doi/Resolver/
H A DDoiResolver.php45 return json_decode($json, true);
H A DAbstractResolver.php93 return json_decode(file_get_contents($cache), true);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php34 $input = json_decode($input);
H A DGoogleGeocode.php67 $this->result = json_decode(@file_get_contents($url));
134 $this->result = json_decode(@file_get_contents($url));
/plugin/structstatus/
H A DStatus.php30 list(, $value, $color, $icon) = json_decode($value);
/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/batchedit/
H A Drequest.php286 $matchIds = json_decode($_REQUEST['apply']);
H A Dconfig.php85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE);
/plugin/aichat/
H A DChunk.php181 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
H A Daction.php44 $history = json_decode((string)$INPUT->post->str('history'), null, 512, JSON_THROW_ON_ERROR);
/plugin/aichat/Storage/
H A 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)
271 $dimensions = count(json_decode((string) $result[0]['embedding'], true, 512, JSON_THROW_ON_ERROR));
288 $space->addPoint(json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR));
329 $vector = json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR);
392 $vector = json_decode((string) $row['embedding'], 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/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/bez/ctl/
H A Dtasks.php32 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);;
H A Dthreads.php15 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);
/plugin/oauthazure/
H A DAzure.php55 $this->discovery = json_decode($json, true);

1234567891011