Home
last modified time | relevance | path

Searched refs:handle (Results 226 – 250 of 1645) sorted by relevance

12345678910>>...66

/plugin/multiorphan/
H A Dadmin.php29 public function handle() { function in admin_plugin_multiorphan
/plugin/confmanager/adminActions/
H A DConfigManagerAdminOverview.php20 public function handle() {} function in ConfigManagerAdminOverview
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php310 if (!$handle = fopen('acl.txt', 'a')) {
314 fwrite($handle, "$data\n");
315 fclose($handle);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php113 $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}invite', function() use ($node) {
174 … $propFind->handle('{' . Plugin::NS_CALENDARSERVER . '}allowed-sharing-modes', function() {
205 $propPatch->handle('{DAV:}resourcetype', function($value) use ($node) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php311 if (!$handle = fopen('acl.txt', 'a')) {
315 fwrite($handle, "$data\n");
316 fclose($handle);
/plugin/googleanalytics/
H A Dadmin.php13 public function handle() function in admin_plugin_googleanalytics
/plugin/referrers/
H A Dadmin.php13 public function handle() function in admin_plugin_referrers
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-external.phpt2 GH-1436: PHPT runner doesn't handle external files.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php940 $handle = substr($response, 4);
950 if (!$this->close_handle($handle)) {
1081 $handle = substr($response, 4);
1148 if (!$this->close_handle($handle)) {
2154 $handle = substr($response, 4);
2230 …$packet = pack('Na*N3a*', strlen($handle), $handle, $subtemp / 4294967296, $subtemp, strlen($temp)…
2261 $this->close_handle($handle);
2317 * @param string $handle
2322 private function close_handle($handle) argument
2324 $this->send_sftp_packet(NET_SFTP_CLOSE, pack('Na*', strlen($handle), $handle));
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandlerInterface.php57 public function handle(array $record): bool; function
H A DFilterHandler.php122 public function handle(array $record): bool function in Monolog\\Handler\\FilterHandler
133 $this->getHandler($record)->handle($record);
H A DHandler.php27 $this->handle($record);
/plugin/components/lib/
H A Daction_manager.php47 protected function handle($class) { function in Doku_Action_Manager
120 $new_action = $this->handler->handle();
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/combo/action/
H A Dajax.php36 ApiRouter::handle($event);
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_wrap_closesection
/plugin/adhoctags/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_adhoctags_closesection
/plugin/doi/syntax/
H A Disbn.php19 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_doi_isbn
/plugin/data-au/_test/
H A Dsyntax_plugin_data_table.test.php34 $result = $plugin->handle($this->exampleEntry, 0, 10, $handler);
/plugin/include/syntax/
H A Dcloselastsecedit.php19 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_include_closelastsecedit
20 // this is a syntax plugin that doesn't offer any syntax, so there's nothing to handle by the parser
/plugin/siteexport/
H A Dadmin.php37 public function handle() { function in admin_plugin_siteexport
/plugin/cronojob/
H A Daction.php34 $controller->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'handle');
/plugin/components/commands/
H A Dexample.php23 public function handle() { function in Components_Action_Example
/plugin/fedauth/
H A Dajax.php38 $fa->handle();
/plugin/displaywikipage/
H A Dadmin.php22 public function handle() function in admin_plugin_displaywikipage

12345678910>>...66