Home
last modified time | relevance | path

Searched refs:T_RBRACKET (Results 1 – 25 of 89) sorted by relevance

1234

/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/JmesPath/
H A DParser.php25 T::T_RBRACKET => 0,
195 } elseif ($type == T::T_STAR && $this->lookahead() == T::T_RBRACKET) {
298 if ($this->token['type'] != T::T_RBRACKET) {
385 static $getRbracket = [T::T_RBRACKET => true];
407 T::T_RBRACKET => true
420 $expected = [T::T_COLON => true, T::T_RBRACKET => true];
423 } while ($this->token['type'] != T::T_RBRACKET);
456 $this->assertNotToken(T::T_RBRACKET);
458 } while ($this->token['type'] !== T::T_RBRACKET);
H A DLexer.php20 const T_RBRACKET = 'rbracket'; define in JmesPath\\Lexer
169 ']' => self::T_RBRACKET,
/dports/www/nextcloud/nextcloud/3rdparty/mtdowling/jmespath.php/src/
H A DParser.php25 T::T_RBRACKET => 0,
195 } elseif ($type == T::T_STAR && $this->lookahead() == T::T_RBRACKET) {
298 if ($this->token['type'] != T::T_RBRACKET) {
385 static $getRbracket = [T::T_RBRACKET => true];
407 T::T_RBRACKET => true
420 $expected = [T::T_COLON => true, T::T_RBRACKET => true];
423 } while ($this->token['type'] != T::T_RBRACKET);
456 $this->assertNotToken(T::T_RBRACKET);
458 } while ($this->token['type'] !== T::T_RBRACKET);
H A DLexer.php20 const T_RBRACKET = 'rbracket'; define in JmesPath\\Lexer
169 ']' => self::T_RBRACKET,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DExpressionUnderCursor.cpp140 else if (tk[i].is(T_RBRACKET)) in startOfExpression_helper()
187 } else if (tk[leftParenIndex-1].is(T_RBRACKET)) { in startOfExpression_helper()
192 } else if (tk[currentIndex-1].is(T_RBRACKET)) { in startOfExpression_helper()
204 } else if (tk[index - 1].is(T_RBRACKET)) { in startOfExpression_helper()
H A DBackwardsScanner.cpp149 } else if (tk[index - 1].is(T_RBRACKET)) { in startOfMatchingBrace()
156 } else if (tk[i].is(T_RBRACKET)) in startOfMatchingBrace()
225 } else if (token.is(T_RPAREN) || token.is(T_RBRACKET) || token.is(T_RBRACE)) { in startOfBlock()
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/kuserfeedback/common/
H A Dsurveytargetexpressionparser.y78 %token T_RBRACKET
118 | T_IDENTIFIER[S] T_LBRACKET T_INTEGER[I] T_RBRACKET T_DOT T_IDENTIFIER[E] {
123 | T_IDENTIFIER[S] T_LBRACKET T_STRING[K] T_RBRACKET T_DOT T_IDENTIFIER[E] {
H A Dsurveytargetexpressionparser_p.h75 T_RBRACKET = 270, enumerator
H A Dsurveytargetexpressionlexer.l59 "]" { return T_RBRACKET; }
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/common/
H A Dsurveytargetexpressionparser.y78 %token T_RBRACKET
118 | T_IDENTIFIER[S] T_LBRACKET T_INTEGER[I] T_RBRACKET T_DOT T_IDENTIFIER[E] {
123 | T_IDENTIFIER[S] T_LBRACKET T_STRING[K] T_RBRACKET T_DOT T_IDENTIFIER[E] {
H A Dsurveytargetexpressionlexer.l59 "]" { return T_RBRACKET; }
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cplusplus/
H A DBackwardsScanner.cpp146 } else if (tk[index - 1].is(T_RBRACKET)) { in startOfMatchingBrace()
153 } else if (tk[i].is(T_RBRACKET)) in startOfMatchingBrace()
222 } else if (token.is(T_RPAREN) || token.is(T_RBRACKET) || token.is(T_RBRACE)) { in startOfBlock()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/script_system/parser/
H A Djs_parser.yy39 %token T_RBRACKET
82 CloseBlock: T_RBRACKET
H A Djs_lex.l97 "}" {return token::T_RBRACKET;}
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/lexer/
H A Dtst_lexer.cpp478 QTest::newRow("]") << T_RBRACKET; in ppOpOrPunc_data()
484 QTest::newRow(":>") << T_RBRACKET; in ppOpOrPunc_data()
922 QTest::newRow("rbracket_digraph") << _(":>") << (TokenKindList() << T_RBRACKET); in digraph_data()
942 …ewRow("lbracket_digraph_exception4") << _("<::>") << (TokenKindList() << T_LBRACKET << T_RBRACKET); in digraph_data()
964 QTest::newRow("right_bracket_trigraph") << _("?" "?)") << (TokenKindList() << T_RBRACKET); in trigraph_data()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangfunctionhintmodel.cpp95 } else if (token.is(T_RBRACKET)) { in activeArgument()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/parser/
H A Dqscriptgrammar_p.h108 T_RBRACKET = 56, enumerator
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptgrammar_p.h124 T_RBRACKET = 56, enumerator
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptgrammar_p.h124 T_RBRACKET = 56, enumerator
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptgrammar_p.h128 T_RBRACKET = 56, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/parser/
H A Dqdeclarativejsgrammar_p.h141 T_RBRACKET = 56, enumerator
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsgrammar_p.h132 T_RBRACKET = 56, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/declarativeparser/
H A Dqdeclarativejsgrammar_p.h141 T_RBRACKET = 56, enumerator
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/parser/
H A Dqmljsgrammar_p.h140 T_RBRACKET = 56, enumerator
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dqquerytransformparser_p.h237 T_RBRACKET = 385, enumerator

1234