Home
last modified time | relevance | path

Searched refs:match_ (Results 1 – 25 of 1425) sorted by relevance

12345678910>>...57

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/
H A Domnibox_result.cc180 match_(match), in OmniboxResult()
185 *match_.search_terms_args, &match_); in OmniboxResult()
218 list_controller_->OpenURL(profile_, match_.destination_url, match_.transition, in Open()
239 switch (match_.type) { in GetSearchResultType()
299 (match_.type == AutocompleteMatchType::CALCULATOR || match_.answer)) { in UpdateIcon()
333 ACMatchClassificationsToTags(match_.contents, match_.contents_class, in UpdateTitleAndDetails()
340 ACMatchClassificationsToTags(match_.description, match_.description_class, in UpdateTitleAndDetails()
352 ACMatchClassificationsToTags(match_.contents, match_.contents_class, in UpdateTitleAndDetails()
355 ACMatchClassificationsToTags(match_.description, match_.description_class, in UpdateTitleAndDetails()
365 ACMatchClassificationsToTags(match_.description, match_.description_class, in UpdateTitleAndDetails()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/native-src/zxcvbn/
H A Dfeedback.cpp58 switch (match_.get_pattern()) { in get_match_feedback()
60 return get_dictionary_match_feedback(match_, is_sole_match); in get_match_feedback()
64 auto & match = match_.get_spatial(); in get_match_feedback()
75 auto warning = (match_.get_repeat().base_token.length() == 1) in get_match_feedback()
91 auto & match = match_.get_regex(); in get_match_feedback()
113 Feedback get_dictionary_match_feedback(const Match & match_, bool is_sole_match) { in get_dictionary_match_feedback() argument
114 assert(match_.get_pattern() == MatchPattern::DICTIONARY); in get_dictionary_match_feedback()
115 auto & match = match_.get_dictionary(); in get_dictionary_match_feedback()
129 else if (match_.guesses_log10 <= 4) { in get_dictionary_match_feedback()
153 auto & word = match_.token; in get_dictionary_match_feedback()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/
H A Dexpander.rs17 let mut match_: Option<(matcher::Match, &crate::Rule)> = None; in expand_rules() localVariable
19 let new_match = matcher::match_(&rule.lhs, input); in expand_rules()
32 if let Some((prev_match, _)) = &match_ { in expand_rules()
36 match_ = Some((new_match, rule)); in expand_rules()
39 match_ = Some((new_match, rule)); in expand_rules()
42 if let Some((match_, rule)) = match_ { in expand_rules()
45 transcriber::transcribe(&rule.rhs, &match_.bindings); in expand_rules()
46 ExpandResult { value, err: match_.err.or(transcribe_err) } in expand_rules()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/
H A Dexpander.rs17 let mut match_: Option<(matcher::Match, &crate::Rule)> = None; in expand_rules() localVariable
19 let new_match = matcher::match_(&rule.lhs, input); in expand_rules()
32 if let Some((prev_match, _)) = &match_ { in expand_rules()
36 match_ = Some((new_match, rule)); in expand_rules()
39 match_ = Some((new_match, rule)); in expand_rules()
42 if let Some((match_, rule)) = match_ { in expand_rules()
45 transcriber::transcribe(&rule.rhs, &match_.bindings); in expand_rules()
46 ExpandResult { value, err: match_.err.or(transcribe_err) } in expand_rules()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dnfa.cc140 match_ = NULL; in NFA()
147 delete[] match_; in ~NFA()
350 (t->capture[0] == match_[0] && t->capture[1] > match_[1])) in Step()
446 match_ = new const char*[ncapture_]; in Search()
448 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
464 memset(&match_[0], 0, ncapture_*sizeof match_[0]); in Search()
532 match_[ip->cap()] = p; in Search()
541 match_[1] = p; in Search()
584 match_[0] = p; in Search()
586 match_[0] = NULL; in Search()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/devel/re2/re2-2021-11-01/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dnfa.cc140 match_ = NULL; in NFA()
147 delete[] match_; in ~NFA()
350 (t->capture[0] == match_[0] && t->capture[1] > match_[1])) in Step()
446 match_ = new const char*[ncapture_]; in Search()
448 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
464 memset(&match_[0], 0, ncapture_*sizeof match_[0]); in Search()
532 match_[ip->cap()] = p; in Search()
541 match_[1] = p; in Search()
584 match_[0] = p; in Search()
586 match_[0] = NULL; in Search()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dnfa.cc140 match_ = NULL; in NFA()
147 delete[] match_; in ~NFA()
350 (t->capture[0] == match_[0] && t->capture[1] > match_[1])) in Step()
446 match_ = new const char*[ncapture_]; in Search()
448 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
464 memset(&match_[0], 0, ncapture_*sizeof match_[0]); in Search()
532 match_[ip->cap()] = p; in Search()
541 match_[1] = p; in Search()
584 match_[0] = p; in Search()
586 match_[0] = NULL; in Search()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Dnfa.cc149 match_ = NULL; in NFA()
154 delete[] match_; in ~NFA()
387 match_[1] = p; in Step()
400 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
402 match_[1] = p-1; in Step()
409 match_[1] = p-1; in Step()
491 memset(match_, 0, ncapture_*sizeof match_[0]); in Search()
557 match_[1] = p; in Search()
621 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
624 match_[0] - btext_, in Search()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dnfa.cc145 match_ = NULL; in NFA()
150 delete[] match_; in ~NFA()
390 match_[1] = p; in Step()
403 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
405 match_[1] = p-1; in Step()
412 match_[1] = p-1; in Step()
508 memset(&match_[0], 0, ncapture_*sizeof match_[0]); in Search()
558 match_[1] = p; in Search()
622 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
625 match_[0] - btext_, in Search()
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dnfa.cc145 match_ = NULL; in NFA()
150 delete[] match_; in ~NFA()
390 match_[1] = p; in Step()
403 (t->capture[0] == match_[0] && p-1 > match_[1])) { in Step()
405 match_[1] = p-1; in Step()
412 match_[1] = p-1; in Step()
508 memset(&match_[0], 0, ncapture_*sizeof match_[0]); in Search()
558 match_[1] = p; in Search()
622 static_cast<size_t>(match_[2 * i + 1] - match_[2 * i])); in Search()
625 match_[0] - btext_, in Search()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_selector.h332 return match_ >= kFirstAttributeSelectorMatch; in IsAttributeSelector()
352 match_ = match; in SetMatch()
407 unsigned match_ : 4; // enum MatchType variable
518 DCHECK_NE(match_, static_cast<unsigned>(kTag));
534 match_(kUnknown), in CSSSelector()
549 match_(kTag), in CSSSelector()
563 match_(o.match_), in CSSSelector()
575 if (o.match_ == kTag) { in CSSSelector()
585 if (match_ == kTag) in ~CSSSelector()
594 DCHECK_EQ(match_, static_cast<unsigned>(kTag)); in TagQName()
[all …]
/dports/devel/regexxer/regexxer-0.10/src/
H A Dfilebufferundo.cc99 match_ (match), in FileBufferActionRemoveMatch()
102 if (match_) in FileBufferActionRemoveMatch()
108 if (match_) in ~FileBufferActionRemoveMatch()
114 match_.reset(); in weak_notify()
119 if (match_) in do_undo()
123 buffer().undo_remove_match(match_, offset_); in do_undo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_selector.h370 match_ = match; in SetMatch()
425 unsigned match_ : 4; // enum MatchType variable
536 DCHECK_NE(match_, static_cast<unsigned>(kTag));
552 match_(kUnknown), in CSSSelector()
566 match_(kTag), in CSSSelector()
579 match_(o.match_), in CSSSelector()
590 if (o.match_ == kTag) { in CSSSelector()
600 if (match_ == kTag) in ~CSSSelector()
609 DCHECK_EQ(match_, static_cast<unsigned>(kTag)); in TagQName()
614 DCHECK_NE(match_, static_cast<unsigned>(kTag)); in Value()
[all …]
/dports/sysutils/webmin/webmin-1.981/sendmail/lang/
H A Dja.auto266 match_=-----------------
267 match_!from=From:一致しません
268 match_!subject=件名:一致しません
269 match_!to=宛先:一致しません
270 match_!cc=Cc:一致しません
271 match_!date=日付:一致しません
272 match_!status=ステータスが一致しません
273 match_!body=体が一致しません
274 match_!size=サイズがより小さい
275 match_!headers=ヘッダーが一致しません
H A Dko.auto266 match_=-----------------
267 match_!from=보낸 사람 : 일치하지 않습니다
268 match_!subject=제목 : 일치하지 않습니다
269 match_!to=받는 사람 : 일치하지 않습니다
270 match_!cc=참조 : 일치하지 않습니다
271 match_!date=날짜 : 일치하지 않습니다
272 match_!status=상태가 일치하지 않습니다
273 match_!body=본문이 일치하지 않습니다
274 match_!size=크기가
275 match_!headers=헤더가 일치하지 않습니다
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc254 match_ = match.GetMatchWithContentsAndDescriptionPossiblySwapped(); in SetMatch()
262 suggestion_view_->OnMatchUpdate(this, match_); in SetMatch()
263 keyword_view_->OnMatchUpdate(this, match_); in SetMatch()
267 suggestion_view_->content()->SetText(match_.contents, match_.contents_class); in SetMatch()
268 if (match_.answer) { in SetMatch()
274 match_.type == AutocompleteMatchType::SEARCH_SUGGEST_ENTITY || in SetMatch()
275 match_.type == AutocompleteMatchType::PEDAL; in SetMatch()
277 match_.description, match_.description_class, deemphasize); in SetMatch()
336 if (match_.answer) { in ApplyThemeAndRefreshIcons()
342 match_.type == AutocompleteMatchType::PEDAL) { in ApplyThemeAndRefreshIcons()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/core/matcher/
H A Doptional_matcher.hpp40 return this->match_(state, next, Greedy()); in match()
45 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
52 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function
98 return this->match_(state, next, Greedy()); in match()
103 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
110 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/core/matcher/
H A Doptional_matcher.hpp40 return this->match_(state, next, Greedy()); in match()
45 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
52 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function
98 return this->match_(state, next, Greedy()); in match()
103 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
110 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/core/matcher/
H A Doptional_matcher.hpp40 return this->match_(state, next, Greedy()); in match()
45 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
52 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function
98 return this->match_(state, next, Greedy()); in match()
103 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_() function
110 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_() function

12345678910>>...57