Home
last modified time | relevance | path

Searched refs:context (Results 76 – 100 of 1053) sorted by last modified time

12345678910>>...43

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
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()],
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php85 $context = $data[PluginUtility::CONTEXT];
86 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
149 * Attribute of parent are send for context
173 $context = $data[PluginUtility::CONTEXT] ?? null;
215 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
276 // context data
492 $context = $data[PluginUtility::CONTEXT] ?? null;
H A DPageImageTag.php59 $context = PageImageTag::TAG;
62 $context = $parent->getTagName();
67 PluginUtility::CONTEXT => $context
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);
149 * Close the span if we are in a tooltip context
H A DTabsTag.php15 * The code is using the context to manage this cases
31 * A tabs with this context will render the `ul` HTML tags
34 public const NAVIGATION_CONTEXT = "navigation-context";
268 $context = null;
271 * Add the context to the opening and ending tag
273 $context = $firstChild->getTagName();
274 $openingTag->setContext($context);
278 if ($context == PanelTag::PANEL_LOGICAL_MARKUP) {
365 PluginUtility::CONTEXT => $context,
372 $context
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php15 * A tuple: (ATN state, predicted alt, syntactic, semantic context).
16 * The syntactic context is a graph-structured stack node whose path(s)
18 * The semantic context is the tree of semantic predicates encountered
51 public $context; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
54 * We cannot execute predicates dependent upon local context unless
55 * we know for sure we are in the correct context. Because there is
60 * closure() tracks the depth of how far we dip into the outer context:
83 ?PredictionContext $context = null, argument
94 $this->context = $context;
[all...]
H A DATNSimulator.php12 * The context cache maps all PredictionContext objects that are ==
21 * at the end from 25M to 16M. We don't store any of the full context
22 * graphs in the DFA because they are limited to local context only,
38 * The context cache maps all PredictionContext objects that are equals()
47 * at the end from 25M to 16M. We don't store any of the full context
48 * graphs in the DFA because they are limited to local context only,
96 public function getCachedContext(PredictionContext $context) : PredictionContext argument
99 return $context;
105 $context,
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent context.
417 You can shift the context for a section of a template by using the built-in with block helper.
656 Block helpers make it possible to define custom iterators and other helpers that can invoke the passed block with a new context.
664 function($template, $context, $args, $source){
665 return strtoupper($context->get($args));
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php74 $context = ExecutionContext::getActualOrCreateFromEnv();
77 $executionCachedStores = &$context->getRuntimeObject(MetadataDokuWikiStore::class);
80 $context->setRuntimeObject(MetadataDokuWikiStore::class, $executionCachedStores);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php22 * Represents `$` in an array in full context mode, when `$` doesn't mean
101 * context is in set.
190 * @param bool $rootIsWildcard `true` if this is a local-context merge,
191 * otherwise false to indicate a full-context merge
312 * These local-context merge operations are used when `rootIsWildcard`
325 * Special case of last merge if local context.
331 * These full-context merge operations are used when `rootIsWildcard`
561 PredictionContext $context, argument
565 if ($context->isEmpty()) {
566 return $context;
[all...]
/plugin/slacknotifier/helper/
H A DFormatter.php17 public function format(PageSaveEvent $event, Context $context): array
28 $username = $context->username ?: 'Anonymous';
15 format(Payload $payload, Context $context) global() argument
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md43 * `FEAT`: retrieve instantiation modules with context ([#1835](https://github.com/bpmn-io/bpmn-js/p…
50 * `FEAT`: append menu available via context pad ([#1802](https://github.com/bpmn-io/bpmn-js/pull/18…
183 * `FEAT`: add multi-element context pad ([#1525](https://github.com/bpmn-io/bpmn-js/pull/1525))
431 * `CHORE`: deprecated `import.parse.complete` context payload ([`157aec6e`](https://github.com/bpmn…
679 * `FEAT`: simplify requested palette and context pad translations ([#1027](https://github.com/bpmn-…
778 * `FEAT`: improve context pad tooltip titles for `EventBasedGateway` ([`350a5ab`](https://github.co…
901 * `FEAT`: show gateway icon on context pad without marker ([`15dfab6b`](https://github.com/bpmn-io/…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css39 --context-pad-entry-background-color: var(--color-white);
292 .djs-dragging .djs-context-pad,
476 * context-pad
478 .djs-overlay-context-pad {
483 .djs-context-pad {
490 .djs-context-pad .entry {
502 background-color: var(--context-pad-entry-background-color);
508 .djs-context-pad .entry:hover {
509 background: var(--context-pad-entry-hover-background-color);
512 .djs-context-pad.open {
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7context=t}function Ki(e,t){this.element=t,this.propertyDesc=e}function Yi(){}function Xi(e,t,n){th…
27context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if(i){if(!1===o)return;p(o)?t.selec…
33context=t}function js(e,t){if(null==t)return e.__?js(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<…
194context,n=t.hints||{},i=t.shape,r=t.parent||t.newParent;!1!==n.autoResize&&o._expand([i],r)})),thi… property in AnonymousFunctionc4f831ab61a00.n
H A Dbpmn-navigated-viewer.production.min.js2context,i=n.canExecute,o=n.elements,a=(n.hints||{}).autoSelect;if(i){if(!1===a)return;r(a)?t.selec…
H A Dbpmn-viewer.production.min.js2context,i=n.canExecute,o=n.elements,a=(n.hints||{}).autoSelect;if(i){if(!1===a)return;r(a)?t.selec…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md103 * `FIX`: show context pad on top ([#657](https://github.com/bpmn-io/dmn-js/issues/657))
129 * `CHORE`: deprecated `import.parse.complete` context payload ([`9739df4`](https://github.com/bpmn-…
138 * `FEAT`: focus on row added via context menu ([#638](https://github.com/bpmn-io/dmn-js/pull/638))
194 * `FEAT`: enable context-menu for index cells ([#555](https://github.com/bpmn-io/dmn-js/issues/555))
195 * `FEAT`: enable context-menu for annotations ([`eb280e52`](https://github.com/bpmn-io/dmn-js/commi…
256 * `FEAT`: rework context menu for input/output columns ([#495](https://github.com/bpmn-io/dmn-js/is…
378 * `FIX(decision-table)`: prevent context menu jump in larger tables
379 * `FIX(decision-table)`: do not close context on user selection
489 * `FIX(decision-table)`: correct context menu positioning in scrolling tables
535 * `FEAT`: add generic keyboard controls to context-menu like components
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css39 --context-pad-entry-background-color: var(--color-white);
292 .djs-dragging .djs-context-pad,
476 * context-pad
478 .djs-overlay-context-pad {
483 .djs-context-pad {
490 .djs-context-pad .entry {
502 background-color: var(--context-pad-entry-background-color);
508 .djs-context-pad .entry:hover {
509 background: var(--context-pad-entry-hover-background-color);
512 .djs-context-pad.open {
[all …]
H A Ddmn-js-decision-table-controls.css89 .dmn-decision-table-container .context-menu .context-menu-container {
93 .dmn-decision-table-container .context-menu .context-menu-flex {
98 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry {
112 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry.disabled {
117 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-…
124 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-group-entry .context-…
138 .dmn-decision-table-container .context-menu .context-menu-container.input-edit,
139 .dmn-decision-table-container .context-menu .context-menu-container.output-edit {
179 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
183 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2context=t}function xt(e,t){this.element=t,this.propertyDesc=e}function wt(){}function Ct(e,t,n){th…
7context,i=n.canExecute,r=n.elements,o=(n.hints||{}).autoSelect;if(i){if(!1===o)return;O(o)?t.selec…
21context:t})}}).handleDefinitions(e)}(t)}catch(e){i=e}o.fire("import.done",{error:i,warnings:a}),n(… property in mp.canExecute.n
H A Ddmn-navigated-viewer.production.min.js2context=t}function ot(e,t){this.element=t,this.propertyDesc=e}function at(){}function st(e,t,n){th…
16context:t})}}).handleDefinitions(e)}(t)}catch(e){r=e}o.fire("import.done",{error:r,warnings:a}),n(…
H A Ddmn-viewer.production.min.js2context=t}function ot(e,t){this.element=t,this.propertyDesc=e}function at(){}function st(e,t,n){th…
16context:t})}}).handleDefinitions(e)}(t)}catch(e){r=e}o.fire("import.done",{error:r,warnings:a}),n(…
/plugin/katex/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/plugin/bbcodeextensions/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/plugin/confightmlok/
H A DLICENSE55 The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.

12345678910>>...43