Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/lang/en/
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
/dokuwiki/lib/plugins/authplain/
H A Dauth.php234 * @param array $users array of users to be deleted
235 * @return int the number of users deleted
245 $deleted = [];
252 if (isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
255 if ($deleted === []) return 0;
257 $pattern = '/^(' . implode('|', $deleted) . '):/';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/dokuwiki/inc/
H A Dauth.php1160 $deleted = [];
1161 $deleted[] = $INPUT->server->str('REMOTE_USER');
1162 if ($auth->triggerUserMod('delete', [$deleted])) {
/dokuwiki/inc/parser/
H A Dhandler.php483 public function deleted($match, $state, $pos)
485 $this->nestingTag($match, $state, $pos, 'deleted');
458 public function deleted($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt16 You can mark something as <del>deleted</del> as well.
18 You can mark something as <del>deleted</del> as well.