Home
last modified time | relevance | path

Searched defs:as_name (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_expand/src/
H A Dname.rs98 fn as_name(&self) -> Name; in as_name() method
102 fn as_name(&self) -> Name { in as_name() method
111 fn as_name(&self) -> Name { in as_name() method
117 fn as_name(&self) -> Name { in as_name() method
126 fn as_name(&self) -> Name { in as_name() method
132 fn as_name(&self) -> Name { in as_name() method
144 fn as_name(&self) -> Name { in as_name() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_expand/src/
H A Dname.rs98 fn as_name(&self) -> Name; in as_name() method
102 fn as_name(&self) -> Name { in as_name() method
111 fn as_name(&self) -> Name { in as_name() method
117 fn as_name(&self) -> Name { in as_name() method
126 fn as_name(&self) -> Name { in as_name() method
132 fn as_name(&self) -> Name { in as_name() method
144 fn as_name(&self) -> Name { in as_name() method
/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/header/
H A Dmap.rs256 fn as_name(&self) -> Either<&HeaderName, &str>; in as_name() method
260 fn as_name(&self) -> Either<&HeaderName, &str> { in as_name() method
266 fn as_name(&self) -> Either<&HeaderName, &str> { in as_name() method
272 fn as_name(&self) -> Either<&HeaderName, &str> { in as_name() method
278 fn as_name(&self) -> Either<&HeaderName, &str> { in as_name() method
284 fn as_name(&self) -> Either<&HeaderName, &str> { in as_name() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/activation/bash/
H A D__init__.py12 def as_name(self, template): member in BashActivator
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/activation/bash/
H A D__init__.py12 def as_name(self, template): member in BashActivator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/activation/bash/
H A D__init__.py12 def as_name(self, template): member in BashActivator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/activation/bash/
H A D__init__.py12 def as_name(self, template): member in BashActivator
/dports/math/R-cran-lazyeval/lazyeval/src/
H A Dname.c7 SEXP as_name(SEXP x) { in as_name() function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/libfuturize/
H A Dfixer_util.py136 def NameImport(package, as_name=None, prefix=None): argument
212 def ImportAsName(name, as_name, prefix=None): argument
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/libfuturize/
H A Dfixer_util.py136 def NameImport(package, as_name=None, prefix=None): argument
212 def ImportAsName(name, as_name, prefix=None): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/libfuturize/
H A Dfixer_util.py136 def NameImport(package, as_name=None, prefix=None): argument
212 def ImportAsName(name, as_name, prefix=None): argument
/dports/devel/py-future/future-0.18.2/src/libfuturize/
H A Dfixer_util.py136 def NameImport(package, as_name=None, prefix=None): argument
212 def ImportAsName(name, as_name, prefix=None): argument
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/header/
H A Dmod.rs35 mod as_name; module
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins-root/
H A Dpst3.c79 char as_name[ARGS]; in main() local
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins-root/
H A Dpst3.c79 char as_name[ARGS]; in main() local
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/activation/
H A Dvia_template.py52 def as_name(self, template): member in ViaTemplateActivator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/activation/
H A Dvia_template.py52 def as_name(self, template): member in ViaTemplateActivator
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/activation/
H A Dvia_template.py52 def as_name(self, template): member in ViaTemplateActivator
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/activation/
H A Dvia_template.py51 def as_name(self, template): member in ViaTemplateActivator
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9script.c381 char_u *as_name = NULL; in handle_import() local
529 char_u *as_name = ((char_u **)as_names.ga_data)[0]; in handle_import() local
564 char_u *as_name = ((char_u **)as_names.ga_data)[i]; in handle_import() local
/dports/math/R-cran-lazyeval/lazyeval/R/
H A Dlanguage.R67 as_name <- function(x) UseMethod("as_name") function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h33 bool ShowBranchCounts; in as_name()
/dports/devel/py-moto/moto-2.2.16/moto/autoscaling/
H A Dmodels.py48 self, name, as_name, transition, timeout, result, argument
70 as_name, argument
935 def create_lifecycle_hook(self, name, as_name, transition, timeout, result): argument
941 def describe_lifecycle_hooks(self, as_name, lifecycle_hook_names=None): argument
951 def delete_lifecycle_hook(self, as_name, name): argument
959 as_name, argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dbuiltin_type.rs74 fn as_name(&self) -> Name { in as_name() method
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rlimit-0.5.2/src/unix/
H A Dresource_type.rs510 pub fn as_name(self) -> &'static str { in as_name() method

1234567