Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 61) sorted by relevance

123

/dokuwiki/inc/Parsing/
H A DHandler.php102 return $this->modeObjects[$modeName]->handle($match, $state, $pos, $this);
235 $data = $plugin->handle($match, $state, $pos, $this);
251 return $this->modeObjects['base']->handle($match, $state, $pos, $this);
260 return $this->modeObjects['header']->handle($match, $state, $pos, $this);
269 return $this->modeObjects['internallink']->handle($match, $state, $pos, $this);
278 return $this->modeObjects['media']->handle($match, $state, $pos, $this);
/dokuwiki/lib/plugins/styling/
H A Dpopup.php16 $plugin->handle();
/dokuwiki/inc/Parsing/ParserMode/
H A DNocache.php22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Nocache
H A DLinebreak.php22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Linebreak
H A DHr.php22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Hr
H A DNotoc.php22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Notoc
H A DCamelcaselink.php26 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Camelcaselink
H A DModeInterface.php58 public function handle($match, $state, $pos, Handler $handler); function
H A DMultiplyentity.php30 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Multiplyentity
H A DEol.php28 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Eol
H A DWindowssharelink.php34 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Windowssharelink
H A DEmaillink.php23 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Emaillink
H A DFilelink.php41 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Filelink
H A DUnformatted.php31 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Unformatted
H A DBase.php33 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Base
H A DHeader.php27 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Header
H A DWordblock.php55 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Wordblock
H A DSmiley.php51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Smiley
H A DEntity.php51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Entity
H A DRss.php22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Rss
H A DAcronym.php51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Acronym
/dokuwiki/inc/Action/
H A DAdmin.php35 $plugin->handle();
/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php18 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\test\\Parsing\\HandlerTest::testGetModeNameReturnsOriginalName::AnonymousClassf979cedc0100
40 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\test\\Parsing\\HandlerTest::testGetModeNameFallsBackToModeName::AnonymousClassf979cedc0200
/dokuwiki/inc/Extension/
H A DAdminPlugin.php75 public function handle() function in dokuwiki\\Extension\\AdminPlugin
H A DSyntaxPlugin.php79 abstract public function handle($match, $state, $pos, Handler $handler); function in dokuwiki\\Extension\\SyntaxPlugin

123