| /dokuwiki/inc/Remote/ |
| H A D | JsonRpcServer.php | 6 * 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 D | JWK.php | 4 * 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 D | JsonRpcServerTest.php | 30 $_SERVER['CONTENT_TYPE'] = 'application/json'; 47 $_SERVER['CONTENT_TYPE'] = 'application/json'; 64 $_SERVER['CONTENT_TYPE'] = 'application/json';
|
| /dokuwiki/.github/workflows/ |
| H A D | testWindows.yml | 36 echo "::add-matcher::${{ runner.tool_cache }}/php.json" 37 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
| H A D | testLinux.yml | 54 echo ::add-matcher::${{ runner.tool_cache }}/php.json 55 echo ::add-matcher::${{ runner.tool_cache }}/phpunit.json
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.cookie.js | 32 return encode(config.json ? JSON.stringify(value) : String(value)); 46 return config.json ? JSON.parse(s) : s;
|
| /dokuwiki/lib/exe/ |
| H A D | openapi.php | 10 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 D | jsonrpc.php | 10 header('Content-Type: application/json');
|
| H A D | opensearch.php | 35 echo ' <Url type="application/x-suggestions+json" template="' .
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | .editorconfig | 9 [*.{css,js,json,sql}]
|
| /dokuwiki/ |
| H A D | .gitattributes | 16 composer.json export-ignore
|
| H A D | composer.json | 9 "ext-json": "*",
|
| H A D | .gitignore | 23 !/conf/manifest.json
|
| /dokuwiki/_test/tests/inc/ |
| H A D | httpclient_http.test.php | 24 $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 D | config_cascade.php | 34 'default' => [DOKU_CONF . 'manifest.json'], 35 'local' => [DOKU_CONF . 'manifest.local.json']
|
| H A D | Manifest.php | 80 header('Content-Type: application/manifest+json');
|
| H A D | Ajax.php | 112 /* 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 D | Integer.php | 23 * JSON Serialize
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | go.php | 156 '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 D | general_html.test.php | 45 $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 D | OpenAPIGenerator.php | 35 * @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 D | README.md | 37 To your `composer.json` file
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | JSONCreator.php | 4 * JSONCreator is a FeedCreator that implements the JSON Feed specification,
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 16 …is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 90 'fmt' => 'json', 205 $query['fmt'] = 'json';
|