Home
last modified time | relevance | path

Searched refs:new_matcher (Results 1 – 25 of 64) sorted by relevance

123

/dports/textproc/p5-Games-Dissociate/Games-Dissociate-1/lib/Games/
H A DDissociate.pm76 my $new_matcher;
78 $new_matcher = "\\W+(" . join("\\W+", ("\\w+") x $degree) . ")";
80 $new_matcher = "(" . ('.' x $degree) . ")";
153 if( $in =~ m/$new_matcher/isg
154 || $in =~ m/$new_matcher/isg ) # Yes, try TWICE! Magic, wooo.
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dstring_completion.cc60 std::string new_matcher = start_match; in findCompletion() local
61 new_matcher += sub; in findCompletion()
62 new_matcher += "*"; in findCompletion()
64 m_matcher->setMatchString( new_matcher ); in findCompletion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dcomposite_matcher.cc74 std::unique_ptr<RulesetMatcher> new_matcher) { in AddOrUpdateRuleset() argument
79 [&new_matcher](const std::unique_ptr<RulesetMatcher>& matcher) { in AddOrUpdateRuleset()
80 return new_matcher->id() == matcher->id(); in AddOrUpdateRuleset()
84 matchers_.push_back(std::move(new_matcher)); in AddOrUpdateRuleset()
87 *it = std::move(new_matcher); in AddOrUpdateRuleset()
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/
H A Dmatcher.h48 Matcher new_matcher(*this); in Except()
49 new_matcher.rejectors.push_back(rejector); in Except()
50 return new_matcher; in Except()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/
H A Dmatcher.h48 Matcher new_matcher(*this); in Except()
49 new_matcher.rejectors.push_back(rejector); in Except()
50 return new_matcher; in Except()
/dports/textproc/re-flex/RE-flex-3.1.0/include/reflex/
H A Dflexlexer.h196 #define yy_create_buffer(i,_,s) static_cast<FlexLexer*>(s)->new_matcher(i)
198 #define yy_create_buffer(i,_) YY_SCANNER_DOT_ new_matcher(i)
203 #define yy_new_buffer(i,_,s) static_cast<FlexLexer*>(s)->new_matcher(i)
205 #define yy_new_buffer(i,_) YY_SCANNER_DOT_ new_matcher(i)
/dports/textproc/ugrep/ugrep-3.4.0/include/reflex/
H A Dflexlexer.h196 #define yy_create_buffer(i,_,s) static_cast<FlexLexer*>(s)->new_matcher(i)
198 #define yy_create_buffer(i,_) YY_SCANNER_DOT_ new_matcher(i)
203 #define yy_new_buffer(i,_,s) static_cast<FlexLexer*>(s)->new_matcher(i)
205 #define yy_new_buffer(i,_) YY_SCANNER_DOT_ new_matcher(i)
/dports/devel/py-sure/sure-1.4.11/sure/
H A Dold.py118 new_matcher = deepcopy(match)
119 new_matcher.__name__ = func.__name__
120 setattr(cls, func.__name__, new_matcher)
122 return new_matcher
/dports/lang/gcc12-devel/gcc-12-20211205/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc8/gcc-8.5.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc48/gcc-4.8.5/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc11/gcc-11.2.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc10/gcc-10.3.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc11-devel/gcc-11-20211009/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/avr-gcc/gcc-10.2.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gnat_util/gcc-6-20180516/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc9-devel/gcc-9-20211007/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc9/gcc-9.4.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/lang/gcc6-aux/gcc-6-20180516/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);
/dports/devel/riscv64-gcc/gcc-8.3.0/libobjc/objc/
H A Dobjc-exception.h90 objc_setExceptionMatcher (objc_exception_matcher new_matcher);

123