Home
last modified time | relevance | path

Searched refs:json_encode (Results 1 – 25 of 240) sorted by last modified time

12345678910

/plugin/dbquery/
H A Drenderer.php51 $this->doc = json_encode([
/plugin/diagrams/action/
H A Dmediafile.php46 echo json_encode(file_exists($file));
77 echo json_encode($editable);
123 echo json_encode(auth_quickaclcheck($ns . ':*') >= AUTH_UPLOAD);
/plugin/struct/meta/
H A DAggregationEditorTable.php40 $config = hsc(json_encode($config, JSON_THROW_ON_ERROR));
H A DSchema.php395 return json_encode($data, JSON_PRETTY_PRINT);
H A DSchemaEditor.php73 $config = json_encode($this->schema->getConfig(), JSON_PRETTY_PRINT);
137 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
H A DSchemaImporter.php58 $data = ['config' => json_encode($config), 'cols' => [], 'new' => []];
62 $column['config'] = json_encode($column['config'], JSON_PRETTY_PRINT);
/plugin/struct/types/
H A DAbstractBaseType.php122 'config' => json_encode($this->config, JSON_THROW_ON_ERROR),
H A DLookup.php134 $val = json_encode([$pids[$i], (int)$rids[$i]], JSON_THROW_ON_ERROR);
/plugin/struct/action/
H A Dajax.php54 echo json_encode($result, JSON_THROW_ON_ERROR);
H A Dconfig.php51 echo json_encode($type->getConfig(), JSON_THROW_ON_ERROR);
H A Dinline.php185 $data = json_encode(['value' => $R->doc, 'rev' => $this->schemadata->getTimestamp()], JSON_THROW_ON_ERROR);
/plugin/struct/helper/
H A Ddb.php86 return json_encode($args, JSON_THROW_ON_ERROR);
H A Dfield.php171 static fn($val) => json_encode([$val, null], JSON_THROW_ON_ERROR),
175 $preparedValue = json_encode([$preparedValue, null], JSON_THROW_ON_ERROR);
/plugin/doi/Resolver/
H A DAbstractResolver.php97 file_put_contents($cache, json_encode($result));
/plugin/shell/
H A DP0wnyShell.php313 echo json_encode($response);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php224 : json_encode($this->getArray($geometry));
/plugin/structstatus/
H A DStatus.php165 $rid = json_encode(["", (int)array_shift($rids)]);
/plugin/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
/plugin/batchedit/
H A Dinterface.php263 print('var batcheditLang = ' . json_encode($lang) . ';');
H A Dserver.php112 print(self::AJAX_COOKIE . json_encode($data) . self::AJAX_COOKIE);
H A Dconfig.php74 return json_encode($this->config);
/plugin/aichat/Storage/
H A DSQLiteStorage.php92 'embedding' => json_encode($chunk->getEmbedding(), JSON_THROW_ON_ERROR),
155 [json_encode($vector, JSON_THROW_ON_ERROR), $cluster, $this->similarityThreshold, $limit]
306 $this->db->exec($query, [$lang, json_encode($centroid, JSON_THROW_ON_ERROR)]);
361 $result = $this->db->queryRecord($query, [json_encode($vector, JSON_THROW_ON_ERROR)]);
/plugin/aichat/
H A Daction.php48 echo json_encode([
72 echo json_encode([
93 echo json_encode([
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/bez/ctl/
H A Dtasks.php37 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));

12345678910