Home
last modified time | relevance | path

Searched full:delete (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dokuwiki/_test/tests/inc/
H A Dio_replaceinfile.test.php5 …protected $contents = "The\012Delete\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Tes…
33 $this->assertTrue(io_replaceInFile($file, "Delete\012", "Delete00\012", false, 1));
34 …$this->assertEquals("The\012Delete00\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Tes…
36 $this->assertTrue(io_replaceInFile($file, "Delete\012", "DeleteX\012", false, -1));
39 $this->assertTrue(io_replaceInFile($file, "#Delete(\\d+)\012#", "\\1\012", true, 2));
41 // Delete and insert, no regex
73 $this->assertTrue(io_replaceInFile($file, "Delete\012", "Delete\\00\012", false, -1));
74 …$this->assertEquals("The\012Delete\\00\012Delete\\00\012Delete01\012Delete02\012Delete\\00\012Dele…
85 $this->assertTrue(io_replaceInFile($file, "Delete\012", "Delete\012", false, -1));
86 …$this->assertEquals("The\012Delete\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\…
[all …]
H A Dio_deletefromfile.test.php7 $contents = "The\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012";
9 $this->assertTrue(io_deleteFromFile($file, "Delete\012"));
11 $this->assertTrue(io_deleteFromFile($file, "#Delete\\d+\012#", true));
H A Dauth_deleteprofile.test.php14 …* 5. Any of invalid security token, missing/not set 'delete' flag, missing/unchecked 'confirm_del…
29 'delete' => '1',
54 'delete' => '1',
65 // password check required - it fails, so don't delete profile
85 'delete' => '1',
109 'delete' => '1',
137 'delete' => '1',
149 $INPUT->remove('delete');
H A Dio_rmdir.test.php73 // delete successfully
88 // delete successfully
109 // delete successfully
130 // delete successfully
152 // delete unsuccessfully
163 // delete successfully
192 // delete unsuccessfully
205 // delete successfully
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php15 * Only get(), set() and delete() methods are used,
65 * Delete an item from the cache by its unique key.
67 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
69 * public function delete(string $key): bool;
72 * @param string $key The unique cache key of the item to delete.
H A DPsr16.php90 * Delete an item from the cache by its unique key.
92 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
94 * public function delete(string $key): bool;
97 * @param string $key The unique cache key of the item to delete.
106 return $this->cache->delete($key);
H A DBaseDataCache.php101 * Delete an item from the cache by its unique key.
103 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
105 * public function delete(string $key): bool;
108 * @param string $key The unique cache key of the item to delete.
/dokuwiki/inc/Action/
H A DDraftdel.php11 * Delete a draft
24 * Delete an existing draft for the current page and user if any
/dokuwiki/_test/tests/ChangeLog/
H A DPageChangeLogTest.php27 saveWikiText($page, '', 'delete', false);
62 // delete the page file externally, bypassing DokuWiki
114 * copy of the delete revision — but that copy holds the pre-delete content, so the
126 // exact bytes the page held right before deletion (== what the delete archives)
129 saveWikiText($page, '', 'delete', false);
140 // restore the pre-delete content externally, with an mtime older than the deletion
157 'the recreation is dated after the delete (the restored mtime is unreliable)'
163 'the whole restored file counts as the size change, not zero against the delete attic'
167 // at the delete revision where it would collapse back onto the DELETE entry)
187 saveWikiText($page, '', 'delete', false);
[all …]
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.php34 'delete-user' => '
35 DELETE FROM auth_user_user_permissions
38 DELETE FROM auth_user
88 DELETE FROM auth_user_groups
/dokuwiki/data/media_meta/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/media_attic/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/attic/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/meta/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/index/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/log/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/tmp/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/locks/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/cache/
H A D_dummy1 You can safely delete this file.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Ddelete.txt1 ===== Delete user =====
H A Dlang.php25 $lang['delete'] = 'Delete';
26 $lang['delete_selected'] = 'Delete Selected';
44 $lang['delete_fail_self'] = 'You can\'t delete yourself';
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php86 * You need to be a superuser to delete users.
88 * @param string[] $user The login name of the user to delete
96 throw new AccessDeniedException('Only admins are allowed to delete users', 114);
109 return (bool)$auth->triggerUserMod('delete', [[$user]]);
H A Dscript.js2 * Add JavaScript confirmation to the User Delete button
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml46 <delete file="dist/${zipfile}" failonerror="false"/>
47 <delete file="dist/${gzfile}" failonerror="false"/>
48 <delete file="dist/${bz2file}" failonerror="false"/>
70 <delete file="src/package.xml" failonerror="false" />
155 <delete file="src/package.xml" failonerror="true" />
173 <delete dir="dist/deploy-sf" /><!-- make empty -->

1234567891011