Home
last modified time | relevance | path

Searched refs:handle (Results 1176 – 1200 of 1645) sorted by relevance

1...<<41424344454647484950>>...66

/plugin/discussion/syntax/
H A Dthreads.php52 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_discussion_threads
/plugin/sql2wiki/syntax/
H A Dquery.php38 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_sql2wiki_query
/plugin/combo/syntax/
H A Dpara.php18 * This syntax component is used dynamically while parsing (at the {@link DOKU_LEXER_END} of {@link \dokuwiki\Extension\SyntaxPlugin::handle()}
162 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_para
166 * No need to handle,
178 * @param array $data - what the function handle() return'ed
H A Dtoggle.php96 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_toggle
136 * @param array $data - what the function handle() return
H A Dtooltip.php127 * The handle function goal is to parse the matched syntax through the pattern function
135 * @see DokuWiki_Syntax_Plugin::handle()
138 function handle($match, $state, $pos, Doku_Handler $handler): array function in syntax_plugin_combo_tooltip
209 * @param array $data - what the function handle() return'ed
H A Dmenubar.php146 * The handle function goal is to parse the matched syntax through the pattern function
154 * @see DokuWiki_Syntax_Plugin::handle()
157 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_combo_menubar
199 * @param array $data - what the function handle() return'ed
/plugin/batchedit/
H A Dadmin.php45 public function handle() { function in admin_plugin_batchedit
/plugin/qna/syntax/
H A Dtoc.php49 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_qna_toc
/plugin/dbquery/syntax/
H A Dquery.php36 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_dbquery_query
/plugin/odt/ODT/css/
H A Dcssimportnew.php1023 $handle = fopen($filename, "rb");
1024 if ( $handle === false ) {
1028 $contents = fread($handle, filesize($filename));
1029 fclose($handle);
/plugin/ckgdoku/action/
H A Dedit.php1255 $handle = fopen("ckgdoku_php.txt", "a");
1257 fwrite($handle,"$what\n");
1258 fclose($handle);
/plugin/accscounter/
H A Dadmin.php40 function handle() { function in admin_plugin_accscounter
/plugin/uncmap/
H A Dsyntax.php101 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_uncmap
/plugin/countdown/
H A Dsyntax.php52 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_countdown
/plugin/data-graph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_datagraph
/plugin/datagraph/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_datagraph
/plugin/pagetemplate/
H A Dsyntax.php98 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_pagetemplate
/plugin/pdftools/
H A Dadmin.php22 function handle() { function in admin_plugin_pdftools
/plugin/vshare/syntax/
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
63 public function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_vshare_video
/plugin/blog/syntax/
H A Dautoarchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_blog_autoarchive
/plugin/odtsupport/
H A Dsyntax.php73 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_odtsupport
/plugin/blogtng/syntax/
H A Dblog.php91 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_blogtng_blog
/plugin/sql/
H A Dsyntax.php68 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_sql
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki65 …within the [[https://www.dokuwiki.org/devel:syntax_plugins?s[]=handle#handle_method|handle() metho…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1753 $handle = fopen($filePath, 'r');
1754 stream_set_blocking($handle, true);
1755 if ($handle !== false) {
1756 $firstContent = fgets($handle);
1757 $firstContent .= fgets($handle);
1758 fclose($handle);

1...<<41424344454647484950>>...66