Home
last modified time | relevance | path

Searched defs:match_name (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpubkey_cert.erl367 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
370 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
373 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
385 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
392 match_name(dNSName, Name, [PermittedName | Rest]) -> function
400 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
403 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
428 match_name(Fun, Name, PermittedName, []) -> function
430 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpubkey_cert.erl367 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
370 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
373 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
385 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
392 match_name(dNSName, Name, [PermittedName | Rest]) -> function
400 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
403 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
428 match_name(Fun, Name, PermittedName, []) -> function
430 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/
H A Drenderer.py19 def filter_by_name(match_name): argument
23 def filter_by_attr(match_name): argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpubkey_cert.erl399 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
402 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
405 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
417 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
424 match_name(dNSName, Name, [PermittedName | Rest]) -> function
432 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
435 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
460 match_name(Fun, Name, PermittedName, []) -> function
462 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl383 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
386 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
389 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
401 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
408 match_name(dNSName, Name, [PermittedName | Rest]) -> function
416 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
419 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
444 match_name(Fun, Name, PermittedName, []) -> function
446 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl383 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
386 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
389 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
401 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
408 match_name(dNSName, Name, [PermittedName | Rest]) -> function
416 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
419 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
444 match_name(Fun, Name, PermittedName, []) -> function
446 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl383 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
386 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
389 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
401 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
408 match_name(dNSName, Name, [PermittedName | Rest]) -> function
416 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
419 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
444 match_name(Fun, Name, PermittedName, []) -> function
446 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl383 match_name(rfc822Name, Name, [PermittedName | Rest]) -> function
386 match_name(directoryName, DirName, [PermittedName | Rest]) -> function
389 match_name(uniformResourceIdentifier, URI, [PermittedName | Rest]) -> function
401 match_name(emailAddress, Name, [PermittedName | Rest]) -> function
408 match_name(dNSName, Name, [PermittedName | Rest]) -> function
416 match_name(x400Address, OrAddress, [PermittedAddr | Rest]) -> function
419 match_name(ipAdress, IP, [PermittedIP | Rest]) -> function
444 match_name(Fun, Name, PermittedName, []) -> function
446 match_name(Fun, Name, PermittedName, [Head | Tail]) -> function
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/
H A Dresults.lua43 local function match_name(query, name) function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/enum-as-inner-0.3.3/src/
H A Dlib.rs165 let match_name = Ident::new(&format!("match_{}", i), Span::call_site()); in unnamed_fields_return() localVariable
226 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
245 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/enum-as-inner-0.3.3/src/
H A Dlib.rs165 let match_name = Ident::new(&format!("match_{}", i), Span::call_site()); in unnamed_fields_return() localVariable
226 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
245 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
/dports/net/proby/proby-1.0.2/cargo-crates/enum-as-inner-0.3.3/src/
H A Dlib.rs165 let match_name = Ident::new(&format!("match_{}", i), Span::call_site()); in unnamed_fields_return() localVariable
226 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
245 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
/dports/net/oha/oha-0.4.7/cargo-crates/enum-as-inner-0.3.3/src/
H A Dlib.rs165 let match_name = Ident::new(&format!("match_{}", i), Span::call_site()); in unnamed_fields_return() localVariable
226 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
245 let match_name = field.ident.as_ref().expect("expected a named field"); in named_fields_return() localVariable
/dports/science/berkeleygw/BGW-2.0.0/testsuite/
H A Dfix_testsuite.py39 def get_next_match(match_name, match_idx): argument
141 match_name = match.group(1) variable
/dports/emulators/x16-rom/x16-rom-r38/dos/
H A Dmatch.s241 match_name: label
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/person/
H A D_hasnameof.py68 def match_name(self, name): member in HasNameOf
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/place/
H A D_hasdata.py76 def match_name(self, place): member in HasData
H A D_hasplace.py98 def match_name(self, field, name_list): member in HasPlace
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycss/selectors/
H A Dserialization.c111 …const char *match_name = mycss_selectors_resource_matcher_names_map[ mycss_selector_value_attribut… in mycss_selectors_serialization_selector() local
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/xdp/
H A Deth.c116 char *match_name = NULL; in knot_eth_name_from_addr() local
/dports/dns/knot3/knot-3.1.5/src/libknot/xdp/
H A Deth.c116 char *match_name = NULL; in knot_eth_name_from_addr() local
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dtype.c42 match_hints( const char *value, int level, const char *match_name, int match_level ) in match_hints()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dtype.c42 match_hints( const char *value, int level, const char *match_name, int match_level ) in match_hints()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dtype.c42 match_hints( const char *value, int level, const char *match_name, int match_level ) in match_hints()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/commandlineparser/
H A Doptionhandler.h173 inline bool OptionHandler::match_name(const std::string& arg) const in match_name() function

1234567891011