Home
last modified time | relevance | path

Searched defs:is_name (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/x11/wcm/wcm-0.7.0/src/
H A Dmetadata.cpp258 int is_name = (std::string((char*)n->name) == "_name"); in create_option() local
277 int is_name = (std::string((char*)n->name) == "_name"); in create_option() local
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dendofname.c13 #define is_name(c) ((c) == '_' || isalpha((unsigned char)(c))) macro
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/utils/
H A Dchars.rs11 pub(crate) fn is_name(c: char) -> bool { in is_name() function
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Ddbusutils.cc48 is_name(const Glib::ustring& string) in is_name() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_types.erl168 is_name(A) when is_atom(A) -> true; function
169 is_name(_) -> false. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/edoc/src/
H A Dedoc_types.erl168 is_name(A) when is_atom(A) -> true; function
169 is_name(_) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/edoc/src/
H A Dedoc_types.erl168 is_name(A) when is_atom(A) -> true; function
169 is_name(_) -> false. function
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/security/nss/nss-3.76.1/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/www/firefox/firefox-99.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/security/ca_root_nss/nss-3.71/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/ppcertdata/
H A Dppcertdata.c38 int is_name; in main() local
/dports/biology/bioparser/bioparser-3.0.15/include/bioparser/
H A Dfasta_parser.hpp60 bool is_name = true; in Parse() local
H A Dfastq_parser.hpp68 bool is_name = true; in Parse() local
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/
H A DPpr.hs115 is_name name = ASSERT2( isExternalName name, ppr name ) function
/dports/devel/R-cran-usethis/usethis/R/
H A Ddata.R75 is_name <- vapply(.dots, is.symbol, logical(1)) functionVar
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_types.erl275 is_name(A) when is_atom(A) -> true; function
276 is_name(_) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_types.erl275 is_name(A) when is_atom(A) -> true; function
276 is_name(_) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_types.erl275 is_name(A) when is_atom(A) -> true; function
276 is_name(_) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_types.erl275 is_name(A) when is_atom(A) -> true; function
276 is_name(_) -> false. function
/dports/math/R-cran-lazyeval/lazyeval/R/
H A Dlanguage.R29 is_name <- function(x) { function
/dports/databases/py-pgxnclient/pgxnclient-1.3.2/pgxnclient/
H A Dspec.py51 def is_name(self): member in Spec

123456789