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 path

12

/dokuwiki/conf/
H A Ddokuwiki.php141 $conf['rss_show_deleted'] = 1; //Show deleted items 0|1
/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/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/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 DDifferenceEngine.php1267 $r .= ' <span '.HTMLDiff::css('diff-deletedline').'><del>'.$lang['deleted'].'</del></span>';
H A Dauth.php1160 $deleted = [];
1161 $deleted[] = $INPUT->server->str('REMOTE_USER');
1162 if ($auth->triggerUserMod('delete', [$deleted])) {
H A Dchangelog.php155 * RECENTS_SKIP_DELETED - don't include deleted pages
258 * RECENTS_SKIP_DELETED - don't include deleted pages
H A Dindexer.php127 // check if page was deleted but is still in the index
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 Dmedia.php287 addMediaLogEntry(time(), $id, DOKU_CHANGE_TYPE_DELETE, $lang['deleted'], '', null, $sizechange);
H A Dparserutils.php609 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted'
/dokuwiki/inc/Extension/
H A DAuthPlugin.php25 'delUser' => false, // can Users be deleted?
306 * @return int number of users 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/HTTP/
H A DHTTPClient.php341 if ($val == 'deleted') {
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php45 '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/Search/
H A DIndexer.php293 $pages[$new_id] = 'deleted:' . time() . random_int(0, 9999);
/dokuwiki/inc/Ui/
H A DPageDiff.php440 // externally deleted or older file restored
H A DRecent.php166 // the page or media file was externally deleted, updated info because the link is already red
/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
H A Dmetadata.php29 /** @var array persistent meta data, will be kept until explicitly deleted */
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 Dxhtml.php426 * Start deleted (strike-through) formatting
434 * Stop deleted (strike-through) formatting

12