text large_stringlengths 22 8k | source large_stringclasses 36
values | lang large_stringclasses 137
values |
|---|---|---|
// getStringValue will return a quoted string and the amount
// of bytes read
//
// an error will be returned if the string is not properly formatted | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// getBoolValue will return a boolean and the amount
// of bytes read
//
// an error will be returned if the boolean is not of a correct
// value | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// getNumericalValue will return a numerical string, the amount
// of bytes read, and the base of the number
//
// an error will be returned if the number is not of a correct
// value | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// getNegativeNumber will return a negative number from a
// byte slice. This will iterate through all characters until
// a non-digit has been found. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// isEscaped will return whether or not the character is an escaped
// character. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// OpenFile takes a path to a given file, and will open and parse
// that file. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Parse will parse the given file using the shared config
// visitor. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// BuildInputShape returns the Go code as a string for initializing the test
// case's input shape. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetMessageVersion sets the MessageVersion field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPrompt sets the Prompt field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCodeHook sets the CodeHook field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetBotChannelAssociations sets the BotChannelAssociations field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetVersionOrAlias sets the VersionOrAlias field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetBotVersions sets the BotVersions field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIntentVersion sets the IntentVersion field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetGroupNumber sets the GroupNumber field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetProcessBehavior sets the ProcessBehavior field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSlotConstraint sets the SlotConstraint field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSlotTypeVersion sets the SlotTypeVersion field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetValueElicitationPrompt sets the ValueElicitationPrompt field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDistinctUsers sets the DistinctUsers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetFirstUtteredDate sets the FirstUtteredDate field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLastUtteredDate sets the LastUtteredDate field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetUtteranceString sets the UtteranceString field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// decryptHandler initializes a KMS keyprovider with a material description. This
// is used with Decrypting kms content, due to the cmkID being in the material description. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// DecryptKey makes a call to KMS to decrypt the key. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// GenerateCipherData makes a call to KMS to generate a data key, Upon making
// the call, it also sets the encrypted key. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetUpdateIds sets the UpdateIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetClusterLogging sets the ClusterLogging field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// IsReaderSeekable returns if the underlying reader type can be seeked. A
// io.Reader might not actually be seekable if it is the ReaderSeekerCloser
// type. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// IsSeeker returns if the underlying reader is also a seeker. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// Close closes the ReaderSeekerCloser.
//
// If the ReaderSeekerCloser is not an io.Closer nothing will be done. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// WriteAt writes a slice of bytes to a buffer starting at the position provided
// The number of bytes written will be returned, or error. Can overwrite previous
// written slices if the write ats overlap. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCpuThreshold sets the CpuThreshold field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIgnoreMetricsTime sets the IgnoreMetricsTime field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLoadThreshold sets the LoadThreshold field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetMemoryThreshold sets the MemoryThreshold field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetThresholdsWaitTime sets the ThresholdsWaitTime field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEbs sets the Ebs field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetBerkshelfVersion sets the BerkshelfVersion field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetManageBerkshelf sets the ManageBerkshelf field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCloneAppIds sets the CloneAppIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSourceStackId sets the SourceStackId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetBufferDuration sets the BufferDuration field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDatetimeFormat sets the DatetimeFormat field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetFileFingerprintLines sets the FileFingerprintLines field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetInitialPosition sets the InitialPosition field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetMultiLineStartPattern sets the MultiLineStartPattern field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDeleteElasticIp sets the DeleteElasticIp field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAgentVersions sets the AgentVersions field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetCommandIds sets the CommandIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEcsClusterArns sets the EcsClusterArns field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEcsClusters sets the EcsClusters field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIps sets the Ips field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetElasticIps sets the ElasticIps field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetElasticLoadBalancers sets the ElasticLoadBalancers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLoadBasedAutoScalingConfigurations sets the LoadBasedAutoScalingConfigurations field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetUserProfile sets the UserProfile field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetOperatingSystems sets the OperatingSystems field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRaidArrayIds sets the RaidArrayIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRdsDbInstanceArns sets the RdsDbInstanceArns field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRdsDbInstances sets the RdsDbInstances field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetServiceErrors sets the ServiceErrors field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAgentInstallerUrl sets the AgentInstallerUrl field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStackSummary sets the StackSummary field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStackIds sets the StackIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStacks sets the Stacks field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTimeBasedAutoScalingConfigurations sets the TimeBasedAutoScalingConfigurations field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetIamUserArns sets the IamUserArns field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEcsClusterName sets the EcsClusterName field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEc2InstanceIds sets the Ec2InstanceIds field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSecure sets the Secure field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTemporaryCredential sets the TemporaryCredential field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetEcsContainerInstanceArn sets the EcsContainerInstanceArn field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetInfrastructureClass sets the InfrastructureClass field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetLastServiceErrorId sets the LastServiceErrorId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetPrivateDns sets the PrivateDns field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetReportedAgentVersion sets the ReportedAgentVersion field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRootDeviceVolumeId sets the RootDeviceVolumeId field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSshHostDsaKeyFingerprint sets the SshHostDsaKeyFingerprint field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSshHostRsaKeyFingerprint sets the SshHostRsaKeyFingerprint field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetAssigning sets the Assigning field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetConnectionLost sets the ConnectionLost field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDeregistering sets the Deregistering field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetOnline sets the Online field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRebooting sets the Rebooting field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRegistered sets the Registered field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRegistering sets the Registering field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRequested sets the Requested field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetRunningSetup sets the RunningSetup field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetSetupFailed sets the SetupFailed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetShuttingDown sets the ShuttingDown field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStartFailed sets the StartFailed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetStopFailed sets the StopFailed field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTerminated sets the Terminated field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetTerminating sets the Terminating field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDefaultRecipes sets the DefaultRecipes field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetDefaultSecurityGroupNames sets the DefaultSecurityGroupNames field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetConfigurationManagers sets the ConfigurationManagers field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus | |
// SetReportedName sets the ReportedName field's value. | CoIR-Retrieval/CodeSearchNet:go-corpus |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 181