Home
last modified time | relevance | path

Searched defs:context (Results 76 – 100 of 424) sorted by path

12345678910>>...17

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php96 public function getCachedContext(PredictionContext $context) : PredictionContext argument
H A DLexerATNConfig.php24 ?PredictionContext $context = null, argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php495 public function getTextByContext(RuleContext $context) : string argument
H A DLL1Analyzer.php103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet argument
177 lookRecursively(ATNState $s, ATNState $stopState, PredictionContext $context, IntervalSet $look, Set $lookBusy, BitSet $calledRuleStack, bool $seeThruPreds, bool $addEOF) global() argument
[all...]
H A DParser.php733 private function context() : ParserRuleContext global() function in Antlr\\Antlr4\\Runtime\\Parser
757 inContext(string $context) global() argument
[all...]
H A DParserTraceListener.php21 public function enterEveryRule(ParserRuleContext $context) : void argument
42 public function exitEveryRule(ParserRuleContext $context) : void argument
H A DTokenStream.php94 public function getTextByContext(RuleContext $context) : string; argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php561 PredictionContext $context, argument
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php64 public function __construct($context = null, $options = []) argument
[all...]
H A DHelpers.php223 public function helperIf($template, $context, $args, $source) argument
296 helperEach($template, $context, $args, $source) global() argument
367 renderElse($template, $context) global() argument
391 helperUnless($template, $context, $args, $source) global() argument
418 helperWith($template, $context, $args, $source) global() argument
441 helperBindAttr($template, $context, $args, $source) global() argument
459 helperUpper($template, $context, $args, $source) global() argument
477 helperLower($template, $context, $args, $source) global() argument
495 helperCapitalize($template, $context, $args, $source) global() argument
513 helperCapitalizeWords($template, $context, $args, $source) global() argument
531 helperReverse($template, $context, $args, $source) global() argument
549 helperFormatDate($template, $context, $args, $source) global() argument
581 helperInflect($template, $context, $args, $source) global() argument
605 helperDefault($template, $context, $args, $source) global() argument
627 helperTruncate($template, $context, $args, $source) global() argument
653 helperRaw($template, $context, $args, $source) global() argument
674 helperRepeat($template, $context, $args, $source) global() argument
703 helperDefine($template, $context, $args, $source) global() argument
730 helperInvoke($template, $context, $args, $source) global() argument
784 parseArgs($context, $args) global() argument
[all...]
H A DTemplate.php116 public function render($context) argument
226 section(Context $context, $current) global() argument
297 inverted(Context $context, $current) global() argument
317 partial(Context $context, $current) global() argument
337 variables(Context $context, $current, $escaped) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DParser.php721 parseValue(string $value, int $flags, string $context) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
H A DAbstractStringContainerBlock.php
H A DFencedCode.php
H A DHeading.php
H A DHtmlBlock.php
H A DIndentedCode.php
H A DListBlock.php
H A DParagraph.php
H A DStringContainerInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
H A DBlockParserInterface.php
H A DBlockQuoteParser.php
H A DFencedCodeParser.php

12345678910>>...17