| /dokuwiki/inc/Parsing/ |
| H A D | Handler.php | 102 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 D | popup.php | 16 $plugin->handle();
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Nocache.php | 22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Nocache
|
| H A D | Linebreak.php | 22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Linebreak
|
| H A D | Hr.php | 22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Hr
|
| H A D | Notoc.php | 22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Notoc
|
| H A D | Camelcaselink.php | 26 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Camelcaselink
|
| H A D | ModeInterface.php | 58 public function handle($match, $state, $pos, Handler $handler); function
|
| H A D | Multiplyentity.php | 30 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Multiplyentity
|
| H A D | Eol.php | 28 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Eol
|
| H A D | Windowssharelink.php | 34 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Windowssharelink
|
| H A D | Emaillink.php | 23 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Emaillink
|
| H A D | Filelink.php | 41 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Filelink
|
| H A D | Unformatted.php | 31 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Unformatted
|
| H A D | Base.php | 33 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Base
|
| H A D | Header.php | 27 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Header
|
| H A D | Wordblock.php | 55 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Wordblock
|
| H A D | Smiley.php | 51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Smiley
|
| H A D | Entity.php | 51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Entity
|
| H A D | Rss.php | 22 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Rss
|
| H A D | Acronym.php | 51 public function handle($match, $state, $pos, Handler $handler) function in dokuwiki\\Parsing\\ParserMode\\Acronym
|
| /dokuwiki/inc/Action/ |
| H A D | Admin.php | 35 $plugin->handle();
|
| /dokuwiki/_test/tests/Parsing/ |
| H A D | HandlerTest.php | 18 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 D | AdminPlugin.php | 75 public function handle() function in dokuwiki\\Extension\\AdminPlugin
|
| H A D | SyntaxPlugin.php | 79 abstract public function handle($match, $state, $pos, Handler $handler); function in dokuwiki\\Extension\\SyntaxPlugin
|