Home
last modified time | relevance | path

Searched defs:tokens (Results 26 – 50 of 76) sorted by path

1234

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DMemory.php17 protected $tokens; variable in OAuth\\Common\\Storage\\Memory
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php410 private function matchAny(array $tokens)
H A DTokenParser.php35 private $tokens; variable in Doctrine\\Common\\Annotations\\TokenParser
/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/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php336 array $tokens,
725 public function setTokens(array $tokens)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php111 public function lexMe($text, array $tokens)
H A DLlk.php263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName)
H A DParser.php133 array $tokens = [],
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php124 public function __construct(array $tokens)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php119 private function parse($tokens, TypeContext $context)
/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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php24 private $tokens = array(); variable in Prophecy\\Argument\\ArgumentsWildcard
/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/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/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php58 protected $tokens = []; variable in PHP_Token_Stream
218 public function tokens() function in PHP_Token_Stream
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php24 protected $tokens; variable in Twig\\Lexer
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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php17 protected static $tokens; variable in Twig_Tests_TokenStreamTest
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php75 var $tokens = array(); variable in csstidy
/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/
H A DAbstractScopeSniff.php88 array $tokens,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php120 protected function findIncrementers(array $tokens, array $token)
/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/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php100 array $tokens,

1234