Home
last modified time | relevance | path

Searched defs:state (Results 151 – 175 of 1827) sorted by last modified time

12345678910>>...74

/plugin/combo/syntax/
H A Dtoggle.php96 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtogglecollapse.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtoggleexpand.php94 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dtooltip.php138 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dunit.php114 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
[all...]
H A Dvariable.php113 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dwebcode.php152 public function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dxmlblocktag.php143 function handle($match, $state, $pos, Doku_Handler $handler): array argument
H A Dxmlinlinetag.php154 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dxmlprotectedtag.php121 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dbackgrounds.php93 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dbadge.php110 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dbrand.php121 function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php106 public function nextTokensInContext(ATNState $state, ?RuleContext $context) : IntervalSet argument
116 public function nextTokens(ATNState $state) argument
128 addState(ATNState $state) global() argument
140 removeState(ATNState $state) global() argument
[all...]
H A DATNConfig.php35 public $state; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
82 ?ATNState $state, argument
[all...]
H A DATNDeserializer.php599 stateIsEndStateFor(ATNState $state, int $idx) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php61 protected function getStateString(DFAState $state) : string argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php16 public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void argument
649 public function enterRecursionRule(ParserRuleContext $localctx, int $state, int $ruleIndex, int $precedence) : void argument
664 public function pushNewRecursionContext(ParserRuleContext $localctx, int $state, int $ruleIndex) : void argument
[all...]
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php134 public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
701 public static function handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array argument
[all...]
H A DPermalinkTag.php21 public static function handleEnterSpecial(TagAttributes $attributes, int $state, Doku_Handler $handler): array argument
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php69 public static function setAttributesToParentAndReturnData(CallStack $callStack, TagAttributes $backgroundAttributes, $state): array argument
H A DFollowTag.php34 public static function renderSpecialEnterNode(TagAttributes $tagAttributes, $state): string argument
102 private static function returnErrorString($message, $state): string argument
H A DMermaidTag.php141 public static function handle($state, $match, &$handler): array argument

12345678910>>...74