Home
last modified time | relevance | path

Searched defs:ImportKey (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DSyntheticSections.h104 template <typename T> struct ImportKey { struct
115 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() function
116 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() argument
117 ImportKey(T type, llvm::Optional<StringRef> importModule, in ImportKey() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DSyntheticSections.h104 template <typename T> struct ImportKey { struct
115 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument
116 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() function
117 ImportKey(T type, llvm::Optional<StringRef> importModule, in ImportKey() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DSyntheticSections.h104 template <typename T> struct ImportKey { struct
115 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument
116 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() argument
117 ImportKey(T type, llvm::Optional<StringRef> importModule, in ImportKey() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DSyntheticSections.h104 template <typename T> struct ImportKey { struct
115 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument
116 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() argument
117 ImportKey(T type, llvm::Optional<StringRef> importModule, in ImportKey() function
/dports/databases/libgda5-postgresql/libgda-5.2.10/
H A DMakefile.in105 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110 CONFIG_CLEAN_FILES = libgda.spec libgda-5.0.pc libgda-ui-5.0.pc \
111 libgda-report-5.0.pc libgda-xslt-5.0.pc stamp.h
112 CONFIG_CLEAN_VPATH_FILES =
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/apikey-manager-v1/
H A Dkeys.go74 type ImportKey struct { struct
75 Name string `json:"name,omitempty"`
76 Content string `json:"content,omitempty"`
77 CollectionId int `json:"collectionId,omitempty"`
/dports/devel/py-isort/isort-5.10.1/isort/
H A Dapi.py43 class ImportKey(Enum): class
508 unique: Union[bool, ImportKey] = False, argument
535 unique: Union[bool, ImportKey] = False, argument
577 unique: Union[bool, ImportKey] = False, argument
606 unique: Union[bool, ImportKey] = False, argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/
H A DDSAKeyValueTest.cs42 public void ImportKey () in ImportKey() method in MonoTests.System.Security.Cryptography.Xml.DSAKeyValueTest
H A DRSAKeyValueTest.cs42 public void ImportKey () in ImportKey() method in MonoTests.System.Security.Cryptography.Xml.RSAKeyValueTest
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasmtime/src/
H A Dlinker.rs49 struct ImportKey { struct
50 name: usize,
51 module: usize,
52 kind: ImportKind,
500 fn import_key(&mut self, module: &str, name: &str, ty: ExternType) -> ImportKey { in import_key()
/dports/deskutils/kmail-account-wizard/kmail-account-wizard-21.12.3/src/
H A Dcryptopage.h41 enum Action { NoKey = 1, GenerateKey, ImportKey }; enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DRsaProtectedConfigurationProvider.cs39 public void ImportKey(string xmlFileName, bool exportable) in ImportKey() method in System.Configuration.RsaProtectedConfigurationProvider
157 public void ImportKey(string xmlFileName, bool exportable) in ImportKey() method in System.Configuration.RsaProtectedConfigurationProvider
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKey.java172 static class ImportKey extends PersistentKey { class in Key
176 ImportKey(JShell state, String name,SubKind snippetKind) { in ImportKey() method in Key.ImportKey
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/pk11_gtest/
H A Dpk11_key_unittest.cc23 CK_MECHANISM_TYPE dh_mech) { in ImportKey()
H A Dpk11_ike_unittest.cc29 ScopedPK11SymKey ImportKey(SECItem &ikm_item) { in ImportKey() function in nss_test::Pkcs11IkeTest
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/
H A Dcertmgr.cs92 ImportKey enumerator
583 static void ImportKey (ObjectType type, bool machine, string file, string password, bool verbose) in ImportKey() method in Mono.Tools.CertificateManager
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DRsaProtectedConfigurationProvider.cs142 public void ImportKey (string xmlFileName, bool exportable) in ImportKey() method in System.Configuration.RsaProtectedConfigurationProvider
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-configuration-crypto/cli/
H A Dmain.cs178 bool ImportKey (Config cfg) in ImportKey() method in MonoConfigurationCrypto.MonoConfigurationCrypto

12345678910>>...12