Home
last modified time | relevance | path

Searched refs:handle (Results 451 – 475 of 1645) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/htmlokalt/
H A Dcommon.php31 function handle ($match, $state, $pos, Doku_Handler $handler) { function in HtmlOK_addendum
/plugin/spatialhelper/admin/
H A Dpurge.php48 * @see DokuWiki_Admin_Plugin::handle()
50 final public function handle(): void
44 public function handle(): void { global() function in admin_plugin_spatialhelper_purge
/plugin/stars2/
H A DREADME.md55 * Bugfix for register and handle method thanks to @sag1
58 * Bugfix for register and handle method thanks to @leperm
/plugin/fckg/action/
H A Dmeta.php559 if (!$handle = fopen(DOKU_INC .'meta.txt', 'a')) {
566 fwrite($handle, "$data\n");
567 fclose($handle);
/plugin/qstat/
H A Dsyntax.php138 * return value of the <tt>handle()</tt> method.
142 * @param $aData Array The data created by the <tt>handle()</tt>
147 * @see handle()
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php438 $handle = substr($in, $i);
447 if (0 != preg_match('#^(' . $sk . ')#u', $handle, $match)) {
530 $handle = substr($in, $i);
539 if (0 != preg_match('#^(' . $ntoken . ')#u', $handle, $match)) {
/plugin/togglewrap/
H A Dsyntax.php30 public function handle($match, $state, $pos, Doku_Handler &$handler){ function in syntax_plugin_togglewrap
/plugin/gitlink2/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_gitlink
/plugin/dokutranslate/
H A Dajax.php27 $dokutranslate->handle();
/plugin/bbcode/
H A Dimage.php26 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_bbcode_image
/plugin/htmlsafe/
H A Dsyntax.php30 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_htmlsafe
/plugin/codebender/syntax/
H A Dsyntax.php57 public function handle($match, $state, $pos, Doku_Handler &$handler){ function in syntax_plugin_codebender_syntax
/plugin/manlink/
H A Dsyntax.php23 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_manlink
/plugin/syntaxmantis/
H A Dsyntax.php34 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_syntaxmantis
/plugin/sitemapnavi/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_sitemapnavi
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php51 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_list_xrefs
/plugin/gitlink/
H A Dsyntax.php66 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_gitlink
/plugin/linebreak/
H A Dsyntax.php52 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_linebreak
/plugin/htmldetailstag/syntax/
H A Dsummary.php73 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_htmldetailstag_summary
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php75 $propFind->handle('{DAV:}getcontenttype', function() use ($propFind) {
/plugin/dirtylittlehelper/syntax/
H A Dcomment.php69 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_dirtylittlehelper_comment
/plugin/tabinclude/syntax/
H A Dlines.php26 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_tabinclude_lines
/plugin/superacl/
H A Dajax.php28 $acl->handle();
/plugin/mediasyntax/syntax/
H A Dunderline.php35 function handle($match, $state, $pos, Doku_Handler $handler)
44 // $data is always what the function handle returned!
46 function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_mediasyntax_underline
/plugin/pagehere/
H A Dsyntax.php26 public function handle($match, $state, $pos, Doku_Handler $handler){
36 public function handle($match, $state, $pos, Doku_Handler $handler){ global() function in syntax_plugin_pagehere

1...<<11121314151617181920>>...66