Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 31) sorted by relevance

12

/dokuwiki/lib/plugins/styling/
H A Dpopup.php16 $plugin->handle();
H A Dadmin.php35 public function handle() function in admin_plugin_styling
/dokuwiki/inc/Action/
H A DAdmin.php35 $plugin->handle();
/dokuwiki/inc/Extension/
H A DAdminPlugin.php75 public function handle() function in dokuwiki\\Extension\\AdminPlugin
H A DSyntaxPlugin.php78 abstract public function handle($match, $state, $pos, Doku_Handler $handler); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/lib/plugins/acl/
H A Daction.php60 $acl->handle();
H A Dadmin.php59 public function handle() function in admin_plugin_acl
/dokuwiki/lib/scripts/
H A Dpage.js145 makeToggle: function(handle, content, state){ argument
147 $handle = jQuery(handle);
/dokuwiki/inc/Ui/
H A DMediaDiff.php59 protected function handle() function in dokuwiki\\Ui\\MediaDiff
64 parent::handle();
132 $this->handle();
H A DDiff.php93 protected function handle() function in dokuwiki\\Ui\\Diff
H A DPageDiff.php99 protected function handle() function in dokuwiki\\Ui\\PageDiff
105 parent::handle();
188 $this->handle();
/dokuwiki/inc/
H A Dindexer.php320 $handle = @fopen($conf['indexdir'] . '/lengths.idx', 'w');
321 @fwrite($handle, implode("\n", $idx));
322 @fclose($handle);
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php55 public function handle() function in admin_plugin_popularity
/dokuwiki/lib/plugins/extension/
H A Dadmin.php21 public function handle() function in admin_plugin_extension
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php953 $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 Dadmin.php45 public function handle() function in admin_plugin_revert
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php28 public function handle() function in admin_plugin_logviewer
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensi…
/dokuwiki/lib/plugins/config/
H A Dadmin.php38 public function handle() function in admin_plugin_config
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md39 // conversion went wrong, handle it
/dokuwiki/lib/plugins/info/
H A Dsyntax.php56 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_info
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css570 .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 Dhandler.php298 $data = $plugin->handle($match, $state, $pos, $this);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php119 public function handle() function in admin_plugin_usermanager
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md151 * 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…

12