Home
last modified time | relevance | path

Searched refs:handle (Results 801 – 825 of 1645) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/layeranimation/syntax/
H A Ditem.php41 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_layeranimation_item
/plugin/struct/syntax/
H A Dvalue.php60 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_struct_value
/plugin/siteexport/syntax/
H A Dsiteexport.php30 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_siteexport_siteexport
/plugin/projects/lib/
H A Dproject.php196 $file = $this->handle($file);
230 public function handle($file) { function in Project
236 return $handler->handle($this, $file);
/plugin/translate/
H A Dhelper.php356 if ($handle = opendir(DOKU_INC.'inc/lang')) {
357 while (false !== ($file = readdir($handle))) {
362 closedir($handle);
/plugin/epub/
H A Drenderer.php469 function write($what,$handle) { argument
470 fwrite($handle,"$what\n");
471 fflush($handle);
/plugin/ckgedit/action/
H A Dsave.php419 if (!$handle = fopen(DOKU_INC . 'save.txt', 'a')) {
424 fwrite($handle, "save.php: $data\n");
425 fclose($handle);
/plugin/profiles/
H A Dsyntax.php35 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_profiles
/plugin/calendoku/syntax/
H A Dshowicalendar.php28 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_calendoku_showicalendar
/plugin/accscounter/lang/en/
H A Dviewer.txt5 Tick checkbox(es) that correspond to the log you want to handle, choose "Spammer Check" or "Delete …
/plugin/inclform/
H A Dsyntax.php75 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_inclform
/plugin/html2pdf/multilingual/
H A Dsyntax.php61 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_multilingual
/plugin/abbrlist/
H A Dsyntax.php49 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_abbrlist
/plugin/formatplus/syntax/
H A Dblockquoteplus.php60 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_formatplus_blockquoteplus
/plugin/indobible/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler &$handler){ function in syntax_plugin_indobible
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php60 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_formatplus2_blockquoteplus
H A Dquoteplus.php52 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_formatplus2_quoteplus
/plugin/simplechat/
H A Dsyntax.php67 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_simplechat
/plugin/sketchcanvas/
H A Dsyntax.php34 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_sketchcanvas
/plugin/unblink/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_unblink
/plugin/konsole/
H A Dsyntax.php86 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_konsole
/plugin/linksenhanced/syntax/
H A Dtable.php50 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_linksenhanced_table
/plugin/top/
H A Dsyntax.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_top
/plugin/select/
H A Dsyntax.php24 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_select
/plugin/sqlquery/
H A Dsyntax.php41 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_sqlquery

1...<<31323334353637383940>>...66