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 106) sorted by relevance

12345

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php162 'WHERE cd.id = i.feed_id ' .
175 $query = $this->mysql->prepare('SELECT COUNT(*) FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :feed');
181 $sql = 'UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `items` = :items, `data` = :data, `mtime` = :time WHERE `id` = :feed';
185 $sql = 'UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `data` = :data, `mtime` = :time WHERE `id` = :feed';
212 $query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'items` WHERE `id` = ' . implode(' OR `id` = ', $database_ids) . ' AND `feed_id` = :feed');
244 $query = $this->mysql->prepare('SELECT `id` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :feed');
248 $query = $this->mysql->prepare('UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `items` = 0, `data` = :data, `mtime` = :time WHERE `id` = :feed');
280 $query = $this->mysql->prepare('SELECT `items`, `data` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `id` = :id');
305 $sql = 'SELECT `data` FROM `' . $this->options['extras']['prefix'] . 'items` WHERE `feed_id` = :feed ORDER BY `posted` DESC';
337 $query = $this->mysql->prepare('SELECT `mtime` FROM `' . $this->options['extras']['prefix'] . 'cache_data` WHERE `i
[all...]
/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 nam
[all...]
H A Dmediameta.php6 * fieldname - Where data will be saved (EXIF or IPTC field)
/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)
[all...]
H A Dremote.php14 * @return array {Scope: ACL}, where ACL = dictionnary {user/group: permissions_int}
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php132 * @param string $filename optional the filename where a recent version of the feed is saved. If not
153 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified, the
/dokuwiki/inc/parser/
H A Dparser.php22 // modes where the token is simply replaced - they can not contain any
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php36 /** @var string where templates are installed to */
826 * @param string $url Where the extension was downloaded from. (empty for manual installs via upload)
907 * - $file is the directory where the file should be saved
914 * @param string $file path to file or directory where to save
963 * @return string The path where the archive was saved
1013 // add default base folder if specified to handle case where zip doesn't contain this
1042 // where to install?
1116 * @param string $directory - the temp directory where the package was unpacked to
1162 // files where found but no info.txt - use old method
/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 not specified,
254 * @param string $filename optional the filename where a recent version of the feed is saved. If not
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php37 * where <class> is the the name of the class defining the property
H A DDebugHelper.php112 * This method is intended only for those situation where they are not applicable.
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php15 * The url where the data should be sent
26 * File where the last error which happened when we tried to autosubmit, will be log
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsparql.php54 'NAMED','WHERE','ORDER','BY','ASC','DESC','LIMIT','OFFSET','OPTIONAL','GRAPH',
H A Dper.php190 "WHERE",
H A Dlisp.php15 * - Fixed bug where a keyword was highlighted in identifiers (Edward Hart)
H A Dchapel.php62 'then', 'use', 'var', 'when', 'where', 'while', 'yield'
H A Doxygene.php62 'self', 'async', 'finalizer', 'where', 'yield', 'nullable', 'Future',
H A Dq.php79 'aj', 'by', 'delete', 'fby', 'from', 'ij', 'lj', 'pj', 'select', 'uj', 'update', 'where', 'wj',
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown37 ### Where's `simplepie.inc`?
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt111 creates the file for you and stores it in the same folder, where it is placed.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/inc/
H A Dmail.php131 // here is, where I don't agree with imap_8_bit,

12345