Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/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/inc/File/
H A DPageFile.php60 ? '' // attic stores complete last page version for a deleted page
162 // nothing to do when the file has already deleted
166 $data['summary'] = $lang['deleted'];
171 // pre-save deleted revision
/dokuwiki/inc/parser/
H A Dparser.php20 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted', 'footnote'
H A Drenderer.php342 * Start deleted (strike-through) formatting
349 * Stop deleted (strike-through) formatting
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
H A Dmetadata.php29 /** @var array persistent meta data, will be kept until explicitly deleted */
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php45 '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/ChangeLog/
H A DChangeLog.php82 * has modified, created or deleted outside of DokuWiki.
579 * however this is not possible when the file has already deleted outside of DokuWiki.
583 * 2) the value is essentially volatile for deleted but once existed files.
629 // externally deleted, set revision date as late as possible
636 'sum' => $lang['deleted'] . ' - ' . $lang['external_edit'] . ' (' . $lang['unknowndate'] . ')',
H A DRevisionInfo.php131 // exact date is unknown for externally deleted file
281 // even if it had once existed but deleted before. Simply ignore to check changelog.
/dokuwiki/inc/
H A Dchangelog.php155 * RECENTS_SKIP_DELETED - don't include deleted pages
258 * RECENTS_SKIP_DELETED - don't include deleted pages
H A Dio.php22 * @param string $id - a pageid, the namespace of that id will be tried to deleted
24 * @return bool - true if at least one namespace was deleted
45 $delone = true; // we deleted at least one dir
H A Dindexer.php127 // check if page was deleted but is still in the index
H A Dauth.php1160 $deleted = [];
1161 $deleted[] = $INPUT->server->str('REMOTE_USER');
1162 if ($auth->triggerUserMod('delete', [$deleted])) {
/dokuwiki/inc/Extension/
H A DAuthPlugin.php25 'delUser' => false, // can Users be deleted?
306 * @return int number of users deleted
/dokuwiki/inc/Remote/
H A DApiCore.php688 // autoset summary on deleted pages
690 $summary = $lang['deleted'];
967 * @throws RemoteException file in use or not deleted
/dokuwiki/inc/Ui/
H A DRecent.php166 // the page or media file was externally deleted, updated info because the link is already red
H A DPageDiff.php440 // externally deleted or older file restored
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php67 // can Users be deleted?
345 * @return int number of users deleted
509 * @return bool true when the user was deleted
/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.
/dokuwiki/conf/
H A Ddokuwiki.php141 $conf['rss_show_deleted'] = 1; //Show deleted items 0|1
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgml.php27 * - Deleted repeated entries.
33 * - Deleted the KEYWORDS=>5 and KEYWORDS=>6 sections (actually, they were empty).
H A Dvisualfoxpro.php293 'Delete','DeleteColumn','Deleted','Destroy','DoCmd','Dock',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php588 // a deleted item (which also makes it an invalid rss item).
589 if (isset($entry['properties']['deleted'][0])) {

12