Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 229) sorted by relevance

12345678910

/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlBaseListener.php25 public function enterFunctionNames(Context\FunctionNamesContext $context) : void {} argument
32 public function exitFunctionNames(Context\FunctionNamesContext $context) : void {} argument
38 public function enterConstantNames(Context\ConstantNamesContext $context) : void {} argument
45 public function exitConstantNames(Context\ConstantNamesContext $context) : void {} argument
51 public function enterTableNames(Context\TableNamesContext $context) : void {} argument
58 public function exitTableNames(Context\TableNamesContext $context) : void {} argument
64 public function enterSqlNames(Context\SqlNamesContext $context) : void {} argument
71 public function exitSqlNames(Context\SqlNamesContext $context) : void {} argument
77 public function enterColumn(Context\ColumnContext $context) : void {} argument
84 public function exitColumn(Context\ColumnContext $context) : void {} argument
[all …]
H A DPageSqlListener.php19 public function enterFunctionNames(Context\FunctionNamesContext $context) : void; argument
24 public function exitFunctionNames(Context\FunctionNamesContext $context) : void; argument
29 public function enterConstantNames(Context\ConstantNamesContext $context) : void; argument
34 public function exitConstantNames(Context\ConstantNamesContext $context) : void; argument
39 public function enterTableNames(Context\TableNamesContext $context) : void; argument
44 public function exitTableNames(Context\TableNamesContext $context) : void; argument
49 public function enterSqlNames(Context\SqlNamesContext $context) : void; argument
54 public function exitSqlNames(Context\SqlNamesContext $context) : void; argument
59 public function enterColumn(Context\ColumnContext $context) : void; argument
64 public function exitColumn(Context\ColumnContext $context) : void; argument
[all …]
/template/twigstarter/vendor/twig/twig/src/
DTemplateWrapper.php39 * @param array $context An array of parameters to pass to the template
41 public function render(array $context = []): string argument
45 return $this->template->render($context, \func_get_args()[1] ?? []);
51 * @param array $context An array of parameters to pass to the template
53 public function display(array $context = []) argument
57 $this->template->display($context, \func_get_args()[1] ?? []);
64 * @param array $context An array of parameters to pass to the template
66 public function hasBlock(string $name, array $context = []): bool argument
68 return $this->template->hasBlock($name, $context);
74 * @param array $context An array of parameters to pass to the template
[all …]
DTemplate.php90 public function getParent(array $context) argument
97 $parent = $this->doGetParent($context);
120 protected function doGetParent(array $context) argument
137 * @param array $context The context
140 public function displayParentBlock($name, array $context, array $blocks = []) argument
143 $this->traits[$name][0]->displayBlock($name, $context, $blocks, false);
144 } elseif (false !== $parent = $this->getParent($context)) {
145 $parent->displayBlock($name, $context, $blocks, false);
158 * @param array $context The context
162 …public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $t… argument
[all …]
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php223 public function helperIf($template, $context, $args, $source) argument
227 $tmp = $context->get($args);
238 $buffer = $template->render($context);
249 $args = $this->parseArgs($context, substr($name, 7));
261 $buffer = $template->render($context);
268 return $this->renderElse($template, $context);
272 return $this->renderElse($template, $context);
296 public function helperEach($template, $context, $args, $source) argument
299 $tmp = $context->get($keyname);
307 return $this->renderElse($template, $context);
[all …]
H A DTemplate.php111 * @param mixed $context current context
116 public function render($context) argument
118 if (!$context instanceof Context) {
119 $context = new Context($context, [
142 $buffer .= $this->section($context, $current);
149 $buffer .= $this->inverted($context, $current);
157 $buffer .= $this->partial($context, $current);
161 $buffer .= $this->variables($context, $current, false);
164 $buffer .= $this->variables($context, $current, true);
220 * @param Context $context current context
[all …]
/template/parallax/lib/js/
Djquery.placeholder.js18 context = $(this),
27 if (context.val() === '') {
28 if (context.attr('type') === 'password') {
30 context.attr('type', 'text');
35 context.val(placeholderText);
36 context.addClass('ui-placeholder');
41 context.removeClass('ui-placeholder');
42 if (context.val() === placeholderText) {
43 context.val('');
54 checkIfEmpty(context.blur(onBlur).focus(onFocus));
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php47 $context = $recognizer->getContext();
49 while ($context !== null) {
50 if (!$context instanceof ParserRuleContext) {
54 $context->exception = $e;
55 $context = $context->getParent();
71 for ($context = $recognizer->getContext(); $context; $context = $context->getParent()) {
72 if (!$context instanceof ParserRuleContext) {
76 $context->exception = $e;
/template/strap/ComboStrap/
H A DBlockquoteTag.php57 $context = null;
60 $context = $parent->getTagName();
61 if ($context === FragmentTag::FRAGMENT_TAG) {
64 $context = $parent->getTagName();
69 return array(PluginUtility::CONTEXT => $context);
142 $context = BlockquoteTag::TWEET;
143 $type = $context;
144 $openingTag->setType($context);
145 $openingTag->setContext($context);
153 $context = $openingTag->getContext();
[all …]
H A DHeadingTag.php118 $context = $openingTag->getContext(); // for sectioning
123 PluginUtility::CONTEXT => $context
156 $context = $parent->getTagName();
161 $context = HeadingTag::TYPE_OUTLINE;
166 $context = "";
169 return $context;
187 $context = $data[PluginUtility::CONTEXT];
188 if ($context === self::TYPE_OUTLINE) {
221 $context = $data[PluginUtility::CONTEXT] ?? null;
222 if ($context === self::TYPE_OUTLINE) {
[all …]
H A DCardTag.php37 $context = null;
39 $context = $parent->getTagName();
40 if ($context === FragmentTag::FRAGMENT_TAG) {
43 $context = $parent->getTagName();
49 PluginUtility::CONTEXT => $context
203 $context = $data[PluginUtility::CONTEXT];
204 if ($context === MasonryTag::MASONRY_TAG) {
205 MasonryTag::addColIfBootstrap5AndCardColumns($renderer, $context);
225 $context = $data[PluginUtility::CONTEXT];
226 if ($context === MasonryTag::MASONRY_TAG) {
[all …]
H A DButtonTag.php128 $context = ButtonTag::MARKUP_LONG;
132 PluginUtility::CONTEXT => $context
143 $context = ButtonTag::MARKUP_LONG;
147 $context = syntax_plugin_combo_link::TAG;
150 $openingTag->setContext($context);
153 PluginUtility::CONTEXT => $context
170 $context = $data[PluginUtility::CONTEXT];
171 if ($context == ButtonTag::LOGICAL_TAG) {
183 $context = $data[PluginUtility::CONTEXT];
187 if ($context === ButtonTag::MARKUP_LONG) {
H A DPanelTag.php63 $context = $parent->getTagName();
71 $context = PanelTag::CONTEXT_PREVIEW_ALONE;
74 $context = $markupTag;
83 … $id = $idManager->generateNewHtmlIdForComponent(self::PANEL_LOGICAL_MARKUP . "-" . $context);
92 $context = PanelTag::TAB_PANEL_MARKUP;
118 PluginUtility::CONTEXT => $context,
194 $context = $data[PluginUtility::CONTEXT];
195 switch ($context) {
223 …LogUtility::log2FrontEnd("The context ($context) is unknown in enter rendering", LogUtility::LVL_M…
232 $context = $data[PluginUtility::CONTEXT];
[all …]
H A DTabsTag.php268 $context = null;
273 $context = $firstChild->getTagName();
274 $openingTag->setContext($context);
278 if ($context == PanelTag::PANEL_LOGICAL_MARKUP) {
365 PluginUtility::CONTEXT => $context,
372 $context = $data[PluginUtility::CONTEXT];
373 switch ($context) {
389 … LogUtility::internalError("The context ($context) is unknown in enter", TabsTag::TAG);
397 $context = $data[PluginUtility::CONTEXT];
398 switch ($context) {
[all …]
H A DIconTag.php24 $context = "";
26 $context = $parent->getTagName();
27 if ($context === syntax_plugin_combo_link::TAG) {
28 $context = $parent->getTagName();
41 !in_array($context, [
66 return array(PluginUtility::CONTEXT => $context);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php51 public $context; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
83 ?PredictionContext $context = null, argument
94 $this->context = $context;
99 $this->context = $context ?? $oldConfig->context;
144 && Equality::equals($this->context, $other->context);
152 $this->context,
165 if ($this->context !== null) {
166 $buf .= ',[' . $this->context . ']';
188 $this->context !== null ? ',[' . $this->context . ']' : '',
H A DATN.php106 public function nextTokensInContext(ATNState $state, ?RuleContext $context) : IntervalSet argument
108 return (new LL1Analyzer($this))->look($state, null, $context);
181 * @param RuleContext $context The full parse context
188 public function getExpectedTokens(int $stateNumber, ?RuleContext $context) : IntervalSet argument
206 if ($context === null) {
207 $context = ParserRuleContext::emptyContext();
210 …while ($context !== null && $context->invokingState >= 0 && $following->contains(Token::EPSILON)) {
211 $invokingState = $this->states[$context->invokingState];
223 $context = $context->getParent();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php97 * @param RuleContext|null $context The complete parser context, or `null`
103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet argument
108 $lookContext = $context !== null && $s->atn !== null ?
109 PredictionContext::fromRuleContext($s->atn, $context) :
142 * @param PredictionContext|null $context The outer context, or `null`
177 ?PredictionContext $context, argument
184 $c = new ATNConfig(null, $s, $context, null, 0);
191 if ($context === null) {
197 if ($context->isEmpty() && $addEOF) {
205 if ($context === null) {
[all …]
H A DParser.php189 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
228 $this->context()->addErrorNode($this->createErrorNode($this->context(), $t));
344 $listener->enterEveryRule($this->context());
345 $this->context()->enterRule($listener);
359 $this->context()->exitRule($listener);
360 $listener->exitEveryRule($this->context());
526 … $node = $this->context()->addErrorNode($this->createErrorNode($this->context(), $o));
534 … $node = $this->context()->addTerminalNode($this->createTerminalNode($this->context(), $o));
569 $parent = $this->context()->getParent();
577 $parent->addChild($this->context());
[all …]
H A DParserTraceListener.php21 public function enterEveryRule(ParserRuleContext $context) : void argument
28 $this->parser->getRuleNames()[$context->getRuleIndex()],
42 public function exitEveryRule(ParserRuleContext $context) : void argument
49 $this->parser->getRuleNames()[$context->getRuleIndex()],
/template/strap/syntax/
H A Dlabel.php86 $context = null;
104 $context = syntax_plugin_combo_accordion::TAG;
107 $context = TabsTag::TAG;
118 $context = PanelTag::CONTEXT_PREVIEW_ALONE;
126 PluginUtility::CONTEXT => $context
135 $context = $openingTag->getContext();
148 PluginUtility::CONTEXT => $context,
179 $context = $data[PluginUtility::CONTEXT];
180 switch ($context) {
209 …LogUtility::log2FrontEnd("The context ($context) of the label is unknown in enter", LogUtility::LV…
[all …]
H A Dheadingatx.php91 $context = HeadingTag::getContext($callStack);
104 PluginUtility::CONTEXT => $context,
134 $context = $data[PluginUtility::CONTEXT];
143 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
151 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
/template/bootstrap3/compat/inc/Menu/
DAbstractMenu.php20 protected $context = AbstractItem::CTX_DESKTOP; variable in dokuwiki\\Menu\\AbstractMenu
28 * @param int $context the context this menu is used in
30 public function __construct($context = AbstractItem::CTX_DESKTOP) { argument
31 $this->context = $context;
61 if(!$item->visibleInContext($this->context)) continue;
/template/breeze/bower_components/gumby/sass/functions/
D_em.scss3 @function em($size-in-px, $context: 16) { parameter
7 @if not unitless($context) {
8 $context: strip-units($context); variable
10 @return ($size-in-px / $context) * 1em;
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php561 PredictionContext $context, argument
565 if ($context->isEmpty()) {
566 return $context;
569 $existing = $visited[\spl_object_id($context)] ?? null;
575 $existing = $contextCache->get($context);
578 $visited[\spl_object_id($context)] = $existing;
585 for ($i = 0; $i < $context->getLength(); $i++) {
586 $parentContext = $context->getParent($i);
598 for ($j = 0; $j < $context->getLength(); $j++) {
599 $parents[$j] = $context->getParent($j);
[all …]

12345678910