Home
last modified time | relevance | path

Searched refs:strip_re (Results 1 – 11 of 11) sorted by relevance

/dports/devel/lxqt-build-tools/lxqt-build-tools-0.10.0/cmake/modules/
H A DLXQtTranslateDesktopYaml.pl12 my $strip_re = qr/#TRANSLATIONS_DIR=/o;
46 $line =~ $strip_re or print(STDOUT $line);
/dports/x11/screengrab/screengrab-2.3.0/cmake/
H A DLXQtTranslateDesktopYaml.pl12 my $strip_re = qr/#TRANSLATIONS_DIR=/o;
46 $line =~ $strip_re or print(STDOUT $line);
/dports/databases/grass7/grass-7.8.6/tools/g.html2man/
H A Dggroff.py72 self.strip_re = re.compile("^[ \t]+")
257 content = self.strip_re.sub('', content)
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dmail-autofilter.c72 strip_re (const gchar *subject) in strip_re() function
148 s = strip_re (subject); in rule_match_subject()
251 namestr = g_strdup_printf (_("Subject is %s"), strip_re (subject)); in rule_from_message()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/chempy/
H A Dmae.py23 strip_re = re.compile(r'\#.*\#') variable
56 l = strip_re.sub('',l).strip()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dgenerate-sysdig-event.py255 for strip_re in strip_re_l:
256 dissector_lines = [l for l in dissector_lines if not strip_re.search(l)]
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dgenerate-sysdig-event.py255 for strip_re in strip_re_l:
256 dissector_lines = [l for l in dissector_lines if not strip_re.search(l)]
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dgenerate-sysdig-event.py255 for strip_re in strip_re_l:
256 dissector_lines = [l for l in dissector_lines if not strip_re.search(l)]
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dgenerate-sysdig-event.py255 for strip_re in strip_re_l:
256 dissector_lines = [l for l in dissector_lines if not strip_re.search(l)]
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dscript.py1162 return strip_re(rgx, src)
1176 return strip_re(rgx, src)
1223 def strip_re(regex: Pattern, s: str) -> Tuple[str, str]: function
/dports/www/yaws/yaws-2.0.6/applications/mail/src/
H A Dmail.erl787 strip_re(" "++Subject) -> function
788 strip_re(Subject);
789 strip_re("re:"++Subject) -> function
790 strip_re(Subject);
791 strip_re("aw:"++Subject) -> function
792 strip_re(Subject);
793 strip_re("ang."++Subject) -> function
794 strip_re(Subject);
795 strip_re(Subject) -> function
1380 subject_fmt_lc = strip_re(lowercase(SubjectFmt))};