Home
last modified time | relevance | path

Searched refs:Prefixes (Results 1 – 25 of 2725) sorted by relevance

12345678910>>...109

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerPrefixCollectionTests.cs20 Assert.Empty(listener.Prefixes); in Prefixes_Get_ReturnsEmpty()
21 Assert.Same(listener.Prefixes, listener.Prefixes); in Prefixes_Get_ReturnsEmpty()
36 listener.Prefixes.CopyTo(array, offset); in CopyTo_StringArray_ReturnsExpected()
57 listener.Prefixes.CopyTo(array, offset); in CopyTo_Array_ReturnsExpected()
118 listener.Prefixes.CopyTo(array, 0); in CopyTo_NonZeroLowerBoundArray_ThrowsIndexOutOfRangeException()
184 listener.Prefixes.Add(uriPrefix); in Add_NotStarted_ReturnsExpected()
198 Assert.Single(listener.Prefixes); in Add_AlreadyStarted_ReturnsExpected()
229 listener.Prefixes.Add(uriPrefix); in Add_PrefixAlreadyRegisteredAndNotStarted_ThrowsHttpListenerException()
376 listener.Prefixes.Add(uriPrefix); in Add_InvalidPrefixNotStarted_ThrowsHttpListenerExceptionOnStart()
416 Assert.Empty(listener.Prefixes); in Add_InvalidPrefix_ThrowsArgumentException()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerPrefixCollectionTest.cs47 HLPC coll = listener.Prefixes; in NL_DefaultProperties()
60 HLPC coll = listener.Prefixes; in DefaultProperties()
75 HLPC coll = listener.Prefixes; in AddOne()
92 HLPC coll = listener.Prefixes; in Duplicate()
131 HLPC coll = listener.Prefixes; in NL_Clear()
142 HLPC coll = listener.Prefixes; in NL_Remove()
153 HLPC coll = listener.Prefixes; in NL_RemoveBadUri()
166 HLPC coll = listener.Prefixes; in NL_AddBadUri()
191 HLPC coll = listener.Prefixes; in MultipleSlashes()
205 HLPC coll = listener.Prefixes; in PercentSign()
[all …]
H A DHttpListenerTest.cs64 Assert.AreEqual (0, listener.Prefixes.Count, "#04"); in DefaultProperties()
174 listener.Prefixes.Add ("http://127.0.0.1/"); in DefaultHttpPort()
190 listener.Prefixes.Add ("https://127.0.0.1/"); in DefaultHttpsPort()
205 listener1.Prefixes.Add ("http://127.0.0.1:" + port + "/"); in TwoListeners_SameAddress()
281 listener.Prefixes.Add ("http://localhost:" + port + "/hola/"); in CloseTwice()
296 listener.Prefixes.Add ("http://localhost:" + port + "/hola/"); in StartStopStart()
337 listener.Prefixes.Add ("http://localhost:" + port + "/hola/"); in AbortTwice()
369 HttpListenerPrefixCollection p = listener.Prefixes; in PropertiesWhenClosed2()
600 listener.Prefixes.Add (uri); in ConnectionReuse()
660 l.Prefixes.Add (uri); in UserHeaderWithDoubleMultiValue()
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/stripprefix/
H A Dstrip_prefix_test.go28 Prefixes: []string{},
37 Prefixes: []string{"/"},
48 Prefixes: []string{"/"},
58 Prefixes: []string{"/stat"},
69 Prefixes: []string{"/stat"},
90 Prefixes: []string{"/stat/"},
100 Prefixes: []string{"/stat/"},
110 Prefixes: []string{"/stat/"},
119 Prefixes: []string{"/stat"},
161 Prefixes: []string{"/stat"},
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/pldoc/
H A Ddoc_process.pl40 is_structured_comment/2, % +Comment, -Prefixes
86 %! -Prefixes:list(codes)) is semidet.
91 is_structured_comment(Comment, Prefixes) :-
92 is_structured_comment(Comment, Prefixes, _Style).
94 is_structured_comment(_Pos-Comment, Prefixes, Style) :-
96 is_structured_comment(Comment, Prefixes, Style).
97 is_structured_comment(Comment, Prefixes, Style) :-
103 is_structured_comment(Comment, Prefixes, Style) :-
105 structured_command_start(Start, Prefixes, Style),
142 structured_comment(Prefixes, block) -->
[all …]
/dports/devel/objconv/objconv-2.52/source/
H A Ddisasm1.cpp2403 if (s.Prefixes[3] == 0x62) { in ParseInstruction()
2459 if (s.Prefixes[5] | s.Prefixes[7]) s.Warnings1 |= 0x800; in ScanPrefixes()
2572 if (s.Prefixes[Category]) { in StorePrefix()
2587 s.Prefixes[Category] = Byte; in StorePrefix()
2602 switch (s.Prefixes[3]) { in FindMapEntry()
3464 s.Operands[i] |= (s.Prefixes[5] != 0x66) + ((s.Prefixes[7] & 8) >> 2) + 1; in FindOperandTypes()
3725 if (s.Prefixes[7]) { in FindWarnings()
3786 if (s.Prefixes[7] & 0xB0) { in FindWarnings()
3795 if ((s.Prefixes[6] & 0x10) && s.Prefixes[3] != 0x62) { in FindWarnings()
4214 if (s.Prefixes[6] & 0x40) { in FindInstructionSet()
[all …]
/dports/x11-wm/e16/e16-1.0.24/scripts/
H A De_gen_menu31 $Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
32 $Prefixes = "$Prefixes:/opt/kde3:/opt/gnome"; # SUSE
33 $Prefixes = "$Prefixes:$ENV{'HOME'}/.local";
34 $Prefixes = RemoveDuplcates($Prefixes);
37 $AppDirs = MkDirList($Prefixes, "/share/applications:/share/applications/kde:/share/applications/kd…
39 $IconDirs = MkDirList($Prefixes, "/share/pixmaps:/share/icons");
40 $IconDirs2 = MkDirList($Prefixes, "/share/icons");
45 $OldGnomeDirs = MkDirList($Prefixes, "/share/gnome/apps");
47 $OldKdeDirs = MkDirList($Prefixes, "/share/applnk");
/dports/devel/llvm80/llvm-8.0.1.src/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
199 if (In.Prefixes) in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
234 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
239 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
276 if (!CandidateInfo.Prefixes) in findNearest()
280 StringRef Prefix = CandidateInfo.Prefixes[0]; in findNearest()
281 for (int P = 1; CandidateInfo.Prefixes[P]; P++) { in findNearest()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
199 if (In.Prefixes) in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
234 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
239 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
276 if (!CandidateInfo.Prefixes) in findNearest()
280 StringRef Prefix = CandidateInfo.Prefixes[0]; in findNearest()
281 for (int P = 1; CandidateInfo.Prefixes[P]; P++) { in findNearest()
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/facebookgo/stats/
H A Dstats.go32 Prefixes: prefixes,
38 Prefixes []string member
43 for _, prefix := range p.Prefixes {
49 for _, prefix := range p.Prefixes {
55 for _, prefix := range p.Prefixes {
64 for _, prefix := range p.Prefixes {
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/facebookgo/stats/
H A Dstats.go32 Prefixes: prefixes,
38 Prefixes []string member
43 for _, prefix := range p.Prefixes {
49 for _, prefix := range p.Prefixes {
55 for _, prefix := range p.Prefixes {
64 for _, prefix := range p.Prefixes {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Option/
H A DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
238 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/d2k/audio/
H A Dvoices.yaml9 Prefixes:
27 Prefixes:
46 Prefixes:
68 Prefixes:
90 Prefixes:
112 Prefixes:
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_asn1parse.data7 Prefixes of OCTET STRING, length=0
13 Prefixes of OCTET STRING, length=1
16 Prefixes of OCTET STRING, length=2
19 Prefixes of BOOLEAN, length=0
22 Prefixes of BOOLEAN, length=1
25 Prefixes of BOOLEAN, length=2
28 Prefixes of INTEGER, length=1
31 Prefixes of INTEGER, length=2
34 Prefixes of INTEGER, length=5
37 Prefixes of empty BIT STRING
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
199 if (In.Prefixes) in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
202 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
235 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
240 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
174 E = Prefixes.end(); I != E; ++I) in isInput()
198 if (In.Prefixes) { in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
236 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
241 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
174 E = Prefixes.end(); I != E; ++I) in isInput()
198 if (In.Prefixes) { in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
236 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
241 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
174 E = Prefixes.end(); I != E; ++I) in isInput()
199 if (In.Prefixes) { in optionMatches()
201 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
237 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
242 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
174 E = Prefixes.end(); I != E; ++I) in isInput()
198 if (In.Prefixes) { in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
236 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
241 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Option/
H A DOptTable.cpp73 for (const char * const *APre = A.Prefixes, in operator <()
74 * const *BPre = B.Prefixes; in operator <()
142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
174 E = Prefixes.end(); I != E; ++I) in isInput()
198 if (In.Prefixes) { in optionMatches()
200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
236 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
241 for (int I = 0; In.Prefixes[I]; I++) { in findByPrefix()
[all …]

12345678910>>...109