Home
last modified time | relevance | path

Searched full:like (Results 1 – 25 of 146) sorted by relevance

123456

/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.php42 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 Dwordpress.php35 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 Dmybb.php54 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 Ddjango.php46 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 DPropertyDeprecationHelper.php69 // 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 Dsqlite.test.php62 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 Dpreview.txt3 This is a preview of what your text will look like. **Remember: It is not saved yet**!
/dokuwiki/lib/plugins/extension/
H A Dhelper.php9 * like getLang() to be used in the plugin classes.
/dokuwiki/_test/core/
H A DTestUtils.php9 * converts path to unix-like on windows OS
10 * @param string $path UNIX-like path to be converted
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt38 …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 Dsyntax.txt38 …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 Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
H A Dlocal.php.dist3 * This is an example of how a local.php could look like.
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
/dokuwiki/_test/conf/
H A Dacl.auth.php10 # If your auth backend allows special char like spaces in groups
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages a…
/dokuwiki/inc/File/
H A DPageResolver.php63 // 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 DInteger.php28 * serialized as well and that just sounds like too much
/dokuwiki/inc/Form/
H A DValueElement.php8 * Just like an Element but it's value is not part of its attributes
/dokuwiki/vendor/phpseclib/phpseclib/
H A DBACKERS.md3 …pseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you.
/dokuwiki/_test/tests/File/
H A DPageResolverTest.php114 // 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 Dgeneral_languagelint.test.php32 * Checks if the file contains any ugly things like leading whitespace, BOM or trailing
/dokuwiki/vendor/php81_bc/strftime/src/
H A DDateLocaleFormatter.php14 /** @var string[] strftime() to date() like formats that are dependend on Locales */
/dokuwiki/_test/tests/inc/
H A Dio_replaceinfile.test.php66 …* 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 DREADME.markdown24 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

123456