Home
last modified time | relevance | path

Searched refs:matching_rule (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/py-oci/oci-2.53.1/src/oci/identity/models/
H A Dupdate_dynamic_group_details.py82 def matching_rule(self): member in UpdateDynamicGroupDetails
96 @matching_rule.setter
97 def matching_rule(self, matching_rule): argument
109 self._matching_rule = matching_rule
H A Dcreate_dynamic_group_details.py122 def matching_rule(self): member in CreateDynamicGroupDetails
136 @matching_rule.setter
137 def matching_rule(self, matching_rule): member in CreateDynamicGroupDetails
149 self._matching_rule = matching_rule
H A Ddynamic_group.py233 def matching_rule(self): member in DynamicGroup
247 @matching_rule.setter
248 def matching_rule(self, matching_rule): member in DynamicGroup
260 self._matching_rule = matching_rule
/dports/devel/thrust/thrust-1.9.5/internal/scripts/
H A Dwiki2tex.py111 matching_rule = None
117 matching_rule = rule
118 return (matching_rule, first_begin_loc)
122 matching_rule, first_begin_loc = match_rules(txt, rules)
123 if matching_rule is None:
125 begin_tag, end_tag, func = matching_rule
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/js_injection/common/
H A Dorigin_matcher_mojom_traits.cc33 const SubdomainMatchingRule* matching_rule = in subdomain_matching_rule() local
38 matching_rule_ptr->scheme = matching_rule->scheme(); in subdomain_matching_rule()
39 matching_rule_ptr->optional_host = matching_rule->optional_host(); in subdomain_matching_rule()
40 matching_rule_ptr->optional_port = matching_rule->optional_port(); in subdomain_matching_rule()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/
H A Dsampler.py258 matching_rule = None # type: Optional[BaseSampler]
263 matching_rule = rule
276 matching_rule = self.default_sampler
279 if isinstance(matching_rule, (RateSampler, SamplingRule)):
280 span.set_metric(SAMPLING_RULE_DECISION, matching_rule.sample_rate)
281 if not matching_rule.sample(span):
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/im_livechat/controllers/
H A Dmain.py67matching_rule = request.env['im_livechat.channel.rule'].sudo().match_rule(channel_id, url, country…
68 if matching_rule:
70 'action': matching_rule.action,
71 'auto_popup_timer': matching_rule.auto_popup_timer,
72 'regex_url': matching_rule.regex_url,
/dports/www/web2ldap/web2ldap-1.6.27/web2ldap/app/plugins/
H A Dedirectory.py179 matching_rule,
187 matching_rule = int(matching_rule)
206 {0:'value', 1:'presence', 2:'substring'}.get(matching_rule, str(matching_rule)),
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/operation/
H A Dsearch.py109 matching_rule = False
114 matching_rule = extended_filter_list[1]
117 matching_rule = extended_filter_list[2]
128 matching_rule = extended_filter_list[1]
132 matching_rule = extended_filter_list[2]
136 if not attribute_name and not matching_rule:
139 matching_rule = matching_rule.strip() if matching_rule else False
140 …t, auto_escape, auto_encode, validator, check_names), 'matchingRule': matching_rule, 'dnAttributes…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browser_switcher/
H A Dbrowser_switcher_sitelist.h42 Decision(Action, Reason, base::StringPiece matching_rule);
54 base::StringPiece matching_rule; member
H A Dbrowser_switcher_sitelist.cc176 : action(action_), reason(reason_), matching_rule(matching_rule_) {} in Decision()
184 matching_rule == that.matching_rule); in operator ==()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dembed.py21 def matching_rule(font, rules): function
162 rule = matching_rule(font, all_font_rules)
216 rule = matching_rule(font, fr)
/dports/devel/bazel-buildtools/buildtools-3.2.1/buildozer/
H A Dbuildozer_test.sh1692 matching_rule(name = "r1", deps = [":bar"])
1698 matching_rule(name = "r3", deps = [":bar"])
1701 matching_rule(name = "r4", deps = [":bar"])
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCourseCreationHandler.php203 foreach ($matching_rules as $matching_rule) {
204 $this->log->debug('Handling matching rule: ' . $matching_rule);
205 …ppingRule::doMappings($course, $this->getServer()->getServerId(), $this->getMid(), $matching_rule);
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCourseCreationHandler.php203 foreach ($matching_rules as $matching_rule) {
204 $this->log->debug('Handling matching rule: ' . $matching_rule);
205 …ppingRule::doMappings($course, $this->getServer()->getServerId(), $this->getMid(), $matching_rule);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/browser_switch/
H A Dbrowser_switch_ui.cc428 if (!decision.matching_rule.empty()) { in HandleGetDecision()
430 std::make_unique<base::Value>(decision.matching_rule)); in HandleGetDecision()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/browser_switch/
H A Dbrowser_switch_ui.cc426 if (!decision.matching_rule.empty()) { in HandleGetDecision()
428 std::make_unique<base::Value>(decision.matching_rule)); in HandleGetDecision()
/dports/textproc/py-pykwalify/pykwalify-1.8.0/pykwalify/
H A Drule.py189 def matching_rule(self): member in Rule
192 @matching_rule.setter
193 def matching_rule(self, value): member in Rule
693 self.matching_rule = v
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidmk.c71 if (cgi->matching_rule && cgi->matching_rule[0]) in zxid_mk_authn_req()
72 …son = zx_ref_attr(cf->ctx, &ar->RequestedAuthnContext->gg, zx_Comparison_ATTR, cgi->matching_rule); in zxid_mk_authn_req()
H A Dzxidcgi.c179 case 'm': cgi->matching_rule = v; break; /* fm */ in zxid_parse_cgi()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-sql/
H A Dsearch.c1184 MatchingRule *matching_rule = NULL; in backsql_process_filter_attr() local
1220 matching_rule = at->bam_ad->ad_type->sat_equality; in backsql_process_filter_attr()
1228 matching_rule = f->f_mr_rule; in backsql_process_filter_attr()
1233 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
1244 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-sql/
H A Dsearch.c1184 MatchingRule *matching_rule = NULL; in backsql_process_filter_attr() local
1220 matching_rule = at->bam_ad->ad_type->sat_equality; in backsql_process_filter_attr()
1228 matching_rule = f->f_mr_rule; in backsql_process_filter_attr()
1233 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
1244 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-sql/
H A Dsearch.c1183 MatchingRule *matching_rule = NULL; in backsql_process_filter_attr() local
1219 matching_rule = at->bam_ad->ad_type->sat_equality; in backsql_process_filter_attr()
1227 matching_rule = f->f_mr_rule; in backsql_process_filter_attr()
1232 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
1243 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-sql/
H A Dsearch.c1183 MatchingRule *matching_rule = NULL; in backsql_process_filter_attr() local
1219 matching_rule = at->bam_ad->ad_type->sat_equality; in backsql_process_filter_attr()
1227 matching_rule = f->f_mr_rule; in backsql_process_filter_attr()
1232 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
1243 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-sql/
H A Dsearch.c1183 MatchingRule *matching_rule = NULL; in backsql_process_filter_attr() local
1219 matching_rule = at->bam_ad->ad_type->sat_equality; in backsql_process_filter_attr()
1227 matching_rule = f->f_mr_rule; in backsql_process_filter_attr()
1232 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()
1243 if ( SLAP_MR_ASSOCIATED( matching_rule, in backsql_process_filter_attr()

12