Home
last modified time | relevance | path

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

123456

/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
H A Ddokuwiki.txt30 * [[doku>config|Configuration]]
H A Dsyntax.txt67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php371 foreach ($this->setup as $command => $config) {
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS190 - OpenSSH config Kevin Ernst
281 - Xorg config Milian Wolff
H A DCHANGELOG17 * OpenSSH config (Kevin Ernst)
/dokuwiki/data/
H A Ddeleted.files101 lib/plugins/config/_test/configuration.test.php
214 lib/plugins/config/settings/config.class.php
215 lib/plugins/config/settings/extra.class.php
680 lib/plugins/config/rtl.css
802 lib/plugins/config/lang/ca-va/
/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);

123456