Home
last modified time | relevance | path

Searched refs:json (Results 151 – 175 of 450) sorted by relevance

12345678910>>...18

/plugin/sentry/
H A Dhelper.php166 $json = file_get_contents($file);
167 return Event::fromJSON($json);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php219 * @param string $json
223 public function testExpressionEngine(ExpressionFunction $function, $json) argument
236 self::assertEquals($json, $serializer->serialize($person, 'json'));
/plugin/schemadata/
H A Dplugin.info.txt6 …o use the Content Negotiation Feature of datacite to get the schema.org metadata in json+ld format.
/plugin/fetchmedia/script/
H A Dmain.js46 .then(response => response.json())
75 .then(response => response.json())
/plugin/farmer/action/
H A Dajax.php74 header('Content-Type: application/json');
/plugin/combo/resources/snippet/js/
H A Dsearch.js18 let htmlSuggestedPages = await response.json();
20 throw Error("The received suggest pages are not in a json array format");
/plugin/metaeditor/
H A Daction.php82 $json = new JSON();
86 echo $json->encode($data);
/plugin/struct/admin/
H A Dschemas.php62 header('Content-Type: application/json');
63 header("Content-Disposition: attachment; filename=$table.struct.json");
70 $json = io_readFile($_FILES['schemafile']['tmp_name'], false);
71 if (!$json) {
74 $builder = new SchemaImporter($table, $json);
204 $form->addElement(new InputElement('file', 'schemafile'))->attr('accept', '.json');
/plugin/prosemirror/
H A DREADME.md41 - `action/editor.php`: `HTML_EDITFORM_OUTPUT` get Instructions and render them to json
47 - Prosemirror parses that json in `script/main.js` according to the schema defined in
59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
94 in `_test/json/`. This data is used for three sets of tests:
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md37 // MultiPoint json example
39 $json =
47 $multipoint = geoPHP::load($json, 'json');
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt6 * **Content Type**: application/json
/plugin/structsection/
H A Dyarn.lock179 "@discoveryjs/json-ext@^0.5.0":
198 strip-json-comments "^3.1.1"
214 "@types/json-schema" "*"
221 "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
430 json-schema-traverse "^0.4.1"
1897 json-schema-traverse@^0.4.1:
1941 load-json-file@^2.0.0:
1947 parse-json "^2.2.0"
2245 parse-json@^2.2.0:
2350 load-json-file "^2.0.0"
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php61 'header' => 'Content-type: application/json',
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php42 $json = $http->get('https://openlibrary.org/api/books?jscmd=details&format=json&bibkeys=ISBN:' . $id);
43 if (!$json) throw new \Exception('Could not fetch data from Open Library. ' . $http->error);
44 $data = json_decode($json, true);
H A DIsbnGoogleBooksResolver.php51 $json = $http->get('https://www.googleapis.com/books/v1/volumes?q=isbn:' . $id);
52 if (!$json) throw new \Exception('Could not fetch data from Google Books. ' . $http->error);
53 $data = json_decode($json, true);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md54 "url": "data.json",
55 "format": "json"
97 format | json | Type of data: json, csv
171 "url": "data/serial.json",
172 "format": "json",
208 "url": "data.json",
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst23 .. _`json_encode options`: https://secure.php.net/manual/en/json.constants.php
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.2.md9 * Updated dependency information in `composer.json`
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml92 …les/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
102 cat ./coverage/coverage.json | codecov
/plugin/diagrams/script/
H A Dmediafile-editbutton.js18 const editableDiagrams = await result.json();
/plugin/panoview/
H A Dsyntax.php106 $json = new JSON();
129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/ghissues/helper/
H A DapiCacheInterface.php187 $json = new JSON();
188 $response = $json->decode($rawJSON);
/plugin/findologicxmlexport/
H A DREADME.md10 …efer to the [composer.json](https://raw.githubusercontent.com/findologic/dokuwiki-plugin-findologi…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc53 Content-Type: application/vnd.elasticsearch+json; compatible-with=7
54 Accept: application/vnd.elasticsearch+json; compatible-with=7
/plugin/etherpadlite/action/
H A Detherpadlite.php92 $json = new JSON();
100 print $json->encode($ret);
429 $json = new JSON();
430 $this->include_script($event, 'var etherpad_lite_config = '.$json->encode($config));

12345678910>>...18