Home
last modified time | relevance | path

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

12

/dokuwiki/lib/plugins/styling/
H A Dpopup.php15 // handle posts
16 $plugin->handle();
H A Dadmin.php33 * handle the different actions (also called from ajax)
35 public function handle()
32 public function handle() global() function in admin_plugin_styling
/dokuwiki/inc/Action/
H A DAdmin.php35 $plugin->handle();
/dokuwiki/inc/Extension/
H A DAdminPlugin.php65 public function handle()
66 public function handle() global() function in dokuwiki\\Extension\\AdminPlugin
H A DSyntaxPlugin.php78 abstract public function handle($match, $state, $pos, Doku_Handler $handler);
79 abstract public function handle($match, $state, $pos, Doku_Handler $handler); global() function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/lib/plugins/acl/
H A Daction.php60 $acl->handle();
H A Dadmin.php53 * handle user request
59 public function handle()
106 // handle modifications
122 // handle additions or single modifications
126 // handle single deletions
131 // handle update of the whole file
305 // handle the trivial cases first
57 public function handle() global() function in admin_plugin_acl
/dokuwiki/lib/scripts/
H A Dpage.js130 * Makes an element foldable by clicking its handle
133 * as well. A state indicator is inserted into the handle and can be styled
141 * @param {selector} handle What should be clicked to toggle
145 makeToggle: function(handle, content, state){ argument
146 var $handle, $content, $clicky, $child, setClicky;
147 $handle = jQuery(handle);
148 if(!$handle.length) return;
159 $handle.addClass('closed');
160 $handle
[all...]
/dokuwiki/inc/
H A Dindexer.php320 $handle = @fopen($conf['indexdir'] . '/lengths.idx', 'w');
321 @fwrite($handle, implode("\n", $idx));
322 @fclose($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()
105 parent::handle();
188 $this->handle();
98 protected function handle() global() function in dokuwiki\\Ui\\PageDiff
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php53 * handle user request function in admin_plugin_popularity
55 public function handle()
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php951 $handle = substr($response, 4);
961 if (!$this->close_handle($handle)) {
1099 // since 'handle' is the last field in the SSH_FXP_HANDLE packet, we'll just remove the first four bytes that
1101 $handle = substr($response, 4);
1120 $this->send_sftp_packet(NET_SFTP_READDIR, Strings::packSSH2('s', $handle));
1169 if (!$this->close_handle($handle)) {
2154 $handle = substr($response, 4);
2217 $sftp_packet_size -= strlen($handle) + 25;
2233 $packet = pack('Na*N3a*', strlen($handle), $handle,
2518 _close_handle($handle) global() argument
[all...]
/dokuwiki/lib/plugins/revert/
H A Dadmin.php43 * handle user request
45 public function handle()
44 public function handle() global() function in admin_plugin_revert
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php28 public function handle()
26 public function handle() global() function in admin_plugin_logviewer
/dokuwiki/lib/plugins/extension/
H A Dadmin.php50 public function handle()
47 public function handle() global() function in admin_plugin_extension
/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 extensions (gz and bzip are
/dokuwiki/lib/plugins/config/
H A Dadmin.php36 * handle user request function in admin_plugin_config
38 public function handle()
/dokuwiki/lib/plugins/info/
H A Dsyntax.php56 public function handle($match, $state, $pos, Doku_Handler $handler)
74 //handle various info stuff
54 public function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_info
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md39 // conversion went wrong, handle it
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css581 .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 Dhandler.php281 * An additional parameter with the plugin name is passed. The plugin's handle()
298 $data = $plugin->handle($match, $state, $pos, $this);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md136 * 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 Dadmin.php118 public function handle()
113 public function handle() global() function in admin_plugin_usermanager

12