Home
last modified time | relevance | path

Searched refs:needle (Results 8476 – 8500 of 16333) sorted by relevance

1...<<331332333334335336337338339340>>...654

/dports/astro/gpsd/gpsd-3.20/
H A DTachometerP.h27 Pixel needle, scale, circle; member
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dsparsealn.needle2 # Program: needle
/dports/www/py-django-cms/django-cms-3.7.1/cms/tests/
H A Dtest_nested_plugins.py828 needle = u"%s"
831 … self.assertTrue(org_nested_text_plugin.body.find(needle % (org_link_child_plugin.id)) != -1, msg)
833 …self.assertTrue(copied_nested_text_plugin.body.find(needle % (copied_link_child_plugin.id)) != -1,…
836 …self.assertTrue(org_nested_text_plugin.body.find(needle % (copied_link_child_plugin.id)) == -1, ms…
838 …self.assertTrue(copied_nested_text_plugin.body.find(needle % (org_link_child_plugin.id)) == -1, ms…
1059 needle = u"%s"
1062 … self.assertTrue(org_nested_text_plugin.body.find(needle % (org_link_child_plugin.id)) != -1, msg)
1064 …self.assertTrue(copied_nested_text_plugin.body.find(needle % (copied_link_child_plugin.id)) != -1,…
1067 …self.assertTrue(org_nested_text_plugin.body.find(needle % (copied_link_child_plugin.id)) == -1, ms…
1069 …self.assertTrue(copied_nested_text_plugin.body.find(needle % (org_link_child_plugin.id)) == -1, ms…
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Devent.h32 gboolean spi_event_is_subtype (gchar **needle, gchar **haystack);
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/str/
H A Dstr_debug.h25 char *str_strstr(const char *haystack, const char *needle);
/dports/mail/gubby/gubby-0.5.5/include/
H A Dgrep.h37 virtual bool ismatch(const char* needle, const char* haystack) const;
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Debml.cpp744 EbmlElement const *needle) { in found_in() argument
745 if (!needle) in found_in()
748 if (needle == &haystack) in found_in()
756 if (child == needle) in found_in()
759 if (dynamic_cast<EbmlMaster *>(child) && found_in(*child, needle)) in found_in()
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DInteractive.hs320 findMod needle externs imports =
321 let qualMod = fromMaybe needle (lookupUnQualifiedModName needle imports)
328 lookupUnQualifiedModName needle imports =
329 … (\(modName,_,_) -> modName) <$> find (\(_,_,mayQuaName) -> mayQuaName == Just needle) imports
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dstripos_variation11.phpt2 Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function with unexpected inputs for 'haystack' and 'needle' arguments */
12 echo "*** Testing stripos() function with unexpected values for haystack and needle ***\n";
92 *** Testing stripos() function with unexpected values for haystack and needle ***
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstripos_variation11.phpt2 Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function with unexpected inputs for 'haystack' and 'needle' arguments */
12 echo "*** Testing stripos() function with unexpected values for haystack and needle ***\n";
92 *** Testing stripos() function with unexpected values for haystack and needle ***
/dports/games/dose-response/dose-response-179c326/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddocument.c73 const char *ext, *needle; in fz_recognize_document() local
81 needle = ext + 1; in fz_recognize_document()
83 needle = magic; in fz_recognize_document()
99 if (!fz_strcasecmp(needle, *entry) && score < 100) in fz_recognize_document()
107 if (!fz_strcasecmp(needle, *entry) && score < 100) in fz_recognize_document()
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstripos_variation11.phpt2 Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function with unexpected inputs for 'haystack' and 'needle' arguments */
12 echo "*** Testing stripos() function with unexpected values for haystack and needle ***\n";
92 *** Testing stripos() function with unexpected values for haystack and needle ***
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs504 pub fn take_until_bytes['a, I](needle: &'a [u8])(I) -> I::Range
512 match memslice(needle, haystack) {
514 None => TakeRange::NotFound(haystack.len().saturating_sub(needle.len() - 1)),
521 fn memslice(needle: &[u8], haystack: &[u8]) -> Option<usize> { in memslice()
522 let (&prefix, suffix) = match needle.split_first() { in memslice()
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dstripos_variation11.phpt2 Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments
5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
10 /* Test stripos() function with unexpected inputs for 'haystack' and 'needle' arguments */
12 echo "*** Testing stripos() function with unexpected values for haystack and needle ***\n";
92 *** Testing stripos() function with unexpected values for haystack and needle ***
/dports/databases/mdbtools/mdbtools-1.0.0/src/libmdb/
H A Dfakeglib.c51 char **g_strsplit(const char *haystack, const char *needle, int max_tokens) { in g_strsplit() argument
56 while ((found = strstr(haystack, needle))) { in g_strsplit()
58 haystack = found + strlen(needle); in g_strsplit()
64 while ((found = strstr(haystack, needle))) { in g_strsplit()
66 haystack = found + strlen(needle); in g_strsplit()
/dports/lang/gcc12-devel/gcc-12-20211205/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/cfengine/cfengine-3.19.0/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libcompat/
H A Dstrrstr.c40 char *strrstr(const char *haystack, const char *needle);

1...<<331332333334335336337338339340>>...654