Home
last modified time | relevance | path

Searched refs:IsToken (Results 1 – 25 of 134) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DConditionParser.cs102 while (tokenizer.IsToken (TokenType.And)) { in ParseBooleanAnd()
114 while (tokenizer.IsToken (TokenType.Or)) { in ParseBooleanOr()
129 if (tokenizer.IsToken (TokenType.Less) || in ParseRelationalExpression()
130 tokenizer.IsToken (TokenType.Greater) || in ParseRelationalExpression()
131 tokenizer.IsToken (TokenType.Equal) || in ParseRelationalExpression()
132 tokenizer.IsToken (TokenType.NotEqual) || in ParseRelationalExpression()
133 tokenizer.IsToken (TokenType.LessOrEqual) || in ParseRelationalExpression()
134 tokenizer.IsToken (TokenType.GreaterOrEqual)) { in ParseRelationalExpression()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_server.c678 IsToken(bcptr) ? TOK_SERVER : MSG_SERVER, in CMD_FUNC()
867 (IsToken(cptr) ? TOK_EOS : MSG_EOS)); in m_server_synch()
897 (IsToken(cptr) ? TOK_SETHOST : in m_server_synch()
958 (IsToken(cptr) ? TOK_NICK : in m_server_synch()
984 (IsToken(cptr) ? TOK_SWHOIS : in m_server_synch()
1032 (IsToken(cptr) ? TOK_EOS : MSG_EOS)); in m_server_synch()
1248 (IsToken(cptr) ? TOK_MODE : MSG_MODE), in send_ban_list()
1286 (IsToken(cptr) ? TOK_MODE : MSG_MODE), in send_ban_list()
1324 (IsToken(cptr) ? TOK_MODE : MSG_MODE), in send_ban_list()
1379 (IsToken(cptr) ? TOK_SJOIN : MSG_SJOIN), in send_channel_modes_sjoin()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_svs.c251 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
265 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
284 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
390 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
403 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
421 IsToken(acptr->from) ? TOK_PRIVATE : MSG_PRIVATE, in m_alias()
H A Dsend.c569 if (IsToken(acptr->from)) in sendto_channelprefix_butone_tok()
620 if (IsToken(acptr->from)) in sendto_chmodemucrap()
743 if (IsToken(cptr)) in sendto_serv_butone_token()
866 if (IsToken(cptr)) in sendto_serv_butone_token_opt()
1117 if (SupportNICKv2(cptr) && !IsToken(cptr)) in sendto_serv_nickv2_token()
1124 if (SupportNICKv2(cptr) && IsToken(cptr)) in sendto_serv_nickv2_token()
2088 (IsToken(cptr) ? TOK_NICK : MSG_NICK), in sendto_serv_butone_nickcmd()
2096 (IsToken(cptr) ? TOK_MODE : in sendto_serv_butone_nickcmd()
2103 (IsToken(cptr) ? TOK_SETHOST : in sendto_serv_butone_nickcmd()
2110 (IsToken(cptr) ? TOK_SETHOST : in sendto_serv_butone_nickcmd()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_util_unittest.cc1505 TEST(HttpUtilTest, IsToken) { in TEST() argument
1506 EXPECT_TRUE(HttpUtil::IsToken("valid")); in TEST()
1507 EXPECT_TRUE(HttpUtil::IsToken("!")); in TEST()
1508 EXPECT_TRUE(HttpUtil::IsToken("~")); in TEST()
1510 EXPECT_FALSE(HttpUtil::IsToken("")); in TEST()
1512 EXPECT_FALSE(HttpUtil::IsToken("hello, world")); in TEST()
1513 EXPECT_FALSE(HttpUtil::IsToken(" ")); in TEST()
1515 EXPECT_FALSE(HttpUtil::IsToken("\x01")); in TEST()
1516 EXPECT_FALSE(HttpUtil::IsToken("\x7F")); in TEST()
1517 EXPECT_FALSE(HttpUtil::IsToken("\x80")); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_util_unittest.cc1505 TEST(HttpUtilTest, IsToken) { in TEST() argument
1506 EXPECT_TRUE(HttpUtil::IsToken("valid")); in TEST()
1507 EXPECT_TRUE(HttpUtil::IsToken("!")); in TEST()
1508 EXPECT_TRUE(HttpUtil::IsToken("~")); in TEST()
1510 EXPECT_FALSE(HttpUtil::IsToken("")); in TEST()
1512 EXPECT_FALSE(HttpUtil::IsToken("hello, world")); in TEST()
1513 EXPECT_FALSE(HttpUtil::IsToken(" ")); in TEST()
1515 EXPECT_FALSE(HttpUtil::IsToken("\x01")); in TEST()
1516 EXPECT_FALSE(HttpUtil::IsToken("\x7F")); in TEST()
1517 EXPECT_FALSE(HttpUtil::IsToken("\x80")); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_extension.cc24 DCHECK(HttpUtil::IsToken(value)); in Parameter()
67 DCHECK(HttpUtil::IsToken(param.value())); in ToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_extension.cc24 DCHECK(HttpUtil::IsToken(value)); in Parameter()
67 DCHECK(HttpUtil::IsToken(param.value())); in ToString()
/dports/graphics/opendx/dx-4.4.4/src/uipp/prompter/
H A DGARMainWindow.C2470 if(IsToken(line, "grid", ndx)) in getMode()
2509 if(IsToken(line, "end", ndx)) in getMode()
2608 else if(IsToken(line, "end", ndx)) in getMode()
6784 if(!IsToken(string, ",", ndx)) in originDeltaFormat()
6811 IsToken(string, ",", ndx); in positionListFormat()
6871 if(IsToken(line, "file", ndx)) in openGAR()
6935 else if(IsToken(line, "#", ndx)) in openGAR()
6939 else if(IsToken(line, "end", ndx)) in openGAR()
7258 if(IsToken(line, "bytes", ndx)) in parseHeader()
7375 if(IsToken(line, "row", ndx)) in parseMajority()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dequivalence_map.cc46 DCHECK(old_image_index.IsToken(src)); in GetTokenSimilarity()
47 DCHECK(new_image_index.IsToken(dst)); in GetTokenSimilarity()
88 if (!new_image_index.IsToken(equivalence.dst_offset + k)) in GetEquivalenceSimilarity()
121 if (!new_image_index.IsToken(equivalence.dst_offset + k)) { in ExtendEquivalenceForward()
168 if (!new_image_index.IsToken(equivalence.dst_offset - k)) in ExtendEquivalenceBackward()
203 if (!old_image_index.IsToken(src)) in VisitEquivalenceSeed()
424 if (!new_view.IsToken(dst_offset)) { in CreateCandidates()
H A Dimage_index_unittest.cc93 TEST_F(ImageIndexTest, IsToken) { in TEST_F() argument
109 EXPECT_EQ(expected[i], image_index_.IsToken(i)); in TEST_F()
H A Dencoded_view.h147 bool IsToken(offset_t location) const { in IsToken() function
148 return image_index_.IsToken(location); in IsToken()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dequivalence_map.cc46 DCHECK(old_image_index.IsToken(src)); in GetTokenSimilarity()
47 DCHECK(new_image_index.IsToken(dst)); in GetTokenSimilarity()
88 if (!new_image_index.IsToken(equivalence.dst_offset + k)) in GetEquivalenceSimilarity()
121 if (!new_image_index.IsToken(equivalence.dst_offset + k)) { in ExtendEquivalenceForward()
168 if (!new_image_index.IsToken(equivalence.dst_offset - k)) in ExtendEquivalenceBackward()
203 if (!old_image_index.IsToken(src)) in VisitEquivalenceSeed()
424 if (!new_view.IsToken(dst_offset)) { in CreateCandidates()
H A Dimage_index_unittest.cc93 TEST_F(ImageIndexTest, IsToken) { in TEST_F() argument
109 EXPECT_EQ(expected[i], image_index_.IsToken(i)); in TEST_F()
H A Dencoded_view.h147 bool IsToken(offset_t location) const { in IsToken() function
148 return image_index_.IsToken(location); in IsToken()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DHeaderDescriptor.cs56 if (!HttpRuleParser.IsToken(headerName)) in TryGet()
78 if (!HttpRuleParser.IsToken(headerName)) in TryGet()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DParseMDF.C1197 if (IsToken(line, "PACKAGE", start)) { in ReadMDF()
1221 if (NOT IsToken(line, "MODULE", start)) in ReadMDF()
1271 if (IsToken(line, "CATEGORY", start)) in ReadMDF()
1334 if (IsToken(line, "DESCRIPTION", start)) in ReadMDF()
1380 if (IsToken(line, "LOADABLE", start)) in ReadMDF()
1429 if (IsToken(line, "OUTBOARD", start)) in ReadMDF()
1478 if (IsToken(line, "FLAGS", start)) { in ReadMDF()
1521 if (IsToken(line, "INPUT", start)) in ReadMDF()
1556 if (IsToken(line, "OUTPUT", start)) in ReadMDF()
1586 if (IsToken(line, "REPEAT", start)) in ReadMDF()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/gobwas/httphead/
H A Dhead.go39 if !OctetTypes[c].IsToken() {
187 if !OctetTypes[c].IsToken() {
H A Doctet.go48 func (t OctetType) IsToken() bool { return t&octetToken != 0 } func
/dports/news/newsx/newsx-1.6/lib/
H A Ddummy.c29 IsToken(const char *text) in IsToken() function
H A Ddummy.h47 BOOL IsToken(const char *text);
/dports/graphics/opendx/dx-4.4.4/src/uipp/mb/
H A DMBMainWindow.C3362 if(IsToken(line, "MODULE_NAME", ndx)) in openMB()
3366 else if(IsToken(line, "CATEGORY", ndx)) in openMB()
3382 else if(IsToken(line, "OUTBOARD_HOST", ndx)) in openMB()
3390 else if(IsToken(line, "ASYNCHRONOUS", ndx)) in openMB()
3394 else if(IsToken(line, "PINNED", ndx)) in openMB()
3398 else if(IsToken(line, "INCLUDE_FILE", ndx)) in openMB()
3402 else if(IsToken(line, "SIDE_EFFECT", ndx)) in openMB()
3406 else if(IsToken(line, "INPUT", ndx)) in openMB()
3411 else if(IsToken(line, "OUTPUT", ndx)) in openMB()
3432 else if(IsToken(line, "TYPES", ndx) && param) in openMB()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Conditionals/
H A DToken.cs47 internal bool IsToken( TokenType type ) in IsToken() method in Microsoft.Build.BuildEngine.Token
/dports/www/rt50/rt-5.0.2/lib/RT/Authen/
H A DToken.pm82 if ($token->IsToken($cleartext_token)) {
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A Dlex.h140 boolean IsToken(const char* string,

123456