Home
last modified time | relevance | path

Searched refs:s (Results 351 – 375 of 3948) sorted by last modified time

1...<<11121314151617181920>>...158

/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css6 * their site width) are the 4 min-width's (search for @change).
37 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
H A Dedit-button.css35 /** Because section edit can also be outside outline, it's here*/
H A Dlazy-load-fade.css3 animation-duration: 2s;
H A Dlazy-load-spinner.css18 animation: spinner .6s linear infinite;
H A Dlink.css2 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABdklEQVR4AWMgAVRo1zY3rGk41rC+rqvCBCJWBpPM4WoomLHtdtuv/t9Lfk263TtrQ0t7Oj9cbzZDc/W6s/8T7khD+P+F/8bv29PZlswJVVBu0vPuVZyNYHFZbmAqE1SR0cbjXR6pjGBO58am962Ta3e3ftqy6B5LCcMasOj7gInrm9jBzI4vTX+bfjT/7/4/p/w/zFXybUmt71u4wJzGfxP/t/xvA+KaP2XnQSKVFpWPav/U/6+HKJjz++OVJUDp1n9N/+r+19QyMCz1mPC/8X/X/26Igrn3GiUeL5n/v+F/8//6/9NOMTC0hDUDefP/L4MoOL6ickVeSQ1QqAGooPdBJE/lnloge/fhixBHftFd9bLkR83/+n/1QAXVP8qX1Pyv/L/s/12f/4xQNz8s3Pa/6X/Vvzqgour/5f/r/q//f2fmLy54WP7lfJN74eMSoKIyoNFz/5/+9ar+Px9aZL3Xfjvz7aO3/96+eLvsnSVE7CPhOAYA9nvIX0UoNU8AAAAASUVORK5CYII=);
H A Donhover.css3 transition: all .2s ease;
H A Dpage-explorer-tree.css75 transition: transform 0.35s ease;
H A Dshadow.css6 transition: .2s;
H A Dwebcode.css9 transition: opacity .3s ease-in-out;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css63 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
75 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
89 Are hidden in overflow, that's how it works
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md59 `ParseTreeContext`'s:
126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
128 You can buy the book [The Definitive ANTLR 4 Reference](http://amzn.com/1934356999) at amazon or an [electronic version at the publisher's site](https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference).
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php104 * restricted to tokens reachable staying within `state`'s rule.
146 public function defineDecisionState(DecisionState $s) : int argument
148 $this->decisionToState[] = $s;
150 $s->decision = \count($this->decisionToState) - 1;
152 return $s->decision;
194 $s = $this->states[$stateNumber];
195 $following = $this->nextTokens($s);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php136 $s = '';
138 $s .= '&& ' . $o;
141 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
H A DOrOperator.php139 $s = '';
141 $s .= '|| ' . $o;
144 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php468 $s = '';
476 $s .= $t->getText();
479 return $s;
H A DLL1Analyzer.php40 * outgoing transition in `s`. If the closure from transition
44 * @param ATNState|null $s The ATN state
47 * each outgoing transition of `s`.
49 public function getDecisionLookahead(?ATNState $s) : ?array argument
51 if ($s === null) {
56 for ($alt = 0; $alt < $s->getNumberOfTransitions(); $alt++) {
62 $s->getTransition($alt)->target,
85 * Compute set of tokens that can follow `s` in the ATN in the
89 * `s` is reached, {@see Token::EPSILON} is added to the result set.
93 * @param ATNState $s Th
103 look(ATNState $s, ATNState $stopState, RuleContext $context) global() argument
175 lookRecursively(ATNState $s, ATNState $stopState, PredictionContext $context, IntervalSet $look, Set $lookBusy, BitSet $calledRuleStack, bool $seeThruPreds, bool $addEOF) global() argument
[all...]
/plugin/combo/resources/brand/email/
H A Dsolid-circle.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0C5.38 0 0 5.38 0 12s5.38 12 12 12 12-5.38 12-12S18.62 0 12 0zm8 16c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v8z"/><path d="M17.9 8.18c-.2-.2-.5-.24-.72-.07L12 12.38 6.82 8.1c-.22-.16-.53-.13-.7.08s-.15.53.06.7l3.62 2.97-3.57 2.23c-.23.14-.3.45-.15.7.1.14.25.22.42.22.1 0 .18-.02.27-.08l3.85-2.4 1.06.87c.1.04.2.1.32.1s.23-.06.32-.1l1.06-.9 3.86 2.4c.08.06.17.1.26.1.17 0 .33-.1.42-.25.15-.24.08-.55-.15-.7l-3.57-2.22 3.62-2.96c.2-.2.24-.5.07-.72z"/></svg>
H A Dsolid.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 4H2C.9 4 0 4.9 0 6v12c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.25 14.43l-3.5 2c-.08.05-.17.07-.25.07-.17 0-.34-.1-.43-.25-.14-.24-.06-.55.18-.68l3.5-2c.24-.14.55-.06.68.18.14.24.06.55-.18.68zm4.75.07c-.1 0-.2-.03-.27-.08l-8.5-5.5c-.23-.15-.3-.46-.15-.7.15-.22.46-.3.7-.14L12 13.4l8.23-5.32c.23-.15.54-.08.7.15.14.23.07.54-.16.7l-8.5 5.5c-.08.04-.17.07-.27.07zm8.93 1.75c-.1.16-.26.25-.43.25-.08 0-.17-.02-.25-.07l-3.5-2c-.24-.13-.32-.44-.18-.68s.44-.32.68-.18l3.5 2c.24.13.32.44.18.68z"/></svg>
/plugin/combo/resources/brand/telegram/
H A Doutline-circle.svg3 <path d="M2.505 11.053c-.31.118-.505.738-.505.738s.203.62.513.737l3.636 1.355 1.417 4.557a.787.787 0 0 0 1.25.375l2.115-1.72a.29.29 0 0 1 .353-.01L15.1 19.85a.786.786 0 0 0 .746.095.786.786 0 0 0 .487-.573l2.793-13.426a.787.787 0 0 0-1.054-.893l-15.568 6z"/>
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php20 * ATN's start state along some path labeled a1a2..an."
87 * conflicting states. That means we know from the context (it's $ or we
88 * don't dip into outer context) that it's an ambiguity not a conflict.
131 $s = \sprintf('%d:%s', $this->stateNumber, (string) $this->configs);
134 $s .= '=>';
137 $s .= \sprintf('[%s]', \implode(', ', $this->predicates));
139 $s .= $this->prediction;
143 return $s;
[all...]
/plugin/combo/resources/brand/whatsapp/
H A Dsolid-circle.svg2 <path d="m12 0c-6.6 0-12 5.4-12 12s5.4 12 12 12 12-5.4 12-12-5.4-12-12-12zm0 3.8c2.2 0 4.2 0.9 5.7 2.4 1.6 1.5 2.4 3.6 2.5 5.7 0 4.5-3.6 8.1-8.1 8.1-1.4 0-2.7-0.4-3.9-1l-4.4 1.1 1.2-4.2c-0.8-1.2-1.1-2.6-1.1-4 0-4.5 3.6-8.1 8.1-8.1zm0.1 1.5c-3.7 0-6.7 3-6.7 6.7 0 1.3 0.3 2.5 1 3.6l0.1 0.3-0.7 2.4 2.5-0.7 0.3 0.099c1 0.7 2.2 1 3.4 1 3.7 0 6.8-3 6.9-6.6 0-1.8-0.7-3.5-2-4.8s-3-2-4.8-2zm-3 2.9h0.4c0.2 0 0.4-0.099 0.5 0.3s0.5 1.5 0.6 1.7 0.1 0.2 0 0.3-0.1 0.2-0.2 0.3l-0.3 0.3c-0.1 0.1-0.2 0.2-0.1 0.4 0.2 0.2 0.6 0.9 1.2 1.4 0.7 0.7 1.4 0.9 1.6 1 0.2 0 0.3 0.001 0.4-0.099s0.5-0.6 0.6-0.8c0.2-0.2 0.3-0.2 0.5-0.1l1.4 0.7c0.2 0.1 0.3 0.2 0.5 0.3 0 0.1 0.1 0.5-0.099 1s-1 0.9-1.4 1c-0.3 0-0.8 0.001-1.3-0.099-0.3-0.1-0.7-0.2-1.2-0.4-2.1-0.9-3.4-3-3.5-3.1s-0.8-1.1-0.8-2.1c0-1 0.5-1.5 0.7-1.7s0.4-0.3 0.5-0.3z"/>
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php204 * Implements Jim Idle's magic sync mechanism in closures and optional
250 /** @var ATNState $s */
251 $s = $interpreter->atn->states[$recognizer->getState()];
267 $nextTokens = $recognizer->getATN()->nextTokens($s);
279 // It's possible the next token won't match; information tracked
287 switch ($s->getStateType()) {
342 $msg = \sprintf('no viable alternative at input %s', $this->escapeWSAndQuote($input));
365 'mismatched input %s expecting %s',
384 $msg = \sprintf('rule %s
756 escapeWSAndQuote(string $s) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php42 $s = $interpreter->atn->states[$recognizer->getState()];
44 $trans = $s->getTransition(0);
/plugin/combo/vendor/symfony/yaml/
H A DInline.php93 if (preg_replace('/\s*#.*$/A', '', substr($value, $i))) {
94 throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$parsedLineNumber + 1, $value, self::$parsedFilename);
122 throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
129 return sprintf('!php/const %s::%s', \get_class($value), $value->name);
143 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
146 return sprintf('{ %s }', implode(', ', $output));
240 return sprintf('[%s]', implode(', ', $output));
246 $output[] = sprintf('%s
[all...]
/plugin/combo/ComboStrap/
H A DSnippetSystem.php338 * as the URL is written in the code, it's to the dev to not messed up
441 function ($s) use ($slot) {
442 return $s->hasSlot($slot);

1...<<11121314151617181920>>...158