Home
last modified time | relevance | path

Searched refs:handler (Results 1126 – 1150 of 1340) sorted by relevance

1...<<41424344454647484950>>...54

/plugin/approve/syntax/
H A Dtable.php29 function handle($match, $state, $pos, Doku_Handler $handler){
81 * @param array $data The data from the handler() function
100 * @param array $data The data from the handler() function
27 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/cloud/
H A Dsyntax.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php415 public function setErrorHandler(ANTLRErrorStrategy $handler) : void argument
417 $this->errorHandler = $handler;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md124 to setup a handler middleware stack up front and inject the handler into a
129 // Create a handler stack that has all of the default middlewares attached
130 $handler = GuzzleHttp\HandlerStack::create();
131 // Push the handler onto the handler stack
132 $handler->push(Middleware::mapRequest(function (RequestInterface $request) {
136 // Inject the handler into the client
137 $client = new GuzzleHttp\Client(['handler' => $handler]);
164 is still supported, but it has now been renamed to `handler`. Instead of
/plugin/yearbox/
H A Dsyntax.php65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/lvhpacket/
H A Dsyntax.php86 function handle($match, $state, $pos, &$handler) argument
/plugin/task/syntax/
H A Dtasks.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/patchpanel/
H A Dsyntax.php61 function handle($match, $state, $pos, &$handler){ argument
/plugin/eclipseupdateurl/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/masciimath/
H A Dsyntax.php505 function handle($match, $state, $pos, &$handler){ argument
/plugin/cumulus/
H A Dsyntax.php32 function handle($match, $state, $pos, &$handler) { argument
/plugin/pubchem/
H A Dsyntax.php37 function handle($match, $state, $pos, Doku_Handler $handler){
36 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,…
3handler=j.handler,c.data=j.data,c.handleObj=j;var k=j.handler.apply(this,g);k!==b&&(c.result=k,k==…
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php220 $handler = SUT::getStreamHandler($stream),
233 ->object($handler)
/plugin/codeprettify/code-prettify/
H A DREADME.md9 * Simple API: include some JS & CSS and add an onload handler.
178 If you are calling `prettyPrint` via an event handler, wrap it in a function.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc83 > No handler found for uri [/test_missing/test/] and method [GET]
293 (if your HTTP handler supports it) on a per-request basis via the `future`
/plugin/issuetracker/
H A Dprototype.js5549 function _createResponder(element, eventName, handler) { argument
5575 handler.call(element, event);
5592 handler.call(element, event);
5598 handler.call(element, event);
5603 responder.handler = handler;
5633 function observe(element, eventName, handler) { argument
5659 function stopObserving(element, eventName, handler) { argument
5676 if (!handler) {
5678 stopObserving(element, eventName, r.handler);
5685 if (responders[i].handler === handler) {
[all …]
/plugin/dataloop/syntax/
H A Droll.php70 function handle($match, $state, $pos, &$handler){ argument
H A Dtextloop.php78 function handle($match, $state, $pos, &$handler){ argument
/plugin/composer/
H A Dsyntax.php59 function handle($match, $state, $pos, &$handler){ argument
/plugin/subjectindex/syntax/
H A Dindex.php45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/tagfilter/syntax/
H A Dfilter.php78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
150 * @param array $opt data created by handler()
254 * @param array $opt option array from the handler
/plugin/latexcaption/syntax/
H A Dcaption.php78 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/gitlabapi/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler $handler) { argument

1...<<41424344454647484950>>...54