Home
last modified time | relevance | path

Searched refs:handler (Results 526 – 550 of 1340) sorted by path

1...<<21222324252627282930>>...54

/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
50 match the cURL handler when `verify` is set to `true` or a certificate file.
H A DREADME.md23 $handler = new CurlHandler();
24 $response = $handler([
42 utilized as the handler layer in [Guzzle](https://guzzlephp.org) 5.0+ to send
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php39 // Add handler options from the request's configuration options
60 * @param callable $handler Handler that was used.
69 callable $handler, argument
91 ? self::createErrorResponse($handler, $request, $response)
96 callable $handler, argument
113 return self::retryFailedRewind($handler, $request, $response);
524 callable $handler, argument
534 return self::createErrorResponse($handler, $request, $response);
541 return self::createErrorResponse($handler, $request, $response);
553 return self::createErrorResponse($handler,
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md258 Registers a rejection handler for promise. It is a shortcut for:
333 Registers a handler for progress updates from promise. It is a shortcut for:
643 value of the previous handler. This creates a promise "pipeline".
656 // This handler receives the return value of the
657 // previous handler.
662 // This handler receives the return value of the
663 // previous handler.
668 // This handler receives the return value of the
669 // previous handler.
712 rejections will still forward handler result
[all...]
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php167 foreach ($handlers as $handler) {
168 $handler($promise);
242 foreach ($progressHandlers as $handler) {
243 $handler($update);
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md8 By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
/plugin/embeddedphp/syntax/
H A Dphpinline.php67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/emoji/script/
H A Djquery.textcomplete.js374 var handler = handlers.pop();
376 handlers.splice(0, 0, handler);
/plugin/emphasis/syntax/
H A Dfont.php70 * @param int $state The state of the handler
72 * @param Doku_Handler $handler The handler
75 function handle($match, $state, $pos, Doku_Handler $handler) { argument
112 $handler->addCall('cdata', array($match), $pos);
127 * @param array $data The data from the handler function
/plugin/encryptedpasswords/
H A Dsyntax.php31 public function handle($match, $state, $pos, Doku_Handler $handler)
29 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/eshop/
H A Dsyntax.php26 function handle($match, $state, $pos, &$handler) { argument
/plugin/etherpadlite/
H A DREADME.md30 …cent dokuwiki default template. The dokuwiki plugin further adds an ajax handler that calls the et…
/plugin/eventline/
H A Dscript.js15 var handler = function(elmt, evt, target) { function
26 SimileAjax.DOM.registerEvent(input, "keypress", handler);
35 SimileAjax.DOM.registerEvent(input, "keypress", handler);
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js76 …ar type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type][ha…
634 …clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey n…
1129 }catch(F){SimileAjax.Debug.exception("Error firing event of name "+C+" to wildcard handler",F);
/plugin/eventum/
H A Dsyntax.php60 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/explain/
H A Dsyntax.php103 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/externalembed/
H A Dsyntax.php68 * @param Doku_Handler $handler The handler
73 function handle($match, $state, $pos, $handler): array { argument
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
221 $handler->addPluginCall($this->getPluginName(),
230 private function _openList($m, $pos, $match, $handler) argument
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
257 private function _closeList($m, $pos, $match, $handler)
263 $this->_writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler);
269 private function _openItem($m, $pos, $match, $handler)
287 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
293 private function _closeItem($m, $pos, $match, $handler)
296 $this->_writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler);
255 _closeList($m, $pos, $match, $handler) global() argument
267 _openItem($m, $pos, $match, $handler) global() argument
291 _closeItem($m, $pos, $match, $handler) global() argument
300 _openWrapper($m, $pos, $match, $handler) global() argument
322 _closeWrapper($m, $pos, $match, $handler) global() argument
344 _openParagraph($pos, $match, $handler) global() argument
352 _closeParagraph($pos, $match, $handler) global() argument
360 handle($match, $state, $pos, Doku_Handler $handler) global() argument
[all...]
/plugin/extranet/
H A Dsyntax.php35 * @param Doku_Handler $handler The Doku_Handler object
38 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) argument
96 protected function open($tag, $attr, $pos, $match, $handler) argument
100 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
103 protected function close($tag, $pos, $match, $handler) argument
107 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
173 public function handle($match, $state, $pos, Doku_Handler $handler) argument
187 $this->open($tag, $attr, $pos, $match, $handler);
192 $this->close($oldtag, $pos, $match, $handler);
201 $this->close($oldtag, $pos, $match, $handler);
266 $handler->base($match, $state, $pos);
[all …]
/plugin/facebook/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/farm/
H A Dadmin.php44 var $handler = null; variable in admin_plugin_farm
328 $this->handler = & new $class($this);
329 if($this->handler) $this->handler->process();
363 …if(!$this->handler) $this->error('system_errors', array('code' => 'system_nohandler_failure', 'dat…
364 if($this->handler) if(method_exists($this->handler, 'htmlheader')) $this->handler->htmlheader();
367 if($this->handler) $this->handler->html();
H A Danimal.class.php591 if($handler) $handler->errors[] = array('code' => 'animal_new_eventhandlercancel_failure');
598 if($handler) $handler->errors[] = array('code' => 'animal_new_farmfull_failure');
605 if($handler) $handler->errors[] = array('code' => 'animal_new_farmtoobig_failure');
615 if($handler) $handler->errors[] = array('code' => 'animal_new_badname_failure');
640 if($handler) $handler->errors[] = array('code' => 'animal_new_templatecopy_failure');
648 if($handler) $handler->errors[] = array('code' => 'animal_new_metacreate_failure');
653 if($handler) $handler->errors[] = array('code' => 'animal_new_createdespite_failure');
659 if($handler) $handler->errors[] = array('code' => 'animal_new_setconfig_failure');
663 if($handler) $handler->errors[] = array('code' => 'animal_new_saveconfig_failure');
676 if($handler) $handler->errors[] = array('code' => 'animal_new_savevirtualhost_failure');
[all …]
/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ argument
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ argument

1...<<21222324252627282930>>...54