id
int32
0
25.3k
idx
stringlengths
5
9
nl_tokens
listlengths
1
418
pl_tokens
listlengths
22
4.98k
4,100
all-4101
[ "just", "archive", "the", "first", "file" ]
[ "func", "(", "srv", "*", "Server", ")", "createEtcdLogFile", "(", ")", "error", "{", "var", "err", "error", "\n", "srv", ".", "etcdLogFile", ",", "err", "=", "<mask>", ".", "Create", "(", "srv", ".", "Member", ".", "Etcd", ".", "LogOutputs", "[", "0"...
4,101
all-4102
[ "NewAdapter", "creates", "a", "new", "instance", "of", "Adapter", "." ]
[ "func", "NewAdapter", "(", "ctx", "<mask>", ".", "Context", ",", "file", "string", ",", "name", "string", ",", "d", "discovery", ".", "Discoverer", ",", "logger", "log", ".", "Logger", ")", "*", "Adapter", "{", "return", "&", "Adapter", "{", "ctx", ":"...
4,102
all-4103
[ "SetDocumentContent", "sets", "given", "markup", "as", "the", "document", "s", "HTML", ".", "See", ":", "https", ":", "//", "chromedevtools", ".", "github", ".", "io", "/", "devtools", "-", "protocol", "/", "tot", "/", "Page#method", "-", "setDocumentContent...
[ "func", "SetDocumentContent", "(", "frameID", "cdp", ".", "FrameID", ",", "html", "string", ")", "*", "SetDocumentContentParams", "{", "return", "&", "SetDocumentContentParams", "{", "FrameID", ":", "frameID", ",", "HTML", ":", "<mask>", ",", "}", "\n", "}" ]
4,103
all-4104
[ "AddPorts", "appends", "a", "list", "of", "ports", "to", "the", "list", "of", "ports", "to", "be", "scanned" ]
[ "func", "(", "s", "Scan", ")", "AddPorts", "(", "<mask>", "...", "uint16", ")", "Scan", "{", "s", ".", "configPorts", "=", "append", "(", "s", ".", "configPorts", ",", "ports", "...", ")", "\n", "return", "s", "\n", "}" ]
4,104
all-4105
[ "List", "lists", "all", "ProwJobs", "in", "the", "indexer", "for", "a", "given", "namespace", "." ]
[ "func", "(", "s", "prowJobNamespaceLister", ")", "List", "(", "selector", "labels", ".", "Selector", ")", "(", "ret", "[", "]", "*", "v1", ".", "ProwJob", ",", "err", "error", ")", "{", "err", "=", "<mask>", ".", "ListAllByNamespace", "(", "s", ".", ...
4,105
all-4106
[ "RegistriesConfPath", "is", "the", "path", "to", "the", "system", "-", "wide", "registry", "configuration", "file" ]
[ "func", "RegistriesConfPath", "(", "ctx", "*", "types", ".", "SystemContext", ")", "string", "{", "<mask>", ":=", "systemRegistriesConfPath", "\n", "if", "ctx", "!=", "nil", "{", "if", "ctx", ".", "SystemRegistriesConfPath", "!=", "\"", "\"", "{", "path", "=...
4,106
all-4107
[ "legacyEndpointsFromMoleculeService", "tries", "to", "retrieve", "Endpoints", "from", "Services", "annotated", "with", "Molecule", "Software", "s", "annotation", "semantics", "." ]
[ "func", "legacyEndpointsFromMoleculeService", "(", "svc", "*", "v1", ".", "Service", ")", "[", "]", "*", "endpoint", ".", "Endpoint", "{", "var", "endpoints", "[", "]", "*", "endpoint", ".", "Endpoint", "\n\n", "// Check that the Service opted-in to being processed....
4,107
all-4108
[ "puts", "is", "the", "list", "of", "ops", "for", "all", "pending", "writes" ]
[ "func", "(", "ws", "writeSet", ")", "puts", "(", ")", "[", "]", "v3", ".", "Op", "{", "puts", ":=", "make", "(", "[", "]", "v3", ".", "Op", ",", "0", ",", "len", "(", "ws", ")", ")", "\n", "for", "_", ",", "v", ":=", "range", "ws", "{", ...
4,108
all-4109
[ "Exec", "executes", "a", "newScreenFramebufferImageCommand", "." ]
[ "func", "(", "c", "*", "newScreenFramebufferImageCommand", ")", "Exec", "(", "indexOffset", "int", ")", "error", "{", "var", "err", "error", "\n", "c", ".", "result", ".", "image", ",", "err", "=", "theGraphicsDriver", ".", "NewScreenFramebufferImage", "(", ...
4,109
all-4110
[ "parseTextOnlyBody", "parses", "a", "plain", "text", "message", "in", "root", "that", "has", "MIME", "-", "like", "headers", "but", "only", "contains", "a", "single", "part", "-", "no", "boundaries", "etc", ".", "The", "result", "is", "placed", "in", "e", ...
[ "func", "parseTextOnlyBody", "(", "<mask>", "*", "Part", ",", "e", "*", "Envelope", ")", "error", "{", "// Determine character set", "var", "charset", "string", "\n", "var", "isHTML", "bool", "\n", "if", "ctype", ":=", "root", ".", "Header", ".", "Get", "(...
4,110
all-4111
[ "MiddlewareFunc", "makes", "JsonIndentMiddleware", "implement", "the", "Middleware", "interface", "." ]
[ "func", "(", "mw", "*", "JsonIndentMiddleware", ")", "MiddlewareFunc", "(", "handler", "HandlerFunc", ")", "HandlerFunc", "{", "if", "mw", ".", "Indent", "==", "\"", "\"", "{", "mw", ".", "Indent", "=", "\"", "\"", "\n", "}", "\n\n", "return", "func", ...
4,111
all-4112
[ "GetTitleAlign", "returns", "the", "TitleAlign", "field", "if", "non", "-", "nil", "zero", "value", "otherwise", "." ]
[ "func", "(", "e", "*", "EventStreamDefinition", ")", "GetTitleAlign", "(", ")", "string", "{", "if", "e", "==", "nil", "||", "e", ".", "TitleAlign", "==", "nil", "{", "return", "\"", "\"", "\n", "}", "\n", "<mask>", "*", "e", ".", "TitleAlign", "\n",...
4,112
all-4113
[ "ProtoSendControl", "sends", "a", "migration", "control", "message", "over", "a", "websocket" ]
[ "func", "ProtoSendControl", "(", "ws", "*", "websocket", ".", "Conn", ",", "err", "error", ")", "{", "message", ":=", "\"", "\"", "\n", "if", "err", "!=", "nil", "{", "message", "=", "err", ".", "Error", "(", ")", "\n", "}", "\n\n", "msg", ":=", ...
4,113
all-4114
[ "Do", "executes", "CSS", ".", "getInlineStylesForNode", "against", "the", "provided", "context", ".", "returns", ":", "inlineStyle", "-", "Inline", "style", "for", "the", "specified", "DOM", "node", ".", "attributesStyle", "-", "Attribute", "-", "defined", "elem...
[ "func", "(", "p", "*", "GetInlineStylesForNodeParams", ")", "Do", "(", "ctx", "context", ".", "Context", ")", "(", "inlineStyle", "*", "Style", ",", "attributesStyle", "*", "Style", ",", "err", "error", ")", "{", "// execute", "var", "res", "GetInlineStylesF...
4,114
all-4115
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "BoxModel", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "Writer", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoDom78", "(", "&", "w", ",", "v", ")", "\n", "...
4,115
all-4116
[ "ApplyChanges", "applies", "a", "given", "set", "of", "changes", "in", "a", "given", "zone", "." ]
[ "func", "(", "p", "*", "GoogleProvider", ")", "ApplyChanges", "(", "changes", "*", "plan", ".", "Changes", ")", "error", "{", "change", ":=", "&", "dns", ".", "Change", "{", "}", "\n\n", "<mask>", ".", "Additions", "=", "append", "(", "change", ".", ...
4,116
all-4117
[ "NewPolicyContext", "sets", "up", "and", "initializes", "a", "context", "for", "the", "specified", "policy", ".", "The", "policy", "must", "not", "be", "modified", "while", "the", "context", "exists", ".", "FIXME", ":", "make", "a", "deep", "copy?", "If", ...
[ "func", "NewPolicyContext", "(", "policy", "*", "Policy", ")", "(", "*", "PolicyContext", ",", "error", ")", "{", "<mask>", ":=", "&", "PolicyContext", "{", "Policy", ":", "policy", ",", "state", ":", "pcInitializing", "}", "\n", "// FIXME: initialize", "if"...
4,117
all-4118
[ "TagsClient", "returns", "the", "embedded", "REST", "client", "used", "for", "tags", "after", "determining", "if", "the", "connection", "is", "eligible", ":", "*", "The", "connection", "information", "in", "vimClient", "is", "valid", "vCenter", "connection", "*"...
[ "func", "(", "c", "*", "VSphereClient", ")", "TagsClient", "(", ")", "(", "*", "<mask>", ".", "RestClient", ",", "error", ")", "{", "if", "err", ":=", "viapi", ".", "ValidateVirtualCenter", "(", "c", ".", "vimClient", ")", ";", "err", "!=", "nil", "{...
4,118
all-4119
[ "Receive", "implements", "TCPReceiver", "by", "reading", "from", "the", "wrapped", "TCPReceiver", "and", "unboxing", "the", "encrypted", "message", "returning", "the", "decoded", "message", "." ]
[ "func", "(", "receiver", "*", "encryptedTCPReceiver", ")", "Receive", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "msg", ",", "err", ":=", "receiver", ".", "receiver", ".", "Receive", "(", ")", "\n", "if", "err", "!=", "nil", "{", "ret...
4,119
all-4120
[ "newGPGSigningMechanismInDirectory", "returns", "a", "new", "GPG", "/", "OpenPGP", "signing", "mechanism", "using", "optionalDir", "if", "not", "empty", ".", "The", "caller", "must", "call", ".", "Close", "()", "on", "the", "returned", "SigningMechanism", "." ]
[ "func", "newGPGSigningMechanismInDirectory", "(", "optionalDir", "string", ")", "(", "SigningMechanism", ",", "error", ")", "{", "m", ":=", "&", "openpgpSigningMechanism", "{", "keyring", ":", "openpgp", ".", "EntityList", "{", "}", ",", "}", "\n\n", "gpgHome", ...
4,120
all-4121
[ "tick", "updates", "the", "minimum", "quiescence", "timer", "." ]
[ "func", "(", "q", "*", "quiescence", ")", "tick", "(", ")", "{", "now", ":=", "time", ".", "Now", "(", ")", "\n\n", "// If this is the first tick, set up the timer and calculate the max", "// deadline.", "if", "q", ".", "timer", "==", "nil", "{", "q", ".", "...
4,121
all-4122
[ "Convert", "*", "mat64", ".", "Dense", "to", "Mat" ]
[ "func", "Mat64ToGcvMat", "(", "mat", "*", "mat64", ".", "Dense", ")", "GcvMat", "{", "row", ",", "col", ":=", "mat", ".", "Dims", "(", ")", "\n\n", "rawData", ":=", "NewGcvFloat64Vector", "(", "int64", "(", "row", "*", "col", ")", ")", "\n\n", "for",...
4,122
all-4123
[ "StopFunc", "..." ]
[ "func", "(", "s", "*", "Stoppable", ")", "StopFunc", "(", "callable", "func", "(", ")", ")", "{", "s", ".", "Lock", "(", ")", "\n", "defer", "s", ".", "Unlock", "(", ")", "\n\n", "// already stopped", "if", "s", ".", "<mask>", "==", "nil", "{", "...
4,123
all-4124
[ "SetDefaultText", "()", "is", "a", "wrapper", "around", "gtk_app_chooser_widget_set_default_text", "()", "." ]
[ "func", "(", "v", "*", "AppChooserWidget", ")", "SetDefaultText", "(", "<mask>", "string", ")", "{", "cstr", ":=", "C", ".", "CString", "(", "text", ")", "\n", "defer", "C", ".", "free", "(", "unsafe", ".", "Pointer", "(", "cstr", ")", ")", "\n", "...
4,124
all-4125
[ "Errorf", "returns", "a", "traceable", "error", "with", "the", "given", "formatted", "message", "." ]
[ "func", "Errorf", "(", "message", "string", ",", "a", "...", "interface", "{", "}", ")", "error", "{", "return", "wrap", "(", "fmt", ".", "Errorf", "(", "<mask>", ",", "a", "...", ")", ")", "\n", "}" ]
4,125
all-4126
[ "makePipelineGitResource", "creates", "a", "pipeline", "git", "resource", "from", "prow", "job" ]
[ "func", "makePipelineGitResource", "(", "pj", "prowjobv1", ".", "ProwJob", ")", "*", "pipelinev1alpha1", ".", "PipelineResource", "{", "<mask>", "revision", "string", "\n", "if", "pj", ".", "Spec", ".", "Refs", "!=", "nil", "{", "if", "len", "(", "pj", "."...
4,126
all-4127
[ "CreateServer", "creates", "a", "new", "server", ".", "It", "takes", "a", "ServerOptions", "struct", "which", "requires", "at", "minimum", "a", "valid", "Image", "identifier", ".", "Not", "all", "attributes", "can", "be", "specified", "at", "create", "time", ...
[ "func", "(", "c", "*", "Client", ")", "CreateServer", "(", "newServer", "*", "ServerOptions", ")", "(", "*", "Server", ",", "error", ")", "{", "server", ":=", "new", "(", "Server", ")", "\n", "_", ",", "err", ":=", "c", ".", "MakeApiRequest", "(", ...
4,127
all-4128
[ "GetOverlayPassThrough", "()", "is", "a", "wrapper", "around", "gtk_overlay_get_overlay_pass_through", "()", "." ]
[ "func", "(", "v", "*", "Overlay", ")", "GetOverlayPassThrough", "(", "widget", "IWidget", ")", "bool", "{", "c", ":=", "C", ".", "gtk_overlay_get_overlay_pass_through", "(", "v", ".", "native", "(", ")", ",", "widget", ".", "toWidget", "(", ")", ")", "\n...
4,128
all-4129
[ "SetNetworkSettings", "sets", "the", "networks", "field", "in", "a", "container" ]
[ "func", "(", "c", "*", "Container", ")", "SetNetworkSettings", "(", "networks", "*", "<mask>", ".", "NetworkSettings", ")", "{", "c", ".", "lock", ".", "Lock", "(", ")", "\n", "defer", "c", ".", "lock", ".", "Unlock", "(", ")", "\n\n", "c", ".", "N...
4,129
all-4130
[ "label", "a", "a", "sync", "object", "identified", "by", "a", "pointer" ]
[ "func", "ObjectPtrLabel", "(", "ptr", "unsafe", ".", "Pointer", ",", "length", "int32", ",", "label", "*", "uint8", ")", "{", "C", ".", "glowObjectPtrLabel", "(", "gpObjectPtrLabel", ",", "ptr", ",", "(", "C", ".", "GLsizei", ")", "(", "length", ")", "...
4,130
all-4131
[ "HasKey", "()", "is", "a", "wrapper", "around", "gtk_print_settings_has_key", "()", "." ]
[ "func", "(", "ps", "*", "PrintSettings", ")", "HasKey", "(", "<mask>", "string", ")", "bool", "{", "cstr", ":=", "C", ".", "CString", "(", "key", ")", "\n", "defer", "C", ".", "free", "(", "unsafe", ".", "Pointer", "(", "cstr", ")", ")", "\n", "c...
4,131
all-4132
[ "String", "returns", "the", "string", "representation", "of", "a", "prow", "job", "identifier" ]
[ "func", "(", "i", "*", "jobIndentifier", ")", "String", "(", ")", "string", "{", "return", "fmt", ".", "Sprintf", "(", "\"", "\"", ",", "i", ".", "<mask>", ",", "i", ".", "organization", ",", "i", ".", "repository", ",", "i", ".", "pullRequest", ")...
4,132
all-4133
[ "Response", "provides", "access", "to", "the", "InboundCallResponse", "object", "which", "can", "be", "used", "to", "write", "back", "to", "the", "calling", "peer" ]
[ "func", "(", "<mask>", "*", "InboundCall", ")", "Response", "(", ")", "*", "InboundCallResponse", "{", "if", "call", ".", "err", "!=", "nil", "{", "// While reading Thrift, we cannot distinguish between malformed Thrift and other errors,", "// and so we may try to respond wit...
4,133
all-4134
[ "HasUrl", "returns", "a", "boolean", "if", "a", "field", "has", "been", "set", "." ]
[ "func", "(", "c", "*", "<mask>", ")", "HasUrl", "(", ")", "bool", "{", "if", "c", "!=", "nil", "&&", "c", ".", "Url", "!=", "nil", "{", "return", "true", "\n", "}", "\n\n", "return", "false", "\n", "}" ]
4,134
all-4135
[ "Query", "loads", "the", "data", "for", "the", "query", "paging", "if", "necessary", "and", "return", "the", "data", "rows", "headers", "and", "error" ]
[ "func", "(", "c", "*", "Client", ")", "Query", "(", "dataset", ",", "<mask>", ",", "queryStr", "string", ")", "(", "[", "]", "[", "]", "interface", "{", "}", ",", "[", "]", "string", ",", "error", ")", "{", "return", "c", ".", "pagedQuery", "(", ...
4,135
all-4136
[ "UnmarshalJSON", "supports", "json", ".", "Unmarshaler", "interface" ]
[ "func", "(", "v", "*", "RunScriptReturns", ")", "UnmarshalJSON", "(", "<mask>", "[", "]", "byte", ")", "error", "{", "r", ":=", "jlexer", ".", "Lexer", "{", "Data", ":", "data", "}", "\n", "easyjsonC5a4559bDecodeGithubComChromedpCdprotoRuntime5", "(", "&", "...
4,136
all-4137
[ "destructivelyPrioritizeReplacementCandidatesWithMax", "is", "destructivelyPrioritizeReplacementCandidates", "with", "a", "parameter", "for", "the", "number", "of", "entries", "to", "limit", "only", "to", "make", "testing", "simpler", "." ]
[ "func", "destructivelyPrioritizeReplacementCandidatesWithMax", "(", "cs", "[", "]", "CandidateWithTime", ",", "primaryDigest", ",", "uncompressedDigest", "digest", ".", "Digest", ",", "maxCandidates", "int", ")", "[", "]", "<mask>", ".", "BICReplacementCandidate", "{", ...
4,137
all-4138
[ "GetServiceDetail", "returns", "detail", "of", "given", "service" ]
[ "func", "(", "p", "*", "AWSSDProvider", ")", "GetServiceDetail", "(", "serviceID", "*", "string", ")", "(", "*", "sd", ".", "Service", ",", "error", ")", "{", "output", ",", "err", ":=", "p", ".", "<mask>", ".", "GetService", "(", "&", "sd", ".", "...
4,138
all-4139
[ "HasEventType", "returns", "a", "boolean", "if", "a", "field", "has", "been", "set", "." ]
[ "func", "(", "e", "*", "Event", ")", "HasEventType", "(", ")", "bool", "{", "if", "e", "!=", "nil", "&&", "e", ".", "EventType", "!=", "nil", "{", "return", "<mask>", "\n", "}", "\n\n", "return", "false", "\n", "}" ]
4,139
all-4140
[ "SliceColorized", "returns", "a", "slice", "of", "text", "with", "correct", "color", "tags", ".", "start", "and", "end", "are", "real", "printable", "rune", "indices" ]
[ "func", "SliceColorized", "(", "str", "string", ",", "start", ",", "end", "int", ")", "string", "{", "if", "str", "==", "\"", "\"", "{", "return", "str", "\n", "}", "\n", "if", "start", "<", "0", "{", "start", "=", "0", "\n", "}", "\n\n", "fgChan...
4,140
all-4141
[ "AddAlternativeWriter", "adds", "an", "alternative", "part", "to", "the", "message", ".", "It", "can", "be", "useful", "with", "the", "text", "/", "template", "or", "html", "/", "template", "packages", "." ]
[ "func", "(", "m", "*", "Message", ")", "AddAlternativeWriter", "(", "contentType", "string", ",", "f", "func", "(", "io", ".", "Writer", ")", "error", ",", "settings", "...", "PartSetting", ")", "{", "m", ".", "parts", "=", "<mask>", "(", "m", ".", "...
4,141
all-4142
[ "SetSefaultSource", "()", "is", "a", "wrapper", "around", "gtk_print_settings_set_default_source", "()", "." ]
[ "func", "(", "ps", "*", "PrintSettings", ")", "SetSefaultSource", "(", "defaultSource", "string", ")", "{", "cstr", ":=", "C", ".", "CString", "(", "defaultSource", ")", "\n", "defer", "C", ".", "free", "(", "unsafe", ".", "Pointer", "(", "cstr", ")", ...
4,142
all-4143
[ "setAllowLargeResults", "-", "private", "function", "to", "set", "the", "AllowLargeResults", "and", "tempTableName", "values" ]
[ "func", "(", "c", "*", "<mask>", ")", "setAllowLargeResults", "(", "shouldAllow", "bool", ",", "tempTableName", "string", ",", "flattenResults", "bool", ")", "error", "{", "c", ".", "allowLargeResults", "=", "shouldAllow", "\n", "c", ".", "tempTableName", "=",...
4,143
all-4144
[ "UnmarshalJSON", "supports", "json", ".", "Unmarshaler", "interface" ]
[ "func", "(", "v", "*", "SetInspectedNodeParams", ")", "UnmarshalJSON", "(", "data", "[", "]", "byte", ")", "error", "{", "r", ":=", "jlexer", ".", "Lexer", "{", "Data", ":", "<mask>", "}", "\n", "easyjsonC5a4559bDecodeGithubComChromedpCdprotoDom6", "(", "&", ...
4,144
all-4145
[ "Gets", "a", "pointer", "to", "the", "element", "at", "the", "index" ]
[ "func", "(", "seq", "*", "Seq", ")", "GetElemAt", "(", "<mask>", "int", ")", "unsafe", ".", "Pointer", "{", "return", "(", "unsafe", ".", "Pointer", ")", "(", "C", ".", "cvGetSeqElem", "(", "(", "*", "C", ".", "struct_CvSeq", ")", "(", "seq", ")", ...
4,145
all-4146
[ "OptIndexKeys", "sets", "whether", "index", "uses", "string", "keys", "." ]
[ "func", "OptIndexKeys", "(", "keys", "bool", ")", "IndexOption", "{", "return", "func", "(", "options", "*", "IndexOptions", ")", "{", "options", ".", "keys", "=", "<mask>", "\n", "options", ".", "keysSet", "=", "true", "\n", "}", "\n", "}" ]
4,146
all-4147
[ "applyENIHostname", "adds", "the", "hostname", "provided", "by", "the", "ENI", "message", "to", "the", "container", "s", "docker", "config", ".", "At", "the", "time", "of", "implmentation", "we", "are", "only", "using", "it", "to", "configure", "the", "pause...
[ "func", "(", "<mask>", "*", "Task", ")", "applyENIHostname", "(", "dockerConfig", "*", "dockercontainer", ".", "Config", ")", "*", "dockercontainer", ".", "Config", "{", "eni", ":=", "task", ".", "GetTaskENI", "(", ")", "\n", "if", "eni", "==", "nil", "{...
4,147
all-4148
[ "Get", "all", "networks", "matching", "the", "given", "WHERE", "filter", "(", "if", "given", ")", "." ]
[ "func", "(", "c", "*", "Cluster", ")", "networks", "(", "where", "string", ",", "args", "...", "interface", "{", "}", ")", "(", "[", "]", "string", ",", "error", ")", "{", "q", ":=", "\"", "\"", "\n", "inargs", ":=", "[", "]", "interface", "{", ...
4,148
all-4149
[ "GenerateFromPassword", "returns", "the", "bcrypt", "hash", "of", "the", "password", "at", "the", "given", "cost", ".", "If", "the", "cost", "given", "is", "less", "than", "MinCost", "the", "cost", "will", "be", "set", "to", "DefaultCost", "instead", ".", ...
[ "func", "GenerateFromPassword", "(", "salt", "[", "]", "byte", ",", "password", "[", "]", "byte", ",", "cost", "int", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "if", "len", "(", "salt", ")", "!=", "maxSaltSize", "{", "return", "nil", ",",...
4,149
all-4150
[ "SendRequestArr", "sends", "a", "JSON", "-", "RPC", "request", "through", "the", "connection", "denoted", "by", "the", "connection", "ID", "with", "array", "params", "and", "auto", "generated", "request", "ID", ".", "resHandler", "is", "called", "when", "a", ...
[ "func", "(", "s", "*", "Server", ")", "SendRequestArr", "(", "connID", "string", ",", "<mask>", "string", ",", "resHandler", "func", "(", "ctx", "*", "ResCtx", ")", "error", ",", "params", "...", "interface", "{", "}", ")", "(", "reqID", "string", ",",...
4,150
all-4151
[ "setPeerURLsHeader", "reports", "local", "urls", "for", "peer", "discovery" ]
[ "func", "setPeerURLsHeader", "(", "req", "*", "http", ".", "Request", ",", "urls", "types", ".", "URLs", ")", "{", "if", "urls", "==", "nil", "{", "// often not set in unit tests", "return", "\n", "}", "\n", "peerURLs", ":=", "<mask>", "(", "[", "]", "st...
4,151
all-4152
[ "Logf", "will", "record", "a", "formatted", "message", "to", "the", "contained", "debug", "log" ]
[ "func", "(", "a", "*", "LoggerAdapter", ")", "Logf", "(", "s", "string", ",", "v", "...", "<mask>", "{", "}", ")", "{", "a", ".", "log", ".", "Printf", "(", "s", ",", "v", "...", ")", "\n", "}" ]
4,152
all-4153
[ "//////////////////", "private", "funcitons" ]
[ "func", "(", "gc", "*", "GraphicContext", ")", "drawPaths", "(", "drawType", "drawType", ",", "paths", "...", "*", "draw2d", ".", "Path", ")", "{", "// create elements", "svgPath", ":=", "Path", "{", "}", "\n", "group", ":=", "gc", ".", "newGroup", "(", ...
4,153
all-4154
[ "handleSingleMessage", "processes", "a", "single", "refresh", "credentials", "message", "." ]
[ "func", "(", "refreshHandler", "*", "refreshCredentialsHandler", ")", "handleSingleMessage", "(", "message", "*", "ecsacs", ".", "IAMRoleCredentialsMessage", ")", "error", "{", "// Validate fields in the message", "err", ":=", "validateIAMRoleCredentialsMessage", "(", "mess...
4,154
all-4155
[ "ArmForSwitch", "returns", "which", "field", "name", "should", "be", "used", "for", "storing", "the", "value", "for", "an", "instance", "of", "ManageDataResult" ]
[ "func", "(", "u", "ManageDataResult", ")", "ArmForSwitch", "(", "sw", "int32", ")", "(", "string", ",", "bool", ")", "{", "switch", "ManageDataResultCode", "(", "sw", ")", "{", "<mask>", "ManageDataResultCodeManageDataSuccess", ":", "return", "\"", "\"", ",", ...
4,155
all-4156
[ "Step", "1a", "is", "normalization", "of", "various", "special", "s", "-", "endings", "." ]
[ "func", "step1a", "(", "w", "*", "snowballword", ".", "SnowballWord", ")", "bool", "{", "suffix", ",", "suffixRunes", ":=", "w", ".", "FirstSuffix", "(", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "...
4,156
all-4157
[ "Addr", "returns", "binded", "socket", "address", ".", "For", "bind", "port", "0", "in", "tests" ]
[ "func", "(", "api", "*", "Api", ")", "Addr", "(", ")", "<mask>", ".", "Addr", "{", "if", "api", ".", "listener", "==", "nil", "{", "return", "nil", "\n", "}", "\n", "return", "api", ".", "listener", ".", "Addr", "(", ")", "\n", "}" ]
4,157
all-4158
[ "Do", "executes", "Debugger", ".", "setPauseOnExceptions", "against", "the", "provided", "context", "." ]
[ "func", "(", "p", "*", "SetPauseOnExceptionsParams", ")", "Do", "(", "ctx", "context", ".", "<mask>", ")", "(", "err", "error", ")", "{", "return", "cdp", ".", "Execute", "(", "ctx", ",", "CommandSetPauseOnExceptions", ",", "p", ",", "nil", ")", "\n", ...
4,158
all-4159
[ "Closes", "the", "compressedResponseWriter", "and", "ensures", "to", "flush", "all", "data", "before", "." ]
[ "func", "(", "c", "*", "compressedResponseWriter", ")", "Close", "(", ")", "{", "if", "zlibWriter", ",", "ok", ":=", "c", ".", "writer", ".", "(", "*", "zlib", ".", "Writer", ")", ";", "ok", "{", "zlibWriter", ".", "Flush", "(", ")", "\n", "}", "...
4,159
all-4160
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "GlobalLexicalScopeNamesReturns", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "Writer", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoRuntime19", "(", "&", "w", ",",...
4,160
all-4161
[ "Increment", "an", "item", "of", "type", "int", "by", "n", ".", "Returns", "an", "error", "if", "the", "item", "s", "value", "is", "not", "an", "int", "or", "if", "it", "was", "not", "found", ".", "If", "there", "is", "no", "error", "the", "increme...
[ "func", "(", "c", "*", "cache", ")", "IncrementInt", "(", "k", "string", ",", "n", "int", ")", "(", "int", ",", "error", ")", "{", "c", ".", "mu", ".", "Lock", "(", ")", "\n", "v", ",", "found", ":=", "c", ".", "items", "[", "k", "]", "\n",...
4,161
all-4162
[ "Stacktraces", "for", "all", "goroutines", "." ]
[ "func", "stacks", "(", ")", "[", "]", "byte", "{", "buf", ":=", "make", "(", "[", "]", "byte", ",", "1024", "*", "16", ")", "\n", "for", "{", "n", ":=", "runtime", ".", "Stack", "(", "buf", ",", "true", ")", "\n", "if", "n", "<", "len", "("...
4,162
all-4163
[ "GetKeyList", "returns", "the", "list", "of", "all", "keys", "in", "give", "section", "in", "the", "same", "order", "in", "the", "file", ".", "It", "returns", "nil", "if", "given", "section", "does", "not", "exist", "." ]
[ "func", "(", "c", "*", "ConfigFile", ")", "GetKeyList", "(", "section", "string", ")", "[", "]", "string", "{", "// Blank section name represents DEFAULT section.", "if", "len", "(", "section", ")", "==", "0", "{", "section", "=", "DEFAULT_SECTION", "\n", "}",...
4,163
all-4164
[ "prop", "value", "enum" ]
[ "func", "(", "m", "*", "Route", ")", "validateFormatEnum", "(", "path", ",", "<mask>", "string", ",", "value", "interface", "{", "}", ")", "error", "{", "if", "err", ":=", "validate", ".", "Enum", "(", "path", ",", "location", ",", "value", ",", "rou...
4,164
all-4165
[ "SetVisibleColumn", "is", "a", "wrapper", "around", "gtk_tree_model_filter_set_visible_column", "()", "." ]
[ "func", "(", "v", "*", "TreeModelFilter", ")", "SetVisibleColumn", "(", "column", "int", ")", "{", "C", ".", "gtk_tree_model_filter_set_visible_column", "(", "v", ".", "native", "(", ")", ",", "C", ".", "gint", "(", "<mask>", ")", ")", "\n", "}" ]
4,165
all-4166
[ "peek", "peeks", "at", "the", "next", "event", "in", "the", "event", "stream", "puts", "the", "results", "into", "p", ".", "event", "and", "returns", "the", "event", "type", "." ]
[ "func", "(", "p", "*", "parser", ")", "peek", "(", ")", "yaml_event_type_t", "{", "if", "p", ".", "event", ".", "typ", "!=", "yaml_NO_EVENT", "{", "return", "p", ".", "event", ".", "typ", "\n", "}", "\n", "if", "!", "yaml_parser_parse", "(", "&", "...
4,166
all-4167
[ "Enable", "or", "disable", "a", "generic", "vertex", "attribute", "array" ]
[ "func", "DisableVertexArrayAttrib", "(", "vaobj", "uint32", ",", "index", "uint32", ")", "{", "syscall", ".", "Syscall", "(", "gpDisableVertexArrayAttrib", ",", "2", ",", "uintptr", "(", "vaobj", ")", ",", "uintptr", "(", "<mask>", ")", ",", "0", ")", "\n"...
4,167
all-4168
[ "SendKeepAlive", "sends", "a", "whitespace", "keepalive", "as", "described", "in", "chapter", "4", ".", "6", ".", "1", "of", "RFC6120", "." ]
[ "func", "(", "c", "*", "Client", ")", "SendKeepAlive", "(", ")", "(", "n", "int", ",", "err", "error", ")", "{", "return", "fmt", ".", "Fprintf", "(", "c", ".", "<mask>", ",", "\"", "\"", ")", "\n", "}" ]
4,168
all-4169
[ "String", "is", "a", "representation", "of", "gdk_rgba_to_string", "()", "." ]
[ "func", "(", "v", "*", "RGBA", ")", "<mask>", "(", ")", "string", "{", "return", "C", ".", "GoString", "(", "(", "*", "C", ".", "char", ")", "(", "C", ".", "gdk_rgba_to_string", "(", "v", ".", "rgba", ")", ")", ")", "\n", "}" ]
4,169
all-4170
[ "ConfigLoad", "loads", "a", "new", "Config", "object", "with", "the", "current", "node", "-", "local", "configuration", "values", "fetched", "from", "the", "database", ".", "An", "optional", "list", "of", "config", "value", "triggers", "can", "be", "passed", ...
[ "func", "ConfigLoad", "(", "tx", "*", "db", ".", "NodeTx", ")", "(", "*", "Config", ",", "error", ")", "{", "// Load current raw values from the database, any error is fatal.", "values", ",", "err", ":=", "tx", ".", "Config", "(", ")", "\n", "if", "err", "!=...
4,170
all-4171
[ "set", "the", "blend", "color" ]
[ "func", "BlendColor", "(", "red", "float32", ",", "green", "float32", ",", "blue", "float32", ",", "alpha", "float32", ")", "{", "C", ".", "glowBlendColor", "(", "gpBlendColor", ",", "(", "C", ".", "GLfloat", ")", "(", "red", ")", ",", "(", "C", ".",...
4,171
all-4172
[ "JavaScript", "renders", "the", "named", "files", "using", "the", "application", "/", "javascript", "content", "type", "and", "the", "github", ".", "com", "/", "gobuffalo", "/", "plush", "package", "for", "templating", ".", "If", "more", "than", "1", "file",...
[ "func", "(", "e", "*", "Engine", ")", "JavaScript", "(", "names", "...", "string", ")", "Renderer", "{", "if", "e", ".", "JavaScriptLayout", "!=", "\"", "\"", "&&", "len", "(", "names", ")", "==", "1", "{", "names", "=", "append", "(", "names", ","...
4,172
all-4173
[ "NewRouters", "initailizes", "Routers", "instance", "." ]
[ "func", "NewRouters", "(", ")", "*", "Routers", "{", "return", "&", "Routers", "{", "s", ":", "make", "(", "map", "[", "string", "]", "struct", "{", "r", "router", ".", "Router", "\n", "v", "<mask>", ".", "View", "\n", "h", "HandlerFunc", "\n", "}"...
4,173
all-4174
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "EventLayerPainted", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "Writer", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoLayertree16", "(", "&", "w", ",", "v", "...
4,174
all-4175
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "RemoveBindingParams", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "Writer", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoRuntime8", "(", "&", "w", ",", "v", ")...
4,175
all-4176
[ "CredentialsHandler", "creates", "response", "for", "the", "v2", "/", "credentials", "API", "." ]
[ "func", "CredentialsHandler", "(", "credentialsManager", "credentials", ".", "Manager", ",", "auditLogger", "audit", ".", "AuditLogger", ")", "func", "(", "http", ".", "ResponseWriter", ",", "*", "http", ".", "Request", ")", "{", "return", "func", "(", "w", ...
4,176
all-4177
[ "Remove", "indicates", "an", "expected", "call", "of", "Remove" ]
[ "func", "(", "mr", "*", "MockFileSystemMockRecorder", ")", "Remove", "(", "arg0", "<mask>", "{", "}", ")", "*", "gomock", ".", "Call", "{", "return", "mr", ".", "mock", ".", "ctrl", ".", "RecordCallWithMethodType", "(", "mr", ".", "mock", ",", "\"", "\...
4,177
all-4178
[ "CreateOutlierReport", "creates", "a", "new", "outlier", "report", "." ]
[ "func", "(", "a", "*", "API", ")", "CreateOutlierReport", "(", "cfg", "*", "OutlierReport", ")", "(", "*", "OutlierReport", ",", "error", ")", "{", "if", "cfg", "==", "nil", "{", "return", "nil", ",", "fmt", ".", "Errorf", "(", "\"", "\"", ")", "\n...
4,178
all-4179
[ "IsInTLDMap", "checks", "that", "a", "label", "is", "present", "in", "the", "TLD", "map", ".", "It", "does", "not", "consider", "the", "TLD", "s", "validity", "period", "and", "whether", "the", "TLD", "may", "have", "been", "removed", "only", "whether", ...
[ "func", "IsInTLDMap", "(", "label", "string", ")", "bool", "{", "label", "=", "strings", ".", "ToLower", "(", "label", ")", "\n", "if", "_", ",", "ok", ":=", "tldMap", "[", "label", "]", ";", "<mask>", "{", "return", "true", "\n", "}", "else", "{",...
4,179
all-4180
[ "fixUnquotedSpecials", "as", "defined", "in", "RFC", "2045", "section", "5", ".", "1", ":", "https", ":", "//", "tools", ".", "ietf", ".", "org", "/", "html", "/", "rfc2045#section", "-", "5", ".", "1" ]
[ "func", "fixUnquotedSpecials", "(", "s", "string", ")", "string", "{", "idx", ":=", "strings", ".", "IndexByte", "(", "s", ",", "';'", ")", "\n", "if", "idx", "<", "0", "||", "idx", "==", "len", "(", "s", ")", "{", "// No parameters", "return", "s", ...
4,180
all-4181
[ "OutgoingContextWithKey", "returns", "an", "outgoing", "context", "with", "the", "key" ]
[ "func", "OutgoingContextWithKey", "(", "ctx", "context", ".", "<mask>", ",", "key", "string", ")", "context", ".", "Context", "{", "return", "outgoingContextWithMergedMetadata", "(", "ctx", ",", "\"", "\"", ",", "key", ")", "\n", "}" ]
4,181
all-4182
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "GetTargetsParams", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "<mask>", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoTarget7", "(", "&", "w", ",", "v", ")", ...
4,182
all-4183
[ "OffHandler", "can", "be", "used", "in", "JSON", "-", "encoded", "HTTP", "API", "to", "disable", "maintenance", "." ]
[ "func", "(", "s", "Service", ")", "OffHandler", "(", "w", "<mask>", ".", "ResponseWriter", ",", "r", "*", "http", ".", "Request", ")", "{", "changed", ",", "err", ":=", "s", ".", "store", ".", "Off", "(", ")", "\n", "if", "err", "!=", "nil", "{",...
4,183
all-4184
[ "MarshalJSON", "supports", "json", ".", "Marshaler", "interface" ]
[ "func", "(", "v", "RequestPattern", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "<mask>", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoFetch2", "(", "&", "w", ",", "v", ")", "\...
4,184
all-4185
[ "doRequest", "executes", "a", "request", "with", "the", "provided", "method", "and", "path", "exactly", "once", ".", "It", "sets", "up", "authentication", "if", "the", "jenkins", "client", "is", "configured", "accordingly", ".", "It", "s", "up", "to", "calle...
[ "func", "(", "c", "*", "Client", ")", "doRequest", "(", "method", ",", "path", "string", ")", "(", "*", "<mask>", ".", "Response", ",", "error", ")", "{", "req", ",", "err", ":=", "http", ".", "NewRequest", "(", "method", ",", "path", ",", "nil", ...
4,185
all-4186
[ "RowActivated", "is", "a", "wrapper", "around", "gtk_tree_view_row_activated", "()", "." ]
[ "func", "(", "v", "*", "TreeView", ")", "RowActivated", "(", "<mask>", "*", "TreePath", ",", "column", "*", "TreeViewColumn", ")", "{", "C", ".", "gtk_tree_view_row_activated", "(", "v", ".", "native", "(", ")", ",", "path", ".", "native", "(", ")", ",...
4,186
all-4187
[ "Decode", "verifies", "decrypts", "and", "decompresses", "given", "JWT", "token", "using", "management", "key", ".", "Management", "key", "is", "of", "different", "type", "for", "different", "key", "management", "or", "signing", "algorithms", "see", "specific", ...
[ "func", "DecodeBytes", "(", "token", "string", ",", "key", "interface", "{", "}", ")", "(", "[", "]", "byte", ",", "map", "[", "string", "]", "interface", "{", "}", ",", "error", ")", "{", "parts", ",", "err", ":=", "compact", ".", "Parse", "(", ...
4,187
all-4188
[ "UnmarshalJSON", "supports", "json", ".", "Unmarshaler", "interface" ]
[ "func", "(", "v", "*", "Header", ")", "UnmarshalJSON", "(", "data", "[", "]", "byte", ")", "error", "{", "r", ":=", "jlexer", ".", "Lexer", "{", "Data", ":", "data", "}", "\n", "easyjsonC5a4559bDecodeGithubComChromedpCdprotoCachestorage6", "(", "&", "r", "...
4,188
all-4189
[ "validateRequiredVersion", "validates", "docker", "version", ".", "Minimum", "docker", "version", "supported", "is", "1", ".", "9", ".", "0", "maps", "to", "api", "version", "1", ".", "21", "see", "https", ":", "//", "docs", ".", "docker", ".", "com", "/...
[ "func", "(", "agent", "*", "ecsAgent", ")", "verifyRequiredDockerVersion", "(", ")", "(", "int", ",", "bool", ")", "{", "supportedVersions", ":=", "agent", ".", "dockerClient", ".", "SupportedVersions", "(", ")", "\n", "if", "len", "(", "supportedVersions", ...
4,189
all-4190
[ "NewEdit", "is", "the", "Edit", "initializer", ".", "This", "call", "implements", "the", "NewWidget", "convention", "by", "taking", "a", "*", "Window", "and", "and", "an", "anchor", "point", "to", "render", "the", "widget", "." ]
[ "func", "NewEdit", "(", "w", "*", "Window", ",", "x", ",", "y", "int", ")", "(", "Widgeter", ",", "<mask>", ")", "{", "return", "&", "Edit", "{", "Widget", ":", "MakeWidget", "(", "w", ",", "x", ",", "y", ")", ",", "}", ",", "nil", "\n", "}" ...
4,190
all-4191
[ "Do", "executes", "CacheStorage", ".", "deleteEntry", "against", "the", "provided", "context", "." ]
[ "func", "(", "p", "*", "DeleteEntryParams", ")", "Do", "(", "ctx", "context", ".", "<mask>", ")", "(", "err", "error", ")", "{", "return", "cdp", ".", "Execute", "(", "ctx", ",", "CommandDeleteEntry", ",", "p", ",", "nil", ")", "\n", "}" ]
4,191
all-4192
[ "ServeConn", "serves", "HTTP", "requests", "from", "the", "given", "connection", "using", "the", "given", "handler", ".", "ServeConn", "returns", "nil", "if", "all", "requests", "from", "the", "c", "are", "successfully", "served", ".", "It", "returns", "non", ...
[ "func", "ServeConn", "(", "c", "net", ".", "Conn", ",", "handler", "RequestHandler", ")", "error", "{", "v", ":=", "serverPool", ".", "Get", "(", ")", "\n", "if", "v", "==", "nil", "{", "v", "=", "&", "<mask>", "{", "}", "\n", "}", "\n", "s", "...
4,192
all-4193
[ "UnmarshalJSON", "supports", "json", ".", "Unmarshaler", "interface" ]
[ "func", "(", "v", "*", "StartTrackingHeapObjectsParams", ")", "UnmarshalJSON", "(", "data", "[", "]", "byte", ")", "error", "{", "r", ":=", "jlexer", ".", "Lexer", "{", "Data", ":", "data", "}", "\n", "easyjsonC5a4559bDecodeGithubComChromedpCdprotoHeapprofiler4", ...
4,193
all-4194
[ "DrawImage", "draws", "an", "image", "into", "dest", "using", "an", "affine", "transformation", "matrix", "an", "op", "and", "a", "filter" ]
[ "func", "DrawImage", "(", "src", "image", ".", "Image", ",", "dest", "draw", ".", "<mask>", ",", "tr", "draw2d", ".", "Matrix", ",", "op", "draw", ".", "Op", ",", "filter", "ImageFilter", ")", "{", "var", "transformer", "draw", ".", "Transformer", "\n"...
4,194
all-4195
[ "NewRClient", "creates", "a", "RClient", "which", "will", "run", "commands", "on", "the", "RServe", "server", "located", "at", "the", "provided", "host", "and", "port" ]
[ "func", "NewRClient", "(", "host", "string", ",", "<mask>", "int64", ")", "(", "RClient", ",", "error", ")", "{", "return", "NewRClientWithAuth", "(", "host", ",", "port", ",", "\"", "\"", ",", "\"", "\"", ")", "\n", "}" ]
4,195
all-4196
[ "cephOSDPoolExists", "checks", "whether", "a", "given", "OSD", "pool", "exists", "." ]
[ "func", "cephOSDPoolExists", "(", "ClusterName", "string", ",", "poolName", "string", ",", "userName", "string", ")", "bool", "{", "_", ",", "err", ":=", "shared", ".", "RunCommand", "(", "\"", "\"", ",", "\"", "\"", ",", "fmt", ".", "Sprintf", "(", "\...
4,196
all-4197
[ "NewMetadataWriter", "creates", "a", "new", "writer", "that", "generates", "metadata", "data", "structures", "." ]
[ "func", "NewMetadataWriter", "(", ")", "(", "*", "MetadataWriter", ",", "error", ")", "{", "funcMap", ":=", "template", ".", "FuncMap", "{", "\"", "\"", ":", "comment", ",", "\"", "\"", ":", "strings", ".", "Join", ",", "\"", "\"", ":", "commandLine", ...
4,197
all-4198
[ "Do", "executes", "DOM", ".", "querySelectorAll", "against", "the", "provided", "context", ".", "returns", ":", "nodeIds", "-", "Query", "selector", "result", "." ]
[ "func", "(", "p", "*", "QuerySelectorAllParams", ")", "Do", "(", "ctx", "context", ".", "Context", ")", "(", "nodeIds", "[", "]", "cdp", ".", "NodeID", ",", "err", "error", ")", "{", "// execute", "var", "<mask>", "QuerySelectorAllReturns", "\n", "err", ...
4,198
all-4199
[ "ProjectUsedByRef", "returns", "entities", "used", "by", "projects", "." ]
[ "func", "(", "c", "*", "ClusterTx", ")", "ProjectUsedByRef", "(", "filter", "ProjectFilter", ")", "(", "map", "[", "string", "]", "[", "]", "string", ",", "error", ")", "{", "// Result slice.", "objects", ":=", "make", "(", "[", "]", "struct", "{", "Na...
4,199
all-4200
[ "Value", "converts", "a", "value", "to", "a", "database", "driver", "value" ]
[ "func", "(", "u", "UUID5", ")", "Value", "(", ")", "(", "<mask>", ".", "Value", ",", "error", ")", "{", "return", "driver", ".", "Value", "(", "string", "(", "u", ")", ")", ",", "nil", "\n", "}" ]