Home
last modified time | relevance | path

Searched refs:tokens (Results 251 – 275 of 386) sorted by relevance

1...<<111213141516

/plugin/codemirror/dist/modes/
H A Dtroff.min.js1 …roperty(e)?a[e]:null}function c(a,c){return(c.tokens[0]||b)(a,c)}return{startState:function(){retu…
H A Dtroff.min.js.map1tokens","startState","token","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SAC…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php30 * the `text` property anyway if the rule matches tokens from multiple
41 * we need to track all of the tokens and rule invocations associated
216 $tokens = [];
219 $tokens[] = $child;
223 return $tokens;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php327 * @param array $tokens Tokens.
336 array $tokens, argument
344 $this->setTokens($tokens);
722 * @param array $tokens Tokens.
725 public function setTokens(array $tokens) argument
728 $this->_tokens = $tokens;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php162 * The default implementation resynchronizes the parser by consuming tokens
163 * until we find one in the resynchronization set--loosely the set of tokens
258 $tokens = $recognizer->getInputStream();
260 if ($tokens === null) {
264 $la = $tokens->LA(1);
324 $tokens = $recognizer->getTokenStream();
328 if ($tokens !== null) {
338 $input = $tokens->getTextByTokens($e->getStartToken(), $e->getOffendingToken());
361 throw new \RuntimeException('Unexpected null expected tokens.');
510 * `LA(1)==';'` is in the set of tokens tha
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php762 $tokens = \PHP_Token_Stream_CachingFactory::get($filename);
764 $tokens = new \PHP_Token_Stream($filename);
767 $classes = array_merge($tokens->getClasses(), $tokens->getTraits());
768 $tokens = $tokens->tokens();
770 foreach ($tokens as $token) {
/plugin/typography/helper/
H A Dparser.php116 $tokens = explode(';', $style);
118 foreach ($tokens as $declaration) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php37 … $tokens = $this->twig->tokenize(new \Twig_Source($resource->getContent(), (string) $resource));
38 $nodes = $this->twig->parse($tokens);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php110 $tokens = $phpcsFile->getTokens();
111 $style = strtolower($tokens[$stackPtr]['content']);
H A DShorthandSizeSniff.php78 $tokens = $phpcsFile->getTokens();
81 $style = strtolower($tokens[$stackPtr]['content']);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php21 * List of tokens from scanner
31 public function __construct(array &$tokens) { argument
32 $this->_tokens = &$tokens;
36 * Return parser tokens list
65 * provided tokens. If a match is found it is removed from the token list
71 * The $expectedTokens parameter may be an array of tokens or a scalar
95 // None of the given tokens matched
104 * lookahead position against all of the provided tokens. If a match is
110 * The $expectedTokens parameter may be an array of tokens or a scalar
148 // None of the given tokens matche
[all...]
/plugin/google_adsense2/
H A Dcode.php87 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
88 foreach ($tokens as $token) {
/plugin/adhoctags/
H A Dhelper.php139 $tokens = $this->tokenizeAttr($data);
141 foreach ($tokens as $token) {
197 * Split the input data into suitable tokens
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php75 var $tokens = array(); variable in csstidy
320 $this->tokens[] = array($type, ($type == COMMENT) ? $data : trim($data));
358 $tokens =& $GLOBALS['csstidy']['tokens'];
386 if($add != '\\' || !$this->get_cfg('remove_bslash') || strpos($tokens, $string{$i+1}) !== false) {
446 $tokens =& $GLOBALS['csstidy']['tokens'];
447 return (strpos($tokens, $string{$i}) !== false && !csstidy::escaped($string,$i));
817 …s->css) && empty($this->import) && empty($this->charset) && empty($this->tokens) && empty($this->n…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js61 this.options.tokens = this.options.tokens || [];
78 if(typeof(this.options.tokens) == 'string')
79 this.options.tokens = new Array(this.options.tokens);
81 if (!this.options.tokens.include('\n'))
82 this.options.tokens.push('\n');
327 for (var index = 0, l = this.options.tokens.length; index < l; ++index) {
328 tp = value.lastIndexOf(this.options.tokens[index], diff + offset - 1);
330 tp = value.indexOf(this.options.tokens[index], diff + offset);
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6tokens=[],this.tokens.links=Object.create(null),this.options=e||m.defaults,this.rules=k.normal,thi…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php410 $tokens = token_get_all($buffer);
418 foreach ($tokens as $j => $token) {
420 if ($token === '"' && $tokens[$j - 1] !== '\\') {
/plugin/canvas/
H A Dcanvas.php241 $tokens = preg_split('/\s+/', $args);
242 foreach ($tokens as $token) {
/plugin/imagereference/syntax/
H A Dimgcaption.php280 $tokens = preg_split('/\s+/', $parsed[2], 9); // limit is defensive
282 foreach($tokens as $token) {
/plugin/box/
H A Dsyntax.php170 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
171 foreach ($tokens as $token) {
/plugin/combo/ComboStrap/
H A DMarkupRef.php586 $tokens = explode("=", $token, 2);
587 $key = $tokens[0];
588 if (count($tokens) == 2) {
589 $value = $tokens[1];
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]
275 tokens with a different key than the Google Identity service:
286 [google-id-tokens]: https://developers.google.com/identity/sign-in/web/backend-auth
287 [iap-id-tokens]: https://cloud.google.com/iap/docs/signed-headers-howto
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.MaintainLineNumbers.txt
H A DCore.DirectLexLineNumberSyncInterval.txt

1...<<111213141516