| /dokuwiki/_test/tests/inc/ |
| H A D | io_replaceinfile.test.php | 5 …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 D | io_deletefromfile.test.php | 7 $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 D | auth_deleteprofile.test.php | 14 …* 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 D | io_rmdir.test.php | 73 // 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 D | DataCache.php | 15 * 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 D | Psr16.php | 90 * 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 D | BaseDataCache.php | 101 * 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 D | Draftdel.php | 11 * Delete a draft 24 * Delete an existing draft for the current page and user if any
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.php | 34 'delete-user' => ' 35 DELETE FROM auth_user_user_permissions 38 DELETE FROM auth_user 88 DELETE FROM auth_user_groups
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | remote.php | 85 * You need to be a superuser to delete users. 87 * @param string[] $user The login name of the user to delete 95 throw new AccessDeniedException('Only admins are allowed to delete users', 114); 108 return (bool)$auth->triggerUserMod('delete', [[$user]]);
|
| H A D | script.js | 2 * Add JavaScript confirmation to the User Delete button
|
| /dokuwiki/data/locks/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/media_attic/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/tmp/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/meta/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/media_meta/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/index/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/log/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/attic/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/data/cache/ |
| H A D | _dummy | 1 You can safely delete this file.
|
| /dokuwiki/lib/plugins/usermanager/lang/en/ |
| H A D | delete.txt | 1 ===== Delete user =====
|
| H A D | lang.php | 25 $lang['delete'] = 'Delete'; 26 $lang['delete_selected'] = 'Delete Selected'; 44 $lang['delete_fail_self'] = 'You can\'t delete yourself';
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 46 <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 -->
|
| /dokuwiki/inc/lang/en/ |
| H A D | draft.txt | 5 Please decide if you want to //recover// your lost edit session, //delete// the autosaved draft or …
|