Home
last modified time | relevance | path

Searched full:remove (Results 1 – 25 of 3036) sorted by path

12345678910>>...122

/dokuwiki/bin/
H A Ddwpage.php321 * Forcefully remove a lock on the page given
H A Dstriplangs.php12 * Remove unwanted languages from a DokuWiki install
26 'Remove all languages from the installation, besides the ones specified. English language ' .
38 'Remove all languages except English',
/dokuwiki/conf/
H A Dmysql.conf.php.example168 /* This statement should remove a group fom the database.
190 /* This statement should remove a user fom the database.
198 /* This statement should remove all connections from a user to any group
229 /* This statement should remove a single connection from a user to a
/dokuwiki/data/
H A Ddeleted.files232 # remove in 2017-02-19
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/inc/Action/
H A DResendpwd.php88 $INPUT->remove('pwauth');
94 $INPUT->remove('pwauth');
H A DSubscribe.php88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style);
/dokuwiki/inc/Cache/
H A DCache.php142 * it should not remove any existing dependencies and
180 * remove any cached data associated with this cache instance
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php268 array_pop($tmp); // remove trailing newline
H A DChangeLogTrait.php199 array_pop($lines); // remove trailing newline
/dokuwiki/inc/
H A DDraft.php32 // remove stale draft
127 * Remove the draft from the filesystem
H A DMailer.class.php149 * @param bool $clean remove all non-ASCII chars and line feeds?
392 $part = preg_replace('/[\r\n\0]+/', ' ', $part); // remove attack vectors
500 // no HTML mails allowed? remove HTML body
/dokuwiki/inc/Extension/
H A DPluginController.php269 // backup current file (remove any existing backup)
/dokuwiki/inc/File/
H A DPageFile.php175 // remove empty file
178 // don't remove old meta info as it should be saved, plugins can use
182 // remove empty namespaces
258 // remove soon to be stale instructions
/dokuwiki/inc/Form/
H A DForm.php198 * Remove an element from the form completely
200 * @param int $pos 0-based position of the element to remove
/dokuwiki/inc/Input/
H A DGet.php11 * Initialize the $access array, remove subclass members
H A DInput.php85 * Remove a parameter from the superglobals
93 public function remove($name)
98 // also remove from sub classes
273 $this->remove($name);
94 public function remove($name) global() function in dokuwiki\\Input\\Input
H A DPost.php11 * Initialize the $access array, remove subclass members
H A DServer.php11 * Initialize the $access array, remove subclass members
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php93 //remove the whole paragraph
100 // remove ending linebreaks in the paragraph
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/inc/Search/
H A DIndexer.php70 // Remove obsolete index entries
156 * Adding new keys does not remove other keys for the page.
210 // -1 means remove, 0 keep, 1 add
344 // remove old meta value
371 * Remove a page from the index
393 * Remove a page from the index without locking the index, only use this function if the index is already locked
410 // Remove obsolete index entries
953 // looks like a stale lock - remove it
/dokuwiki/inc/Sitemap/
H A DMapper.php138 * Pings search engines with the sitemap url. Plugins can add or remove
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php148 // looks like a stale lock - remove it
H A DSubscriberManager.php44 $this->remove($id, $user);
81 public function remove($id, $user = null, $style = null, $data = null) function in dokuwiki\\Subscriptions\\SubscriberManager

12345678910>>...122