Home
last modified time | relevance | path

Searched refs:TestToken (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/cjk/
H A DCJKTokenizerTest.cpp20 struct TestToken { struct in CJKTokenizerTest
80 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
109 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
125 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
151 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
180 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
198 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
210 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
232 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
261 Collection<TestToken> out_tokens = newCollection<TestToken>( in TEST_F()
[all …]
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcscanner.pas522 TestToken(tkEOF,'')
652 TestToken(tkMul,'*');
680 TestToken(tkDot,'.');
729 TestToken(tkAt,'@');
862 TestToken(tkas,'as');
936 TestToken(tkdo,'do');
1039 TestToken(tkif,'if');
1053 TestToken(tkin,'in');
1088 TestToken(tkis,'is');
1137 TestToken(tkof,'of');
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/tests/
H A Dtcscanner.pas522 TestToken(tkEOF,'')
652 TestToken(tkMul,'*');
680 TestToken(tkDot,'.');
729 TestToken(tkAt,'@');
862 TestToken(tkas,'as');
936 TestToken(tkdo,'do');
1039 TestToken(tkif,'if');
1053 TestToken(tkin,'in');
1088 TestToken(tkis,'is');
1137 TestToken(tkof,'of');
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/tests/
H A Dlatexparser_t.h16 class TestToken: public QString
35 TestToken(): QString(), type(NW_IGNORED_TOKEN), position(-1), soll(QString()) { } in TestToken() function
36TestToken(const TestToken &token): QString(token), type(token.type), position(token.position), sol… in TestToken() function
37 TestToken(const QString &str): QString(str), position(-1), soll(str) { guessType(); } in TestToken() function
38 TestToken(const char *cstr): QString(cstr), position(-1), soll(QString(cstr)) { guessType(); } in TestToken() function
45 TestToken& operator =(const TestToken & other) = default;
50 Q_DECLARE_METATYPE(TestToken);
51 Q_DECLARE_METATYPE(QList<TestToken>);
58 TestToken env(const QString &str);
59 TestToken option(const QString &str);
[all …]
H A Dlatexparser_t.cpp4 TestToken LatexParserTest::env(const QString &str) in env()
6 return TestToken(str, LatexReader::NW_ENVIRONMENT); in env()
9 TestToken LatexParserTest::option(const QString &str) in option()
11 return TestToken(str, NW_OPTION); in option()
14 void LatexParserTest::addRow(const char *name, LatexParserTest::TokenFilter filter, QList<TestToken in addRow()
65 QTest::addColumn<QList<TestToken> >("tokens"); in addComplexData()
87TestToken>() << "lösbar" << " " << TestToken("l\"osbar", QString::fromUtf8("lösbar"), LatexReader:… in addComplexData()
94 QFETCH(QList<TestToken>, tokens); in nextWord_complex_test()
129 QFETCH(QList<TestToken>, tokens); in nextToken_complex()
177 QFETCH(QList<TestToken>, tokens); in nextTextWord_complex()
H A Dtestmanager.cpp33 const QRegExp TestToken::simpleTextRegExp ("[A-Z'a-z0-9]+.?");
34 const QRegExp TestToken::commandRegExp ("\\\\([A-Za-z]+|.)");
35 const QRegExp TestToken::ignoredTextRegExp ("[$\t *!{}.\\][]+");
36 const QRegExp TestToken::specialCharTextRegExp ("[A-Z'\"\\\\\\{\\}a-z0-9ö]+");
37 const QRegExp TestToken::punctationRegExp("[!():\"?,.;-]");
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/index/
H A DTestTermVectorsReader.cpp34 struct TestToken { struct
45 std::vector<const TestToken*> tokens; argument
51 std::vector<const TestToken*>::size_type tokenUpto;
64 const TestToken* testToken = tokens[tokenUpto++]; in next()
105 public std::binary_function<const TestToken*, const TestToken*, bool>
107 bool operator () (const TestToken* t1, const TestToken* t2) const { in operator ()()
126 TestToken* token = _CLNEW TestToken(); in setUp()
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/identity/v2_0/
H A Dtest_token.py22 class TestToken(identity_fakes.TestIdentityv2): class
28 super(TestToken, self).setUp()
35 class TestTokenIssue(TestToken):
96 class TestTokenRevoke(TestToken):
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/tests/
H A Dquotest.cpp48 using TestToken = QByteArray; // return value of QMetaMethod::name typedef
49 Q_DECLARE_METATYPE(TestToken) in Q_DECLARE_METATYPE()
52 const char* testName(const TestToken& token) { return token.constData(); } in Q_DECLARE_METATYPE()
59 #define TEST_DECL(Name) bool Name(const TestToken& thisTest);
82 qRegisterMetaType<TestToken>(); in TestSuite()
108 bool checkFileSendingOutcome(const TestToken& thisTest,
115 void finishTest(const TestToken& token, bool condition, const char* file,
123 #define TEST_IMPL(Name) bool TestSuite::Name(const TestToken& thisTest)
137 Q_ARG(TestToken, testName)); in doTest()
148 void TestSuite::finishTest(const TestToken& token, bool condition, in finishTest()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTest.ice20 struct TestToken
41 void step(Glacier2::Session* currentSession, TestToken currentState, out TestToken newState);
H A DTestControllerI.h76 void step(const Glacier2::SessionPrx& currentSession, const Test::TestToken& currentState,
77 Test::TestToken& newState, const Ice::Current&);
/dports/devel/ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTest.ice20 struct TestToken
41 void step(Glacier2::Session* currentSession, TestToken currentState, out TestToken newState);
H A DTestControllerI.h76 void step(const Glacier2::SessionPrx& currentSession, const Test::TestToken& currentState,
77 Test::TestToken& newState, const Ice::Current&);
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTest.ice20 struct TestToken
41 void step(Glacier2::Session* currentSession, TestToken currentState, out TestToken newState);
H A DTestControllerI.h76 void step(const Glacier2::SessionPrx& currentSession, const Test::TestToken& currentState,
77 Test::TestToken& newState, const Ice::Current&);
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/identity/v3/
H A Dtest_token.py22 class TestToken(identity_fakes.TestIdentityv3): class
25 super(TestToken, self).setUp()
32 class TestTokenIssue(TestToken):
119 class TestTokenRevoke(TestToken):
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dloops.cxx35 TestToken( THEN ); in If()
74 TestToken( THEN ); in If()
217 TestToken( IN_ ); in For()
225 TestToken( EQ ); in For()
228 TestToken( TO ); in For()
363 TestToken( CASE ); in Select()
528 TestToken( NEXT ); in On()
H A Dio.cxx175 TestToken( FOR ); in Open()
237 TestToken( AS ); in Open()
246 TestToken( EQ ); in Open()
279 TestToken( AS ); in Name()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dloops.cxx35 TestToken( THEN ); in If()
74 TestToken( THEN ); in If()
217 TestToken( IN_ ); in For()
225 TestToken( EQ ); in For()
228 TestToken( TO ); in For()
363 TestToken( CASE ); in Select()
528 TestToken( NEXT ); in On()
H A Dio.cxx175 TestToken( FOR ); in Open()
237 TestToken( AS ); in Open()
246 TestToken( EQ ); in Open()
279 TestToken( AS ); in Name()
/dports/www/firefox/firefox-99.0/third_party/rust/authenticator/src/virtualdevices/webdriver/
H A Dtesttoken.rs32 pub struct TestToken { struct
44 impl TestToken { implementation
53 ) -> TestToken { in new() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/authenticator/src/virtualdevices/webdriver/
H A Dtesttoken.rs32 pub struct TestToken { struct
44 impl TestToken { implementation
53 ) -> TestToken { in new() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/authenticator/src/virtualdevices/webdriver/
H A Dtesttoken.rs32 pub struct TestToken { struct
44 impl TestToken { argument
53 ) -> TestToken { in new() argument
/dports/net-im/libquotient/libQuotient-0.6.8/tests/
H A Dquotest.cpp49 using TestToken = QByteArray; // return value of QMetaMethod::name typedef
50 Q_DECLARE_METATYPE(TestToken) in Q_DECLARE_METATYPE()
53 const char* testName(const TestToken& token) { return token.constData(); } in Q_DECLARE_METATYPE()
60 #define TEST_DECL(Name) bool Name(const TestToken& thisTest);
83 qRegisterMetaType<TestToken>(); in TestSuite()
115 [[nodiscard]] bool checkFileSendingOutcome(const TestToken& thisTest,
123 void finishTest(const TestToken& token, bool condition, const char* file,
131 #define TEST_IMPL(Name) bool TestSuite::Name(const TestToken& thisTest)
145 Q_ARG(TestToken, testName)); in doTest()
156 void TestSuite::finishTest(const TestToken& token, bool condition, in finishTest()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Layout/Template/
H A DRender.t408 <form action="#"><input type="hidden" name="ChallengeToken" value="TestToken"/></form>',
410 UserChallengeToken => 'TestToken',
418 <form action="#"><input type="hidden" name="ChallengeToken" value="TestToken"/><input type="hidden"…
420 UserChallengeToken => 'TestToken',
431 <form action="#"><input type="hidden" name="ChallengeToken" value="TestToken"/></form>',
433 UserChallengeToken => 'TestToken',
446 UserChallengeToken => 'TestToken',
459 UserChallengeToken => 'TestToken',

12345678910>>...21