Home
last modified time | relevance | path

Searched refs:selectTokensOfType (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistBinaryExpressionSpacingXHPASTLinterRule.php43 $tokens = $root->selectTokensOfType(',');
59 $tokens = $root->selectTokensOfType('T_DOUBLE_ARROW');
93 $operator = head($parameter->selectTokensOfType('='));
H A DArcanistLogicalOperatorsXHPASTLinterRule.php17 $logical_ands = $root->selectTokensOfType('T_LOGICAL_AND');
18 $logical_ors = $root->selectTokensOfType('T_LOGICAL_OR');
H A DArcanistElseIfUsageXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('T_ELSEIF');
H A DArcanistPHPCloseTagXHPASTLinterRule.php19 foreach ($root->selectTokensOfType('T_CLOSE_TAG') as $token) {
H A DArcanistCommentStyleXHPASTLinterRule.php13 foreach ($root->selectTokensOfType('T_COMMENT') as $comment) {
H A DArcanistSemicolonSpacingXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType(';');
H A DArcanistCommentSpacingXHPASTLinterRule.php17 foreach ($root->selectTokensOfType('T_COMMENT') as $comment) {
H A DArcanistPaamayimNekudotayimSpacingXHPASTLinterRule.php17 $double_colons = $root->selectTokensOfType('T_PAAMAYIM_NEKUDOTAYIM');
H A DArcanistConcatenationOperatorXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('.');
H A DArcanistNewlineAfterOpenTagXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('T_OPEN_TAG');
H A DArcanistObjectOperatorSpacingXHPASTLinterRule.php17 $operators = $root->selectTokensOfType('T_OBJECT_OPERATOR');
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/
H A DArcanistBinaryExpressionSpacingXHPASTLinterRule.php43 $tokens = $root->selectTokensOfType(',');
59 $tokens = $root->selectTokensOfType('T_DOUBLE_ARROW');
93 $operator = head($parameter->selectTokensOfType('='));
H A DArcanistLogicalOperatorsXHPASTLinterRule.php17 $logical_ands = $root->selectTokensOfType('T_LOGICAL_AND');
18 $logical_ors = $root->selectTokensOfType('T_LOGICAL_OR');
H A DArcanistPHPCloseTagXHPASTLinterRule.php19 foreach ($root->selectTokensOfType('T_CLOSE_TAG') as $token) {
H A DArcanistElseIfUsageXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('T_ELSEIF');
H A DArcanistCommentStyleXHPASTLinterRule.php13 foreach ($root->selectTokensOfType('T_COMMENT') as $comment) {
H A DArcanistSemicolonSpacingXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType(';');
H A DArcanistCommentSpacingXHPASTLinterRule.php17 foreach ($root->selectTokensOfType('T_COMMENT') as $comment) {
H A DArcanistPaamayimNekudotayimSpacingXHPASTLinterRule.php17 $double_colons = $root->selectTokensOfType('T_PAAMAYIM_NEKUDOTAYIM');
H A DArcanistConcatenationOperatorXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('.');
H A DArcanistNewlineAfterOpenTagXHPASTLinterRule.php17 $tokens = $root->selectTokensOfType('T_OPEN_TAG');
H A DArcanistObjectOperatorSpacingXHPASTLinterRule.php17 $operators = $root->selectTokensOfType('T_OBJECT_OPERATOR');
H A DArcanistParentMemberReferenceXHPASTLinterRule.php40 ->selectTokensOfType('T_PAAMAYIM_NEKUDOTAYIM');
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistInlineHTMLXHPASTLinterRule.php17 $inline_html = $root->selectTokensOfType('T_INLINE_HTML');
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistInlineHTMLXHPASTLinterRule.php17 $inline_html = $root->selectTokensOfType('T_INLINE_HTML');

12