Home
last modified time | relevance | path

Searched +full:delete -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 159) sorted by relevance

1234567

/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/inc/Action/
H A DDraftdel.php11 * Delete a draft
24 * Delete an existing draft for the current page and user if any
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php52 * Only get(), set() and delete() methods are used,
104 * Delete an item from the cache by its unique key.
106 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
108 * public function delete(string $key): bool;
111 * @param string $key The unique cache key of the item to delete.
H A DPsr16.php128 * Delete an item from the cache by its unique key.
130 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
132 * public function delete(string $key): bool;
135 * @param string $key The unique cache key of the item to delete.
144 return $this->cache->delete($key);
H A DBaseDataCache.php140 * Delete an item from the cache by its unique key.
142 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
144 * public function delete(string $key): bool;
147 * @param string $key The unique cache key of the item to delete.
/dokuwiki/data/locks/
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/tmp/
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/media_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/attic/
H A D_dummy1 You can safely delete this file.
/dokuwiki/data/
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/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/lib/plugins/usermanager/
H A Dremote.php85 * 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 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 -->
/dokuwiki/conf/
H A Dacl.auth.php.dist19 # delete 16
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php69 'DELETE','DELETE ALIAS','DELETE object','DELETE PROCEDURE',
70 'DELETE widget','DELETE widget-POOL','DESTRUCTOR','DICTIONARY',
82 'OS-COMMAND','OS-COPY','OS-CREATE-DIR','OS-DELETE',
133 'BUFFER-DELETE','BUFFER-RELEASE','BUFFER-VALIDATE',
139 'DECLARE-NAMESPACE','DELETE-CHAR','DELETE-CURRENT-ROW',
140 'DELETE-HEADER-ENTRY','DELETE-LINE','DELETE-NODE','DELETE-RESULT-LIST-ENTRY',
141 'DELETE-SELECTED-ROW','DELETE-SELECTED-ROWS','DESELECT-FOCUSED-ROW','DESELECT-ROWS',
257 'AUDIT-EVENT-CONTEXT','AUTO-COMPLETION','AUTO-DELETE','AUTO-DELETE-XML',
269 'CAN-DELETE','CAN-READ','CAN-WRITE','CAREFUL-PAINT',
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.php34 'delete-user' => '
35 DELETE FROM fluy_users

1234567