Home
last modified time | relevance | path

Searched refs:config (Results 126 – 133 of 133) sorted by path

123456

/dokuwiki/lib/plugins/logviewer/lang/pt/
H A Dintro.txt4 aqui (depende das suas [[doku>config:dontlog|configurações de log]]). No entanto, se algo der errado, as chances são altas de você encontrar informações úteis sobre o problema. Todos os horários são UTC!
/dokuwiki/lib/plugins/logviewer/lang/vi/
H A Dintro.txt4 tại đây (nó còn tùy thuộc vào [[doku>config:dontlog|cài đặt nhật ký log]] của bạn). Tuy nhiên, nếu có gì đó không ổn, rất có thể
/dokuwiki/lib/plugins/logviewer/lang/zh/
H A Dintro.txt3 此界面允许您查看 DokuWiki 编写的各种日志。默认情况下,这里应该没有太多内容(这取决于您的[[doku>config:dontlog|日志设置]])。但是,如果出现问题,您很有可能会找到有关该问题的有用信息。所有时间都是世界协调时!
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js24 return config.raw ? s : encodeURIComponent(s);
28 return config.raw ? s : decodeURIComponent(s);
32 return encode(config.json ? JSON.stringify(value) : String(value));
46 return config.json ? JSON.parse(s) : s;
51 var value = config.raw ? s : parseCookieValue(s);
55 var config = $.cookie = function (key, value, options) {
60 options = $.extend({}, config.defaults, options);
105 config.defaults = {};
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG17 * OpenSSH config (Kevin Ernst)
H A DTHANKS190 - OpenSSH config Kevin Ernst
281 - Xorg config Milian Wolff
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php284 * Sets the OpenSSL config file path
286 * Set to the empty string to use the default config file
327 $config = [];
329 $config['config'] = self::$configFile;
331 $rsa = openssl_pkey_new(['private_key_bits' => $bits] + $config);
332 openssl_pkey_export($rsa, $privatekeystr, null, $config);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php371 foreach ($this->setup as $command => $config) {

123456