Home
last modified time | relevance | path

Searched +full:where -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 130) sorted by relevance

123456

/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.php17 WHERE username = :user
22 WHERE U.id = :uid
36 WHERE id = :uid
41 WHERE U.id = G.g_id
53 WHERE U.id = G.g_id
63 WHERE id = :uid
68 WHERE id = :uid
76 WHERE id = :uid
H A Dmybb.php19 WHERE username = :user
24 WHERE username = :user
32 WHERE U.usergroup = UG.gid
47 WHERE uid = :uid
53 WHERE U.usergroup = UG.gid
66 WHERE U.usergroup = UG.gid
75 WHERE uid = :uid
80 WHERE uid = :uid
87 WHERE uid = :uid
96 WHERE uid = :uid
H A Dwordpress.php19 WHERE user_login = :user
24 WHERE user_id = :uid
33 WHERE U.ID = M.user_id
46 WHERE U.ID = M.user_id
57 WHERE ID = :uid
62 WHERE ID = :uid
67 WHERE ID = :uid
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.php17 WHERE username = :user
22 WHERE UG.user_id = :uid
36 WHERE user_id = :uid
39 WHERE id = :uid
44 WHERE U.id = UG.user_id
57 WHERE U.id = UG.user_id
69 WHERE id = :uid
74 WHERE id = :uid
79 WHERE id = :uid
89 WHERE user_id = :uid
/dokuwiki/lib/plugins/authpdo/_test/
H A Dsqlite.test.php51 …ser'] = 'SELECT id AS uid, login AS user, name, pass AS clear, mail FROM user WHERE login = :user';
52 …thpdo']['select-user-groups'] = 'SELECT * FROM member AS m, "group" AS g WHERE m.gid = g.id AND …
56 $conf['plugin']['authpdo']['delete-user'] = 'DELETE FROM user WHERE id = :uid';
60 WHERE U.id = M.uid
71 WHERE U.id = M.uid
79 …$conf['plugin']['authpdo']['update-user-login'] = 'UPDATE user SET login = :newlogin WHERE id = :u…
80 …in']['authpdo']['update-user-info'] = 'UPDATE user SET name = :name, mail = :mail WHERE id = :uid';
81 … $conf['plugin']['authpdo']['update-user-pass'] = 'UPDATE user SET pass = :hash WHERE id = :uid';
85 … $conf['plugin']['authpdo']['leave-group'] = 'DELETE FROM member WHERE uid = :uid AND gid = :gid';
125 …user'] = 'SELECT id AS uid, login AS user, name, pass AS hash, mail FROM user WHERE login = :user';
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php122 'WHERE cd.id = i.feed_id ' .
135 …('SELECT COUNT(*) FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :feed');
141 …'prefix'] . 'cache_data` SET `items` = :items, `data` = :data, `mtime` = :time WHERE `id` = :feed';
145 …options['extras']['prefix'] . 'cache_data` SET `data` = :data, `mtime` = :time WHERE `id` = :feed';
172 …epare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'items` WHERE `id` = ' . implode…
204 …pare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :feed');
208 …s']['prefix'] . 'cache_data` SET `items` = 0, `data` = :data, `mtime` = :time WHERE `id` = :feed');
240 …ECT `items`, `data` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :id');
265 …l = 'SELECT `data` FROM `' . $this->options['extras']['prefix'] . 'items` WHERE `feed_id` = :feed …
297 …are('SELECT `mtime` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :id');
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php60 * The LESS source file where the error was triggered
71 * The line number where the error was triggered
/dokuwiki/conf/
H A Dmysql.conf.php.example70 WHERE login='%{user}'
87 WHERE login='%{user}'";
99 WHERE u.uid = ug.uid
174 WHERE gid='%{gid}'";
184 WHERE login='%{user}'";
196 WHERE uid='%{uid}'";
204 WHERE uid='%{uid}'";
227 $conf['plugin']['authmysql']['UpdateTarget']= "WHERE uid=%{uid}";
239 WHERE uid='%{uid}'
251 WHERE name='%{group}'";
H A Dmediameta.php6 * fieldname - Where data will be saved (EXIF or IPTC field)
/dokuwiki/_test/tests/inc/parser/
H A Dparser_media.test.php13 $file = 'http://some.where.far/away.ogv';
31 $source = '<source src="http://some.where.far/away.ogv" type="video/ogg" />';
35 …_part = '&amp;media=http%3A%2F%2Fsome.where.far%2Faway.ogv" class="media mediafile mf_ogv" title="…
55 $file = 'http://some.where.far/away.vid';
72 …_part = '&amp;media=http%3A%2F%2Fsome.where.far%2Faway.vid" class="media mediafile mf_vid" title="…
/dokuwiki/_test/conf/
H A Dlocal.php3 $conf['savedir'] = DOKU_TMP_DATA; //where to store all the files
/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…
77 * Test with replace all where replacement line == search line - must not timeout
90 …* Test where $oldline exactly matches one line and also matches part of other lines - only the …
/dokuwiki/inc/Extension/
H A DAuthPlugin.php259 * Create a new User [implement only where required/possible]
284 * Modify user data [implement only where required/possible]
300 * Delete one or more users [implement only where required/possible]
331 * Bulk retrieval of user data [implement only where required/possible]
348 * Define a group [implement only where required/possible]
363 * Retrieve groups [implement only where required/possible]
430 * Check Session Cache validity [implement only where required/possible]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php132 foreach ($INPUT->arr('del') as $where => $names) {
135 unset($acl[$where][$who]);
148 foreach ($acl as $where => $opt) {
158 $lines[] = "$where\t$who\t$perm\n";
342 * Display the current ACL for selected where/who combination with
445 // prepare where to check
653 echo '<th>' . $this->getLang('where') . '</th>';
658 foreach ($this->acl as $where => $set) {
662 if (str_ends_with($where, '*')) {
663 echo '<span class="aclns">' . hsc($where) . '</span>';
[all …]
H A Dremote.php14 * @return array {Scope: ACL}, where ACL = dictionnary {user/group: permissions_int}
/dokuwiki/inc/parser/
H A Dparser.php21 // modes where the token is simply replaced - they can not contain any
/dokuwiki/inc/Remote/Response/
H A DMediaChange.php16 /** @var string The IP address from where this change was made */
H A DPageChange.php16 /** @var string The IP address from where this change was made */
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php132 …* @param string $filename optional the filename where a recent version of the feed is s…
153 …* @param string $filename optional the filename where a recent version of the feed is saved. If no…
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php33 * cases where the path has to be adjusted to make the URI reference
57 * cases where the path has to be adjusted to make the URI reference
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md26 …oad the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
/dokuwiki/lib/plugins/config/core/
H A DWriter.php16 /** @var string the file where the config will be saved to */
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php232 …* @param string $filename optional the filename where a recent version of the feed is saved. If…
254 …* @param string $filename optional the filename where a recent version of the feed is save…
/dokuwiki/lib/plugins/extension/
H A DExtension.php91 * The given directory might be the one where the extension has already been installed to
94 * @param string $dir Where the extension code is currently located
224 * Get the directory where this extension should be installed in
789 * @param string $dir The directory where the extension is located
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php37 * where <class> is the the name of the class defining the property

123456