Home
last modified time | relevance | path

Searched refs:needle (Results 8651 – 8675 of 16333) sorted by relevance

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

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie-0.14.4/src/
H A Dparse.rs63 fn indexes_of(needle: &str, haystack: &str) -> Option<(usize, usize)> { in indexes_of()
65 let needle_start = needle.as_ptr() as usize; in indexes_of()
71 if (needle_start + needle.len()) > (haystack_start + haystack.len()) { in indexes_of()
76 let end = start + needle.len(); in indexes_of()
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_recycle.c391 static bool matchparam(const char **haystack_list, const char *needle) in matchparam() argument
396 *haystack_list[0] == '\0' || needle == NULL || *needle == '\0') { in matchparam()
401 if(unix_wild_match(haystack_list[i], needle)) { in matchparam()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dmiscfunctions.qh135 // STRINGS AND TAKE QUITE LONG. haystack and needle MUST
137 float strstrofs(string haystack, string needle, float offset)
141 len = strlen(needle);
146 if(found == needle)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Ddate_math.cc318 char needle[4]; in FindMonth() local
322 needle[i] = static_cast<char>(ToASCIILower(*month_str++)); in FindMonth()
324 needle[3] = '\0'; in FindMonth()
326 const char* str = strstr(haystack, needle); in FindMonth()
/dports/lang/seed7/seed7/src/
H A Dsql_srv.c212 static wstriType wstriSearch (const_wstriType haystack, const_wstriType needle) in wstriSearch() argument
219 if (*needle == (wcharType) 0) { in wstriSearch()
222 for (; (haystack = wstriSearchCh(haystack, *needle)) != NULL; haystack++) { in wstriSearch()
223 for (sc1 = haystack, sc2 = needle; ; ) { in wstriSearch()
H A Dsql_odbc.c133 static wstriType wstriSearch (const_wstriType haystack, const_wstriType needle) in wstriSearch() argument
140 if (*needle == (wcharType) 0) { in wstriSearch()
143 for (; (haystack = wstriSearchCh(haystack, *needle)) != NULL; haystack++) { in wstriSearch()
144 for (sc1 = haystack, sc2 = needle; ; ) { in wstriSearch()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dimage.rst174 To plot the remote image needle.jpg, scaling it be 7 cm wide (height is scaled
177 gmt image @needle.jpg -Dx0/0+w7c -pdf plot
181 gmt image @needle.jpg+b2,1,0 -Dx0/0+w7c -pdf plot
185 gmt image @needle.jpg+b0 -Dx0/0+w7c -pdf plot
/dports/www/matomo/piwik/core/
H A DCommon.php744 public static function stringEndsWith($haystack, $needle) argument
746 if (strlen(strval($needle)) === 0) {
754 $lastCharacters = substr($haystack, -strlen($needle));
756 return $lastCharacters === $needle;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/
H A Dmassstockmove.php685 * @param string $needle string to find
688 function startsWith($haystack, $needle) argument
690 $length = strlen($needle);
691 return substr($haystack, 0, $length) === $needle;
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/examples/
H A Dapiserver_test.go188 for _, needle := range firstKubeCANames {
190 if needle == haystack {
196 for _, needle := range secondKubeCANames {
198 if needle == haystack {
/dports/mail/notmuch/notmuch-0.34.2/compat/
H A Dcompat.h53 char *strcasestr (const char *haystack, const char *needle);
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/mail/notmuch-emacs/notmuch-0.34.2/compat/
H A Dcompat.h53 char *strcasestr (const char *haystack, const char *needle);
/dports/mail/py-notmuch/notmuch-0.34.2/compat/
H A Dcompat.h53 char *strcasestr (const char *haystack, const char *needle);
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/tools/
H A DHelper.h40 static bool ifind (std::string haystack, std::string needle);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/mail/py-notmuch2/notmuch-0.34.2/compat/
H A Dcompat.h53 char *strcasestr (const char *haystack, const char *needle);
/dports/mail/notmuch-mutt/notmuch-0.34.2/compat/
H A Dcompat.h53 char *strcasestr (const char *haystack, const char *needle);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/
H A Dstring.d30 …pure void* memmem(return const void* haystack, size_t haystacklen, scope const void* needle, size_…
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Doperations.def368 function INDEX (string haystack, string needle)
370 if (needle.length == 0)
374 int limit = haystack.length - needle.length + 1;
377 if (!memcmp (&haystack.string[i - 1], needle.string, needle.length))
409 function RINDEX (string haystack, string needle)
411 if (needle.length == 0)
415 int limit = haystack.length - needle.length + 1;
418 if (!memcmp (&haystack.string[i - 1], needle.string, needle.length))
515 = replace_string (e, haystack, needle, replacement, DBL_MAX);
517 absorb_miss string function REPLACE (string haystack, string needle,
[all …]
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Doptions.c3267 char* needle; in installDataPathList() local
3272 if (needle) in installDataPathList()
3273 *needle = '\0'; in installDataPathList()
3277 if (needle) in installDataPathList()
3279 *needle = ':'; in installDataPathList()
3280 dataPath = needle + 1; in installDataPathList()
3313 char* needle; in installLibexecPathList() local
3318 if (needle) in installLibexecPathList()
3319 *needle = '\0'; in installLibexecPathList()
3323 if (needle) in installLibexecPathList()
[all …]

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