Home
last modified time | relevance | path

Searched full:json (Results 1 – 25 of 46) sorted by relevance

12

/dokuwiki/inc/Remote/
H A DJsonRpcServer.php6 * Provide the Remote XMLRPC API as a JSON based API
37 throw new RemoteException("JSON-RPC server not enabled.", -32605);
45 throw new RemoteException("JSON-RPC server only accepts POST requests.", -32606);
49 if ($contentType !== 'application/json') {
51 … throw new RemoteException("JSON-RPC server only accepts application/json requests.", -32606);
65 throw new RemoteException("JSON-RPC server only accepts valid JSON.", -32700);
74 * This should handle all JSON-RPC versions and our simplified version
76 * @link https://en.wikipedia.org/wiki/JSON-RPC
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DJWK.php4 * JSON Web Key (RFC7517) Handler
19 * JSON Web Key Formatted Key Handler
45 throw new \RuntimeException('Unable to decode JSON');
/dokuwiki/_test/tests/Remote/
H A DJsonRpcServerTest.php30 $_SERVER['CONTENT_TYPE'] = 'application/json';
47 $_SERVER['CONTENT_TYPE'] = 'application/json';
64 $_SERVER['CONTENT_TYPE'] = 'application/json';
/dokuwiki/.github/workflows/
H A DtestWindows.yml36 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
37 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
H A DtestLinux.yml54 echo ::add-matcher::${{ runner.tool_cache }}/php.json
55 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js32 return encode(config.json ? JSON.stringify(value) : String(value));
46 return config.json ? JSON.parse(s) : s;
/dokuwiki/lib/exe/
H A Dopenapi.php10 header('Content-Type: application/json');
38 <a href="https://www.dokuwiki.org/devel/jsonrpc">DokuWiki JSON-RPC API</a>.
43 … <a href="<?php echo DOKU_BASE ?>lib/exe/openapi.php?spec=1" download="dokuwiki.json">Download
H A Djsonrpc.php10 header('Content-Type: application/json');
H A Dopensearch.php35 echo ' <Url type="application/x-suggestions+json" template="' .
/dokuwiki/vendor/simplepie/simplepie/
H A D.editorconfig9 [*.{css,js,json,sql}]
/dokuwiki/
H A D.gitattributes16 composer.json export-ignore
H A Dcomposer.json9 "ext-json": "*",
H A D.gitignore23 !/conf/manifest.json
/dokuwiki/_test/tests/inc/
H A Dhttpclient_http.test.php24 $this->assertTrue(is_array($resp), 'JSON response');
41 $this->assertTrue(is_array($resp), 'JSON response');
58 $this->assertTrue(is_array($resp), 'JSON response');
75 $this->assertTrue(is_array($resp), 'JSON response');
92 $this->assertTrue(is_array($resp), 'JSON response');
109 $this->assertTrue(is_array($resp), 'JSON response');
145 $this->assertTrue(is_array($resp), 'JSON response');
224 $this->assertTrue(is_array($resp), 'JSON response');
268 $this->assertTrue(is_array($resp), 'JSON response');
/dokuwiki/inc/
H A Dconfig_cascade.php34 'default' => [DOKU_CONF . 'manifest.json'],
35 'local' => [DOKU_CONF . 'manifest.local.json']
H A DManifest.php80 header('Content-Type: application/manifest+json');
H A DAjax.php112 /* now construct a json */
120 header('Content-Type: application/x-suggestions+json');
314 header('Content-Type: application/json');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php23 * JSON Serialize
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgo.php156 'jpeg.UnsupportedError', 'json.Decoder', 'json.Encoder',
157 'json.InvalidUnmarshalError', 'json.Marshaler', 'json.MarshalerError',
158 'json.SyntaxError', 'json.UnmarshalTypeError', 'json.Unmarshaler',
159 'json.UnsupportedTypeError', 'list.Element', 'list.List', 'log.Logger',
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php45 $result = $http->post('https://validator.w3.org/nu/?out=json&level=error', $html);
53 throw new \Exception('could not decode JSON');
/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php35 * @return string JSON encoded OpenAPI specification
195 'application/json' => $this->getMethodArguments($call->getArgs()),
202 'application/json' => [
259 // this is to ensure the openapi spec knows that a application/json header is needed
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md37 To your `composer.json` file
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSONCreator.php4 * JSONCreator is a FeedCreator that implements the JSON Feed specification,
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md16 …is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
/dokuwiki/lib/plugins/extension/
H A DRepository.php90 'fmt' => 'json',
205 $query['fmt'] = 'json';

12