| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.php | 42 AND G.g_title LIKE :group 43 AND U.username LIKE :user 44 AND U.username LIKE :name 45 AND U.email LIKE :mail 54 AND G.g_title LIKE :group 55 AND U.username LIKE :user 56 AND U.username LIKE :name 57 AND U.email LIKE :mail
|
| H A D | wordpress.php | 35 AND CONCAT("group", M.meta_value) LIKE :group 36 AND U.user_login LIKE :user 37 AND U.display_name LIKE :name 38 AND U.user_email LIKE :mail 48 AND CONCAT("group", M.meta_value) LIKE :group 49 AND U.user_login LIKE :user 50 AND U.display_name LIKE :name 51 AND U.user_email LIKE :mail
|
| H A D | mybb.php | 54 AND UG.title LIKE :group 55 AND U.username LIKE :user 56 AND U.username LIKE :name 57 AND U.email LIKE :mail 67 AND UG.title LIKE :group 68 AND U.username LIKE :user 69 AND U.username LIKE :name 70 AND U.email LIKE :mail
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.php | 46 AND G.name LIKE :group 47 AND U.username LIKE :user 48 AND CONCAT_WS(\' \', U.first_name, U.last_name) LIKE :name 49 AND U.email LIKE :mail 59 AND G.name LIKE :group 60 AND U.username LIKE :user 61 AND CONCAT_WS(\' \', U.first_name, U.last_name) LIKE :name 62 AND U.email LIKE :mail
|
| /dokuwiki/inc/Debug/ |
| H A D | PropertyDeprecationHelper.php | 69 // Someone tried to access a normal non-public property. Try to behave like PHP would. 72 // Non-existing property. Try to behave like PHP would. 89 // Someone tried to access a normal non-public property. Try to behave like PHP would. 92 // Non-existing property. Try to behave like PHP would. 98 * Like property_exists but also check for non-visible private properties and returns which
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | sqlite.test.php | 62 AND G."group" LIKE :group 63 AND U.login LIKE :user 64 AND U.name LIKE :name 65 AND U.mail LIKE :mail 73 AND G."group" LIKE :group 74 AND U.login LIKE :user 75 AND U.name LIKE :name 76 AND U.mail LIKE :mail';
|
| /dokuwiki/inc/lang/en/ |
| H A D | preview.txt | 3 This is a preview of what your text will look like. **Remember: It is not saved yet**!
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | helper.php | 9 * like getLang() to be used in the plugin classes.
|
| /dokuwiki/_test/core/ |
| H A D | TestUtils.php | 9 * converts path to unix-like on windows OS 10 * @param string $path UNIX-like path to be converted
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 38 …ll: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@spl… 43 addresses like this one: <andi@splitbrain.org> are recognized, too. 79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make s… 81 Windows Shares like [[\\server\share|this]] are recognized, too. 97 …age by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this: 366 If you need to display text exactly like it is typed (without any formatting), enclose the area eit… 369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**,… 374 …This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**… 380 …ocks into your documents by either indenting them by at least two spaces (like used for the previo… 385 This is preformatted code all spaces are preserved: like <-this [all …]
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 38 …ll: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@spl… 43 addresses like this one: <andi@splitbrain.org> are recognized, too. 79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make s… 81 Windows Shares like [[\\server\share|this]] are recognized, too. 97 …age by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this: 366 If you need to display text exactly like it is typed (without any formatting), enclose the area eit… 369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**,… 374 …This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**… 380 …ocks into your documents by either indenting them by at least two spaces (like used for the previo… 385 This is preformatted code all spaces are preserved: like <-this [all …]
|
| /dokuwiki/conf/ |
| H A D | acl.auth.php.dist | 10 # If your auth backend allows special char like spaces in groups
|
| H A D | local.php.dist | 3 * This is an example of how a local.php could look like.
|
| /dokuwiki/lib/plugins/logviewer/lang/en/ |
| H A D | intro.txt | 7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
|
| /dokuwiki/_test/conf/ |
| H A D | acl.auth.php | 10 # If your auth backend allows special char like spaces in groups
|
| /dokuwiki/lib/plugins/popularity/lang/en/ |
| H A D | intro.txt | 7 Data collected contains information like your DokuWiki version, the number and size of your pages a…
|
| /dokuwiki/inc/File/ |
| H A D | PageResolver.php | 63 // page named like the NS inside the NS 66 // page named like the NS outside the NS
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/ |
| H A D | Integer.php | 28 * serialized as well and that just sounds like too much
|
| /dokuwiki/inc/Form/ |
| H A D | ValueElement.php | 8 * Just like an Element but it's value is not part of its attributes
|
| /dokuwiki/vendor/phpseclib/phpseclib/ |
| H A D | BACKERS.md | 3 …pseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you.
|
| /dokuwiki/_test/tests/File/ |
| H A D | PageResolverTest.php | 114 // a link like that is usually not possible, but we fall back to standard start 123 // now we have a startpage named like the namespace 146 $this->assertEquals($expect, $actual, 'page like namespace outside'); 151 $this->assertEquals($expect, $actual, 'page like namespace inside');
|
| /dokuwiki/_test/tests/general/ |
| H A D | general_languagelint.test.php | 32 * Checks if the file contains any ugly things like leading whitespace, BOM or trailing
|
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | DateLocaleFormatter.php | 14 /** @var string[] strftime() to date() like formats that are dependend on Locales */
|
| /dokuwiki/_test/tests/inc/ |
| H A D | io_replaceinfile.test.php | 66 …* Test for a non-regex replacement where $newline contains a backreference like construct - it sho… 74 …00\012DeleteX\012Test\012", io_readFile($file), "Edge case: backreference like construct in replac…
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 24 Since SimplePie 1.9.0 you can use a [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP client like … 71 If you'd like a single monolithic file, see the assets in the 106 If you'd like to contribute to SimplePie, the best way to get started is to fork
|