Home
last modified time | relevance | path

Searched defs:matched_string (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/src/phonenumbers/
H A Dregexp_adapter.h84 inline bool Consume(RegExpInput* input_string, string* matched_string) const { in Consume()
95 string* matched_string) const { in FindAndConsume()
111 string* matched_string) const { in PartialMatch()
120 string* matched_string) const { in FullMatch()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/src/phonenumbers/
H A Dregexp_adapter.h118 inline bool Consume(RegExpInput* input_string, string* matched_string) const { in Consume()
130 string* matched_string) const { in FindAndConsume()
147 string* matched_string) const { in PartialMatch()
156 string* matched_string) const { in FullMatch()
/dports/misc/broot/broot-1.7.0/src/display/
H A Dmod.rs30 mod matched_string; module
H A Ddisplayable_tree.rs327 let matched_string = MatchedString::new( in write_line_label() localVariable
/dports/mail/spamprobe/spamprobe-1.4d/src/utility/
H A DRegularExpression.cc214 string &matched_string) in getMatch()
224 string &matched_string, in getMatch()
/dports/misc/broot/broot-1.7.0/src/filesystems/
H A Dfilesystems_state.rs370 let mut matched_string = MatchedString::new( in display() localVariable
383 let mut matched_string = MatchedString::new( in display() localVariable
399 let mut matched_string = MatchedString::new( in display() localVariable
450 let matched_string = MatchedString::new( in display() localVariable
/dports/x11/guake/Guake-3.4.0/guake/
H A Dterminal.py327 def _on_ctrl_click_matcher(self, matched_string): argument
385 def handleTerminalMatch(self, matched_string): argument
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/str/
H A Dstr.mli116 val matched_string : string -> string val
H A Dstr.ml646 and matched_string txt = matched_group 0 txt function
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/str/
H A Dstr.mli116 val matched_string : string -> string val
H A Dstr.ml646 and matched_string txt = matched_group 0 txt function
/dports/lang/gnu-apl/apl-1.8/src/
H A DRegexp.cc88 RegexpMatch::matched_string() const in matched_string() function in RegexpMatch
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dscanf.rb290 attr_reader :re_string, :matched_string, :conversion, :matched accessor in Scanf.FormatSpecifier
/dports/misc/broot/broot-1.7.0/src/stage/
H A Dstage_state.rs345 let matched_string = MatchedString::new( in display() localVariable
405 let matched_string = MatchedString::new( in display() localVariable
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dreadmuscles.c933 SBoolean matched_string = check_dynamic_param_array(fp, muscle, buffer); in read_muscle() local
/dports/editors/vim/vim-8.2.3745/src/
H A Dhelp.c256 char_u *matched_string, in help_heuristic()
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/psql/po/
H A Dko.po402 #, c-format
403 msgid ""
463 msgid ""
464 "WARNING: %s major version %s, server major version %s.\n"
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DUrlRewrite.cc772 …dSubstitutions(int *matches_info, const RegexMapping *reg_map, const char *matched_string, char *d… in _expandSubstitutions()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dregex.c1277 gchar *matched_string; in test_match_all_full() local
1326 gchar *matched_string; in test_match_all() local
1353 gchar *matched_string; in test_match_all() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/native-src/zxcvbn/
H A Dmatching.cpp515 std::string matched_string; in repeat_match() local
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-screen.c1753 char *matched_string; local
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_cmds.c4937 int help_heuristic(char_u *matched_string, int offset, int wrong_case) in help_heuristic()