Home
last modified time | relevance | path

Searched full:deleted (Results 1 – 25 of 113) 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/inc/Parsing/ParserMode/
H A DDeleted.php5 class Deleted extends AbstractFormatting class
16 return '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';
199 $lang['deletesucc'] = 'The file "%s" has been deleted.';
200 $lang['deletefail'] = '"%s" couldn\'t be deleted - check permissions.';
201 $lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use.';
211 $lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the follo…
235 $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/_test/tests/Parsing/ParserMode/
H A DFormattingTest.php5 use dokuwiki\Parsing\ParserMode\Deleted; alias
128 $this->P->addMode('deleted', new Deleted());
H A DI18nTest.php6 use dokuwiki\Parsing\ParserMode\Deleted; alias
28 'deleted' => new Deleted(),
/dokuwiki/inc/Action/
H A DRevert.php41 $sum = $lang['deleted'];
/dokuwiki/inc/File/
H A DPageFile.php57 ? '' // attic stores complete last page version for a deleted page
165 // nothing to do when the file has already deleted
169 $data['summary'] = $lang['deleted'];
174 // pre-save deleted revision
/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/_test/tests/Search/
H A DBacklinksTest.php77 …saveWikiText('test:deletedlinks', '[[deletedtarget]] [[..:deleted target]]', 'Test initialization'…
84 saveWikiText('test:deletedlinks', '', 'Deleted');
H A DMediauseTest.php94 saveWikiText('test:internalmedia_usage', '', '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/lang/ku/
H A Dlang.php70 $lang['deleted'] = 'hat jê birin';
/dokuwiki/inc/Parsing/
H A DModeRegistry.php79 'subscript', 'superscript', 'deleted', 'footnote',
224 'subscript', 'superscript', '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/lib/plugins/usermanager/
H A Dremote.php89 * @return bool wether the user was successfully deleted
/dokuwiki/_test/tests/inc/
H A Dchangelog_getlastrevisionat.test.php128 * test get correct revision on deleted media
/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/ChangeLog/
H A DRevisionInfo.php131 // exact date is unknown for externally deleted file
286 // even if it had once existed but deleted before. Simply ignore to check changelog.
/dokuwiki/inc/lang/hi/
H A Dlang.php86 $lang['deleted'] = 'हटाया';

12345