Home
last modified time | relevance | path

Searched refs:use_regexp (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/py-deepdiff/deepdiff-5.6.0/tests/
H A Dtest_search.py355 assert DeepSearch(obj, item, verbose_level=1, use_regexp=True) == result
361 assert DeepSearch(obj, item, verbose_level=1, use_regexp=True) == result
367 assert DeepSearch(obj, item, verbose_level=1, use_regexp=True) == result
382 ds = DeepSearch(obj, item, verbose_level=1, use_regexp=True)
398 ds = DeepSearch(obj, item, verbose_level=2, use_regexp=True)
405 ds = DeepSearch(obj, item, verbose_level=1, use_regexp=True)
412 ds = DeepSearch(obj, item, verbose_level=2, use_regexp=True)
421 ds = DeepSearch(obj, item, verbose_level=2, use_regexp=True)
431 ds = DeepSearch(obj, item, verbose_level=2, use_regexp=True)
438 ds = DeepSearch(obj, item, verbose_level=1, use_regexp=True)
[all …]
/dports/audio/praat/praat-6.2.03/dwsys/
H A DCollection_extensions.cpp149 …berOfReplaces, integer *out_numberOfMatches, integer *out_numberOfStringMatches, bool use_regexp) { in OrderedOfString_changeStrings() argument
157 if (use_regexp) in OrderedOfString_changeStrings()
163 autostring32 r = use_regexp ? in OrderedOfString_changeStrings()
176 if (use_regexp) in OrderedOfString_changeStrings()
183 if (use_regexp) in OrderedOfString_changeStrings()
195 void OrderedOfString_removeOccurrences (StringList me, conststring32 search, bool use_regexp) { in OrderedOfString_removeOccurrences() argument
200 if ((use_regexp && strstr_regexp (ss -> string.get(), search)) || in OrderedOfString_removeOccurrences()
201 (! use_regexp && str32str (ss -> string.get(), search))) { in OrderedOfString_removeOccurrences()
H A DCollection_extensions.h45 void OrderedOfString_removeOccurrences (StringList me, conststring32 search, bool use_regexp);
48 …mberOfReplaces, integer *out_numberOfMatches, integer *out_numberOfStringmatches, bool use_regexp);
H A DNUMstring.cpp99 integer *nmatches, integer *nstringmatches, bool use_regexp) in string32vector_searchAndReplace() argument
101 return use_regexp ? in string32vector_searchAndReplace()
/dports/devel/py-deepdiff/deepdiff-5.6.0/deepdiff/
H A Dsearch.py94 use_regexp=False, argument
117 self.use_regexp = use_regexp
120 if self.use_regexp:
228 (self.use_regexp and item.search(new_parent_cased)):
256 if not self.use_regexp and thing_cased == item:
272 if self.use_regexp:
284 self.use_regexp and item.search(str(obj))
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTextGrid_extensions.h81 …er from, integer to, conststring32 search, conststring32 replace, bool use_regexp, integer *nmatch…
83 …er from, integer to, conststring32 search, conststring32 replace, bool use_regexp, integer *nmatch…
91 …er from, integer to, conststring32 search, conststring32 replace, bool use_regexp, integer *nmatch…
H A DTextGrid_extensions.cpp610 …conststring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringm… in IntervalTier_changeLabels() argument
618 Melder_require (! (use_regexp && search [0] == U'\0'), in IntervalTier_changeLabels()
629 search, replace, 0, nmatches, nstringmatches, use_regexp in IntervalTier_changeLabels()
641 …conststring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringm… in TextTier_changeLabels() argument
650 Melder_require (! (use_regexp && search [0] == U'\0'), in TextTier_changeLabels()
660 search, replace, 0, nmatches, nstringmatches, use_regexp); in TextTier_changeLabels()
671 …conststring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringm… in TextGrid_changeLabels() argument
677 Melder_require (! (use_regexp && search [0] == U'\0'), in TextGrid_changeLabels()
682 …IntervalTier_changeLabels ((IntervalTier) anyTier, from, to, search, replace, use_regexp, nmatches… in TextGrid_changeLabels()
684 …TextTier_changeLabels ((TextTier) anyTier, from, to, search, replace, use_regexp, nmatches, nstrin… in TextGrid_changeLabels()
H A DTableOfReal_extensions.h93 bool use_regexp);
120 integer maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
123 integer maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
H A DStrings_extensions.h47 int maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
H A DConfusion.h91 …me, conststring32 search, conststring32 replace, integer maximumNumberOfReplaces, bool use_regexp);
H A DStrings_extensions.cpp129 …eplace, int maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp) { in Strings_change() argument
133 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp); in Strings_change()
H A DTableOfReal_extensions.cpp950 integer *nmatches, integer *nstringmatches, bool use_regexp) {
953 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp);
962 integer *nmatches, integer *nstringmatches, bool use_regexp) {
965 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp);
972 …etNumberOfLabelMatches (TableOfReal me, conststring32 search, bool columnLabels, bool use_regexp) {
984 if (use_regexp)
989 if (use_regexp) {
995 if (use_regexp)
998 if (use_regexp)
H A DConfusion.cpp338 integer maximumNumberOfReplaces, bool use_regexp) { in Confusion_condense() argument
345 search, replace, maximumNumberOfReplaces, & nmatches, & nstringmatches, use_regexp); in Confusion_condense()
348 search, replace, maximumNumberOfReplaces, & nmatches, & nstringmatches, use_regexp); in Confusion_condense()
/dports/devel/py-deepdiff/deepdiff-5.6.0/docs/
H A Dsearch_doc.rst25 use_regexp: Boolean, default = False
56 >>> ds = obj | grep("some.*", use_regexp=True)
65 >>> ds = obj | grep(item, verbose_level=1, use_regexp=True)
69 >>> ds = obj | grep(item, verbose_level=1, use_regexp=True, strict_checking=False)
/dports/textproc/fex/fex-2.0.0/
H A Dfex.c177 int use_regexp = 0; in extract() local
233 use_regexp = 1; in extract()
255 if (use_regexp) { in extract()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dsearch-dialog.h51 Boolean use_regexp; member
H A Dsearch-dialog.c287 …settings->term, settings->direction, settings->use_regexp, settings->case_sensitive, settings->wra… in cb_search_go()
313 settings->use_regexp, in show_settings()
356 settings->use_regexp = !(settings->use_regexp); in cb_regexp_search()
365 if (settings->use_regexp) in cb_regexp_search()
1323 settings->use_regexp = curr_state; in create_search_window()
1354 settings.use_regexp = False; in dvi_find_string()
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/benchmarks/
H A Dbench_utf8_title_check.php92 protected function use_regexp( $s ) { function in BenchUtf8TitleCheck
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/benchmarks/
H A Dbench_utf8_title_check.php92 protected function use_regexp( $s ) { function in BenchUtf8TitleCheck
/dports/editors/tea/tea-qt-60.5.1/
H A Dtextproc.h22 QString apply_table (const QString &s, const QString &fname, bool use_regexp);
H A Dtextproc.cpp109 QString apply_table (const QString &s, const QString &fname, bool use_regexp) in apply_table() argument
119 if (use_regexp) in apply_table()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dport_engine_shared.cc213 bool use_regexp = false; in get_ports() local
216 use_regexp = true; in get_ports()
225 if (!use_regexp || !regexec (&port_regex, port->name ().c_str (), 0, NULL, 0)) { in get_ports()
231 if (use_regexp) { in get_ports()
/dports/finance/gnucash/gnucash-4.9/bindings/guile/
H A Dgnc-engine-guile.c900 gboolean use_regexp; in gnc_scm2query_term_query_v1() local
917 use_regexp = scm_is_true (scm); in gnc_scm2query_term_query_v1()
928 xaccQueryAddActionMatch (q, matchstring, case_sens, use_regexp, in gnc_scm2query_term_query_v1()
936 use_regexp, QOF_COMPARE_CONTAINS, QOF_QUERY_OR); in gnc_scm2query_term_query_v1()
942 xaccQueryAddMemoMatch (q, matchstring, case_sens, use_regexp, in gnc_scm2query_term_query_v1()
949 xaccQueryAddNumberMatch (q, matchstring, case_sens, use_regexp, in gnc_scm2query_term_query_v1()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DQuery.h110 gboolean case_sens, gboolean use_regexp,
/dports/print/lyx/lyx-2.3.4.2/src/
H A Dlyxfind.cpp788 bool use_regexp; member in lyx::__anon5f2f96e60311::MatchStringAdv
881 use_regexp = lyx::to_utf8(ds).find("\\regexp{") != std::string::npos; in MatchStringAdv()
883 par_as_string = normalize(ds, !use_regexp); in MatchStringAdv()
889 if (!use_regexp) { in MatchStringAdv()
902 if (!use_regexp) { in MatchStringAdv()
961 if (use_regexp) { in findAux()

123