Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 102) sorted by relevance

12345

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DATN.php106 public function nextTokensInContext(ATNState $state, ?RuleContext $context) : IntervalSet
116 public function nextTokens(ATNState $state) : IntervalSet
128 public function addState(?ATNState $state) : void
140 public function removeState(ATNState $state) : void
DATNConfig.php35 public $state; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
82 ?ATNState $state,
/template/strap/ComboStrap/Tag/
DFollowTag.php34 public static function renderSpecialEnterNode(TagAttributes $tagAttributes, $state): string
102 private static function returnErrorString($message, $state): string
/template/strap/action/
Dimgmove.php150 … public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
171 …public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handl…
/template/strap/ComboStrap/
DCall.php185 …public static function createComboCall($tagName, $state, array $attribute = array(), string $rawCo…
462 function updateToPluginComponent($component, $state, $attributes = array())
747 function setState($state)
DXmlTagProcessing.php142 …public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, Do…
710 …public static function handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $han…
/template/twigstarter/vendor/twig/twig/src/
DLexer.php29 private $state; variable in Twig\\Lexer
489 private function pushState($state)
/template/parabola/
Drunmobilemenu.js2 var state = false; variable
/template/breeze/bower_components/gumby/sass/functions/
D_palette.scss3 @function getColor($key, $state: false, $list: $ui-coloring) { parameter
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DInputMismatchException.php16 …public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParser.php585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void
649 …public function enterRecursionRule(ParserRuleContext $localctx, int $state, int $ruleIndex, int $p…
664 …public function pushNewRecursionContext(ParserRuleContext $localctx, int $state, int $ruleIndex) :…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
DDFASerializer.php61 protected function getStateString(DFAState $state) : string
/template/templar/js/
Dbootstrap-button.js34 Button.prototype.setState = function (state) { argument
/template/strap/syntax/
Dmath.php93 public function handle($match, $state, $pos, Doku_Handler $handler)
Danalytics.php85 function handle($match, $state, $pos, Doku_Handler $handler)
Dxmlinlineemptytag.php64 function handle($match, $state, $pos, Doku_Handler $handler): array
Dcite.php92 function handle($match, $state, $pos, Doku_Handler $handler)
Dfooter.php123 function handle($match, $state, $pos, Doku_Handler $handler)
Ditext.php85 function handle($match, $state, $pos, Doku_Handler $handler)
Dxmlblockemptytag.php71 function handle($match, $state, $pos, Doku_Handler $handler): array
Dhighlightmd.php106 public function handle($match, $state, $pos, Doku_Handler $handler): array
Dcodemarkdown.php136 function handle($match, $state, $pos, Doku_Handler $handler)
Dtab.php114 function handle($match, $state, $pos, Doku_Handler $handler)
Dbackgrounds.php93 function handle($match, $state, $pos, Doku_Handler $handler)
Dstrong.php112 public function handle($match, $state, $pos, Doku_Handler $handler): array

12345