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

12

/dokuwiki/.github/workflows/
H A DdeletedFiles.yml1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re…
2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…
3 …ares the current master with the stable branch and adds all deleted files to the data/deleted.file…
8 name: "Update deleted files"
16 name: Update deleted files
30 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
33 - name: Update list with deleted files
39 if grep -q "^$F$" data/deleted.files; then
42 if ( ! test -f "data/deleted.files.tmp"); then
43 …ed on/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/
[all …]
H A DtodoChecker.yml5 types: [edited, deleted]
/dokuwiki/lib/plugins/usermanager/_test/
H A DAuthPlugin.php44 $deleted = 0;
48 $deleted++;
52 return $deleted;
/dokuwiki/inc/parser/
H A Dparser.php19 … 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted', 'footnote'
H A Drenderer.php342 * Start deleted (strike-through) formatting
349 * Stop deleted (strike-through) formatting
/dokuwiki/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/dokuwiki/lib/plugins/authplain/
H A Dauth.php237 * @param array $users array of users to be deleted
238 * @return int the number of users deleted
248 $deleted = [];
255 if (isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
258 if ($deleted === []) return 0;
260 $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/Parsing/ParserMode/
H A DFormatting.php45 'deleted' => [
/dokuwiki/_test/tests/inc/
H A Dfulltext_backlinks.test.php72 saveWikiText('test:internallinks', '', 'Deleted');
H A Dfulltext_mediause.test.php79 saveWikiText('test:internalmedia_usage', '', 'Deleted');
H A Dchangelog_getlastrevisionat.test.php128 * test get correct revision on deleted media
H A Dindexer_rename.test.php48 …=> array()), $this->indexer->lookup($query), 'Existing page hasn\'t been deleted from the index.');
/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/lib/plugins/usermanager/
H A Dremote.php88 * @return bool wether the user was successfully 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 Dchangelog.php155 * RECENTS_SKIP_DELETED - don't include deleted pages
258 * RECENTS_SKIP_DELETED - don't include deleted pages
H A Dio.php23 * @param string $id - a pageid, the namespace of that id will be tried to deleted
25 * @return bool - true if at least one namespace was deleted
46 $delone = true; // we deleted at least one dir
/dokuwiki/inc/Extension/
H A DAuthPlugin.php25 'delUser' => false, // can Users be deleted?
306 * @return int number of users deleted
/dokuwiki/_test/tests/inc/parser/
H A Dparser_i18n.test.php16 'subscript', 'superscript', 'deleted',
/dokuwiki/inc/Ui/
H A DRecent.php166 … // the page or media file was externally deleted, updated info because the link is already red
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php67 // can Users be deleted?
348 * @return int number of users deleted
512 * @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/_test/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.

12