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 139) sorted by relevance

123456

/dokuwiki/inc/Action/
H A DDraftdel.php11 * Delete a draft
24 * Delete an existing draft for the current page and user if any
H A DProfileDelete.php12 * Delete a user account
H A DRevert.php38 // when no revision is given, delete current one
/dokuwiki/data/
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/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/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/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/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php53 * Only get(), set() and delete() methods are used,
105 * Delete an item from the cache by its unique key.
107 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
109 * public function delete(string $key): bool;
112 * @param string $key The unique cache key of the item to delete.
H A DPsr16.php129 * Delete an item from the cache by its unique key.
131 * 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);
H A DBaseDataCache.php141 * Delete an item from the cache by its unique key.
143 * Equivalent to \Psr\SimpleCache\CacheInterface::delete()
145 * public function delete(string $key): bool;
148 * @param string $key The unique cache key of the item to delete.
/dokuwiki/lib/plugins/usermanager/
H A Dscript.js2 * Add JavaScript confirmation to the User Delete button
H A Dcli.php39 // delete
40 $options->registerCommand('delete', 'Deletes user(s) from auth backend');
41 $options->registerArgument('name', 'Username(s), comma-seperated', true, 'delete');
74 case 'delete':
202 $count = $auth->triggerUserMod('delete', [$users]);
/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
[all...]
H A Daimms.php91 'GMP::Column::Add','GMP::Column::Delete','GMP::Column::Freeze','GMP::Column::GetLowerbound',
99 'GMP::Instance::Delete','GMP::Instance::DeleteIntegerEliminationRows',
120 'GMP::Linearization::Add','GMP::Linearization::AddSingle','GMP::Linearization::Delete',
132 'GMP::Row::Add','GMP::Row::Deactivate','GMP::Row::Delete','GMP::Row::DeleteIndicatorCondition',
138 'GMP::Solution::Check','GMP::Solution::Copy','GMP::Solution::Count','GMP::Solution::Delete',
164 'GMP::Event::Create','GMP::Event::Delete','GMP::Event::Reset','GMP::Event::Set',
175 'me::ChildTypeAllowed','me::Compile','me::Create','me::CreateLibrary','me::Delete','me::ExportNode',
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php55 * Delete a distinguished name from Active Directory
58 * @param string $dn The distinguished name to delete
61 public function delete($dn){ function in adLDAPFolders
/dokuwiki/lib/plugins/authpdo/conf/
H A Dmetadata.php18 $meta['delete-user'] = array('', '_caution' => 'danger');
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php39 // delete button
41 $link = DOKU_BASE . 'lib/exe/mediamanager.php?delete=' . rawurlencode($id) .

123456