/dokuwiki/lib/plugins/styling/ |
H A D | popup.php | 15 // handle posts 16 $plugin->handle();
|
H A D | admin.php | 30 * handle the different actions (also called from ajax) 32 public function handle() function in admin_plugin_styling
|
/dokuwiki/inc/Action/ |
H A D | Admin.php | 33 $plugin->handle();
|
/dokuwiki/inc/Extension/ |
H A D | AdminPlugin.php | 66 public function handle() function in dokuwiki\\Extension\\AdminPlugin
|
H A D | SyntaxPlugin.php | 79 abstract public function handle($match, $state, $pos, Doku_Handler $handler); function in dokuwiki\\Extension\\SyntaxPlugin
|
/dokuwiki/lib/plugins/acl/ |
H A D | action.php | 57 $acl->handle();
|
H A D | admin.php | 51 * handle user request 57 public function handle() function in admin_plugin_acl 102 // handle modifications 118 // handle additions or single modifications 122 // handle single deletions 127 // handle update of the whole file 299 // handle the trivial cases first
|
/dokuwiki/lib/scripts/ |
H A D | page.js | 120 * Makes an element foldable by clicking its handle 123 * as well. A state indicator is inserted into the handle and can be styled 131 * @param {selector} handle What should be clicked to toggle 135 makeToggle: function(handle, content, state){ argument 136 var $handle, $content, $clicky, $child, setClicky; 137 $handle = jQuery(handle); 138 if(!$handle.length) return; 149 $handle.addClass('closed'); 150 $handle [all...] |
/dokuwiki/inc/ |
H A D | indexer.php | 309 $handle = @fopen($conf['indexdir'].'/lengths.idx', 'w'); 310 @fwrite($handle, implode("\n", $idx)); 311 @fclose($handle);
|
/dokuwiki/inc/Ui/ |
H A D | MediaDiff.php | 59 protected function handle() function in dokuwiki\\Ui\\MediaDiff 64 parent::handle(); 133 $this->handle();
|
H A D | Diff.php | 93 protected function handle() function in dokuwiki\\Ui\\Diff
|
H A D | PageDiff.php | 98 protected function handle() function in dokuwiki\\Ui\\PageDiff 104 parent::handle(); 183 $this->handle();
|
/dokuwiki/lib/plugins/popularity/ |
H A D | admin.php | 51 * handle user request 53 public function handle() function in admin_plugin_popularity
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 1039 $handle = substr($response, 4); 1049 if (!$this->_close_handle($handle)) { 1194 // since 'handle' is the last field in the SSH_FXP_HANDLE packet, we'll just remove the first four bytes that 1196 $handle = substr($response, 4); 1218 if (!$this->_send_sftp_packet(NET_SFTP_READDIR, pack('Na*', strlen($handle), $handle))) { 1283 if (!$this->_close_handle($handle)) { 2339 $handle = substr($response, 4); 2400 $sftp_packet_size-= strlen($handle) + 25; 2416 $packet = pack('Na*N3a*', strlen($handle), 2518 _close_handle($handle) global() argument [all...] |
/dokuwiki/lib/plugins/logviewer/ |
H A D | admin.php | 25 public function handle() function in admin_plugin_logviewer
|
/dokuwiki/lib/plugins/revert/ |
H A D | admin.php | 42 * handle user request 44 public function handle() function in admin_plugin_revert
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php | 47 public function handle() function in admin_plugin_extension
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | README.md | 4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensions (gz and bzip are
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 34 * handle user request 36 public function handle() { function in admin_plugin_config
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 54 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_info 72 //handle various info stuff
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 39 // conversion went wrong, handle it
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 581 .ui-draggable-handle { 588 .ui-resizable-handle { 595 .ui-resizable-disabled .ui-resizable-handle, 596 .ui-resizable-autohide .ui-resizable-handle { 726 .ui-slider .ui-slider-handle { 745 .ui-slider.ui-state-disabled .ui-slider-handle, 753 .ui-slider-horizontal .ui-slider-handle { 772 .ui-slider-vertical .ui-slider-handle { 787 .ui-sortable-handle {
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 263 * An additional parameter with the plugin name is passed. The plugin's handle() 279 $data = $plugin->handle($match, $state, $pos, $this);
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 136 * CacheTest: handle different exceptions PHP cross-version by @jrfnl in [#691](https://github.com/simplepie/simplepie/pull/691) 150 * PHP 8.0: handle removal of get_magic_quotes_gpc() [#654](https://github.com/simplepie/simplepie/pull/654)
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | admin.php | 113 public function handle() function in admin_plugin_usermanager
|