Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 27) sorted by last modified time

12

/dokuwiki/inc/lang/en/
H A Ddraft.txt5 Please decide if you want to //recover// your lost edit session, //delete// the autosaved draft or //cancel// the editing process.
/dokuwiki/inc/lang/ne/
H A Ddraft.txt5 कृपया निर्णय दिनुहोस् कि तपाई गत सत्रमा बचत गरिएको सत्रको सम्पादनकार्य //recover//, //delete// वा //cancel// के गर्न चाहनुहुन्छ भनेर।
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php181 return $this->cache->delete($this->name, 0);
H A DMemcached.php163 return $this->cache->delete($this->name, 0);
H A DPsr16.php131 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
133 * public function delete(string $key): bool;
136 * @param string $key The unique cache key of the item to delete.
145 return $this->cache->delete($key);
/dokuwiki/conf/
H A Dacl.auth.php.dist19 # delete 16
H A Dmysql.conf.php.example187 /* Additional SQL statements to delete users with the user manager */
/dokuwiki/data/
H A D_dummy1 You can safely delete this file
H A Ddeleted.files28 lib/images/smileys/delete.gif
91 lib/images/smileys/delete.gif
/dokuwiki/data/attic/
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/media_attic/
H A D_dummy1 You can safely delete this file
/dokuwiki/inc/Parsing/Handler/
H A DTable.php172 // previous non-empty opening cell. Once done, delete all the cells
315 foreach ($toDelete as $delete) {
316 unset($this->tableCalls[$delete]);
/dokuwiki/data/log/
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/meta/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/tmp/
H A D_dummy1 You can safely delete this file
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php495 return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);
652 return $this->sftp->delete($path, false);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2049 // the following will do a soft delete, which would be useful if you deleted a file
2051 // a hard delete
2517 public function delete($path, $recursive = true)
2582 // The folder does not exist at all, so we cannot delete it.
2725 function delete($path, $recursive = true) global() function in phpseclib\\Net\\SFTP
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt6 * In the table below all currently set access control rules are shown. You can use it to quickly delete or change multiple rules.
/dokuwiki/data/cache/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/index/
H A D_dummy1 You can safely delete this file
/dokuwiki/inc/
H A DDifferenceEngine.php49 var $type = 'delete';
194 $delete = array();
196 $delete[] = $from_lines[$xi++];
202 if ($delete && $add)
203 $edits[] = new _DiffOp_Change($delete, $add);
204 elseif ($delete)
205 $edits[] = new _DiffOp_Delete($delete);
803 elseif ($edit->type == 'delete')
1071 } elseif ($edit->type == 'delete')
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php236 * @param string $distinguishedName The contact dn to delete (please be careful here!)
239 public function delete($distinguishedName) function in adLDAPContacts
241 $result = $this->folder()->delete($distinguishedName);
H A DadLDAPFolders.php58 * @param string $dn The distinguished name to delete
61 public function delete($dn){ function in adLDAPFolders

12