Home
last modified time | relevance | path

Searched refs:handler (Results 1026 – 1050 of 1340) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php1138 $handler = new MonologSyslogHandler('app', LOG_USER, Logger::NOTICE);
1140 $handler = new MonologStreamHandler('php://stderr', Logger::NOTICE);
1142 $logger->pushHandler($handler);
/plugin/uncmap/
H A Dsyntax.php101 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/countdown/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/data-graph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/datagraph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/pagetemplate/
H A Dsyntax.php98 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/rrdgraph/inc/
H A Dsvgbinding.php264 $handler = new XmlHandler($xmlParser, $outputFile, $bindingValues);
/plugin/openas/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/vshare/syntax/
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/blog/syntax/
H A Dautoarchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/sql/
H A Dsyntax.php68 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/projects/lib/
H A Dmaker.php117 $handler = current($handlers);
118 $default = $handler->handle($this->project, $file);
H A Dproject.php235 $handler = current($handlers);
236 return $handler->handle($this, $file);
/plugin/cli/
H A Dsyntax.php132 * @param Doku_Handler $handler The handler
135 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bureaucracy-au/
H A Dsyntax.php69 * @param Doku_Handler $handler The Doku_Handler object
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bureaucracyau/
H A Dsyntax.php69 * @param Doku_Handler $handler The Doku_Handler object
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/linkbonus/syntax/
H A Dinterwiki.txt73 function handle($match, $state, $pos, &$handler) {
105 $handler->_addCall(
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3172 if (handler(nodeValue, value)) results.push(node);
3866 function createWrapper(element, eventName, handler) { argument
3877 handler.call(element, event);
3880 wrapper.handler = handler;
3885 function findWrapper(id, eventName, handler) { argument
3887 return c.find(function(wrapper) { return wrapper.handler == handler });
3890 function destroyWrapper(id, eventName, handler) { argument
3907 observe: function(element, eventName, handler) {
3927 if (!handler && eventName) {
3940 var wrapper = findWrapper(id, eventName, handler);
[all …]
/plugin/canvas/
H A Dcanvas.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/note/
H A Dsyntax.php89 function handle($match, $state, $pos, Doku_Handler $handler)
82 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/dwspecialist/
H A Dsyntax.php59 function handle($match, $state, $pos, &$handler){ argument
/plugin/meta/
H A Dsyntax.php36 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/instructions/
H A Dsyntax.php31 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/simplenavi/
H A Dsyntax.php42 public function handle($match, $state, $pos, Doku_Handler $handler)
40 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1489 var handler = editor.graph.selectionCellsHandler.getHandler(cell);
1491 if (handler instanceof mxEdgeHandler)
1513 handler.addPointAt(handler.state, x, y);
1522 if (rmWaypointAction.handler != null)
1525 rmWaypointAction.handler.removePoint(rmWaypointAction.handler.state, rmWaypointAction.index);

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