Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php120 private function parseNamespace(\ArrayIterator $tokens)
142 private function parseUseStatement(\ArrayIterator $tokens)
167 private function skipToNextStringOrNamespaceSeparator(\ArrayIterator $tokens)
182 private function extractUseStatement(\ArrayIterator $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php60 … function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
125 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
168 …public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket, $tokens, $type='func…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php192 … function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
231 … public function processSingleLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
264 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
H A DFunctionCallSignatureSniff.php180 … public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
205 …c function processSingleLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
325 …ic function processMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
/plugin/ebnf/
H A Debnf.php75 $dom = ebnf_parse_syntax($tokens); variable
279 ebnf_parse_syntax(& $tokens) global() argument
308 ebnf_parse_production(& $dom, & $tokens, & $i) global() argument
325 ebnf_parse_expression(& $dom, & $tokens, & $i) global() argument
336 ebnf_parse_term(& $dom, & $tokens, & $i) global() argument
348 ebnf_parse_factor(& $dom, & $tokens, & $i) global() argument
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php33 public function parse(Array $tokens = []) argument
48 private function buildTree(ArrayIterator $tokens) argument
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php34 public function parse(array $tokens = array())
73 private function buildTree(array &$tokens, array $parent = null)
203 private function clearStandaloneLines(array &$nodes, array &$tokens)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php26 protected $tokens; variable in Twig\\TokenStream
37 public function __construct(array $tokens, $name = null, $source = null)
59 public function injectTokens(array $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php896 public function getRegexToken($char, $string, $chars, $tokens, $eolChar)
1035 public function processAdditional(&$tokens, $eolChar)
H A DCSS.php527 public function processAdditional(&$tokens, $eolChar)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php221 protected function findClosingTag(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr, $content)
245 …protected function addChangeset(PHP_CodeSniffer_File $phpcsFile, $tokens, $open_tag_pointer, $clos…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DFile.php577 protected function processClasses(\PHP_Token_Stream $tokens)
613 protected function processTraits(\PHP_Token_Stream $tokens)
649 protected function processFunctions(\PHP_Token_Stream $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionCallSignatureSniff.php50 … public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php365 public function addTokenListener(PHP_CodeSniffer_Sniff $listener, array $tokens)
393 array $tokens
1481 private static function _createPositionMap(&$tokens, $tokenizer, $eolChar, $encoding, $tabWidth)
1659 private static function _createTokenMap(&$tokens, $tokenizer, $eolChar)
1794 &$tokens,
1839 private static function _createScopeMap(&$tokens, $tokenizer, $eolChar)
1895 &$tokens,
2424 private static function _createLevelMap(&$tokens, $tokenizer, $eolChar)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php120 protected function findIncrementers(array $tokens, array $token)
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php20 protected $tokens = []; variable in LanguageDetection\\Language
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php50 private $tokens = array(); variable in Doctrine\\Common\\Lexer\\AbstractLexer
165 public function isNextTokenAny(array $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php100 array $tokens,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php21 private $tokens = array(); variable in Prophecy\\Argument\\Token\\LogicalAndToken
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php17 protected static $tokens; variable in Twig_Tests_TokenStreamTest
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php24 private $tokens = array(); variable in Prophecy\\Argument\\ArgumentsWildcard
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php92 private function _searchForConflict(PHP_CodeSniffer_File $phpcsFile, $start, $end, $tokens)
/plugin/code3/src/
H A Dtz.js1002 function PR_splitTagAttributes(tokens) { argument
1116 function PR_splitSourceNodes(tokens) { argument
1232 function PR_splitAttributeQuotes(tokens) { argument
1296 function PR_splitSourceAttributes(tokens) { argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php99 protected function checkLineLength(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DStandard.php27 public function __construct(array &$tokens, $options = 0) { argument

1234