Home
last modified time | relevance | path

Searched refs:handle (Results 251 – 275 of 1645) sorted by relevance

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

/plugin/diff/
H A Dsyntax.php315 function handle($aMatch, $aState, $aPos, &$aHandler) { function in syntax_plugin_diff
392 * @see handle()
/plugin/comment/
H A Dsyntax.php22 function handle($match, $state, $pos, Doku_Handler $handler){ return ''; }
28 function handle($match, $state, $pos, Doku_Handler $handler){ return ''; } global() function in syntax_plugin_comment
/plugin/fckg/
H A Dadmin.php13 function handle() { function in admin_plugin_fckg
/plugin/bookcreator/_test/
H A DSyntaxTest.php41 $result = $syntaxComponent->handle(
/plugin/editsections2/
H A Dsyntax.php60 function handle($match, $state, $pos, &$handler) function in syntax_plugin_editsections2
/plugin/blog/syntax/
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_blog_draft
/plugin/ckgdoku/action/
H A Dsave.php326 if (!$handle = fopen('save.txt', 'a')) {
331 fwrite($handle, "save.php: $data\n");
332 fclose($handle);
/plugin/openas/
H A Daction.php310 $handle = fopen("openas.txt", "a");
311 fwrite($handle,"$what\n");
312 fclose($handle);
/plugin/indexmenu/
H A Daction.php330 $handle = @opendir(DOKU_INC . $themebase);
332 while (false !== ($file = readdir($handle))) {
344 closedir($handle);
/plugin/authucenter/
H A Dauth.php551 $handle = fopen(DOKU_INC . 'conf/uc.auth.php', 'w');
552 if ($handle === false) {
556 if (fwrite($handle, $uc_conf) === false) {
560 return fclose($handle);
/plugin/code2/
H A Dsyntax.php575 if ($handle = @fopen($n[1], 'rb')) {
577 while (! @feof($handle)) {
580 $aMatch[1] .= @fread($handle, 0x8000);
582 @fclose($handle);
834 * @see handle()
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php329 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
330 $propFind->handle($ns . 'supported-calendar-data', function() {
333 $propFind->handle($ns . 'supported-collation-set', function() {
343 … $propFind->handle('{' . self::NS_CALDAV . '}calendar-home-set', function() use ($principalUrl) {
352 … $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-address-set', function() use ($node) {
359 … $propFind->handle('{' . self::NS_CALENDARSERVER . '}email-address-set', function() use ($node) {
412 $propFind->handle('{' . self::NS_CALDAV . '}calendar-data', function() use ($node) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php315 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
316 $propFind->handle($ns . 'supported-calendar-data', function() {
319 $propFind->handle($ns . 'supported-collation-set', function() {
329 … $propFind->handle('{' . self::NS_CALDAV . '}calendar-home-set', function() use ($principalUrl) {
337 … $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-address-set', function() use ($node) {
344 … $propFind->handle('{' . self::NS_CALENDARSERVER . '}email-address-set', function() use ($node) {
397 $propFind->handle('{' . self::NS_CALDAV . '}calendar-data', function() use ($node) {
/plugin/pagemod/
H A Dsyntax.php47 public function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_pagemod
/plugin/pgpinlinesupport/
H A Dsyntax.php38 function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_pgpinlinesupport
/plugin/strata/syntax/
H A Dnodata.php37 public function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_strata_nodata
/plugin/dev/skel/
H A Dsyntax.php45 public function handle($match, $state, $pos, Doku_Handler $handler)
42 public function handle($match, $state, $pos, Doku_Handler $handler) global() function
/plugin/pagetemplater/
H A Dsyntax.php26 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_pagetemplater
/plugin/include/syntax/
H A Deditbtn.php19 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_include_editbtn
20 // this is a syntax plugin that doesn't offer any syntax, so there's nothing to handle by the parser
H A Dsorttag.php46 public function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_include_sorttag
/plugin/log404/
H A Daction.php32 public function handle(Doku_Event &$event, $param) { function in action_plugin_log404
/plugin/footer/
H A Dsyntax.php27 function handle($match, $state, $pos, Doku_Handler $handler){ function in syntax_plugin_footer
/plugin/anewssystem/
H A DINFO7 desc provides an easy to handle, page based news system
/plugin/poem/
H A Deol.php25 function handle($match, $state, $pos, Doku_Handler $handler){return true;} function in syntax_plugin_poem_eol
/plugin/mediasyntax/syntax/
H A Dnonitalic.php35 function handle($match, $state, $pos, Doku_Handler $handler)
46 function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_mediasyntax_nonitalic

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