Home
last modified time | relevance | path

Searched refs:handler (Results 351 – 375 of 1340) sorted by relevance

1...<<11121314151617181920>>...54

/plugin/sqljson/
H A Dsyntax.php39 * @param Doku_Handler $handler The handler
42 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/syntax/
H A Dheadingatx.php81 function handle($match, $state, $pos, Doku_Handler $handler): array argument
86 $callStack = CallStack::createFromHandler($handler);
H A Dtogglecollapse.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtoggleexpand.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Ddisqus.php83 * @param Doku_Handler $handler
88 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dvariable.php110 * @param Doku_Handler $handler
113 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dlink.php251 * The handler for an internal link
253 * The handler call the good renderer in {@link Doku_Renderer_xhtml} with
258 * @param Doku_Handler $handler
261 function handle($match, $state, $pos, Doku_Handler $handler) argument
286 $callStack = CallStack::createFromHandler($handler);
329 $data = PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
333 $tag = CallStack::createFromHandler($handler);
344 $callStack = CallStack::createFromHandler($handler);
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php47 static function handleExit(Doku_Handler $handler): array argument
50 $callStack = CallStack::createFromHandler($handler);
/plugin/database2/
H A Dsyntax.php58 * @param Doku_Handler $handler The handler
61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/issuelinks/
H A Dsyntax.php54 * @param Doku_Handler $handler The handler
60 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/divalign2/
H A Dcommon.php55 function handle($match, $state, $pos, Doku_Handler $handler){ argument
64 $handler->_addCall('cdata', array($content), $pos);
/plugin/linkbonus/syntax/
H A Dexternal.php63 function handle($match, $state, $pos, &$handler) { argument
87 $handler->_addCall('externallink',array( $link['url'],$link['name'] ), $pos);
H A Dbase.php64 function handle($match, $state, $pos, &$handler) { argument
92 $handler->_addCall('externallink',array( $link['url'],$link['name'] ), $pos);
/plugin/ghissues/syntax/
H A Dsyntax.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc18 * <<http-handler-config>>
40 include::http-handler.asciidoc[]
/plugin/docnavigation/syntax/
H A Dpagenav.php91 * @param Doku_Handler $handler The Doku_Handler object argument
94 public function handle($match, $state, $pos, Doku_Handler $handler)
171 * @param array $data data created by handler()
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php62 * @param Doku_Handler $handler The handler
65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtimeline.php41 * @param Doku_Handler $handler The handler
44 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/structstatus/
H A Dsyntax.php49 * @param Doku_Handler $handler The handler
52 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bootswrapper/syntax/
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
221 $handler->_addCall('header', array($title, $level, $pos), $pos);
258 $handler->_addCall('cdata', array($match), $pos, null);
/plugin/combo/ComboStrap/
H A DPluginUtility.php872 * @param \Doku_Handler $handler
876 static function handleAndReturnUnmatchedData($tagName, $match, \Doku_Handler $handler): array argument
878 $callStack = CallStack::createFromHandler($handler);
953 * @param \Doku_Handler $handler
959 \Doku_Handler &$handler,
965 $handler->addPluginCall(
976 * @param \Doku_Handler $handler
981 static function addEndCall(\Doku_Handler $handler, $tagName, $callStackArray = array()) argument
984 $handler->addPluginCall(
958 addEnterCall(\\Doku_Handler& $handler, $tagName, $callStackArray = array()) global() argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java51 import com.mxgraph.swing.handler.mxCellHandler;
52 import com.mxgraph.swing.handler.mxGraphTransferHandler;
251 mxCellHandler handler = graphContainer.getSelectionCellsHandler().getHandler( in mousePressed() local
254 if (handler != null) in mousePressed()
257 handler.start(SwingUtilities.convertMouseEvent((Component) e in mousePressed()
/plugin/webcomponent/syntax/
H A Dbutton.php127 * @param Doku_Handler $handler
130 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/glossary/syntax/
H A Dspan.php40 function handle ($match, $state, $pos, Doku_Handler $handler) { argument
50 $handler->_addCall ('cdata', array ($match), $pos);
/plugin/socialite/syntax/
H A Dbutton.php47 * @param Doku_Handler $handler The handler
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument

1...<<11121314151617181920>>...54