docstring_tokens list | code_tokens list |
|---|---|
[
"create",
"the",
"directory"
] | [
"file",
"dir",
"=",
"new",
"file",
"(",
"file",
")",
";",
"dir",
"mkdirs",
"(",
")",
";"
] |
[
"to",
"be",
"used",
"for",
"folder",
"/",
"directory",
"comparison",
"that",
"works",
"across",
"different",
"platforms",
"such",
"as",
"window",
"mac",
"and",
"linux"
] | [
"assert",
"directory",
"equals",
"(",
"null",
",",
"expected",
",",
"actual",
")",
";"
] |
[
"is",
"this",
"java",
"1",
"5"
] | [
"return",
"get",
"java",
"major",
"version",
"(",
")",
"=",
"=",
"5",
";"
] |
[
"is",
"this",
"java",
"1",
"6"
] | [
"return",
"get",
"java",
"major",
"version",
"(",
")",
"=",
"=",
"6",
";"
] |
[
"is",
"this",
"java",
"1",
"7"
] | [
"return",
"get",
"java",
"major",
"version",
"(",
")",
"=",
"=",
"7",
";"
] |
[
"is",
"this",
"java",
"1",
"8"
] | [
"return",
"get",
"java",
"major",
"version",
"(",
")",
"=",
"=",
"8",
";"
] |
[
"is",
"this",
"java",
"1",
"9"
] | [
"return",
"get",
"java",
"major",
"version",
"(",
")",
"=",
"=",
"9",
";"
] |
[
"gets",
"the",
"current",
"test",
"name"
] | [
"return",
"test",
"name",
";"
] |
[
"gets",
"the",
"current",
"test",
"method",
"name"
] | [
"return",
"test",
"name",
"get",
"method",
"name",
"(",
")",
";"
] |
[
"return",
"the",
"message",
"associated",
"with",
"the",
"event",
"here",
"is",
"an",
"example",
"of",
"obtaining",
"information",
"about",
"the",
"session",
"id",
"or",
"any",
"headers",
"in",
"the",
"message",
":",
"<",
"pre",
"class",
"=",
"code",
">",
... | [
"return",
"this",
"message",
";"
] |
[
"adds",
"an",
"argument",
"to",
"the",
"given",
"list",
"it",
"automatically",
"adds",
"quotes",
"to",
"the",
"argument",
"if",
"necessary"
] | [
"args",
"add",
"(",
"quote",
"argument",
"(",
"argument",
")",
")",
";"
] |
[
"exits",
"the",
"jvm",
"with",
"the",
"given",
"exit",
"code"
] | [
"system",
"exit",
"(",
"code",
")",
";"
] |
[
"exits",
"the",
"jvm",
"and",
"indicate",
"an",
"issue",
"during",
"the",
"vert",
"x",
"initialization"
] | [
"exit",
"(",
"vertx",
"initialization",
"exit",
"code",
")",
";"
] |
[
"exits",
"the",
"jvm",
"and",
"indicate",
"an",
"issue",
"during",
"the",
"deployment",
"of",
"the",
"main",
"verticle"
] | [
"exit",
"(",
"vertx",
"deployment",
"exit",
"code",
")",
";"
] |
[
"exits",
"the",
"jvm",
"and",
"indicate",
"an",
"issue",
"with",
"a",
"process",
"creation",
"or",
"termination"
] | [
"exit",
"(",
"process",
"error",
"exit",
"code",
")",
";"
] |
[
"exits",
"the",
"jvm",
"and",
"indicate",
"an",
"issue",
"with",
"the",
"system",
"configuration"
] | [
"exit",
"(",
"system",
"configuration",
"exit",
"code",
")",
";"
] |
[
"sets",
"the",
"password",
"for",
"submission",
"during",
"an",
"authentication",
"attempt"
] | [
"this",
"password",
"=",
"password",
";"
] |
[
"returns",
"the",
"progress",
"into",
"the",
"current",
"keyframe",
"between",
"0",
"and",
"1",
"this",
"does",
"not",
"take",
"into",
"account",
"any",
"interpolation",
"that",
"the",
"keyframe",
"may",
"have"
] | [
"if",
"(",
"is",
"discrete",
")",
"{",
"return",
"0f",
";",
"}",
"keyframe",
"<",
"k",
">",
"keyframe",
"=",
"get",
"current",
"keyframe",
"(",
")",
";",
"if",
"(",
"keyframe",
"is",
"static",
"(",
")",
")",
"{",
"return",
"0f",
";",
"}",
"float"... |
[
"keyframe",
"progress",
"will",
"be",
"[",
"0",
"1",
"]",
"unless",
"the",
"interpolator",
"has",
"overshoot",
"in",
"which",
"case",
"this",
"should",
"be",
"able",
"to",
"handle",
"values",
"outside",
"of",
"that",
"range"
] | [
"abstract",
"a",
"get",
"value",
"(",
"keyframe",
"<",
"k",
">",
"keyframe",
",",
"float",
"keyframe",
"progress",
")",
";"
] |
[
"serialized",
"f",
"f",
"ts"
] | [
"block",
"type",
"trailer",
"write",
"(",
"output",
")",
";",
"output",
"write",
"long",
"(",
"fft",
"get",
"file",
"info",
"offset",
"(",
")",
")",
";",
"output",
"write",
"long",
"(",
"fft",
"get",
"load",
"on",
"open",
"data",
"offset",
"(",
")",
... |
[
"get",
"the",
"drawable",
"used",
"for",
"the",
"switch",
"thumb",
"-",
"the",
"piece",
"that",
"the",
"user",
"can",
"physically",
"touch",
"and",
"drag",
"along",
"the",
"track"
] | [
"return",
"m",
"thumb",
"drawable",
";"
] |
[
"set",
"velocity",
"of",
"animation"
] | [
"this",
"m",
"velocity",
"=",
"velocity",
";"
] |
[
"return",
"an",
"approximative",
"value",
"of",
"the",
"list",
"view",
"s",
"current",
"velocity",
"on",
"the",
"y",
"-",
"axis",
"a",
"negative",
"value",
"indicates",
"the",
"list",
"view",
"is",
"currently",
"being",
"scrolled",
"towards",
"the",
"bottom"... | [
"return",
"m",
"velocity",
";"
] |
[
"usd",
"for",
"get",
"drawable",
"from",
"color"
] | [
"gradient",
"drawable",
"temp",
"drawable",
"=",
"new",
"gradient",
"drawable",
"(",
")",
";",
"temp",
"drawable",
"set",
"corner",
"radius",
"(",
"this",
"get",
"radius",
"(",
")",
")",
";",
"temp",
"drawable",
"set",
"color",
"(",
"color",
")",
";",
... |
[
"returns",
"tx",
"worker"
] | [
"return",
"jtx",
"worker",
";"
] |
[
"returns",
"default",
"transaction",
"mode"
] | [
"return",
"default",
"transaction",
"mode",
";"
] |
[
"resolves",
"tx",
"scope",
"from",
"scope",
"pattern"
] | [
"if",
"(",
"scope",
"pattern",
"=",
"=",
"null",
")",
"{",
"return",
"null",
";",
"}",
"string",
"ctx",
"=",
"scope",
"pattern",
";",
"ctx",
"=",
"string",
"util",
"replace",
"(",
"ctx",
",",
"jtxctx",
"pattern",
"class",
",",
"type",
"get",
"name",
... |
[
"reads",
"transaction",
"mode",
"from",
"method",
"annotation",
"annotations",
"are",
"cached",
"for",
"better",
"performances"
] | [
"string",
"signature",
"=",
"type",
"get",
"name",
"(",
")",
"+",
"'",
"#",
"'",
"+",
"method",
"name",
"+",
"'",
"%",
"'",
"+",
"unique",
";",
"jtx",
"transaction",
"mode",
"tx",
"mode",
"=",
"txmap",
"get",
"(",
"signature",
")",
";",
"if",
"("... |
[
"returns",
"current",
"tx",
"annotations"
] | [
"return",
"annotations",
";"
] |
[
"finds",
"tx",
"annotation"
] | [
"for",
"(",
"annotation",
"parser",
"annotation",
"parser",
":",
"annotation",
"parsers",
")",
"{",
"transaction",
"annotation",
"values",
"tad",
"=",
"transaction",
"annotation",
"values",
"of",
"(",
"annotation",
"parser",
",",
"method",
")",
";",
"if",
"(",... |
[
"register",
"the",
"processor",
"with",
"a",
"{"
] | [
"register",
"(",
"registry",
",",
"null",
")",
";"
] |
[
"register",
"the",
"processor",
"with",
"a",
"{"
] | [
"register",
"(",
"registry",
",",
"mockito",
"post",
"processor",
"class",
",",
"definitions",
")",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"out",
"write",
"long",
"(",
"magic",
"number",
")",
";",
"out",
"write",
"int",
"(",
"payload",
"length",
")",
";",
"out",
"write",
"(",
"payload",
")",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"return",
"long",
"value",
"of",
"(",
"magic",
"number",
")",
"hash",
"code",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"range",
"of",
"inside",
"ip",
"addresses",
"for",
"the",
"tunnel",
"any",
"specified",
"cidr",
"blocks",
"must",
"be",
"unique",
"across",
"all",
"vpn",
"connections",
"that",
"use",
"the",
"same",
"virtual",
"private",
"gateway",
"<... | [
"this",
"tunnel",
"inside",
"cidr",
"=",
"tunnel",
"inside",
"cidr",
";"
] |
[
"<",
"p",
">",
"the",
"range",
"of",
"inside",
"ip",
"addresses",
"for",
"the",
"tunnel",
"any",
"specified",
"cidr",
"blocks",
"must",
"be",
"unique",
"across",
"all",
"vpn",
"connections",
"that",
"use",
"the",
"same",
"virtual",
"private",
"gateway",
"<... | [
"return",
"this",
"tunnel",
"inside",
"cidr",
";"
] |
[
"<",
"p",
">",
"the",
"range",
"of",
"inside",
"ip",
"addresses",
"for",
"the",
"tunnel",
"any",
"specified",
"cidr",
"blocks",
"must",
"be",
"unique",
"across",
"all",
"vpn",
"connections",
"that",
"use",
"the",
"same",
"virtual",
"private",
"gateway",
"<... | [
"set",
"tunnel",
"inside",
"cidr",
"(",
"tunnel",
"inside",
"cidr",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"pre",
"-",
"shared",
"key",
"(",
"psk",
")",
"to",
"establish",
"initial",
"authentication",
"between",
"the",
"virtual",
"private",
"gateway",
"and",
"customer",
"gateway",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
... | [
"this",
"pre",
"shared",
"key",
"=",
"pre",
"shared",
"key",
";"
] |
[
"<",
"p",
">",
"the",
"pre",
"-",
"shared",
"key",
"(",
"psk",
")",
"to",
"establish",
"initial",
"authentication",
"between",
"the",
"virtual",
"private",
"gateway",
"and",
"customer",
"gateway",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
... | [
"return",
"this",
"pre",
"shared",
"key",
";"
] |
[
"<",
"p",
">",
"the",
"pre",
"-",
"shared",
"key",
"(",
"psk",
")",
"to",
"establish",
"initial",
"authentication",
"between",
"the",
"virtual",
"private",
"gateway",
"and",
"customer",
"gateway",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
... | [
"set",
"pre",
"shared",
"key",
"(",
"pre",
"shared",
"key",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"system",
"instance",
"health",
"or",
"application",
"instance",
"health",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"details",
"=",
"=",
"null",
")",
"{",
"details",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"instance",
"status",
"details",
">",
"(",
")",
";",
"}",
"return",
"details",
";"
] |
[
"<",
"p",
">",
"the",
"system",
"instance",
"health",
"or",
"application",
"instance",
"health",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"details",
"=",
"=",
"null",
")",
"{",
"this",
"details",
"=",
"null",
";",
"return",
";",
"}",
"this",
"details",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"instance",
"status",
"details",
">",
"(",
"detail... |
[
"<",
"p",
">",
"the",
"system",
"instance",
"health",
"or",
"application",
"instance",
"health",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing... | [
"if",
"(",
"this",
"details",
"=",
"=",
"null",
")",
"{",
"set",
"details",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"instance",
"status",
"details",
">",
"(",
"details",
"length",
")",
")",
";",
"}",
"for",
"(",
"i... |
[
"<",
"p",
">",
"the",
"system",
"instance",
"health",
"or",
"application",
"instance",
"health",
"<",
"/",
"p",
">"
] | [
"set",
"details",
"(",
"details",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"status",
"<",
"/",
"p",
">"
] | [
"set",
"status",
"(",
"status",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"status",
"<",
"/",
"p",
">"
] | [
"with",
"status",
"(",
"status",
")",
";"
] |
[
"<",
"p",
">",
"the",
"status",
"<",
"/",
"p",
">"
] | [
"this",
"status",
"=",
"status",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"creates",
"and",
"registers",
"{",
"@",
"link",
"binary",
"class",
"descriptor",
"}",
"for",
"the",
"given",
"user",
"{",
"@",
"code",
"class",
"}"
] | [
"boolean",
"registered",
";",
"final",
"string",
"cls",
"name",
"=",
"cls",
"get",
"name",
"(",
")",
";",
"binary",
"internal",
"mapper",
"mapper",
"=",
"user",
"type",
"mapper",
"(",
"cls",
"name",
")",
";",
"final",
"string",
"type",
"name",
"=",
"ma... |
[
"creates",
"and",
"registers",
"{",
"@",
"link",
"binary",
"class",
"descriptor",
"}",
"for",
"the",
"given",
"user",
"{",
"@",
"code",
"class",
"}"
] | [
"boolean",
"registered",
";",
"registered",
"=",
"register",
"user",
"class",
"name",
"(",
"desc",
"type",
"id",
"(",
")",
",",
"desc",
"described",
"class",
"(",
")",
"get",
"name",
"(",
")",
")",
";",
"if",
"(",
"registered",
")",
"{",
"binary",
"s... |
[
"get",
"serializer",
"for",
"class",
"taking",
"in",
"count",
"default",
"one"
] | [
"binary",
"serializer",
"serializer",
"=",
"default",
"serializer",
"(",
")",
";",
"if",
"(",
"serializer",
"=",
"=",
"null",
"&",
"&",
"can",
"use",
"reflective",
"serializer",
"(",
"cls",
")",
")",
"serializer",
"=",
"new",
"binary",
"reflective",
"seria... |
[
"register",
"user",
"types",
"schemas"
] | [
"for",
"(",
"binary",
"class",
"descriptor",
"desc",
":",
"predefined",
"types",
"values",
"(",
")",
")",
"{",
"if",
"(",
"desc",
"user",
"type",
"(",
")",
")",
"desc",
"register",
"stable",
"schema",
"(",
")",
";",
"}"
] |
[
"check",
"whether",
"reflective",
"serializer",
"can",
"be",
"used",
"for",
"class"
] | [
"return",
"binary",
"utils",
"is",
"binarylizable",
"(",
"cls",
")",
"|",
"|",
"!",
"binary",
"utils",
"is",
"custom",
"java",
"serialization",
"(",
"cls",
")",
";"
] |
[
"create",
"binary",
"field"
] | [
"binary",
"schema",
"registry",
"schema",
"reg",
"=",
"schema",
"registry",
"(",
"type",
"id",
")",
";",
"binary",
"internal",
"mapper",
"mapper",
"=",
"user",
"type",
"mapper",
"(",
"type",
"id",
")",
";",
"int",
"field",
"id",
"=",
"mapper",
"field",
... |
[
"get",
"affinity",
"key",
"field",
"name",
"for",
"type",
"first",
"consult",
"to",
"predefined",
"configuration",
"then",
"delegate",
"to",
"metadata"
] | [
"string",
"res",
"=",
"aff",
"key",
"field",
"names",
"get",
"(",
"type",
"id",
")",
";",
"if",
"(",
"res",
"=",
"=",
"null",
")",
"{",
"binary",
"metadata",
"meta",
"=",
"meta",
"hnd",
"metadata",
"0",
"(",
"type",
"id",
")",
";",
"if",
"(",
"... |
[
"get",
"whether",
"to",
"write",
"footers",
"in",
"compact",
"form",
"when",
"enabled",
"ignite",
"will",
"not",
"write",
"fields",
"metadata",
"when",
"serializing",
"objects",
"because",
"internally",
"{",
"@",
"code",
"binary",
"marshaller",
"}",
"already",
... | [
"return",
"compact",
"footer",
";"
] |
[
"get",
"schema",
"registry",
"for",
"type",
"id"
] | [
"map",
"<",
"integer",
",",
"binary",
"schema",
"registry",
">",
"schemas",
"0",
"=",
"schemas",
";",
"if",
"(",
"schemas",
"0",
"=",
"=",
"null",
")",
"{",
"synchronized",
"(",
"this",
")",
"{",
"schemas",
"0",
"=",
"schemas",
";",
"if",
"(",
"sch... |
[
"unregister",
"all",
"binary",
"schemas"
] | [
"schemas",
"=",
"null",
";"
] |
[
"unregisters",
"the",
"user",
"types",
"descriptors"
] | [
"iterator",
"<",
"map",
"entry",
"<",
"class",
"<",
"?",
">",
",",
"binary",
"class",
"descriptor",
">",
">",
"it",
"=",
"desc",
"by",
"cls",
"entry",
"set",
"(",
")",
"iterator",
"(",
")",
";",
"while",
"(",
"it",
"has",
"next",
"(",
")",
")",
... |
[
"returns",
"instance",
"of",
"{",
"@",
"link",
"optimized",
"marshaller",
"}"
] | [
"return",
"optm",
"marsh",
";"
] |
[
"add",
"type",
"descriptor"
] | [
"type",
"descriptor",
"desc",
"=",
"new",
"type",
"descriptor",
"(",
"cls",
"name",
",",
"mapper",
",",
"serializer",
",",
"identity",
",",
"aff",
"key",
"field",
"name",
",",
"is",
"enum",
",",
"enum",
"map",
",",
"can",
"override",
")",
";",
"type",
... |
[
"get",
"all",
"collected",
"descriptors"
] | [
"return",
"descs",
"values",
"(",
")",
";"
] |
[
"{"
] | [
"return",
"id",
";"
] |
[
"adds",
"a",
"key",
"/",
"value",
"string",
"pair",
"to",
"the",
"request"
] | [
"if",
"(",
"key",
"!",
"=",
"null",
"&",
"&",
"value",
"!",
"=",
"null",
")",
"{",
"url",
"params",
"put",
"(",
"key",
",",
"value",
")",
";",
"}"
] |
[
"adds",
"a",
"file",
"to",
"the",
"request"
] | [
"put",
"(",
"key",
",",
"new",
"file",
"input",
"stream",
"(",
"file",
")",
",",
"file",
"get",
"name",
"(",
")",
")",
";"
] |
[
"adds",
"param",
"with",
"more",
"than",
"one",
"value"
] | [
"if",
"(",
"key",
"!",
"=",
"null",
"&",
"&",
"values",
"!",
"=",
"null",
")",
"{",
"url",
"params",
"with",
"array",
"put",
"(",
"key",
",",
"values",
")",
";",
"}"
] |
[
"adds",
"an",
"input",
"stream",
"to",
"the",
"request"
] | [
"put",
"(",
"key",
",",
"stream",
",",
"null",
")",
";"
] |
[
"adds",
"an",
"input",
"stream",
"to",
"the",
"request"
] | [
"put",
"(",
"key",
",",
"stream",
",",
"file",
"name",
",",
"null",
")",
";"
] |
[
"adds",
"an",
"input",
"stream",
"to",
"the",
"request"
] | [
"if",
"(",
"key",
"!",
"=",
"null",
"&",
"&",
"stream",
"!",
"=",
"null",
")",
"{",
"file",
"params",
"put",
"(",
"key",
",",
"new",
"file",
"wrapper",
"(",
"stream",
",",
"file",
"name",
",",
"content",
"type",
")",
")",
";",
"}"
] |
[
"removes",
"a",
"parameter",
"from",
"the",
"request"
] | [
"url",
"params",
"remove",
"(",
"key",
")",
";",
"file",
"params",
"remove",
"(",
"key",
")",
";",
"url",
"params",
"with",
"array",
"remove",
"(",
"key",
")",
";"
] |
[
"add",
"a",
"break",
"point",
"listener",
"to",
"all",
"defined",
"step",
"debug",
"meta",
"data"
] | [
"for",
"(",
"step",
"debug",
"meta",
"step",
"debug",
"meta",
":",
"step",
"debug",
"meta",
"map",
"values",
"(",
")",
")",
"{",
"step",
"debug",
"meta",
"add",
"break",
"point",
"listener",
"(",
"break",
"point",
"listener",
")",
";",
"}"
] |
[
"finds",
"the",
"index",
"of",
"the",
"element",
"value",
"with",
"the",
"given",
"name",
"in",
"the",
"given",
"array",
"of",
"element",
"values"
] | [
"for",
"(",
"int",
"index",
"=",
"0",
";",
"index",
"<",
"element",
"values",
"count",
";",
"index",
"+",
"+",
")",
"{",
"if",
"(",
"element",
"values",
"[",
"index",
"]",
"get",
"method",
"name",
"(",
"target",
"class",
")",
"equals",
"(",
"elemen... |
[
"{"
] | [
"int",
"size",
"=",
"reader",
"read",
"int",
"positioned",
"(",
"off",
"+",
"1",
")",
";",
"reader",
"position",
"(",
"off",
"+",
"1",
"/",
"*",
"flag",
"*",
"/",
"+",
"4",
"/",
"*",
"size",
"*",
"/",
"+",
"1",
"/",
"*",
"col",
"type",
"*",
... |
[
"this",
"method",
"should",
"not",
"be",
"called",
"as",
"proceed",
"(",
")",
"is",
"not",
"called",
"from",
"the",
"interceptors",
"post",
"construct",
"method"
] | [
"post",
"construct",
"called",
"=",
"true",
";"
] |
[
"want",
"to",
"monitor",
"when",
"password",
"mode",
"is",
"set",
"but",
"#",
"set",
"transformation",
"method",
"is",
"final",
":",
"(",
"instead",
"override",
"#",
"set",
"text",
"(",
"which",
"it",
"calls",
"through",
"to",
")",
"&",
"check",
"the",
... | [
"super",
"set",
"text",
"(",
"text",
",",
"type",
")",
";",
"boolean",
"is",
"masked",
"=",
"get",
"transformation",
"method",
"(",
")",
"instanceof",
"password",
"transformation",
"method",
";",
"if",
"(",
"is",
"masked",
"!",
"=",
"password",
"masked",
... |
[
"<",
"p",
">",
"the",
"encrypted",
"plaintext",
"when",
"you",
"use",
"the",
"http",
"api",
"or",
"the",
"aws",
"cli",
"the",
"value",
"is",
"base",
"6",
"4",
"-",
"encoded",
"otherwise",
"it",
"is",
"not",
"encoded",
"<",
"/",
"p",
">",
"<",
"p",
... | [
"this",
"ciphertext",
"blob",
"=",
"ciphertext",
"blob",
";"
] |
[
"<",
"p",
">",
"the",
"encrypted",
"plaintext",
"when",
"you",
"use",
"the",
"http",
"api",
"or",
"the",
"aws",
"cli",
"the",
"value",
"is",
"base",
"6",
"4",
"-",
"encoded",
"otherwise",
"it",
"is",
"not",
"encoded",
"<",
"/",
"p",
">",
"<",
"p",
... | [
"return",
"this",
"ciphertext",
"blob",
";"
] |
[
"<",
"p",
">",
"ciphertext",
"of",
"the",
"data",
"to",
"reencrypt",
"<",
"/",
"p",
">",
"<",
"p",
">",
"the",
"aws",
"sdk",
"for",
"java",
"performs",
"a",
"base",
"6",
"4",
"encoding",
"on",
"this",
"field",
"before",
"sending",
"this",
"request",
... | [
"set",
"ciphertext",
"blob",
"(",
"ciphertext",
"blob",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"encryption",
"context",
"used",
"to",
"encrypt",
"and",
"decrypt",
"the",
"data",
"specified",
"in",
"the",
"<",
"code",
">",
"ciphertext",
"blob",
"<",
"/",
"code",
">",
"parameter",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"source",
"encryption",
"context",
"=",
"=",
"null",
")",
"{",
"source",
"encryption",
"context",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"map",
"<",
"string",
",",
"string",
">",
"(",
")",
";",
"}",
"return",
"source",
... |
[
"<",
"p",
">",
"encryption",
"context",
"used",
"to",
"encrypt",
"and",
"decrypt",
"the",
"data",
"specified",
"in",
"the",
"<",
"code",
">",
"ciphertext",
"blob",
"<",
"/",
"code",
">",
"parameter",
"<",
"/",
"p",
">"
] | [
"this",
"source",
"encryption",
"context",
"=",
"source",
"encryption",
"context",
"=",
"=",
"null",
"?",
"null",
":",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"map",
"<",
"string",
",",
"string",
">",
"(",
"source",
"encryption",
"context",... |
[
"<",
"p",
">",
"encryption",
"context",
"used",
"to",
"encrypt",
"and",
"decrypt",
"the",
"data",
"specified",
"in",
"the",
"<",
"code",
">",
"ciphertext",
"blob",
"<",
"/",
"code",
">",
"parameter",
"<",
"/",
"p",
">"
] | [
"set",
"source",
"encryption",
"context",
"(",
"source",
"encryption",
"context",
")",
";",
"return",
"this",
";"
] |
[
"removes",
"all",
"the",
"entries",
"added",
"into",
"source",
"encryption",
"context"
] | [
"this",
"source",
"encryption",
"context",
"=",
"null",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"identifier",
"for",
"the",
"cmk",
"that",
"is",
"used",
"to",
"reencrypt",
"the",
"data",
"<",
"/",
"p",
">",
"<",
"p",
">",
"to",
"specify",
"a",
"cmk",
"use",
"its",
"key",
"id",
"amazon",
"resource",
"name",
"(",
... | [
"this",
"destination",
"key",
"id",
"=",
"destination",
"key",
"id",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"identifier",
"for",
"the",
"cmk",
"that",
"is",
"used",
"to",
"reencrypt",
"the",
"data",
"<",
"/",
"p",
">",
"<",
"p",
">",
"to",
"specify",
"a",
"cmk",
"use",
"its",
"key",
"id",
"amazon",
"resource",
"name",
"(",
... | [
"return",
"this",
"destination",
"key",
"id",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"identifier",
"for",
"the",
"cmk",
"that",
"is",
"used",
"to",
"reencrypt",
"the",
"data",
"<",
"/",
"p",
">",
"<",
"p",
">",
"to",
"specify",
"a",
"cmk",
"use",
"its",
"key",
"id",
"amazon",
"resource",
"name",
"(",
... | [
"set",
"destination",
"key",
"id",
"(",
"destination",
"key",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"encryption",
"context",
"to",
"use",
"when",
"the",
"data",
"is",
"reencrypted",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"destination",
"encryption",
"context",
"=",
"=",
"null",
")",
"{",
"destination",
"encryption",
"context",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"map",
"<",
"string",
",",
"string",
">",
"(",
")",
";",
"}",
"return",
... |
[
"<",
"p",
">",
"encryption",
"context",
"to",
"use",
"when",
"the",
"data",
"is",
"reencrypted",
"<",
"/",
"p",
">"
] | [
"this",
"destination",
"encryption",
"context",
"=",
"destination",
"encryption",
"context",
"=",
"=",
"null",
"?",
"null",
":",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"map",
"<",
"string",
",",
"string",
">",
"(",
"destination",
"encryption... |
[
"<",
"p",
">",
"encryption",
"context",
"to",
"use",
"when",
"the",
"data",
"is",
"reencrypted",
"<",
"/",
"p",
">"
] | [
"set",
"destination",
"encryption",
"context",
"(",
"destination",
"encryption",
"context",
")",
";",
"return",
"this",
";"
] |
[
"removes",
"all",
"the",
"entries",
"added",
"into",
"destination",
"encryption",
"context"
] | [
"this",
"destination",
"encryption",
"context",
"=",
"null",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"grant",
"tokens",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"more",
"information",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"kms",
"/",
"latest",
"/",
"develope... | [
"if",
"(",
"grant",
"tokens",
"=",
"=",
"null",
")",
"{",
"grant",
"tokens",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
")",
";",
"}",
"return",
"grant",
"tokens",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"grant",
"tokens",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"more",
"information",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"kms",
"/",
"latest",
"/",
"develope... | [
"if",
"(",
"grant",
"tokens",
"=",
"=",
"null",
")",
"{",
"this",
"grant",
"tokens",
"=",
"null",
";",
"return",
";",
"}",
"this",
"grant",
"tokens",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"gra... |
[
"<",
"p",
">",
"a",
"list",
"of",
"grant",
"tokens",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"more",
"information",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"kms",
"/",
"latest",
"/",
"develope... | [
"if",
"(",
"this",
"grant",
"tokens",
"=",
"=",
"null",
")",
"{",
"set",
"grant",
"tokens",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"grant",
"tokens",
"length",
")",
")",
";",
"}",
"for",
"(",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"grant",
"tokens",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"more",
"information",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"kms",
"/",
"latest",
"/",
"develope... | [
"set",
"grant",
"tokens",
"(",
"grant",
"tokens",
")",
";",
"return",
"this",
";"
] |
[
"copy",
"information",
"from",
"the",
"meta",
"-",
"data",
"input",
"to",
"the",
"dialog",
"fields"
] | [
"if",
"(",
"input",
"get",
"from",
"step",
"(",
")",
"!",
"=",
"null",
")",
"{",
"w",
"from",
"set",
"text",
"(",
"input",
"get",
"from",
"step",
"(",
")",
"get",
"name",
"(",
")",
")",
";",
"}",
"if",
"(",
"input",
"get",
"to",
"step",
"(",
... |
[
"create",
"a",
"new",
"instance",
"of",
"the",
"tv",
"input",
"info",
"class",
"instantiating",
"it",
"from",
"the",
"given",
"context",
"resolve",
"info",
"and",
"hdmi",
"device",
"info"
] | [
"tv",
"input",
"info",
"info",
"=",
"new",
"tv",
"input",
"info",
"builder",
"(",
"context",
",",
"service",
")",
"set",
"hdmi",
"device",
"info",
"(",
"hdmi",
"device",
"info",
")",
"set",
"parent",
"id",
"(",
"parent",
"id",
")",
"set",
"label",
"(... |
[
"create",
"a",
"new",
"instance",
"of",
"the",
"tv",
"input",
"info",
"class",
"instantiating",
"it",
"from",
"the",
"given",
"context",
"resolve",
"info",
"and",
"hdmi",
"device",
"info"
] | [
"return",
"new",
"tv",
"input",
"info",
"builder",
"(",
"context",
",",
"service",
")",
"set",
"hdmi",
"device",
"info",
"(",
"hdmi",
"device",
"info",
")",
"set",
"parent",
"id",
"(",
"parent",
"id",
")",
"set",
"label",
"(",
"label",
"res",
")",
"s... |
[
"create",
"a",
"new",
"instance",
"of",
"the",
"tv",
"input",
"info",
"class",
"instantiating",
"it",
"from",
"the",
"given",
"context",
"resolve",
"info",
"and",
"tv",
"input",
"hardware",
"info"
] | [
"tv",
"input",
"info",
"info",
"=",
"new",
"tv",
"input",
"info",
"builder",
"(",
"context",
",",
"service",
")",
"set",
"tv",
"input",
"hardware",
"info",
"(",
"hardware",
"info",
")",
"set",
"label",
"(",
"label",
")",
"build",
"(",
")",
";",
"info... |
[
"create",
"a",
"new",
"instance",
"of",
"the",
"tv",
"input",
"info",
"class",
"instantiating",
"it",
"from",
"the",
"given",
"context",
"resolve",
"info",
"and",
"tv",
"input",
"hardware",
"info"
] | [
"return",
"new",
"tv",
"input",
"info",
"builder",
"(",
"context",
",",
"service",
")",
"set",
"tv",
"input",
"hardware",
"info",
"(",
"hardware",
"info",
")",
"set",
"label",
"(",
"label",
"res",
")",
"set",
"icon",
"(",
"icon",
")",
"build",
"(",
"... |
[
"returns",
"the",
"parent",
"input",
"id"
] | [
"return",
"m",
"parent",
"id",
";"
] |
[
"return",
"the",
"raw",
"information",
"about",
"the",
"service",
"implementing",
"this",
"spell",
"checker",
"do",
"not",
"modify",
"the",
"returned",
"object"
] | [
"return",
"m",
"service",
"service",
"info",
";"
] |
[
"returns",
"the",
"component",
"of",
"the",
"service",
"that",
"implements",
"this",
"tv",
"input"
] | [
"return",
"new",
"component",
"name",
"(",
"m",
"service",
"service",
"info",
"package",
"name",
",",
"m",
"service",
"service",
"info",
"name",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.