Home
last modified time | relevance | path

Searched refs:lookup (Results 101 – 125 of 35015) sorted by relevance

12345678910>>...1401

/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/webencodings/
H A Dtests.py30 assert lookup('utf-8').name == 'utf-8'
31 assert lookup('Utf-8').name == 'utf-8'
32 assert lookup('UTF-8').name == 'utf-8'
33 assert lookup('utf8').name == 'utf-8'
34 assert lookup('utf8').name == 'utf-8'
35 assert lookup('utf8 ').name == 'utf-8'
36 assert lookup(' \r\nutf8\t').name == 'utf-8'
37 assert lookup('u8') is None # Python label.
44 assert lookup('latin-1') is None
64 assert lookup(name).name == name
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/webencodings/
H A Dtests.py30 assert lookup('utf-8').name == 'utf-8'
31 assert lookup('Utf-8').name == 'utf-8'
32 assert lookup('UTF-8').name == 'utf-8'
33 assert lookup('utf8').name == 'utf-8'
34 assert lookup('utf8').name == 'utf-8'
35 assert lookup('utf8 ').name == 'utf-8'
36 assert lookup(' \r\nutf8\t').name == 'utf-8'
37 assert lookup('u8') is None # Python label.
44 assert lookup('latin-1') is None
64 assert lookup(name).name == name
[all …]
/dports/security/py-paramiko/paramiko-2.7.2/tests/
H A Dtest_config.py131 assert self.config.lookup(host) == expected
148 assert config.lookup(host) == expected
247 assert config.lookup(host) == expected
277 assert config.lookup(host) == values
307 assert config.lookup(host) == values
319 assert config.lookup(
365 assert config.lookup(host) == values
396 assert config.lookup(host) == values
443 assert config.lookup(host) == values
816 assert "user" not in conf.lookup("goof")
[all …]
/dports/mail/prepflog/prepflog-0.4.1/
H A Dprepflog.pl361 $lookup=$1;
370 $lookup= $1.":".$2;
381 $lookup= $1.":".$3;
409 $lookup = $2;
419 $lookup= $1;
429 $lookup= $1;
435 $lookup = $2;
443 $lookup=$1;
449 $lookup = $2;
471 $block{$lookup}=1;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java86 Identifier.lookup("org.omg.boxedRMI");
88 Identifier.lookup("org.omg.boxedIDL");
96 Identifier.lookup("boolean");
98 Identifier.lookup("byte");
100 Identifier.lookup("char");
102 Identifier.lookup("short");
104 Identifier.lookup("int");
106 Identifier.lookup("long");
108 Identifier.lookup("float");
110 Identifier.lookup("double");
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java86 Identifier.lookup("org.omg.boxedRMI");
88 Identifier.lookup("org.omg.boxedIDL");
96 Identifier.lookup("boolean");
98 Identifier.lookup("byte");
100 Identifier.lookup("char");
102 Identifier.lookup("short");
104 Identifier.lookup("int");
106 Identifier.lookup("long");
108 Identifier.lookup("float");
110 Identifier.lookup("double");
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/typemapgenerator/test/fixtures/references/
H A Dtypemaps.h20 static inline MPI_Datatype lookup() in lookup() function
22 return lookup((T*)0); in lookup()
39 static inline MPI_Datatype lookup(bool*) in lookup() function
44 static inline MPI_Datatype lookup(char*) in lookup() function
49 static inline MPI_Datatype lookup(double*) in lookup() function
54 static inline MPI_Datatype lookup(float*) in lookup() function
59 static inline MPI_Datatype lookup(int*) in lookup() function
64 static inline MPI_Datatype lookup(long*) in lookup() function
79 static inline MPI_Datatype lookup(short*) in lookup() function
129 static inline MPI_Datatype lookup(Rim*) in lookup() function
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/feaLib/data/
H A Dlookupflag.fea8 lookup A {
13 lookup B {
18 lookup C {
23 lookup D {
29 lookup E {
34 lookup F {
39 lookup G {
44 lookup H {
49 lookup I {
54 lookup J {
[all …]
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Dtest_btrie.py110 def lookup(self, prefix, plen): member in BTrie
148 self.assertEqual(btrie.lookup(0, 8), "term")
149 self.assertEqual(btrie.lookup(1, 8), "root")
162 self.assertEqual(btrie.lookup(0, 0), "term")
163 self.assertEqual(btrie.lookup(1, 8), "root")
178 self.assertEqual(btrie.lookup(0, 8), "term")
179 self.assertEqual(btrie.lookup(1, 8), "root")
192 self.assertEqual(btrie.lookup(0, 0), "term")
194 self.assertEqual(btrie.lookup(1, 1), "root")
281 self.assertEqual(btrie.lookup(1, 2), "tbm")
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_input_evas/
H A Decore_input_evas.c391 if (lookup) return lookup->window; in ecore_event_window_match()
413 return lookup; in _ecore_event_window_match()
429 !lookup->direct(lookup->window, ECORE_EVENT_KEY_DOWN, e)) in _ecore_event_evas_key()
444 !lookup->direct(lookup->window, ECORE_EVENT_KEY_UP, e)) in _ecore_event_evas_key()
584 lookup->up_multi(lookup->window, e->multi.device, in _ecore_event_evas_mouse_button()
633 lookup->move_multi(lookup->window, e->multi.device, in ecore_event_evas_mouse_move()
683 !lookup->direct(lookup->window, ECORE_EVENT_MOUSE_IN, e)) in _ecore_event_evas_mouse_io()
690 !lookup->direct(lookup->window, ECORE_EVENT_MOUSE_OUT, e)) in _ecore_event_evas_mouse_io()
699 lookup->move_mouse(lookup->window, e->x, e->y, e->timestamp); in _ecore_event_evas_mouse_io()
728 !lookup->direct(lookup->window, ECORE_EVENT_MOUSE_WHEEL, e)) in ecore_event_evas_mouse_wheel()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DShapeZone.h32 static HashNumber hash(const Lookup& lookup) { in hash()
34 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm); in hash()
54 static HashNumber hash(const Lookup& lookup) { in hash()
59 const Lookup& lookup) { in match()
61 return map->matchProperty(0, lookup.key, lookup.prop); in match()
92 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm, lookup.nfixed, in hash()
98 lookup.realm == shape->realm() && lookup.proto == shape->proto() && in match()
126 return mozilla::HashGeneric(lookup.base, lookup.map, lookup.mapLength, in hash()
127 lookup.nfixed, lookup.objectFlags.toRaw()); in hash()
131 return lookup.base == shape->base() && in match()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DShapeZone.h32 static HashNumber hash(const Lookup& lookup) { in hash()
34 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm); in hash()
54 static HashNumber hash(const Lookup& lookup) { in hash()
59 const Lookup& lookup) { in match()
61 return map->matchProperty(0, lookup.key, lookup.prop); in match()
92 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm, lookup.nfixed, in hash()
98 lookup.realm == shape->realm() && lookup.proto == shape->proto() && in match()
126 return mozilla::HashGeneric(lookup.base, lookup.map, lookup.mapLength, in hash()
127 lookup.nfixed, lookup.objectFlags.toRaw()); in hash()
131 return lookup.base == shape->base() && in match()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DShapeZone.h32 static HashNumber hash(const Lookup& lookup) { in hash()
34 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm); in hash()
54 static HashNumber hash(const Lookup& lookup) { in hash()
59 const Lookup& lookup) { in match()
61 return map->matchProperty(0, lookup.key, lookup.prop); in match()
92 return mozilla::AddToHash(hash, lookup.clasp, lookup.realm, lookup.nfixed, in hash()
98 lookup.realm == shape->realm() && lookup.proto == shape->proto() && in match()
126 return mozilla::HashGeneric(lookup.base, lookup.map, lookup.mapLength, in hash()
127 lookup.nfixed, lookup.objectFlags.toRaw()); in hash()
131 return lookup.base == shape->base() && in match()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/dig/
H A Dhost.c163 UNUSED(lookup); in trying()
435 dig_lookup_t *lookup; in printmessage() local
444 lookup = clone_lookup(query->lookup, false); in printmessage()
445 if (lookup != NULL) { in printmessage()
450 lookup->origin = NULL; in printmessage()
454 lookup = clone_lookup(query->lookup, false); in printmessage()
455 if (lookup != NULL) { in printmessage()
460 lookup->origin = NULL; in printmessage()
681 dig_lookup_t *lookup; in parse_args() local
876 strlcpy(lookup->textname, store, sizeof(lookup->textname)); in parse_args()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/dig/
H A Dhost.c163 UNUSED(lookup); in trying()
435 dig_lookup_t *lookup; in printmessage() local
444 lookup = clone_lookup(query->lookup, false); in printmessage()
445 if (lookup != NULL) { in printmessage()
450 lookup->origin = NULL; in printmessage()
454 lookup = clone_lookup(query->lookup, false); in printmessage()
455 if (lookup != NULL) { in printmessage()
460 lookup->origin = NULL; in printmessage()
681 dig_lookup_t *lookup; in parse_args() local
876 strlcpy(lookup->textname, store, sizeof(lookup->textname)); in parse_args()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/dig/
H A Dhost.c164 UNUSED(lookup); in trying()
436 dig_lookup_t *lookup; in printmessage() local
445 lookup = clone_lookup(query->lookup, false); in printmessage()
446 if (lookup != NULL) { in printmessage()
451 lookup->origin = NULL; in printmessage()
455 lookup = clone_lookup(query->lookup, false); in printmessage()
456 if (lookup != NULL) { in printmessage()
461 lookup->origin = NULL; in printmessage()
682 dig_lookup_t *lookup; in parse_args() local
877 strlcpy(lookup->textname, store, sizeof(lookup->textname)); in parse_args()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/dig/
H A Dhost.c160 UNUSED(lookup); in trying()
432 dig_lookup_t *lookup; in printmessage() local
441 lookup = clone_lookup(query->lookup, false); in printmessage()
442 if (lookup != NULL) { in printmessage()
447 lookup->origin = NULL; in printmessage()
451 lookup = clone_lookup(query->lookup, false); in printmessage()
452 if (lookup != NULL) { in printmessage()
457 lookup->origin = NULL; in printmessage()
678 dig_lookup_t *lookup; in parse_args() local
873 strlcpy(lookup->textname, store, sizeof(lookup->textname)); in parse_args()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/help_search/
H A Dsearch_util.py36 lookup.NAME: 0,
37 lookup.CAPSULE: 1,
38 lookup.SECTIONS: 2,
40 lookup.FLAGS: 4,
41 lookup.COMMANDS: 5,
42 lookup.PATH: 6}
325 valid_subattributes = [lookup.NAME, lookup.DESCRIPTION, lookup.CHOICES]
391 equivalent = [lookup.NAME, lookup.CHOICES, lookup.DESCRIPTION]
407 elif lookup.PATH in location or lookup.NAME in location:
509 return DOT.join([lookup.FLAGS, flag[lookup.NAME], lookup.NAME])
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/libnet/
H A Dlibnet_lookup.c36 struct libnet_Lookup lookup; in torture_lookup() local
45 if (lookup.in.hostname == NULL) { in torture_lookup()
53 lookup.in.resolve_ctx = NULL; in torture_lookup()
54 lookup.out.address = NULL; in torture_lookup()
66 …torture_comment(torture, "Name [%s] found at address: %s.\n", lookup.in.hostname, *lookup.out.addr… in torture_lookup()
80 struct libnet_Lookup lookup; in torture_lookup_host() local
89 if (lookup.in.hostname == NULL) { in torture_lookup_host()
96 lookup.in.resolve_ctx = NULL; in torture_lookup_host()
97 lookup.out.address = NULL; in torture_lookup_host()
123 struct libnet_LookupDCs *lookup; in torture_lookup_pdc() local
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/libnet/
H A Dlibnet_lookup.c37 struct libnet_Lookup lookup; in torture_lookup() local
47 if (lookup.in.hostname == NULL) { in torture_lookup()
56 lookup.in.methods = NULL; in torture_lookup()
57 lookup.out.address = NULL; in torture_lookup()
69 printf("Name [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address); in torture_lookup()
83 struct libnet_Lookup lookup; in torture_lookup_host() local
101 lookup.in.methods = NULL; in torture_lookup_host()
102 lookup.out.address = NULL; in torture_lookup_host()
114 printf("Host [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address); in torture_lookup_host()
128 struct libnet_LookupDCs *lookup; in torture_lookup_pdc() local
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A Dtest_certlookup.cc40 SSLCertLookup lookup; in REGRESSION_TEST() local
61 box.check(lookup.insert("www.foo.com", foo_cc) >= 0, "insert host context"); in REGRESSION_TEST()
65 box.check(lookup.insert("www.foo2.com", foo_cc) >= 0, "insert host context"); in REGRESSION_TEST()
73 box.check(lookup.insert("*.com", wild_cc) < 0, "insert host duplicate"); in REGRESSION_TEST()
105 SSLCertLookup lookup; in REGRESSION_TEST() local
140 box.check(lookup.insert(endpoint.ip6, ip6_cc) >= 0, "insert IPv6 address"); in REGRESSION_TEST()
158 load_hostnames_csv(const char *fname, SSLCertLookup &lookup) in load_hostnames_csv() argument
192 lookup.insert(host.c_str(), ctx_cc); in load_hostnames_csv()
195 lookup.insert(line.c_str(), ctx_cc); in load_hostnames_csv()
224 SSLCertLookup lookup; in main() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_nalookup.c395 lookup->mask = lookup->backbone_size - 1; in BlastSmallNaLookupTableNew()
397 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastSmallNaLookupTableNew()
408 lookup->word_length > lookup->lut_word_length ) { in BlastSmallNaLookupTableNew()
415 lookup = BlastSmallNaLookupTableDestruct(lookup); in BlastSmallNaLookupTableNew()
564 lookup->mask = lookup->backbone_size - 1; in BlastNaLookupTableNew()
566 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastNaLookupTableNew()
577 lookup->word_length > lookup->lut_word_length && in BlastNaLookupTableNew()
1838 if (!seq_src || !lookup || !lookup->pv) { in s_NaHashLookupScanSubjectForWordCounts()
2245 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastNaHashLookupTableNew()
2277 lookup->mask = lookup->backbone_size - 1; in BlastNaHashLookupTableNew()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_nalookup.c395 lookup->mask = lookup->backbone_size - 1; in BlastSmallNaLookupTableNew()
397 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastSmallNaLookupTableNew()
408 lookup->word_length > lookup->lut_word_length ) { in BlastSmallNaLookupTableNew()
415 lookup = BlastSmallNaLookupTableDestruct(lookup); in BlastSmallNaLookupTableNew()
564 lookup->mask = lookup->backbone_size - 1; in BlastNaLookupTableNew()
566 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastNaLookupTableNew()
577 lookup->word_length > lookup->lut_word_length && in BlastNaLookupTableNew()
1838 if (!seq_src || !lookup || !lookup->pv) { in s_NaHashLookupScanSubjectForWordCounts()
2245 lookup->scan_step = lookup->word_length - lookup->lut_word_length + 1; in BlastNaHashLookupTableNew()
2277 lookup->mask = lookup->backbone_size - 1; in BlastNaHashLookupTableNew()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Linq/
H A DLookupTest.cs62 var lookup = GetColors ().ToLookup ( in LookupIgnoreCase()
77 Assert.IsTrue (lookup.Contains ("h")); in LookupContains()
78 Assert.IsFalse (lookup.Contains ("d")); in LookupContains()
79 Assert.IsFalse (lookup.Contains (null)); in LookupContains()
87 Assert.IsTrue (lookup.Contains ("h")); in LookupContainsNull()
88 Assert.IsTrue (lookup.Contains (null)); in LookupContainsNull()
89 Assert.IsFalse (lookup.Contains ("d")); in LookupContainsNull()
117 Assert.AreEqual (2, lookup.Count); in LookupNullKeyNone()
118 Assert.AreEqual (0, lookup [null].Count ()); in LookupNullKeyNone()
124 var lookup = GetColors ().ToLookup ( in EmptyResult()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-dri/
H A Degl.h116 lookup(tag, "eglCreateImageKHR", false); in map_eglext_functions()
119 lookup(tag, "eglDestroyImageKHR", false); in map_eglext_functions()
126 lookup(tag, "eglQueryDmaBufModifiersEXT", false); in map_eglext_functions()
128 lookup(tag, "eglQueryDmaBufFormatsEXT", false); in map_eglext_functions()
132 lookup(tag, "eglExportDMABUFImageMESA", false); in map_eglext_functions()
140 lookup(tag, "eglQueryDeviceStringEXT", false); in map_eglext_functions()
142 lookup(tag, "eglQueryDevicesEXT", false); in map_eglext_functions()
144 lookup(tag, "eglGetPlatformDisplayEXT", false ); in map_eglext_functions()
146 lookup(tag, "eglGetOutputLayersEXT", false); in map_eglext_functions()
148 lookup(tag, "eglCreateStreamKHR", false); in map_eglext_functions()
[all …]

12345678910>>...1401