Home
last modified time | relevance | path

Searched refs:GlobalReplace (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/multimedia/cclive/cclive-0.7.16/src/cc/
H A Dexec.cpp113 pcrecpp::RE("[\"']").GlobalReplace("", &t); in tokenize()
125 pcrecpp::RE("%f").GlobalReplace(file.path(), &e); in exec()
126 pcrecpp::RE("%n").GlobalReplace(file.name(), &e); in exec()
127 pcrecpp::RE("%t").GlobalReplace(file.title(), &e); in exec()
H A Dfile.cpp398 pcrecpp::RE("%i").GlobalReplace(media.id(), &fname_format); in _init()
399 pcrecpp::RE("%t").GlobalReplace(title, &fname_format); in _init()
400 pcrecpp::RE("%h").GlobalReplace("nohostseq", &fname_format); in _init()
401 pcrecpp::RE("%s").GlobalReplace(media.file_ext(), &fname_format); in _init()
H A Dre.cpp72 ? subs.GlobalReplace(sub, &src) in subst()
143 ? subs.GlobalReplace(sub, &s) in tr_subst()
/dports/multimedia/cclive/cclive-0.7.16/src/compat/
H A Dutil.cpp39 pcrecpp::RE("%w\\+").GlobalReplace("com", &d); in _domain_patt_to_s()
40 pcrecpp::RE("%").GlobalReplace("", &d); in _domain_patt_to_s()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Duntrusted_regexp.rb29 RE2.GlobalReplace(text, regexp, rewrite)
/dports/devel/bloaty/bloaty-1.1/src/
H A Ddisassemble.cc189 RE2::GlobalReplace(&op_str, "\\w?word ptr ", ""); in DisassembleFunction()
202 RE2::GlobalReplace(&op_str, " ", ""); in DisassembleFunction()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dreplace_holder.h52 RE2::GlobalReplace(&user_input_as_str, regex_, replace_input_as_str); in operator()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/applib/
H A Dapp_pcrecpp.h174 return app_pcre_re(perl_pattern).GlobalReplace(replacement, &subject); in app_pcre_replace()
189 return re.GlobalReplace(replacement, &subject); in app_pcre_replace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/src/phonenumbers/
H A Dregexp_adapter.h144 inline bool GlobalReplace(string* string_to_process, in GlobalReplace() function
H A Dregexp_adapter_re2.cc132 return RE2::GlobalReplace(string_to_process, utf8_regexp_, in Replace()
H A Dasyoutypeformatter.cc271 regexp_cache_.GetRegExp(number_pattern).GlobalReplace( in GetFormattingTemplate()
477 bool status = regexp_cache_.GetRegExp(pattern).GlobalReplace( in AttemptToFormatAccruedDigits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Ddata_driven_test.cc36 RE2::GlobalReplace( in StripComments()
H A Daddress_rewriter.cc171 RE2::GlobalReplace(&utf8_text, *rule.first, rule.second); in Rewrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Ddata_driven_test.cc36 RE2::GlobalReplace( in StripComments()
H A Daddress_rewriter.cc171 RE2::GlobalReplace(&utf8_text, *rule.first, rule.second); in Rewrite()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/src/phonenumbers/
H A Dregexp_adapter_re2.cc142 return RE2::GlobalReplace(string_to_process, utf8_regexp_, in Replace()
H A Dregexp_adapter.h180 inline bool GlobalReplace(string* string_to_process, in GlobalReplace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/test/phonenumbers/
H A Dregexp_adapter_test.cc286 ASSERT_TRUE(context.single_digit->GlobalReplace(&input, "*")) in TEST_F()
290 ASSERT_FALSE(context.single_digit->GlobalReplace(&input, "*")) in TEST_F()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/test/phonenumbers/
H A Dregexp_adapter_test.cc318 ASSERT_TRUE(context.single_digit->GlobalReplace(&input, "*")) in TEST_F()
322 ASSERT_FALSE(context.single_digit->GlobalReplace(&input, "*")) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/fuzzing/
H A Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/fuzzing/
H A Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/fuzzing/
H A Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/fuzzing/
H A Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/fuzzing/
H A Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/fuzzing/
H A Dre2_fuzzer.cc129 RE2::GlobalReplace(&s, re, ""); in TestOneInput()

1234567