Home
last modified time | relevance | path

Searched defs:containerName (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/blob/blobs/
H A Dapi.go12 …AppendBlock(ctx context.Context, accountName, containerName, blobName string, input AppendBlockInp… argument
13 …Copy(ctx context.Context, accountName, containerName, blobName string, input CopyInput) (result Co… argument
14 …AbortCopy(ctx context.Context, accountName, containerName, blobName string, input AbortCopyInput) … argument
15 …CopyAndWait(ctx context.Context, accountName, containerName, blobName string, input CopyInput, pol… argument
16 …Delete(ctx context.Context, accountName, containerName, blobName string, input DeleteInput) (resul… argument
19 …Get(ctx context.Context, accountName, containerName, blobName string, input GetInput) (result GetR… argument
26 …ReleaseLease(ctx context.Context, accountName, containerName, blobName, leaseID string) (result au… argument
27 …RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID string) (result auto… argument
40 GetResourceID(accountName, containerName, blobName string) string argument
41 …SetTier(ctx context.Context, accountName, containerName, blobName string, tier AccessTier) (result… argument
[all …]
H A Dundelete.go15 func (client Client) Undelete(ctx context.Context, accountName, containerName, blobName string) (re… argument
52 func (client Client) UndeletePreparer(ctx context.Context, accountName, containerName, blobName str… argument
H A Dlease_renew.go14 func (client Client) RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID … argument
54 func (client Client) RenewLeasePreparer(ctx context.Context, accountName, containerName, blobName, … argument
H A Dset_tier.go15 func (client Client) SetTier(ctx context.Context, accountName, containerName, blobName string, tier… argument
52 func (client Client) SetTierPreparer(ctx context.Context, accountName, containerName, blobName stri… argument
H A Dlease_release.go15 func (client Client) ReleaseLease(ctx context.Context, accountName, containerName, blobName, leaseI… argument
55 func (client Client) ReleaseLeasePreparer(ctx context.Context, accountName, containerName, blobName… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/blob/blobs/
H A Dapi.go12 …AppendBlock(ctx context.Context, accountName, containerName, blobName string, input AppendBlockInp… argument
13 …Copy(ctx context.Context, accountName, containerName, blobName string, input CopyInput) (result Co… argument
14 …AbortCopy(ctx context.Context, accountName, containerName, blobName string, input AbortCopyInput) … argument
15 …CopyAndWait(ctx context.Context, accountName, containerName, blobName string, input CopyInput, pol… argument
16 …Delete(ctx context.Context, accountName, containerName, blobName string, input DeleteInput) (resul… argument
19 …Get(ctx context.Context, accountName, containerName, blobName string, input GetInput) (result GetR… argument
26 …ReleaseLease(ctx context.Context, accountName, containerName, blobName, leaseID string) (result au… argument
27 …RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID string) (result auto… argument
40 GetResourceID(accountName, containerName, blobName string) string argument
41 …SetTier(ctx context.Context, accountName, containerName, blobName string, tier AccessTier) (result… argument
[all …]
H A Dundelete.go15 func (client Client) Undelete(ctx context.Context, accountName, containerName, blobName string) (re… argument
52 func (client Client) UndeletePreparer(ctx context.Context, accountName, containerName, blobName str… argument
H A Dlease_renew.go14 func (client Client) RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID … argument
54 func (client Client) RenewLeasePreparer(ctx context.Context, accountName, containerName, blobName, … argument
H A Dset_tier.go15 func (client Client) SetTier(ctx context.Context, accountName, containerName, blobName string, tier… argument
52 func (client Client) SetTierPreparer(ctx context.Context, accountName, containerName, blobName stri… argument
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/dataquay/objectmapper/
H A DContainerBuilder.h95 void registerContainer(QString typeName, QString containerName, in registerContainer()
107 bool canExtractContainer(QString containerName) { in canExtractContainer()
117 bool canInjectContainer(QString containerName) { in canInjectContainer()
127 QString getTypeNameForContainer(QString containerName) { in getTypeNameForContainer()
138 ContainerKind getContainerKind(QString containerName) { in getContainerKind()
148 QVariantList extractContainer(QString containerName, const QVariant &v) { in extractContainer()
159 QVariant injectContainer(QString containerName, const QVariantList &vl) { in injectContainer()
178 registerContainerExtractor(QString typeName, QString containerName, in registerContainerExtractor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/imports/
H A DImportName.java37 static ImportName createOnDemand(boolean isStatic, String containerName) { in createOnDemand()
42 String containerName = Signature.getQualifier(qualifiedName); in createFor() local
48 public final String containerName; field in ImportName
52 private ImportName(boolean isStatic, String containerName, String simpleName) { in ImportName()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-configuration-crypto/lib/Mono.Configuration.Crypto/
H A DConfigSection.cs17 …ProtectedConfigurationProvider GetProvider (string providerName, string containerName, bool useMac… in GetProvider()
74 …string LoadSection (string configFile, string configSection, string containerName, bool useMachine… in LoadSection()
135 …public void Encrypt (string configFile, string configSection, string containerName, bool useMachin… in Encrypt()
166 …public void Decrypt (string configFile, string configSection, string containerName, bool useMachin… in Decrypt()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Configuration.Crypto.cs27 …public void Decrypt(string configFile, string configSection, string containerName, bool useMachine… in Decrypt()
28 …public void Encrypt(string configFile, string configSection, string containerName, bool useMachine… in Encrypt()
33 public Key(string containerName, string keyValue, bool machineStore) { } in Key()
34 public Key(string containerName, uint keySize, bool machineStore) { } in Key()
51 public static void RemoveFromDisk(string containerName, bool machineStore) { } in RemoveFromDisk()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/facilities/
H A Dcomponents.cpp84 void GraphicComponent::clearRegisteredComponents(std::string containerName) { in clearRegisteredComponents()
160 void GraphicComponent::applyAllCustomProperties(std::string containerName) { in applyAllCustomProperties()
170 void GraphicComponent::applyCustomProperties(std::string containerName) { in applyCustomProperties()
202 bool GraphicComponent::saveAllCustomProperties(std::string containerName) { in saveAllCustomProperties()
223 bool GraphicComponent::saveCustomProperties(std::string containerName) { in saveCustomProperties()
314 void GraphicComponent::reloadFontsForRegisterGraphicComponents(std::string containerName) { in reloadFontsForRegisterGraphicComponents()
472 GraphicListBox::GraphicListBox(std::string containerName, std::string objName) in GraphicListBox()
710 GraphicMessageBox::GraphicMessageBox(std::string containerName, std::string objName) : in GraphicMessageBox()
839 GraphicLine::GraphicLine(std::string containerName, std::string objName) in GraphicLine()
856 GraphicCheckBox::GraphicCheckBox(std::string containerName, std::string objName) in GraphicCheckBox()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/blob/containers/
H A Dapi.go13 …GetPropertiesWithLeaseID(ctx context.Context, accountName, containerName, leaseID string) (result … argument
17 …ReleaseLease(ctx context.Context, accountName, containerName, leaseID string) (result autorest.Res… argument
18 …RenewLease(ctx context.Context, accountName, containerName, leaseID string) (result autorest.Respo… argument
22 …SetAccessControlWithLeaseID(ctx context.Context, accountName, containerName, leaseID string, level… argument
24 …SetMetaDataWithLeaseID(ctx context.Context, accountName, containerName, leaseID string, metaData m… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/blob/containers/
H A Dapi.go13 …GetPropertiesWithLeaseID(ctx context.Context, accountName, containerName, leaseID string) (result … argument
17 …ReleaseLease(ctx context.Context, accountName, containerName, leaseID string) (result autorest.Res… argument
18 …RenewLease(ctx context.Context, accountName, containerName, leaseID string) (result autorest.Respo… argument
22 …SetAccessControlWithLeaseID(ctx context.Context, accountName, containerName, leaseID string, level… argument
24 …SetMetaDataWithLeaseID(ctx context.Context, accountName, containerName, leaseID string, metaData m… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2017-07-29/blob/blobs/
H A Dundelete.go15 func (client Client) Undelete(ctx context.Context, accountName, containerName, blobName string) (re… argument
52 func (client Client) UndeletePreparer(ctx context.Context, accountName, containerName, blobName str… argument
H A Dlease_release.go15 func (client Client) ReleaseLease(ctx context.Context, accountName, containerName, blobName, leaseI… argument
55 func (client Client) ReleaseLeasePreparer(ctx context.Context, accountName, containerName, blobName… argument
H A Dlease_renew.go14 func (client Client) RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID … argument
54 func (client Client) RenewLeasePreparer(ctx context.Context, accountName, containerName, blobName, … argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-03-28/blob/blobs/
H A Dundelete.go15 func (client Client) Undelete(ctx context.Context, accountName, containerName, blobName string) (re… argument
52 func (client Client) UndeletePreparer(ctx context.Context, accountName, containerName, blobName str… argument
H A Dlease_release.go15 func (client Client) ReleaseLease(ctx context.Context, accountName, containerName, blobName, leaseI… argument
55 func (client Client) ReleaseLeasePreparer(ctx context.Context, accountName, containerName, blobName… argument
H A Dset_tier.go15 func (client Client) SetTier(ctx context.Context, accountName, containerName, blobName string, tier… argument
52 func (client Client) SetTierPreparer(ctx context.Context, accountName, containerName, blobName stri… argument
H A Dlease_renew.go14 func (client Client) RenewLease(ctx context.Context, accountName, containerName, blobName, leaseID … argument
54 func (client Client) RenewLeasePreparer(ctx context.Context, accountName, containerName, blobName, … argument
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dlegacy.go43 func legacyLogSymlink(containerID string, containerName, podName, podNamespace string) string { argument
67 func logSymlink(containerLogsDir, podFullName, containerName, containerID string) string { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/security/apparmor/
H A Dhelpers.go47 func SetProfileName(pod *v1.Pod, containerName, profileName string) error { argument
56 func SetProfileNameFromPodAnnotations(annotations map[string]string, containerName, profileName str… argument

12345678910>>...66