Home
last modified time | relevance | path

Searched refs:json (Results 26 – 50 of 450) sorted by relevance

12345678910>>...18

/plugin/tablelayout/_test/
H A DbuildSyntaxFromJSON.test.php60 * @param string $json
64 public function testBuildSyntaxFromJSON($json, $expected_syntax, $msg) argument
69 $actual_syntax = $helper->buildSyntaxFromJSON($json);
/plugin/authorstats/
H A Dhelper.php49 $json = json_encode($authors, true);
50 file_put_contents($this->summaryfile, $json);
65 $json = json_encode($pages, true);
66 file_put_contents($this->basedir . "/" . $loginname . ".json", $json);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php43 $json = $this->serializer->serialize($school, 'json');
44 self::assertEquals('{"type":"school"}', $json);
46 $deserialized = $this->serializer->deserialize($json, Organization::class, 'json');
53 $json = $this->serializer->serialize($student, 'json');
54 self::assertEquals('{"type":"student"}', $json);
56 $deserialized = $this->serializer->deserialize($json, Person::class, 'json');
80 $json = $this->serializer->serialize($reloadedClass, 'json');
81 …id":1,"type":"teacher"},"students":[{"id":2,"type":"student"},{"id":3,"type":"student"}]}', $json);
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php49 * @param string $json
52 public static function fromJson($json) argument
54 $responseData = json_decode($json, true);
/plugin/prosemirror/schema/
H A DMark.php60 $json = [
64 $json['attrs'] = $this->attrs;
67 return $json;
/plugin/discordnotifier/examples/
H A Dsend_embeds.php23 $json = json_encode($payload);
24 print_r($json);
29 curl_setopt($ch, CURLOPT_POSTFIELDS, $json);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css103 ol.dr-json {
110 ol.dr-json .dr-json-key {
115 ol.dr-json .dr-json-description {
118 ol.dr-json ol.dr-json {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php136 $json = json_decode($body, true);
138 return new $expectedClass($json);
172 $json = json_decode($body, true);
174 if (isset($json['error']['errors'])) {
175 return $json['error']['errors'];
/plugin/bookmarkfile/
H A Dsyntax.php133 private function parseFirefoxJSON(array $json) argument
136 if ($json['root'] == 'placesRoot') {
137 $pos = $json['children'];
139 $pos = $json;
193 $json = file_get_contents($filename);
195 $json_bookmarks = json_decode($json, true);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php44 $json = [];
48 $json[] = $cookie->toArray();
52 $_SESSION[$this->sessionKey] = json_encode($json);
/plugin/doi/Resolver/
H A DDoiResolver.php42 $http->headers['Accept'] = 'application/vnd.citationstyles.csl+json';
43 $json = $http->get('https://doi.org/' . $id);
44 if (!$json) throw new \Exception('Could not fetch data from doi.org. ' . $http->error);
45 return json_decode($json, true);
/plugin/struct/meta/
H A DSchemaImporter.php18 * @param string $json
22 public function __construct($table, $json) argument
29 $input = json_decode($json, true);
61 // config has to stay json
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php291 * @param string $json JSON data to parse
301 function json_decode($json, $assoc = false, $depth = 512, $options = 0) argument
303 $data = \json_decode($json, $assoc, $depth, $options);
326 $json = \json_encode($value, $options, $depth);
333 return $json;
/plugin/advanced/lang/en/config/
H A Dmanifest.txt3 DokuWiki sends out a manifest.json, which allows mobile users to add the wiki as a web app to their…
5 This manifest.json can be customized in multiple ways:
8 …- it can be overwritten by values set in a ''manifest.local.json'' in the ''conf'' directory which…
10 …- if no icons are defined in a manifest.local.json, it looks for some svg logos and uses the first…
/plugin/components/lib/
H A Dajax.php57 $json = new JSON();
58 echo $json->encode($result);
113 $json = new JSON;
120 $value = $json->decode($value);
/plugin/oauthazure/
H A DAzure.php53 $json = $http->get($discover);
54 if (!$json) return '';
55 $this->discovery = json_decode($json, true);
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml1 comment: "This flow will create the bootstrapCustom.json file"
22 type: json
37 target-uri: "bootstrapCustom.json@sd"
/plugin/struct/
H A Ddeleted.files58 _test/json/schema1.schema.json
59 _test/json/schema2.schema.json
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
71 self::assertSame('{}', $json);
79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
83 ]), $json);
90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
94 ]), $json);
134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
142 ]), $json);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst16 $serializer->serialize($object, 'json');
22 {{ object | serialize('json') }}
35 $object = $serializer->deserialize($jsonData, 'MyNamespace\MyObject', 'json');
/plugin/oauthkeycloak/
H A DKeycloak.php43 $json = file_get_contents($plugin->getConf('openidurl'));
44 if (!$json) return '';
45 $this->discovery = json_decode($json, true);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile11 node_modules: package.json
18 bower_components: bower.json
35 lint: dependencies package.json bower.json
38 $(NODE_MODULES)/jsonlint package.json -q
39 $(NODE_MODULES)/jsonlint bower.json -q
/plugin/gitlabproject/
H A DREADME.md17 …your default Gitlab url, without slash ending. You can override this setting in `server.json` file.
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add …
49 Say that you've the following json file:
51 ```json
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php36 const WELL_KNOWN_PATH = 'gcloud/application_default_credentials.json';
38 const MTLS_WELL_KNOWN_PATH = '.secureConnect/context_aware_metadata.json';
131 throw new \InvalidArgumentException('json key is missing the type field');
/plugin/ajaxpeon/
H A Daction.php118 $json = new JSON();
122 echo $_GET["callback"]."(".$json->encode($data).")";
124 echo $json->encode($data);
194 $json = new JSON();
197 echo $json->encode($data);

12345678910>>...18