Home
last modified time | relevance | path

Searched refs:token1 (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Dcompletioncomparer.cpp16 if ((token1->priority > 0 || token2->priority > 0) && token1->priority != token2->priority) in operator ()()
17 return token1->priority > token2->priority; in operator ()()
19 if (token1->type != token2->type) in operator ()()
20 return token1->type < token2->type; in operator ()()
22 switch (token1->type) in operator ()()
25 return compareColumns(token1, token2); in operator ()()
27 return compareTables(token1, token2); in operator ()()
33 return compareViews(token1, token2); in operator ()()
104 return compareValues(token1, token2); in compareColumns()
264 return compareValues(token1, token2); in compareTriggers()
[all …]
H A Dcompletioncomparer.h14 bool operator()(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
44 bool compareColumns(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
49 bool compareTables(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
50 bool compareIndexes(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
51 bool compareTriggers(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
52 bool compareViews(const ExpectedTokenPtr& token1, const ExpectedTokenPtr& token2);
56 bool compareByContext(const QString &token1, const QString &token2,
58 bool compareByContext(const QString &token1, const QString &token2,
60 bool compareByContext(const QString &token1, const QString &token2,
62 bool compareByContext(const QString &token1, const QString &token2,
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/protocols/
H A DAUTHTest.java22 token1.setAuthValue("chris"); in testSimpleToken()
35 token1.setAuthValue("chris"); in testSimpleTokenMismatch()
50 token1.setAuthValue("chris"); in testMD5Token()
51 token1.setHashType("MD5"); in testMD5Token()
69 token1.setAuthValue("chris"); in testMD5TokenMismatch()
70 token1.setHashType("MD5"); in testMD5TokenMismatch()
88 token1.setAuthValue("chris"); in testSHAToken()
89 token1.setHashType("SHA"); in testSHAToken()
108 token1.setHashType("SHA"); in testSHATokenMismatch()
127 header.setToken(token1); in testAuthHeader()
[all …]
/dports/devel/gitlist/gitlist/vendor/phpspec/prophecy/spec/Prophecy/Argument/
H A DArgumentsWildcardSpec.php21 TokenInterface $token1, argument
48 TokenInterface $token1, argument
53 $token1->isLast()->willReturn(false);
64 TokenInterface $token1, argument
69 $token1->isLast()->willReturn(false);
80 TokenInterface $token1, argument
85 $token1->isLast()->willReturn(false);
96 TokenInterface $token1, argument
101 $token1->isLast()->willReturn(false);
112 TokenInterface $token1, argument
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/language/
H A Dtest_ast.py53 assert token2 == token1
54 assert not token2 != token1
56 assert token3 != token1
58 assert token4 != token1
60 assert token5 != token1
74 assert token2 == token1
77 assert token3 != token1
82 token2 = copy(token1)
83 assert token2 == token1
113 loc3 = Location(token1, token1, source)
[all …]
/dports/www/p5-HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.16/t/
H A Dinternals.t18 my $token1;
20 $token1 = $parser1->get_token;
25 can_ok($token1, '_get_text');
27 is($token1->_get_text, $token2->_get_text,
31 can_ok($token1, '_get_attrseq');
37 is_deeply($token1->_get_attrseq, \@attrseq,
40 can_ok($token1, '_get_attr');
49 is_deeply($token1->_get_attr, \%attr,
52 can_ok($token1, '_get_tag');
54 is_deeply($token1->_get_tag, $token2->_get_tag,
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICType.cc113 QUICRetryToken token1(ep, cid1, cid2);
114 QUICRetryToken token2(token1.buf(), token1.length());
116 CHECK(token1.is_valid(ep));
120 CHECK(token1 == token2);
122 CHECK(memcmp(token1.buf(), token2.buf(), token1.length()) == 0);
124 CHECK(token1.scid() == token2.scid());
139 QUICResumptionToken token2(token1.buf(), token1.length());
141 CHECK(token1.is_valid(ep));
145 CHECK(token1 == token2);
147 CHECK(memcmp(token1.buf(), token2.buf(), token1.length()) == 0);
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-util-0.6.7/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-util-0.6.9/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-util-0.6.9/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-util-0.6.8/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-util-0.6.7/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-util-0.6.8/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-util-0.6.4/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.2.21/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-util-0.6.9/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/tokio-0.2.22/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-util-0.6.9/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/tokio-0.2.22/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tokio-0.2.21/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-util-0.6.8/src/sync/tests/
H A Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
14 token1.cancelled().await; in cancel_token()
31 let token1 = token.clone(); in cancel_with_child() localVariable
37 token1.cancelled().await; in cancel_with_child()
61 let token1 = token.clone(); in drop_token_no_child() localVariable
65 drop(token1); in drop_token_no_child()
90 drop(token1); in drop_token_with_childs()
111 let token2 = token1.clone(); in drop_and_cancel_token()
115 drop(token1); in drop_and_cancel_token()
136 let token2 = token1.clone(); in cancel_parent_and_child()
[all …]

12345678910>>...39