Home
last modified time | relevance | path

Searched refs:replace_end (Results 1 – 25 of 85) sorted by relevance

1234

/dports/mail/ifile/ifile-1.3.8/
H A Dstem.c202 replace_end (char *word, const rule_list *rule) in replace_end() function
391 replace_end (word, step1a_rules); in ifile_stem_porter()
392 rule = replace_end (word, step1b_rules); in ifile_stem_porter()
394 replace_end (word, step1b1_rules); in ifile_stem_porter()
395 replace_end (word, step1c_rules); in ifile_stem_porter()
396 replace_end (word, step2_rules); in ifile_stem_porter()
397 replace_end (word, step3_rules); in ifile_stem_porter()
398 replace_end (word, step4_rules); in ifile_stem_porter()
399 replace_end (word, step5a_rules); in ifile_stem_porter()
400 replace_end (word, step5b_rules); in ifile_stem_porter()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dsed_transform.cpp64 std::string::size_type replace_end = input.size() - 1; in parse_sed_expression() local
68 if ('/' == input.at(replace_end)) in parse_sed_expression()
69 --replace_end; in parse_sed_expression()
72 replace = input.substr(replace_begin, (replace_end - replace_begin) + 1); in parse_sed_expression()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dexpand.c470 const char *subst_beg, *subst_end, *replace_beg, *replace_end; in variable_expand_string() local
482 replace_end = end; in variable_expand_string()
507 replace = alloca (replace_end - replace_beg + 2); in variable_expand_string()
510 replace_end - replace_beg); in variable_expand_string()
511 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()
727 const char *subst_beg, *subst_end, *replace_beg, *replace_end; in variable_expand_string_2() local
739 replace_end = end; in variable_expand_string_2()
764 replace = alloca (replace_end - replace_beg + 2); in variable_expand_string_2()
767 replace_end - replace_beg); in variable_expand_string_2()
768 replace[replace_end - replace_beg] = '\0'; in variable_expand_string_2()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DTGCBlob.cpp28 const u64 replace_end = std::min(offset + size, replace_offset + replace_size); in Replace() local
30 if (replace_end > replace_start) in Replace()
33 replace_ptr + (replace_end - replace_offset), out_ptr + (replace_start - offset)); in Replace()
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_regex.c225 const char *replace_end = replace + replace_len; in rasqal_regex_replace_pcre() local
291 while(replace_p < replace_end) { in rasqal_regex_replace_pcre()
339 while(replace_p < replace_end) { in rasqal_regex_replace_pcre()
470 const char *replace_end = replace + replace_len; in rasqal_regex_replace_posix() local
517 while(replace_p < replace_end) { in rasqal_regex_replace_posix()
571 while(replace_p < replace_end) { in rasqal_regex_replace_posix()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py20 def replace_end(s, old, new): function
341 TestharnessTest(self, replace_end(self.url, ".any.js", ".any.html")),
342 TestharnessTest(self, replace_end(self.url, ".any.js", ".any.worker")),
346 rv = [TestharnessTest(self, replace_end(self.url, ".worker.js", ".worker"),
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dexpand.c319 const char *replace_end = end; in variable_expand_string() local
344 replace = alloca (replace_end - replace_beg + 2); in variable_expand_string()
347 replace_end - replace_beg); in variable_expand_string()
348 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()
/dports/devel/gmake/make-4.3/src/
H A Dexpand.c319 const char *replace_end = end; in variable_expand_string() local
344 replace = alloca (replace_end - replace_beg + 2); in variable_expand_string()
347 replace_end - replace_beg); in variable_expand_string()
348 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py26 def replace_end(s, old, new): function
513 TestharnessTest(self, replace_end(self.url, ".any.js", ".any.html"),
515 TestharnessTest(self, replace_end(self.url, ".any.js", ".any.worker.html"),
521 [TestharnessTest(self, replace_end(self.url, ".worker.js", ".worker.html"),
526 [TestharnessTest(self, replace_end(self.url, ".window.js", ".window.html"),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/serve/
H A Dserve.py30 def replace_end(s, old, new): function
49 worker_path = replace_end(request.url_parts.path, ".worker", ".worker.js")
86 test_path = replace_end(request.url_parts.path, ".any.html", ".any.js")
111 test_path = replace_end(request.url_parts.path, ".any.worker.js", ".any.js")
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_sed.cpp312 const char *replace_end = opt++; in parseSubstOpt() local
319 std::string replace(replace_begin, replace_end); in parseSubstOpt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/manifest/
H A Dsourcefile.py48 def replace_end(s, old, new): function
159 return replace_end(url, ".js", suffix)
863 test_url = replace_end(self.rel_url, ".worker.js", ".worker.html")
878 test_url = replace_end(self.rel_url, ".window.js", ".window.html")
/dports/devel/cvsmonitor/cvsmonitor/modules/AppLib/
H A DParser.pm34 replace_end => ']',
/dports/devel/cvsmonitor/cvsmonitor/setup/
H A DParser.pm33 replace_end => ']',
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py48 def replace_end(s, old, new): function
157 return replace_end(url, ".js", suffix)
898 test_url = replace_end(self.rel_url, ".worker.js", ".worker.html")
914 test_url = replace_end(self.rel_url, ".window.js", ".window.html")
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py56 def replace_end(s, old, new): function
169 return replace_end(url, ".js", suffix)
1043 test_url = replace_end(self.rel_url, ".worker.js", ".worker.html")
1059 test_url = replace_end(self.rel_url, ".window.js", ".window.html")
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py56 def replace_end(s, old, new): function
169 return replace_end(url, ".js", suffix)
1017 test_url = replace_end(self.rel_url, ".worker.js", ".worker.html")
1032 test_url = replace_end(self.rel_url, ".window.js", ".window.html")
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dsourcefile.py56 def replace_end(s, old, new): function
169 return replace_end(url, ".js", suffix)
1043 test_url = replace_end(self.rel_url, ".worker.js", ".worker.html")
1059 test_url = replace_end(self.rel_url, ".window.js", ".window.html")
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DReplaceTags.pm94 my $end = $conf->{replace_end};
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DReplaceTags.pm93 my $end = $conf->{replace_end};
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/proxy/layers/http/
H A Dtest_http_fuzz.py62 replace_end = draw(integers(replace_start, len(data)))
63 return data[:replace_start] + draw(binary()) + data[replace_end:]
/dports/devel/py-pydash/pydash-4.8.0/src/pydash/
H A D__init__.py351 replace_end,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gyp/pylib/gyp/
H A Dinput.py538 replace_end = match_group.end('replace')
547 replace_end = replace_start + c_end
551 replacement = input_str[replace_start:replace_end]
555 contents_end = replace_end - 1
713 output[replace_end:]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/vim/
H A Dgb-vim.c1083 const gchar *replace_end = NULL; in gb_vim_command_substitute() local
1156 replace_end = command; in gb_vim_command_substitute()
1161 if (replace_end == NULL) in gb_vim_command_substitute()
1165 replace_text = g_strndup (replace_begin, replace_end - replace_begin); in gb_vim_command_substitute()
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/
H A Dinput.py772 replace_end = match_group.end('replace')
781 replace_end = replace_start + c_end
785 replacement = input_str[replace_start:replace_end]
789 contents_end = replace_end - 1
1002 output[replace_end:]

1234