Home
last modified time | relevance | path

Searched defs:is_valid_name (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/elixir-timex/timex-3.3.0/lib/timezone/
H A Dtimezone_info.ex95 defp is_valid_name(name) when is_binary(name), do: true function
96 defp is_valid_name(name), do: {:error, "invalid timezone name '#{inspect name}'!"} function
/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Disvalidname.c3 static int is_valid_name(const char *name) in is_valid_name() function
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Disvalidname.c3 static bool is_valid_name(const char *name) in is_valid_name() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DParseColorTest.cpp157 static bool is_valid_name(const SkString& name) { in is_valid_name() function
/dports/sysutils/exa/exa-0.10.1/cargo-crates/git2-0.13.17/src/
H A Drefspec.rs64 /// Get the force update setting. in is_valid_name()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/efs/
H A Dapi_op_DeleteMountTarget.go87 if err = addRetryMiddlewares(stack, options); err != nil {
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/pynslcd/
H A Dcommon.py31 def is_valid_name(name): function
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/pynslcd/
H A Dcommon.py31 def is_valid_name(name): function
/dports/science/gramps/gramps-5.1.4/gramps/gen/utils/
H A Dlds.py69 def is_valid_name(self, name): member in LdsTemples
/dports/devel/p5-DateTime-TimeZone/DateTime-TimeZone-2.51/lib/DateTime/
H A DTimeZone.pm450 sub is_valid_name { subroutine
/dports/x11/polybar/polybar-3.5.7/src/components/
H A Dconfig_parser.cpp280 bool config_parser::is_valid_name(const string& name) { in is_valid_name() function in config_parser
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/flow_filters/
H A Dascent_runtime_conduit_to_vtkm_parsing.cpp176 bool is_valid_name(const std::string &name) in is_valid_name() function
/dports/devel/py-ovs/ovs-2.9.0/ovs/
H A Dstream.py95 def is_valid_name(name): member in Stream
533 def is_valid_name(name): member in PassiveStream
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbusutils.c67 is_valid_name (const gchar *start, in is_valid_name() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpubkey_cert.erl894 is_valid_name([], _, Default) -> function
896 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpubkey_cert.erl894 is_valid_name([], _, Default) -> function
896 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpubkey_cert.erl944 is_valid_name([], _, Default) -> function
946 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl931 is_valid_name([], _, Default) -> function
933 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl931 is_valid_name([], _, Default) -> function
933 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl931 is_valid_name([], _, Default) -> function
933 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl931 is_valid_name([], _, Default) -> function
933 is_valid_name([{Type, Name} | Rest], Constraints, Default) -> function
/dports/security/py-zkg/package-manager-2.12.0/zeekpkg/
H A Dpackage.py38 def is_valid_name(name): function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/shell/
H A Dvariables.rs149 pub fn is_valid_name(name: &str) -> bool { in is_valid_name() method
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dmangle_hash.c547 static NTSTATUS is_valid_name(const smb_ucs2_t *fname, bool allow_wildcards, bool only_8_3) in is_valid_name() function
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/account/
H A Dum-utils.c179 is_valid_name (const gchar *name) in is_valid_name() function

1234