Searched refs:json (Results 1 – 14 of 14) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/ |
D | .editorconfig | 9 [*.{css,js,json,sql}]
|
/dokuwiki/ |
D | .gitattributes | 16 composer.json export-ignore
|
D | .gitignore | 23 !/conf/manifest.json
|
D | composer.lock | 858 "ext-json": "*"
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.cookie.js | 32 return encode(config.json ? JSON.stringify(value) : String(value)); 46 return config.json ? JSON.parse(s) : s;
|
D | jquery.min.js | 2 …json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},r… property
|
/dokuwiki/inc/ |
D | confutils.php | 284 $json = file_get_contents($file); 286 $conf = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
|
D | html.php | 119 $json = htmlspecialchars_decode($matches[1], ENT_QUOTES); 122 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
D | README.md | 37 To your `composer.json` file
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
D | README.md | 16 …is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 5302 * @param string $json 5305 public static function parseJSON($json) { argument 5307 $return = json_decode(trim($json), true); 5313 return Zend_Json_Decoder::decode($json);
|
/dokuwiki/_test/ |
D | composer.lock | 363 "ext-json": "*", 917 "ext-json": "*",
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
D | composer.lock | 564 "ext-json": "*",
|
/dokuwiki/vendor/splitbrain/slika/ |
D | composer.lock | 787 "ext-json": "*",
|