Home
last modified time | relevance | path

Searched full:deleted (Results 1 – 25 of 116) sorted by relevance

12345

/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"
20 name: Update deleted files
34 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
37 - name: Update list with deleted files
43 if grep -q "^$F$" data/deleted.files; then
46 if ( ! test -f "data/deleted.files.tmp"); then
47 …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/lang/en/
H A Donceexisted.txt3 …. You can check the list of **Old revisions** to see when and why it was deleted, access old revis…
H A Dlang.php106 $lang['profdeleted'] = 'Your user account has been deleted from this wiki';
196 $lang['deletesucc'] = 'The file "%s" has been deleted.';
197 $lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.';
198 $lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.';
208 $lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the follo…
232 $lang['deleted'] = 'removed';
/dokuwiki/lib/plugins/authplain/lang/en/
H A Dlang.php9 $lang['protected'] = 'Data for user %s is protected and can not be modified or deleted.';
/dokuwiki/inc/parser/
H A Dparser.php19 … 'strong', 'emphasis', 'underline', 'monospace', 'subscript', 'superscript', 'deleted', 'footnote'
/dokuwiki/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dlang.php42 $lang['delete_ok'] = '%d users deleted';
55 $lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been 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/inc/lang/ku/
H A Dlang.php70 $lang['deleted'] = 'hat jê birin';
/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
/dokuwiki/inc/lang/mg/
H A Dlang.php87 $lang['deleted'] = 'voafafa';
/dokuwiki/inc/Extension/
H A DAuthPlugin.php25 'delUser' => false, // can Users be deleted?
306 * @return int number of users deleted
/dokuwiki/inc/lang/hi/
H A Dlang.php86 $lang['deleted'] = 'हटाया';

12345