/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/ |
H A D | openssl.cnf | 1 # minimalist openssl.cnf file for use with phpseclib
|
/dokuwiki/lib/tpl/dokuwiki/lang/da/ |
H A D | style.txt | 1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL (…)
|
/dokuwiki/lib/tpl/dokuwiki/lang/en/ |
H A D | style.txt | 1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it 2 will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed
|
/dokuwiki/inc/Utf8/ |
H A D | Sort.php | 5 use dokuwiki\Logger; 69 * Enable or disable the use of the "intl" extension collator. 72 * @param bool $use 76 public static function useIntl($use = true) 78 self::$useIntl = $use; 172 return uasort($array, function ($fn1, $fn2) use ($collator) { 74 useIntl($use = true) global() argument
|
/dokuwiki/inc/ |
H A D | preload.php.dist | 5 * You can also use preload.php for other things than farming, e.g. for moving 12 // include this after DOKU_FARMDIR if you want to use farms
|
/dokuwiki/inc/lang/en/ |
H A D | pwconfirm.txt | 7 To confirm that the request was really sent by you please use the following link.
|
H A D | draft.txt | 3 Your last edit session on this page was not completed correctly. DokuWiki automatically saved a draft during your work which you may now use to continue your editing. Below you can see the data that was saved from your last session.
|
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/data/pages/wiki/ |
H A D | dokuwiki.txt | 3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki. 42 * [[doku>Template|How to create and use templates]] 58 2004-2020 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community 60 The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider [[doku>donate|donating]] a few bucks ;-).
|
/dokuwiki/inc/lang/es/ |
H A D | pwconfirm.txt | 7 Para confirmar que la solicitud fue realizada realmente por usted, por favor use el siguiente enlace.
|
/dokuwiki/inc/lang/el/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/inc/lang/et/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 9 It can use either PHP's libGD or a locally installed ImageMagick binary. 21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter returned by `run()`, it is a single use object. All operations can potentially throw a `\splitbrain\slika\Exception`. 26 use \splitbrain\slika\Slika; 27 use \splitbrain\slika\Exception;
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | README.md | 28 use splitbrain\PHPArchive\Tar; 30 // To list the contents of an existing TAR archive, open() it and use 37 // To extract the contents of an existing TAR archive, open() it and use
|
/dokuwiki/lib/images/interwiki/ |
H A D | phpfn.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-label="PHP" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#777bb3"/><g stroke="#fff" stroke-width="6"><path id="a" d="M155 202H97a3 3 0 0 0-3 2L67 345c0 3 3 3 3 3h30c3 0 3-2 3-2l7-35h27c42 0 63-28 68-53s1-56-50-56zm13 54c-4 19-17 27-35 27h-18l11-53h18c27 0 26 10 24 26z"/><path d="M275 311c-4 0-3-4-3-4l12-61c0-8 6-16-18-15h-18l-15 78s0 3-4 3h-29c-3 0-3-3-3-3l28-141s0-2 4-2h30c3 0 2 3 2 3l-7 34h26c36 0 45 17 42 37l-13 69s0 3-5 3z"/><use xlink:href="#a" x="239"/></g></svg
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 4 SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 6 beginners and veterans alike, SimplePie is focused on [speed, ease of use, 23 1. `src/` - SimplePie classes for use with the autoloader 24 2. `autoloader.php` - The SimplePie Autoloader if you want to use the separate 32 7. `idn/` - A third-party library that SimplePie can optionally use to 39 to maintain and use.
|
H A D | CHANGELOG.md | 42 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_recursive()` instead 43 - The method `SimplePie\SimplePie::set_cache_name_function()` is deprecated, use `SimplePie\SimplePie::set_cache_namefilter()` instead 44 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead 46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead 47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead 48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead 49 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead 50 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead 51 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead 52 - The class `SimplePie\Cache\Redis` is deprecated, use implementatio [all...] |
/dokuwiki/inc/lang/ar/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/inc/lang/cy/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/inc/lang/id/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/inc/lang/nl/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/lib/plugins/acl/lang/en/ |
H A D | help.txt | 6 * In the table below all currently set access control rules are shown. You can use it to quickly delete or change multiple rules.
|
/dokuwiki/lib/tpl/dokuwiki/lang/pt-br/ |
H A D | style.txt | 1 Caso queira ajustar a logo, use o Gerenciador de Mídias para enviar um "logo.png" para o espaço de nomes "wiki" ou para a raiz e e (…)
|
/dokuwiki/inc/lang/fa/ |
H A D | stopwords.txt | 2 # When you edit this file be sure to use UNIX line endings (single newline)
|
/dokuwiki/vendor/phpseclib/phpseclib/ |
H A D | README.md | 30 * Do not use in production 58 To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. 66 * [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use)
|