Home
last modified time | relevance | path

Searched refs:be_match (Results 1 – 21 of 21) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/url_blockers/
H A Dip_allowlist_entry_spec.rb30 expect(ip_allowlist_entry).to be_match(ipv4.to_s, port)
36 expect(ip_allowlist_entry).to be_match(ipv4.to_s, 8080)
37 expect(ip_allowlist_entry).to be_match(ipv4.to_s, 9090)
43 expect(ip_allowlist_entry).not_to be_match(ipv4.to_s, nil)
49 expect(ip_allowlist_entry).to be_match(ipv4.to_s)
56 expect(ip_allowlist_entry).to be_match(ipv6.to_s, 8080)
63 expect(ip_allowlist_entry).to be_match(ipv4_range.to_range.last.to_s, 8080)
64 expect(ip_allowlist_entry).not_to be_match('127.0.1.1', 8080)
71 expect(ip_allowlist_entry).to be_match(ipv6_range.to_range.last.to_s, 8080)
72 expect(ip_allowlist_entry).not_to be_match('fd84:6d02:f6d8:f::f', 8080)
H A Ddomain_allowlist_entry_spec.rb30 expect(domain_allowlist_entry).to be_match(domain, port)
36 expect(domain_allowlist_entry).to be_match(domain, 8080)
37 expect(domain_allowlist_entry).to be_match(domain, 9090)
43 expect(domain_allowlist_entry).not_to be_match(domain, nil)
49 expect(domain_allowlist_entry).to be_match(domain)
55 expect(domain_allowlist_entry).not_to be_match('www.gitlab.com', 8080)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Dzoom_link_extractor_spec.rb26 expect(described_class.new('issue text https://zoom.us/j/123')).to be_match
30 expect(described_class.new('issue text')).not_to be_match
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/slapi/
H A Dslapi_overlay.c197 if ( !be_match( op->o_bd, frontendDB ) ) { in slapi_over_call_plugins()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dbackend.c1943 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dbackend.c1943 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dbackend.c2020 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dbackend.c2020 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dbackend.c2020 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dbackend.c2020 if ( op->o_bd != NULL && !be_match( op->o_bd, frontendDB ) && in fe_aux_operational()
H A Dproto-slap.h339 #define be_match( be1, be2 ) ( (be1) == (be2) || \ macro