/dokuwiki/lib/plugins/revert/ |
H A D | plugin.info.txt | 6 desc Allows you to mass revert recent edits to remove Spam or vandalism
|
/dokuwiki/inc/Input/ |
H A D | Server.php | 11 * Initialize the $access array, remove subclass members
|
H A D | Get.php | 11 * Initialize the $access array, remove subclass members
|
H A D | Post.php | 11 * Initialize the $access array, remove subclass members
|
H A D | Input.php | 85 * 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 D | striplangs.php | 12 * 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 D | settings.php | 16 $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 D | help.txt | 3 On this page you can add and remove permissions for namespaces and pages in your wiki.
|
/dokuwiki/lib/scripts/ |
H A D | fileuploaderextended.js | 162 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 D | behaviour.js | 105 * Remove all search highlighting when clicking on a highlighted term 222 $checkDiv.remove(); 229 $checkDiv.remove();
|
H A D | fileuploader.js | 85 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 D | cadlisp.php | 97 '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 D | lua.php | 81 '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 D | powershell.php | 74 '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 D | ConfigParser.php | 57 // remove quotes from quoted strings & unescape escaped data 95 // remove quotes from quoted strings & unescape escaped data
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
H A D | README.md | 9 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 D | Draft.php | 32 // remove stale draft 127 * Remove the draft from the filesystem
|
H A D | actions.php | 63 //remove all bad chars
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | build.xml | 108 - remove that dumb baseinstalldir from files 115 <!-- remove md5sums --> 120 <!-- remove baseinstalldir for files -->
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _links.css | 62 /* RTL corrections; if link icons don't work as expected, remove the following lines */
|
/dokuwiki/inc/Action/ |
H A D | Resendpwd.php | 88 $INPUT->remove('pwauth'); 94 $INPUT->remove('pwauth');
|
/dokuwiki/inc/File/ |
H A D | PageFile.php | 175 // 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 D | remote.php | 55 * Remove an entry from ACL config
|
/dokuwiki/inc/Cache/ |
H A D | Cache.php | 142 * 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 D | JSStrip.php | 158 // remove multiline markers: 176 // remove multiline markers: 194 // remove multiline markers:
|