Home
last modified time | relevance | path

Searched full:remove (Results 1 – 25 of 162) sorted by relevance

1234567

/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt6 desc Allows you to mass revert recent edits to remove Spam or vandalism
/dokuwiki/inc/Input/
H A DServer.php11 * Initialize the $access array, remove subclass members
H A DGet.php11 * Initialize the $access array, remove subclass members
H A DPost.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
/dokuwiki/bin/
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/lib/plugins/authpdo/lang/en/
H A Dsettings.php16 $lang['delete-user'] = 'SQL Statement to remove a single user from the database';
24 $lang['leave-group'] = 'SQL Statement to remove a user from a group';
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and pages in your wiki.
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js162 qq.remove(this._find(item, 'cancel'));
163 qq.remove(this._find(item, 'spinner'));
169 qq.remove(nameInput);
170 jQuery('.qq-upload-button, #mediamanager__upload_button').remove();
172 jQuery('.qq-upload-drop-area').remove();
211 // get input value and remove path to normalize
262 qq.remove(iframe);
267 qq.remove(form);
H A Dbehaviour.js105 * Remove all search highlighting when clicking on a highlighted term
222 $checkDiv.remove();
229 $checkDiv.remove();
H A Dfileuploader.js85 qq.remove = function(element){ function
407 // get input value and remove path to normalize
617 qq.remove(this._find(item, 'cancel'));
618 qq.remove(this._find(item, 'spinner'));
662 qq.remove(item);
791 qq.remove(this._input);
971 // remove file input from DOM
973 qq.remove(fileInput);
979 // get input value and remove path to normalize
994 qq.remove(ifram
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcadlisp.php97 'vlax-release-object','vlax-remove-cmd','vlax-safearray-fill',
118 'vl-remove','vl-remove-if','vl-remove-if-not','vlr-insert-reactor',
121 'vlr-owner-add','vlr-owner-remove','vlr-owners','vlr-pers','vlr-pers-list',
123 'vlr-reaction-set','vlr-reactors','vlr-remove','vlr-remove-all',
H A Dlua.php81 'remove','rename','flush','seek','tmpfile','tmpname','read','write',
87 'table.concat','table.foreach','table.foreachi','table.getn','table.sort','table.insert','table.remove','table.setn',
95 'os.clock','os.date','os.difftime','os.execute','os.exit','os.getenv','os.remove','os.rename',
H A Dpowershell.php74 'Out-String', 'Pop-Location', 'Push-Location', 'Read-Host', 'Remove-Item',
75 'Remove-ItemProperty', 'Remove-PSDrive', 'Remove-PSSnapin', 'Remove-Variable', 'Rename-Item',
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php57 // remove quotes from quoted strings & unescape escaped data
95 // remove quotes from quoted strings & unescape escaped data
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
/dokuwiki/inc/
H A DDraft.php32 // remove stale draft
127 * Remove the draft from the filesystem
H A Dactions.php63 //remove all bad chars
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml108 - remove that dumb baseinstalldir from files
115 <!-- remove md5sums -->
120 <!-- remove baseinstalldir for files -->
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css62 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/dokuwiki/inc/Action/
H A DResendpwd.php88 $INPUT->remove('pwauth');
94 $INPUT->remove('pwauth');
/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/lib/plugins/acl/
H A Dremote.php55 * Remove an entry from ACL config
/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/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php158 // remove multiline markers:
176 // remove multiline markers:
194 // remove multiline markers:

1234567