Home
last modified time | relevance | path

Searched refs:needle (Results 8501 – 8525 of 16333) sorted by relevance

1...<<341342343344345346347348349350>>...654

/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/openbsd/
H A Dstring.d20 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/dhall-lang/Prelude/Text/
H A Dreplace.dhall5 : ∀(needle : Text) → ∀(replacement : Text) → ∀(haystack : Text) → Text
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/openbsd/
H A Dstring.d20 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/x11-toolkits/qwt6/qwt-6.1.6/doc/html/
H A Dclass_qwt_dial_simple_needle__inherit__graph.map2 <area shape="rect" id="node1" title="A needle for dial widgets." alt="" coords="5,80,156,107"/>
H A Dclass_qwt_compass_magnet_needle__inherit__graph.map2 <area shape="rect" id="node1" title="A magnet needle for compass widgets." alt="" coords="5,80,192,…
/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/Compat/Function/
H A Dstrpbrk.php43 gettype($needle) . ' given', E_USER_WARNING);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/openbsd/
H A Dstring.d20 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Dmatch.c25 match_hash(const char *needle, const char *haystack) in match_hash() argument
/dports/dns/firedns/firedns/firestring/
H A Dfirestring.c1037 …restrict const haystack, const struct firestring_estr_t * restrict const needle, const long start)… in firestring_estr_estrstr() argument
1040 l = haystack->l - needle->l; in firestring_estr_estrstr()
1042 if (memcmp(&haystack->s[i],needle->s,needle->l) == 0) in firestring_estr_estrstr()
1049 …restrict const haystack, const struct firestring_estr_t * restrict const needle, const long start)… in firestring_estr_estristr() argument
1052 l = haystack->l - needle->l; in firestring_estr_estristr()
1054 for (j = 0; j < needle->l; j++) in firestring_estr_estristr()
1055 if (tolower(haystack->s[i+j]) != tolower(needle->s[j])) in firestring_estr_estristr()
1057 if (j == needle->l) in firestring_estr_estristr()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc86 IntersectionType BoxIntersects(StaticPropRange needle, StaticPropRange haystack, in BoxIntersects() argument
90 if (haystack[i][0] >= needle[i][1]) { in BoxIntersects()
93 if (haystack[i][1] <= needle[i][0]) { in BoxIntersects()
96 if (haystack[i][0] <= needle[i][0] && haystack[i][1] >= needle[i][1]) { in BoxIntersects()
101 if (haystack[i][0] > needle[i][0] && haystack[i][0] < needle[i][1]) { in BoxIntersects()
104 JXL_DASSERT(haystack[i][1] > needle[i][0] && in BoxIntersects()
105 haystack[i][1] < needle[i][1]); in BoxIntersects()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc110 IntersectionType BoxIntersects(StaticPropRange needle, StaticPropRange haystack, in BoxIntersects() argument
114 if (haystack[i][0] >= needle[i][1]) { in BoxIntersects()
117 if (haystack[i][1] <= needle[i][0]) { in BoxIntersects()
120 if (haystack[i][0] <= needle[i][0] && haystack[i][1] >= needle[i][1]) { in BoxIntersects()
125 if (haystack[i][0] > needle[i][0] && haystack[i][0] < needle[i][1]) { in BoxIntersects()
128 JXL_DASSERT(haystack[i][1] > needle[i][0] && in BoxIntersects()
129 haystack[i][1] < needle[i][1]); in BoxIntersects()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/modular/encoding/
H A Denc_ma.cc110 IntersectionType BoxIntersects(StaticPropRange needle, StaticPropRange haystack, in BoxIntersects() argument
114 if (haystack[i][0] >= needle[i][1]) { in BoxIntersects()
117 if (haystack[i][1] <= needle[i][0]) { in BoxIntersects()
120 if (haystack[i][0] <= needle[i][0] && haystack[i][1] >= needle[i][1]) { in BoxIntersects()
125 if (haystack[i][0] > needle[i][0] && haystack[i][0] < needle[i][1]) { in BoxIntersects()
128 JXL_DASSERT(haystack[i][1] > needle[i][0] && in BoxIntersects()
129 haystack[i][1] < needle[i][1]); in BoxIntersects()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc110 IntersectionType BoxIntersects(StaticPropRange needle, StaticPropRange haystack, in BoxIntersects() argument
114 if (haystack[i][0] >= needle[i][1]) { in BoxIntersects()
117 if (haystack[i][1] <= needle[i][0]) { in BoxIntersects()
120 if (haystack[i][0] <= needle[i][0] && haystack[i][1] >= needle[i][1]) { in BoxIntersects()
125 if (haystack[i][0] > needle[i][0] && haystack[i][0] < needle[i][1]) { in BoxIntersects()
128 JXL_DASSERT(haystack[i][1] > needle[i][0] && in BoxIntersects()
129 haystack[i][1] < needle[i][1]); in BoxIntersects()
/dports/misc/firestring/firestring/
H A Dfirestring.c1037 …restrict const haystack, const struct firestring_estr_t * restrict const needle, const long start)… in firestring_estr_estrstr() argument
1040 l = haystack->l - needle->l; in firestring_estr_estrstr()
1042 if (memcmp(&haystack->s[i],needle->s,needle->l) == 0) in firestring_estr_estrstr()
1049 …restrict const haystack, const struct firestring_estr_t * restrict const needle, const long start)… in firestring_estr_estristr() argument
1052 l = haystack->l - needle->l; in firestring_estr_estristr()
1054 for (j = 0; j < needle->l; j++) in firestring_estr_estristr()
1055 if (tolower(haystack->s[i+j]) != tolower(needle->s[j])) in firestring_estr_estristr()
1057 if (j == needle->l) in firestring_estr_estristr()
/dports/textproc/enchant2/enchant-2.2.15/src/
H A Dlib.c189 char * needle; in enchant_normalize_dictionary_tag() local
190 if ((needle = strchr (new_tag, '-')) != NULL) in enchant_normalize_dictionary_tag()
191 *needle = '_'; in enchant_normalize_dictionary_tag()
194 needle = strchrnul (new_tag, '_'); in enchant_normalize_dictionary_tag()
195 for (gchar *it = new_tag; it != needle; ++it) in enchant_normalize_dictionary_tag()
198 for (gchar *it = needle; *it; ++it) in enchant_normalize_dictionary_tag()
208 char * needle = strchr (new_tag, '_'); in enchant_iso_639_from_tag() local
210 if (needle != NULL) in enchant_iso_639_from_tag()
211 *needle = '\0'; in enchant_iso_639_from_tag()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/power/
H A Dtest.py394 needle = ' {} '.format(m).encode('ascii')
396 self.assertFalse(needle in log, 'unexpected %s request' % m)
409 def check_plugin_log(self, needle, timeout=0, failmsg=None): argument
415 if type(needle) == str:
416 needle = needle.encode('ascii')
419 if needle in log:
428 if needle in log:
434 self.fail('timed out waiting for needle "%s"' % needle)
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrripos_variation6.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
H A Dstrrpos_variation14.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrripos_variation6.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
H A Dstrrpos_variation14.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrrpos_variation14.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
H A Dstrripos_variation6.phpt2 Test strrpos() function : usage variations - negative offset with empty needle
/dports/net-mgmt/driftnet/driftnet-1.3.0/src/common/
H A Dutil.h77 unsigned char *memstr(const unsigned char *haystack, const size_t hlen, const unsigned char *needle

1...<<341342343344345346347348349350>>...654