Home
last modified time | relevance | path

Searched refs:handler (Results 776 – 800 of 1340) sorted by relevance

1...<<31323334353637383940>>...54

/plugin/rtmchecklist/
H A Dsyntax.php90 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/skipentity/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/ckgedit/syntax/
H A Dfont.php35 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/bez/syntax/
H A Dnav.php19 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/dokuprism/syntax/
H A Dcode.php47 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/judge/
H A Dsyntax.php57 * @param Doku_Handler $handler The handler
61 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/datatemplate/syntax/
H A Dentry.php43 function handle($match, $state, $pos, Doku_Handler $handler){ argument
50 $data = parent::handle($match, $state, $pos, $handler);
/plugin/box2/
H A Dsyntax.php81 function handle($match, $state, $pos, Doku_Handler $handler){ argument
106 $handler->_addCall('cdata',array($match), $pos);
/plugin/acmenu/
H A Dsyntax.php86 * @param object $handler
91 public function handle($match, $state, $pos, Doku_Handler $handler)
93 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/combo/syntax/
H A Dfrontmatter.php141 * @param Doku_Handler $handler
146 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dminimap.php62 * @param Doku_Handler $handler
67 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php617 $handler = 'retrieveUserGroupsFrom' . ucfirst($sourceType);
618 if (! method_exists($this, $handler)) {
619 $this->log(sprintf("Non-existent group source handler '%s'", $handler));
626 $handler
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js1552 var handler = graph.selectionCellsHandler.getHandler(cell);
1555 if (handler instanceof mxEdgeHandler && handler.bends != null && handler.bends.length > 2)
1557 var index = handler.getHandleForEvent(graph.updateMouseEvent(new mxMouseEvent(evt)));
1560 if (index > 0 && index < handler.bends.length - 1 &&
1561 (handler.bends[index] == null ||
1562 handler.bends[index].node == null ||
1563 handler.bends[index].node.style.opacity == ''))
1568 rmWaypointAction.handler = handler;
/plugin/changemarks/
H A Dinserted.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ddeleted.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/revealjs/syntax/
H A Dfragment.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/ckgdoku/syntax/
H A Dspecials.php71 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/floatdiv/syntax/
H A Dfloat.php46 public function handle($match, $state, $pos, &$handler){ argument
/plugin/webcomics/
H A Dsyntax.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/barcode/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/actickets/
H A Dsyntax.php69 public function handle($match, $state, $pos, &$handler){ argument
/plugin/slideshare/slideshare/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ argument
/plugin/crypto/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { argument
/plugin/survey/syntax/
H A Dsurvey.php63 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/pagestat/syntax/
H A Dblock.php30 public function handle($match, $state, $pos, Doku_Handler $handler){ argument

1...<<31323334353637383940>>...54