| /dokuwiki/lib/plugins/styling/ |
| H A D | popup.php | 16 $plugin->handle();
|
| H A D | admin.php | 35 public function handle() function in admin_plugin_styling
|
| /dokuwiki/inc/Action/ |
| H A D | Admin.php | 35 $plugin->handle();
|
| /dokuwiki/inc/Extension/ |
| H A D | AdminPlugin.php | 75 public function handle() function in dokuwiki\\Extension\\AdminPlugin
|
| H A D | SyntaxPlugin.php | 78 abstract public function handle($match, $state, $pos, Doku_Handler $handler); function in dokuwiki\\Extension\\SyntaxPlugin
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | action.php | 60 $acl->handle();
|
| H A D | admin.php | 59 public function handle() function in admin_plugin_acl
|
| /dokuwiki/lib/scripts/ |
| H A D | page.js | 145 makeToggle: function(handle, content, state){ argument 147 $handle = jQuery(handle);
|
| /dokuwiki/inc/Ui/ |
| H A D | MediaDiff.php | 59 protected function handle() function in dokuwiki\\Ui\\MediaDiff 64 parent::handle(); 132 $this->handle();
|
| H A D | Diff.php | 93 protected function handle() function in dokuwiki\\Ui\\Diff
|
| H A D | PageDiff.php | 99 protected function handle() function in dokuwiki\\Ui\\PageDiff 105 parent::handle(); 188 $this->handle();
|
| /dokuwiki/inc/ |
| H A D | indexer.php | 320 $handle = @fopen($conf['indexdir'] . '/lengths.idx', 'w'); 321 @fwrite($handle, implode("\n", $idx)); 322 @fclose($handle);
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | admin.php | 55 public function handle() function in admin_plugin_popularity
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | admin.php | 21 public function handle() function in admin_plugin_extension
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 953 $handle = substr($response, 4); 963 if (!$this->close_handle($handle)) { 1103 $handle = substr($response, 4); 1122 $this->send_sftp_packet(NET_SFTP_READDIR, Strings::packSSH2('s', $handle)); 1171 if (!$this->close_handle($handle)) { 2156 $handle = substr($response, 4); 2219 $sftp_packet_size -= strlen($handle) + 25; 2235 …$packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp)… 2260 $result = $this->close_handle($handle); 2266 $this->close_handle($handle); [all …]
|
| /dokuwiki/lib/plugins/revert/ |
| H A D | admin.php | 45 public function handle() function in admin_plugin_revert
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | admin.php | 28 public function handle() function in admin_plugin_logviewer
|
| /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 extensi…
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 38 public function handle() function in admin_plugin_config
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 39 // conversion went wrong, handle it
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 56 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_info
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 570 .ui-draggable-handle { 576 .ui-resizable-handle { 582 .ui-resizable-disabled .ui-resizable-handle, 583 .ui-resizable-autohide .ui-resizable-handle { 711 .ui-slider .ui-slider-handle { 731 .ui-slider-horizontal .ui-slider-handle { 750 .ui-slider-vertical .ui-slider-handle { 765 .ui-sortable-handle {
|
| /dokuwiki/inc/parser/ |
| H A D | handler.php | 298 $data = $plugin->handle($match, $state, $pos, $this);
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 119 public function handle() function in admin_plugin_usermanager
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 151 * CacheTest: handle different exceptions PHP cross-version by @jrfnl in [#691](https://github.com/s… 165 * PHP 8.0: handle removal of get_magic_quotes_gpc() [#654](https://github.com/simplepie/simplepie/p…
|