Home
last modified time | relevance | path

Searched refs:json (Results 76 – 100 of 450) sorted by relevance

12345678910>>...18

/plugin/move/action/
H A Dprogress.php62 $json = new JSON();
63 header('Content-Type: application/json');
64 echo $json->encode($return);
/plugin/tablelayout/action/
H A Dprint.php53 $json = hsc(
60 echo "<div class='plugin_tablelayout_placeholder' data-tablelayout=\"$json\"></div>";
/plugin/farmsync/action/
H A Dajax.php101 $json = $this->farm_util->getAnimalStructSchemasJSON($source, array($page));
102 $this->farm_util->importAnimalStructSchema($target, $page, $json[$page]);
132 $json = new JSON;
133 echo $json->encode($msg);
/plugin/gitlabapi/
H A DREADME.md16 … your default GitLab url without slash ending. You can override this setting in `server.json` file.
17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
54 There a JSON file `server.json` inside the root of plugin. You can add or change the servers and th…
58 ```json
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 …esource-operations` to your project's `composer.json` file. Here is a minimal example of a `compos…
/plugin/ac/
H A Dac.php20 $json = new JSON();
21 return $json->decode($client->get($this->base_url . '&' .
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md22 composer.json file. You need to add the dependency to the PDF generation library of your choice
25 To use FPDI with FPDF include following in your composer.json file:
27 ```json
36 If you want to use TCPDF, you have to update your composer.json to:
38 ```json
47 If you want to use tFPDF, you have to update your composer.json to:
49 ```json
/plugin/farmsync/meta/
H A DFarmSyncUtil.php457 public function importAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
463 $struct->importSchema($schemaName, $json, 'FARMSYNC');
468 public function updateAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
470 $result = $this->_updateAnimalStructSchema($targetAnimal, $schemaName, $json);
475 private function _updateAnimalStructSchema($target, $schemaName, $json) { argument
482 $struct->importSchema($schemaName, $json, 'FARMSYNC');
489 if (json_encode($targetSchema) == $json) {
493 $struct->importSchema($schemaName, $json, 'FARMSYNC');
H A DStructUpdates.php11 list($schemaName, $json) = $struct;
12 $result = $this->farm_util->updateAnimalStructSchema($target, $schemaName, $json);
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php66 $json = new pfcJSON();
67 $js = $json->encode($chanmeta);
H A Dwhois.class.php72 $json = new pfcJSON();
73 $js = $json->encode($usermeta);
/plugin/dump/
H A DREADME.md4 …s://www.dokuwiki.org/plugin:dump) dumps the callstack (the array of instructions) in a json format.
16 If you click on it, you will see the callstack in `json` format.
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md9 …stian/global-state` to your project's `composer.json` file. Here is a minimal example of a `compos…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php67 $json = file_get_contents($jsonKey);
68 if (!$jsonKey = json_decode((string) $json, true)) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js903 EditorUi.prototype.getCellForJson = function(json) argument
907 var value = json.value;
909 if (json.xmlValue != null)
915 cell.connectable = json.connectable != 0;
916 cell.collapsed = json.collapsed == 1;
917 cell.visible = json.visible != 0;
918 cell.vertex = json.vertex == 1;
919 cell.edge = json.edge == 1;
920 cell.id = json.id;
922 for (var key in json)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc56 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
76 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
97 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
115 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
133 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
167 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
192 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
214 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
235 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
257 $params['format'] = (string) a short version of the Accept header, e.g. json, yam
[all...]
/plugin/linksenhanced/
H A Daction.php70 $json = new JSON();
74 echo $json->encode($data);
/plugin/tablelayout/
H A Dsyntax.php124 $json = hsc(json_encode($data));
125 … $renderer->doc .= "<div class='plugin_tablelayout_placeholder' data-tablelayout=\"$json\"></div>";
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst18 $registry->registerHandler('serialization', 'MyObject', 'json',
49 'format' => 'json',
55 'format' => 'json',
/plugin/prosemirror/
H A Dscript.js18 * @param {string} json the prosemirror document json
20 function showProsemirror(json) { argument
22 const $prosemirrorJsonInput = jQuery('#dw__editform').find('[name=prosemirror_json]').val(json);
38 'json': $prosemirrorJsonInput.val(),
129 showProsemirror(data.json);
/plugin/batchedit/
H A Djs.cookie.js112 if (!this.json && cookie.charAt(0) === '"') {
122 if (this.json) {
148 json: true
/plugin/stopforumspam/
H A Daction.php44 $json = file_get_contents($uri);
45 return $json;
/plugin/combo/ComboStrap/
H A DJson.php13 const EXTENSION = "json";
40 public static function getValidationLink(string $json): string argument
42 return "See the errors it by clicking on <a href=\"https://jsonformatter.curiousconcept.com/?data=" . urlencode($json) . "\">this link</a>";
100 throw new ExceptionBadSyntax("The string is not a valid json. Value: ($jsonString)");
/plugin/jsonrpc/
H A DIJR_Server.php157 function output($json) argument
159 $length = strlen($json);
164 echo $json;
/plugin/prosemirror/action/
H A Dajax.php115 header('Content-Type: application/json');
178 header('Content-Type: application/json');
183 'json' => $prosemirrorJSON,
188 $json = $INPUT->str('data');
190 $syntax = $helper->getSyntaxFromProsemirrorData($json);
196 if ($helper->tryToLogErrorToSentry($e, ['json' => $json])) {
201 header('Content-Type: application/json');
210 header('Content-Type: application/json');

12345678910>>...18