Home
last modified time | relevance | path

Searched refs:tokens (Results 276 – 300 of 386) sorted by relevance

1...<<111213141516

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php307 * and getToken (to push tokens into a list and pull from that list
442 * Override if emitting multiple tokens.
487 * Forces load of all tokens. Does not include EOF token.
493 $tokens = [];
497 $tokens[] = $token;
501 return $tokens;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php24 protected $tokens; variable in Twig\\Lexer
107 $this->tokens = [];
154 return new TokenStream($this->tokens, $this->source);
376 $this->tokens[] = new Token($type, $value, $this->lineno);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md69 A grammar is constituted by tokens (the units of a word) and rules (please, see
71 declares tokens with the following construction:
78 [PCRE](http://pcre.org/). We can skip tokens with the `%skip` construction.
135 * `token[i]` to unify tokens value between them.
234 all branches and tokens in the grammar:
/plugin/box2/
H A Dsyntax.php196 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
197 foreach ($tokens as $token) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php526 $tokens = $this->getTokenizer()->scan($source);
527 $tree = $this->getParser()->parse($tokens);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php767 * @param array(int) $tokens The token types to get the highest weighted
772 public static function getHighestWeightedToken(array $tokens) argument
779 foreach ($tokens as $token) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidPublisher.php1235 …idpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:acknowledg…
1255 … => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}',
1285 …r/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledg…
1305 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel',
1325 …isher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer',
1345 …idpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}',
1365 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:refund',
1385 …sher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:revoke',
/plugin/const/
H A Dclass.evalmath.php496 * @param array|false $tokens [description].
500 protected function pfx( $tokens, array $variables = array() ) { argument
501 if ( false === $tokens ) {
507 foreach ( $tokens as $token ) {
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js753 var tokens = sourceCode.match(tokenizer) || [];
756 for (var ti = 0, nTokens = tokens.length; ti < nTokens; ++ti) {
757 var token = tokens[ti];
H A Dprettify.js801 var tokens = sourceCode.match(tokenizer) || [];
804 for (var ti = 0, nTokens = tokens.length; ti < nTokens; ++ti) {
805 var token = tokens[ti];
H A Drun_prettify.js1030 var tokens = sourceCode.match(tokenizer) || [];
1033 for (var ti = 0, nTokens = tokens.length; ti < nTokens; ++ti) {
1034 var token = tokens[ti];
/plugin/authlinotp/
H A DREADME.md19 Now you can login with the tokens enrolled in privacyIDEA for the users.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php69 $tokens = $phpcsFile->getTokens();
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php128 * @param array $tokens Tokens.
133 array $tokens = [], argument
137 $this->_tokens = $tokens;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php406 * @param array $tokens
410 private function matchAny(array $tokens) argument
412 if ( ! $this->lexer->isNextTokenAny($tokens)) {
413 … $this->syntaxError(implode(' or ', array_map(array($this->lexer, 'getLiteral'), $tokens)));
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js377 var tokens = path.split('/');
378 var name = (tokens.length > 0) ? tokens[tokens.length - 1] : path;
/plugin/combo/grammar/
H A DPageSql.g4144 * Fragment rules does not result in tokens visible to the parser.
145 * They aid in the recognition of tokens.
/plugin/txtconf/
H A Dconfig0.class.php421 $tokens = token_get_all($in);
423 foreach ($tokens as $token) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md87 $tokens = new CommonTokenStream($lexer);
88 $parser = new JSONParser($tokens);
/plugin/gitlabproject/
H A DREADME.md43 …N file called: `server.json`. Inside you can add other servers and their tokens, than the one defi…
/plugin/gitlabapi/
H A DREADME.md54 …N file `server.json` inside the root of plugin. You can add or change the servers and their tokens.
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md106 tokens: `a` and `b`, followed by a quantification, followed by another
108 two tokens: `c` and `d`, between 2 to 4 times. The second quantification is the
/plugin/pagequery/
H A DPageQuery.php73 $tokens = explode(' ', trim($query));
74 if (count($tokens) == 1) {
77 foreach ($tokens as $token) {
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1tokens","ss","concat","indenter","textAfter","t","unit","indentUnit","wordAfter","wordafter","curr…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css124 /* Make the tokens sit above the line highlight so the colours don't look faded. */

1...<<111213141516