text large_stringlengths 22 8k | source large_stringclasses 36
values | lang large_stringclasses 137
values |
|---|---|---|
// SetEstimatedMonthlySavings sets the EstimatedMonthlySavings field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEstimatedPercentMonthlySavings sets the EstimatedPercentMonthlySavings field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIsSuppressed sets the IsSuppressed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetResourcesIgnored sets the ResourcesIgnored field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetResourcesProcessed sets the ResourcesProcessed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetResourcesSuppressed sets the ResourcesSuppressed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// GoFmt returns the Go formated string of the input.
//
// Panics if the format fails. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Capitalize capitalizes the first character of the string. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SortXML sorts the reader's XML elements | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// PrettyPrint generates a human readable representation of the value v.
// All values of v are recursively found and pretty printed also. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRecoveryWindowInDays sets the RecoveryWindowInDays field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetVersionIdsToStages sets the VersionIdsToStages field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExcludeCharacters sets the ExcludeCharacters field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExcludeLowercase sets the ExcludeLowercase field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExcludeNumbers sets the ExcludeNumbers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExcludePunctuation sets the ExcludePunctuation field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExcludeUppercase sets the ExcludeUppercase field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIncludeSpace sets the IncludeSpace field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPasswordLength sets the PasswordLength field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRandomPassword sets the RandomPassword field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIncludeDeprecated sets the IncludeDeprecated field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSecretList sets the SecretList field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAutomaticallyAfterDays sets the AutomaticallyAfterDays field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSecretVersionsToStages sets the SecretVersionsToStages field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetMoveToVersionId sets the MoveToVersionId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRemoveFromVersionId sets the RemoveFromVersionId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAuthorizationToken sets the AuthorizationToken field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetProxyEndpoint sets the ProxyEndpoint field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAcceptedMediaTypes sets the AcceptedMediaTypes field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetImageDetails sets the ImageDetails field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRegistryIds sets the RegistryIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAuthorizationData sets the AuthorizationData field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPreviewResults sets the PreviewResults field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetImageSizeInBytes sets the ImageSizeInBytes field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLayerAvailability sets the LayerAvailability field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAppliedRulePriority sets the AppliedRulePriority field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetExpiringImageTotalCount sets the ExpiringImageTotalCount field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRepositoryUri sets the RepositoryUri field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLayerPartBlob sets the LayerPartBlob field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPartFirstByte sets the PartFirstByte field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPartLastByte sets the PartLastByte field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLastByteReceived sets the LastByteReceived field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// UnmarshalXML deserializes an xml.Decoder into the container v. V
// needs to match the shape of the XML expected to be decoded.
// If the shape doesn't match unmarshaling will fail. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// parse deserializes any value from the XMLNode. The type tag is used to infer the type, or reflect
// will be used to determine the type from r. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// parseList deserializes a list of values from an XML node. Each list entry
// will also be deserialized. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// parseMap deserializes a map from an XMLNode. The direct children of the XMLNode
// will also be deserialized as map entries. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// parseMapEntry deserializes a map entry from a XML node. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// parseScaller deserializes an XMLNode value into a concrete type based on the
// interface type of r.
//
// Error is returned if the deserialization fails due to invalid type conversion,
// or unsupported interface type. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Clear removes callback functions for all handlers | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// copy creates a copy of the handler list. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// PushBackNamed pushes named handler f to the back of the handler list. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// PushFrontNamed pushes named handler f to the front of the handler list. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// RemoveByName removes a NamedHandler by name. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SwapNamed will swap out any existing handlers with the same name as the
// passed in NamedHandler returning true if handlers were swapped. False is
// returned otherwise. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetBackNamed will replace the named handler if it exists in the handler list.
// If the handler does not exist the handler will be added to the end of the list. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetFrontNamed will replace the named handler if it exists in the handler list.
// If the handler does not exist the handler will be added to the beginning of
// the list. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Run executes all handlers in the list with a given request object. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// HandlerListLogItem logs the request handler and the state of the
// request's Error value. Always returns true to continue iterating
// request handlers in a HandlerList. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WithAppendUserAgent will add a string to the user agent prefixed with a
// single white space. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Returns the reflection element of a value, if it is a pointer. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// buildValue generic XMLNode builder for any type. Will build value for their specific type
// struct, list, map, scalar.
//
// Also takes a "type" tag value to set what type a value should be converted to XMLNode as. If
// type is not provided reflect will be used to determine the value's type. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// buildList adds the value's list items to the current XMLNode as children nodes. All
// nested values in the list are converted to XMLNodes also. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// buildScalar will convert the value into a string and append it as a attribute or child
// of the current XMLNode.
//
// The value will be added as an attribute if tag contains a "xmlAttribute" attribute value.
//
// Error will be returned if the value type is unsupported. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilIdentityExists uses the Amazon SES API operation
// GetIdentityVerificationAttributes to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilDistributionDeployed uses the CloudFront API operation
// GetDistribution to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilInvalidationCompleted uses the CloudFront API operation
// GetInvalidation to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilStreamingDistributionDeployed uses the CloudFront API operation
// GetStreamingDistribution to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilAppExists uses the AWS OpsWorks API operation
// DescribeApps to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilDeploymentSuccessful uses the AWS OpsWorks API operation
// DescribeDeployments to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WaitUntilInstanceOnline uses the AWS OpsWorks API operation
// DescribeInstances to wait for a condition to be met before returning.
// If the condition is not met within the max attempt window, an error will
// be returned. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSharedDirectory sets the SharedDirectory field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIpRoutes sets the IpRoutes field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetUpdateSecurityGroupForDirectoryControllers sets the UpdateSecurityGroupForDirectoryControllers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetComputerId sets the ComputerId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetReplicationScope sets the ReplicationScope field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetComputer sets the Computer field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTrustPassword sets the TrustPassword field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRemoteDomainNames sets the RemoteDomainNames field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetConditionalForwarders sets the ConditionalForwarders field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDomainControllerIds sets the DomainControllerIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTopicNames sets the TopicNames field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEventTopics sets the EventTopics field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSharedDirectoryIds sets the SharedDirectoryIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSharedDirectories sets the SharedDirectories field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSnapshotIds sets the SnapshotIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTrustIds sets the TrustIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTrusts sets the Trusts field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCustomerDnsIps sets the CustomerDnsIps field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetConnectIps sets the ConnectIps field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAccessUrl sets the AccessUrl field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDesiredNumberOfDomainControllers sets the DesiredNumberOfDomainControllers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetOwnerDirectoryDescription sets the OwnerDirectoryDescription field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSsoEnabled sets the SsoEnabled field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStageLastUpdatedDateTime sets the StageLastUpdatedDateTime field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStageReason sets the StageReason field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCloudOnlyDirectoriesCurrentCount sets the CloudOnlyDirectoriesCurrentCount field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCloudOnlyMicrosoftADCurrentCount sets the CloudOnlyMicrosoftADCurrentCount field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCloudOnlyMicrosoftADLimit sets the CloudOnlyMicrosoftADLimit field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCloudOnlyMicrosoftADLimitReached sets the CloudOnlyMicrosoftADLimitReached field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetConnectedDirectoriesLimit sets the ConnectedDirectoriesLimit field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.