Home
last modified time | relevance | path

Searched refs:needle (Results 13901 – 13925 of 16333) sorted by relevance

1...<<551552553554555556557558559560>>...654

/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack4-babel6/
H A Dyarn.lock1896 needle@^2.2.1:
1898 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1942 needle "^2.2.1"
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack3-babel6/
H A Dyarn.lock1837 needle@^2.2.1:
1839 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1887 needle "^2.2.1"
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dprefs.c71 static gint find_val_for_string(const char *needle, const enum_val_t *haystack, gint default_value);
3885 find_val_for_string(const char *needle, const enum_val_t *haystack, in find_val_for_string() argument
3891 if (g_ascii_strcasecmp(needle, haystack[i].name) == 0) { in find_val_for_string()
3896 if (g_ascii_strcasecmp(needle, haystack[i].description) == 0) { in find_val_for_string()
/dports/cad/sumo/sumo-1.2.0/src/foreign/fontstash/
H A Dstb_truetype.h2235 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local
2248 needle = glyph1 << 16 | glyph2; in stbtt_GetGlyphKernAdvance()
2252 if (needle < straw) in stbtt_GetGlyphKernAdvance()
2254 else if (needle > straw) in stbtt_GetGlyphKernAdvance()
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack3-babel6/
H A Dyarn.lock1837 needle@^2.2.1:
1839 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1887 needle "^2.2.1"
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack4-babel6/
H A Dyarn.lock1896 needle@^2.2.1:
1898 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1942 needle "^2.2.1"
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack3-babel6/
H A Dyarn.lock1837 needle@^2.2.1:
1839 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1887 needle "^2.2.1"
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/test/mochitest/examples/sourcemapped/builds/webpack3-babel6/
H A Dyarn.lock1837 needle@^2.2.1:
1839 …resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455…
1887 needle "^2.2.1"
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Deditor.c2345 gchar *needle; in snippets_replace_specials() local
2351 needle = g_strconcat("%", (gchar*) key, "%", NULL); in snippets_replace_specials()
2353 utils_string_replace_all(pattern, needle, (gchar*) value); in snippets_replace_specials()
2354 g_free(needle); in snippets_replace_specials()
/dports/devel/geany/geany-1.38/src/
H A Deditor.c2344 gchar *needle; in snippets_replace_specials() local
2350 needle = g_strconcat("%", (gchar*) key, "%", NULL); in snippets_replace_specials()
2352 utils_string_replace_all(pattern, needle, (gchar*) value); in snippets_replace_specials()
2353 g_free(needle); in snippets_replace_specials()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/misc/
H A Dstb_truetype.h2245 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local
2258 needle = glyph1 << 16 | glyph2; in stbtt_GetGlyphKernAdvance()
2262 if (needle < straw) in stbtt_GetGlyphKernAdvance()
2264 else if (needle > straw) in stbtt_GetGlyphKernAdvance()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/misc/
H A Dstb_truetype.h2245 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local
2258 needle = glyph1 << 16 | glyph2; in stbtt_GetGlyphKernAdvance()
2262 if (needle < straw) in stbtt_GetGlyphKernAdvance()
2264 else if (needle > straw) in stbtt_GetGlyphKernAdvance()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dprefs.c71 static gint find_val_for_string(const char *needle, const enum_val_t *haystack, gint default_value);
3885 find_val_for_string(const char *needle, const enum_val_t *haystack, in find_val_for_string() argument
3891 if (g_ascii_strcasecmp(needle, haystack[i].name) == 0) { in find_val_for_string()
3896 if (g_ascii_strcasecmp(needle, haystack[i].description) == 0) { in find_val_for_string()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go4086 var needle uint64
4090 needle = 0
4093 needle = 1
4107 … if !ok1 || !ok2 || rem.Op != token.REM || k.Value.Kind() != constant.Int || k.Uint64() != needle {
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dprefs.c71 static gint find_val_for_string(const char *needle, const enum_val_t *haystack, gint default_value);
3885 find_val_for_string(const char *needle, const enum_val_t *haystack, in find_val_for_string() argument
3891 if (g_ascii_strcasecmp(needle, haystack[i].name) == 0) { in find_val_for_string()
3896 if (g_ascii_strcasecmp(needle, haystack[i].description) == 0) { in find_val_for_string()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dprefs.c71 static gint find_val_for_string(const char *needle, const enum_val_t *haystack, gint default_value);
3885 find_val_for_string(const char *needle, const enum_val_t *haystack, in find_val_for_string() argument
3891 if (g_ascii_strcasecmp(needle, haystack[i].name) == 0) { in find_val_for_string()
3896 if (g_ascii_strcasecmp(needle, haystack[i].description) == 0) { in find_val_for_string()
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/
H A Dlint.go4086 var needle uint64
4090 needle = 0
4093 needle = 1
4107 … if !ok1 || !ok2 || rem.Op != token.REM || k.Value.Kind() != constant.Int || k.Uint64() != needle {
/dports/graphics/geeqie/geeqie-1.6/src/
H A Ddupe.c1302 static void dupe_list_check_match(DupeWindow *dw, DupeItem *needle, GList *start) in dupe_list_check_match() argument
1329 if (!dupe_match_link_exists(needle, di)) in dupe_list_check_match()
1333 if (dupe_match(di, needle, dw->match_mask, &rank, TRUE)) in dupe_list_check_match()
1335 dupe_match_link(di, needle, rank); in dupe_list_check_match()
/dports/editors/cudatext/CudaText-1.151.0/app/data/autocomplete/
H A DPHP_.acp1212 …stack, string $needle [, bool $before_needle=false]) |Returns part of haystack string from the fir…
1217 …ing $haystack, string $needle [, bool $before_needle=false]) |Returns part of haystack string from…
1477 …ck, string $needle [, int $offset=0 [, string $charset=ini_get("iconv.internal_encoding")]]) |Find…
1478 …string $haystack, string $needle [, string $charset=ini_get("iconv.internal_encoding")]) |Finds th…
1711 bool in_array(mixed $needle, array $haystack [, bool $strict= FALSE]) |Checks if a value exists in …
2095 int mb_substr_count(string $haystack, string $needle [, string $encoding]) |Count the number of sub…
3920 string stristr(string $haystack, mixed $needle [, bool $before_needle=false]) |Case-insensitive str…
3927 int strpos(string $haystack, mixed $needle [, int $offset=0]) |Find the position of the first occur…
3929 string strrchr(string $haystack, mixed $needle) |Find the last occurrence of a character in a strin…
3934 string strstr(string $haystack, mixed $needle [, bool $before_needle=false]) |Find the first occurr…
[all …]
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/autocomplete/
H A DPHP_.acp1212 …stack, string $needle [, bool $before_needle=false]) |Returns part of haystack string from the fir…
1217 …ing $haystack, string $needle [, bool $before_needle=false]) |Returns part of haystack string from…
1477 …ck, string $needle [, int $offset=0 [, string $charset=ini_get("iconv.internal_encoding")]]) |Find…
1478 …string $haystack, string $needle [, string $charset=ini_get("iconv.internal_encoding")]) |Finds th…
1711 bool in_array(mixed $needle, array $haystack [, bool $strict= FALSE]) |Checks if a value exists in …
2095 int mb_substr_count(string $haystack, string $needle [, string $encoding]) |Count the number of sub…
3920 string stristr(string $haystack, mixed $needle [, bool $before_needle=false]) |Case-insensitive str…
3927 int strpos(string $haystack, mixed $needle [, int $offset=0]) |Find the position of the first occur…
3929 string strrchr(string $haystack, mixed $needle) |Find the last occurrence of a character in a strin…
3934 string strstr(string $haystack, mixed $needle [, bool $before_needle=false]) |Find the first occurr…
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcontrols.cpp1093 static int findstr (const char *needle, const char **haystack, int numstr) in findstr() argument
1097 r = lower_bound(haystack, haystack + numstr, needle, strless); in findstr()
1098 if (r >= haystack + numstr || strcmp(needle, *r)) in findstr()
/dports/security/nmap/nmap-7.91/libssh2/src/
H A Dkex.c3572 const unsigned char *needle, unsigned long needle_len) in kex_agree_instr() argument
3582 if((strncmp((char *) haystack, (char *) needle, needle_len) == 0) && in kex_agree_instr()
3594 if((strncmp((char *) s, (char *) needle, needle_len) == 0) && in kex_agree_instr()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/src/
H A Dkex.c3572 const unsigned char *needle, unsigned long needle_len) in kex_agree_instr() argument
3582 if((strncmp((char *) haystack, (char *) needle, needle_len) == 0) && in kex_agree_instr()
3594 if((strncmp((char *) s, (char *) needle, needle_len) == 0) && in kex_agree_instr()
/dports/lang/vala/vala-0.48.18/libvaladoc/documentation/
H A Dgtkdocmarkdownscanner.c510 const gchar* needle, in string_index_of() argument
518 g_return_val_if_fail (needle != NULL, 0); in string_index_of()
519 _tmp0_ = strstr (((gchar*) self) + start_index, (gchar*) needle); in string_index_of()
/dports/science/mcstas/mcstas-2.5-src/lib/share/
H A Dmccode-r.c398 char *strcasestr(const char *haystack, const char *needle) in strcasestr() argument
400 int nlen = strlen(needle); in strcasestr()
408 unsigned char c2 = needle[j]; in strcasestr()

1...<<551552553554555556557558559560>>...654