Home
last modified time | relevance | path

Searched refs:handle (Results 326 – 350 of 1645) sorted by relevance

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

/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_fbsp_fbcomment
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_fbsp_fblike
/plugin/toc/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_toc
/plugin/markdowku/
H A Dcodespans2.php23 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_codespans2
H A Dcodespans3.php23 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_codespans3
H A Dcodespans4.php23 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_codespans4
H A Dcodespans5.php23 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_codespans5
H A Dcodespans1.php24 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_markdowku_codespans1
/plugin/include/syntax/
H A Dreadmore.php19 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_include_readmore
20 // this is a syntax plugin that doesn't offer any syntax, so there's nothing to handle by the parser
/plugin/mediatooltip/
H A Daction.php350 if (!$handle = fopen(DOKU_INC .'uploadnename.txt', 'a')) {
357 fwrite($handle, "$data\n");
358 fclose($handle);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php212 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-outbox-URL', function() use ($principalUrl, $…
224 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-inbox-URL', function() use ($principalUrl, $c…
236 …$propFind->handle('{' . self::NS_CALDAV . '}schedule-default-calendar-URL', function() use ($princ…
279 $propFind->handle('{' . self::NS_CALDAV . '}calendar-user-type', function() {
288 …$propFind->handle('{http://calendarserver.org/ns/}calendar-availability', function() use ($propFin…
323 …$propPatch->handle('{http://calendarserver.org/ns/}calendar-availability', function($value) use ($…
/plugin/move/helper/
H A Dplan.php538 // handle affected pages
840 * Get the last line from the list that is stored in the file that is referenced by the handle
841 * The handle is set to the newline before the file id
843 * @param resource $handle The file handle to read from
846 protected function getLastLine($handle) { argument
848 fseek($handle, 0, SEEK_END);
852 while(fseek($handle, -1, SEEK_CUR) >= 0) {
853 $c = fgetc($handle);
855 fseek($handle,
[all...]
/plugin/redirect/
H A Dadmin.php53 public function handle() { function in admin_plugin_redirect
/plugin/translation3/
H A Dsyntax.php54 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_translation
/plugin/booking/
H A Dsyntax.php53 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_booking
/plugin/shorturl/
H A Dadmin.php47 function handle() { function in admin_plugin_shorturl
/plugin/icalevents/
H A Dsyntax.php69 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_icalevents_base
/plugin/mediasyntax/syntax/
H A Dpreblock.php32 function handle($match, $state, $pos, Doku_Handler $handler)
34 // Then it (the function handle) gets called with $state=3 and $match is the text
43 function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_mediasyntax_preblock
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dwsgi.py57 cgitb.Hook(file = file).handle()
/plugin/qc/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler)
43 public function handle($match, $state, $pos, Doku_Handler $handler) global() function in syntax_plugin_qc
/plugin/yuriigantt/
H A Daction.php48 … echo (new JsonRequest(new Embedded(), $INPUT->param('csrf'), $INPUT->param('payload')))->handle();
/plugin/deletehistory/
H A Dadmin.php25 public function handle() function in admin_plugin_deletehistory
/plugin/pixelyear/
H A DTODO.md7 Much of the code is in render(), it needs to be moved to handle().
/plugin/allowindentation/
H A Dsyntax.php92 public function handle($match, $state, $pos, Doku_Handler $handler) function in syntax_plugin_allowindentation
/plugin/creole/syntax/
H A Dpreinline.php33 function handle($match, $state, $pos, Doku_Handler $handler) { function in syntax_plugin_creole_preinline

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