docstring_tokens list | code_tokens list |
|---|---|
[
"returns",
"a",
"new",
"{"
] | [
"byte",
"buffer",
"container",
"=",
"buffer",
"utils",
"create",
"byte",
"buffer",
"(",
"sizeof",
")",
";",
"return",
"wrap",
"(",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"class",
",",
"mem",
"address",
"(",
"container",
")... |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"class",
",",
"address",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"address",
"=",
"=",
"null",
"?",
"null",
":",
"wrap",
"(",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"class",
",",
"address",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"alloc",
"mem",
"alloc",
"}",
"the",
"instan... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"alloc",
"checked",
"(",
"check",
"malloc",
"(",
"capacity",
",",
"sizeof",
")",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"calloc",
"mem",
"calloc",
"}",
"the",
"inst... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"calloc",
"checked",
"(",
"capacity",
",",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"buffer",
"utils",
"}"
] | [
"byte",
"buffer",
"container",
"=",
"create",
"(",
"capacity",
",",
"sizeof",
")",
";",
"return",
"wrap",
"(",
"buffer",
"class",
",",
"mem",
"address",
"(",
"container",
")",
",",
"capacity",
",",
"container",
")",
";"
] |
[
"create",
"a",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"at",
"the",
"specified",
"memory"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"address",
",",
"capacity",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"address",
"=",
"=",
"null",
"?",
"null",
":",
"wrap",
"(",
"buffer",
"class",
",",
"address",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"malloc",
"stack",
"(",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"calloc",
"stack",
"(",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
... | [
"return",
"wrap",
"(",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
... | [
"return",
"calloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"capacity",
"*",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its"... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"capacity",
",",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"stype",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"pnext",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"modes",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"stype",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"pnext",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"device",
"group",
"swapchain",
"create",
"info",
"k",
"h",
"r",
"modes",
",",
"value",
")",
";"
] |
[
"implements",
"on",
"item",
"selected",
"listener",
"interface"
] | [] |
[
"substitutes",
"field",
"values",
"in",
"<",
"code",
">",
"a",
"string",
"<",
"/",
"code",
">",
"field",
"values",
"are",
"of",
"the",
"form",
"?",
"{",
"<",
"field",
"name",
">",
"}",
"the",
"values",
"are",
"retrieved",
"from",
"the",
"specified",
... | [
"if",
"(",
"a",
"string",
"=",
"=",
"null",
"|",
"|",
"a",
"string",
"length",
"(",
")",
"=",
"=",
"0",
")",
"{",
"return",
"a",
"string",
";",
"}",
"return",
"string",
"util",
"substitute",
"field",
"(",
"a",
"string",
",",
"row",
"meta",
",",
... |
[
"get",
"a",
"default",
"variable",
"space",
"as",
"a",
"placeholder",
"everytime",
"you",
"will",
"get",
"a",
"new",
"instance"
] | [
"variable",
"space",
"space",
"=",
"new",
"variables",
"(",
")",
";",
"space",
"initialize",
"variables",
"from",
"(",
"null",
")",
";",
"return",
"space",
";"
] |
[
"subscribe",
"to",
"reload",
"events"
] | [
"reload",
"listeners",
"add",
"(",
"reload",
"listener",
")",
";"
] |
[
"unsubscribe",
"from",
"reload",
"events"
] | [
"reload",
"listeners",
"remove",
"(",
"reload",
"listener",
")",
";"
] |
[
"determines",
"whether",
"this",
"guard",
"will",
"elevate",
"the",
"status",
"of",
"any",
"disabled",
"diagnostic",
"type",
"in",
"the",
"group",
"to",
"a",
"warning",
"or",
"an",
"error"
] | [
"for",
"(",
"warnings",
"guard",
"guard",
":",
"guards",
")",
"{",
"if",
"(",
"guard",
"enables",
"(",
"group",
")",
")",
"{",
"return",
"true",
";",
"}",
"else",
"if",
"(",
"guard",
"disables",
"(",
"group",
")",
")",
"{",
"return",
"false",
";",
... |
[
"make",
"a",
"warnings",
"guard",
"that",
"s",
"the",
"same",
"as",
"this",
"one",
"but",
"demotes",
"all",
"errors",
"to",
"warnings"
] | [
"compose",
"warnings",
"guard",
"safe",
"guard",
"=",
"new",
"compose",
"warnings",
"guard",
"(",
")",
";",
"safe",
"guard",
"demote",
"errors",
"=",
"true",
";",
"for",
"(",
"warnings",
"guard",
"guard",
":",
"guards",
"descending",
"set",
"(",
")",
")"... |
[
"extracts",
"value",
"from",
"the",
"backing",
"source",
"counter",
"+",
"value",
"byte",
"array"
] | [
"return",
"src",
"val",
"=",
"=",
"null",
"?",
"null",
":",
"arrays",
"copy",
"of",
"range",
"(",
"src",
"val",
",",
"rlp",
"decode",
"(",
"src",
"val",
",",
"0",
")",
"get",
"pos",
"(",
")",
",",
"src",
"val",
"length",
")",
";"
] |
[
"extracts",
"counter",
"from",
"the",
"backing",
"source",
"counter",
"+",
"value",
"byte",
"array"
] | [
"return",
"src",
"val",
"=",
"=",
"null",
"?",
"0",
":",
"byte",
"util",
"byte",
"array",
"to",
"int",
"(",
"(",
"byte",
"[",
"]",
")",
"rlp",
"decode",
"(",
"src",
"val",
",",
"0",
")",
"get",
"decoded",
"(",
")",
")",
";"
] |
[
"composes",
"value",
"and",
"counter",
"into",
"backing",
"source",
"value"
] | [
"return",
"byte",
"util",
"merge",
"(",
"rlp",
"encode",
"int",
"(",
"count",
")",
",",
"val",
")",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"custom",
"verification",
"email",
"templates",
"that",
"exist",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"custom",
"verification",
"email",
"templates",
"=",
"=",
"null",
")",
"{",
"custom",
"verification",
"email",
"templates",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"custom",
"verification",
"email",
"template",
">... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"custom",
"verification",
"email",
"templates",
"that",
"exist",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"custom",
"verification",
"email",
"templates",
"=",
"=",
"null",
")",
"{",
"this",
"custom",
"verification",
"email",
"templates",
"=",
"null",
";",
"return",
";",
"}",
"this",
"custom",
"verification",
"email",
"templates",
"=",
"new",
"com",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"custom",
"verification",
"email",
"templates",
"that",
"exist",
"in",
"your",
"account",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"th... | [
"if",
"(",
"this",
"custom",
"verification",
"email",
"templates",
"=",
"=",
"null",
")",
"{",
"set",
"custom",
"verification",
"email",
"templates",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"custom",
"verification",
"email",... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"custom",
"verification",
"email",
"templates",
"that",
"exist",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"set",
"custom",
"verification",
"email",
"templates",
"(",
"custom",
"verification",
"email",
"templates",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"token",
"indicating",
"that",
"there",
"are",
"additional",
"custom",
"verification",
"email",
"templates",
"available",
"to",
"be",
"listed",
"pass",
"this",
"token",
"to",
"a",
"subsequent",
"call",
"to",
"<",
"code",
">",
"list",
"t... | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"simple",
"getters",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",... | [
"return",
"m",
"product",
"key",
"!",
"=",
"null",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"simple",
"setters",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",... | [
"m",
"status",
"=",
"a",
"i",
";"
] |
[
"add",
"a",
"port",
"currently",
"only",
"a",
"single",
"port",
"is",
"being",
"used"
] | [
"if",
"(",
"p",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"if",
"(",
"!",
"m",
"ports",
"contains",
"(",
"p",
")",
")",
"{",
"m",
"ports",
"add",
"(",
"p",
")",
";",
"}"
] |
[
"removes",
"feature",
"listener",
"from",
"this",
"device"
] | [
"boolean",
"removed",
"listener",
"=",
"false",
";",
"synchronized",
"(",
"m",
"features",
")",
"{",
"for",
"(",
"iterator",
"<",
"entry",
"<",
"string",
",",
"device",
"feature",
">",
">",
"it",
"=",
"m",
"features",
"entry",
"set",
"(",
")",
"iterato... |
[
"execute",
"poll",
"on",
"this",
"device",
":",
"create",
"an",
"array",
"of",
"messages",
"add",
"them",
"to",
"the",
"request",
"queue",
"and",
"schedule",
"the",
"queue",
"for",
"processing"
] | [
"long",
"now",
"=",
"system",
"current",
"time",
"millis",
"(",
")",
";",
"array",
"list",
"<",
"q",
"entry",
">",
"l",
"=",
"new",
"array",
"list",
"<",
"q",
"entry",
">",
"(",
")",
";",
"synchronized",
"(",
"m",
"features",
")",
"{",
"int",
"sp... |
[
"helper",
"method",
"to",
"make",
"standard",
"message"
] | [
"return",
"(",
"make",
"standard",
"message",
"(",
"flags",
",",
"cmd",
"1",
",",
"cmd",
"2",
",",
"-",
"1",
")",
")",
";"
] |
[
"helper",
"method",
"to",
"make",
"extended",
"message"
] | [
"return",
"make",
"extended",
"message",
"(",
"flags",
",",
"cmd",
"1",
",",
"cmd",
"2",
",",
"new",
"byte",
"[",
"]",
"{",
"}",
")",
";"
] |
[
"enqueues",
"message",
"to",
"be",
"sent",
"at",
"the",
"next",
"possible",
"time"
] | [
"enqueue",
"delayed",
"message",
"(",
"m",
",",
"f",
",",
"0",
")",
";"
] |
[
"factory",
"method"
] | [
"insteon",
"device",
"dev",
"=",
"new",
"insteon",
"device",
"(",
")",
";",
"dev",
"instantiate",
"features",
"(",
"dt",
")",
";",
"return",
"dev",
";"
] |
[
"create",
"a",
"crc16",
"checksum",
"from",
"the",
"bytes",
"implementation",
"is",
"from",
"mp",
"9",
"1",
"1de",
"/",
"lettuce",
"modified",
"with",
"some",
"more",
"optimizations"
] | [
"int",
"crc",
"=",
"0x",
"0",
"0",
"0",
"0",
";",
"for",
"(",
"int",
"i",
"=",
"s",
";",
"i",
"<",
"e",
";",
"i",
"+",
"+",
")",
"{",
"crc",
"=",
"(",
"(",
"crc",
"<",
"<",
"8",
")",
"^",
"lookup",
"table",
"[",
"(",
"(",
"crc",
">",
... |
[
"this",
"method",
"is",
"called",
"for",
"each",
"component",
"before",
"processing",
"its",
"issues",
"the",
"component",
"does",
"not",
"necessarily",
"have",
"issues"
] | [] |
[
"this",
"method",
"is",
"called",
"for",
"each",
"issue",
"of",
"a",
"component",
"when",
"tracking",
"is",
"done",
"and",
"issue",
"is",
"initialized",
"that",
"means",
"that",
"the",
"following",
"fields",
"are",
"set",
":",
"resolution",
"status",
"line",... | [] |
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
] | [
"id",
"=",
"i",
"id",
";",
"name",
"=",
"i",
"cluster",
"name",
";"
] |
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
] | [
"id",
"=",
"i",
"config",
"get",
"id",
"(",
")",
";",
"name",
"=",
"i",
"config",
"get",
"name",
"(",
")",
";"
] |
[
"/",
"*",
"(",
"non",
"-",
"javadoc",
")"
] | [] |
[
"/",
"*",
"-",
"-",
"-"
] | [
"return",
"c",
"pool",
"add",
"methodref",
"info",
"(",
"c",
"pool",
"get",
"this",
"class",
"info",
"(",
")",
",",
"method",
"get",
"name",
"(",
")",
",",
"method",
"get",
"signature",
"(",
")",
")",
";"
] |
[
"this",
"implementation",
"creates",
"a",
"{"
] | [
"return",
"new",
"s",
"x",
"s",
"s",
"f",
"workbook",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"short",
"name",
"or",
"full",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"of",
"the",
"cluster",
"on",
"which",
"to",
"run",
"your",
"task",
"if",
"you",
"do",
"not",
"specify",
"a",
"cluster",
"the",
"default",
"cluster",
... | [
"this",
"cluster",
"=",
"cluster",
";"
] |
[
"<",
"p",
">",
"the",
"short",
"name",
"or",
"full",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"of",
"the",
"cluster",
"on",
"which",
"to",
"run",
"your",
"task",
"if",
"you",
"do",
"not",
"specify",
"a",
"cluster",
"the",
"default",
"cluster",
... | [
"return",
"this",
"cluster",
";"
] |
[
"<",
"p",
">",
"the",
"short",
"name",
"or",
"full",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"of",
"the",
"cluster",
"on",
"which",
"to",
"start",
"your",
"task",
"if",
"you",
"do",
"not",
"specify",
"a",
"cluster",
"the",
"default",
"cluster",
... | [
"set",
"cluster",
"(",
"cluster",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"family",
"<",
"/",
"code",
">",
"and",
"<",
"code",
">",
"revision",
"<",
"/",
"code",
">",
"(",
"<",
"code",
">",
"family",
":",
"revision",
"<",
"/",
"code",
">",
")",
"or",
"full",
"arn",
"of",
"the... | [
"this",
"task",
"definition",
"=",
"task",
"definition",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"family",
"<",
"/",
"code",
">",
"and",
"<",
"code",
">",
"revision",
"<",
"/",
"code",
">",
"(",
"<",
"code",
">",
"family",
":",
"revision",
"<",
"/",
"code",
">",
")",
"or",
"full",
"arn",
"of",
"the... | [
"return",
"this",
"task",
"definition",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"family",
"<",
"/",
"code",
">",
"and",
"<",
"code",
">",
"revision",
"<",
"/",
"code",
">",
"(",
"<",
"code",
">",
"family",
":",
"revision",
"<",
"/",
"code",
">",
")",
"or",
"full",
"arn",
"of",
"the... | [
"set",
"task",
"definition",
"(",
"task",
"definition",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"container",
"overrides",
"in",
"json",
"format",
"that",
"specify",
"the",
"name",
"of",
"a",
"container",
"in",
"the",
"specified",
"task",
"definition",
"and",
"the",
"overrides",
"it",
"should",
"receive",
"you",
"can"... | [
"this",
"overrides",
"=",
"overrides",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"container",
"overrides",
"in",
"json",
"format",
"that",
"specify",
"the",
"name",
"of",
"a",
"container",
"in",
"the",
"specified",
"task",
"definition",
"and",
"the",
"overrides",
"it",
"should",
"receive",
"you",
"can"... | [
"return",
"this",
"overrides",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"container",
"overrides",
"in",
"json",
"format",
"that",
"specify",
"the",
"name",
"of",
"a",
"container",
"in",
"the",
"specified",
"task",
"definition",
"and",
"the",
"overrides",
"it",
"should",
"receive",
"you",
"can"... | [
"set",
"overrides",
"(",
"overrides",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"up",
"to",
"100",
"container",
"instance",
"i",
"ds",
"or",
"full",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"entries",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"container",
"instances",
"=",
"=",
"null",
")",
"{",
"container",
"instances",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
")",
";",
"}",
"return",
"container",
"instances",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"up",
"to",
"100",
"container",
"instance",
"i",
"ds",
"or",
"full",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"entries",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"container",
"instances",
"=",
"=",
"null",
")",
"{",
"this",
"container",
"instances",
"=",
"null",
";",
"return",
";",
"}",
"this",
"container",
"instances",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",... |
[
"<",
"p",
">",
"the",
"container",
"instance",
"i",
"ds",
"or",
"full",
"arn",
"entries",
"for",
"the",
"container",
"instances",
"on",
"which",
"you",
"would",
"like",
"to",
"place",
"your",
"task",
"you",
"can",
"specify",
"up",
"to",
"10",
"container"... | [
"if",
"(",
"this",
"container",
"instances",
"=",
"=",
"null",
")",
"{",
"set",
"container",
"instances",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"container",
"instances",
"length",
")",
")",
";",
"... |
[
"<",
"p",
">",
"the",
"container",
"instance",
"i",
"ds",
"or",
"full",
"arn",
"entries",
"for",
"the",
"container",
"instances",
"on",
"which",
"you",
"would",
"like",
"to",
"place",
"your",
"task",
"you",
"can",
"specify",
"up",
"to",
"10",
"container"... | [
"set",
"container",
"instances",
"(",
"container",
"instances",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"tag",
"specified",
"when",
"a",
"task",
"is",
"started",
"for",
"example",
"if",
"you",
"automatically",
"trigger",
"a",
"task",
"to",
"run",
"a",
"batch",
"process",
"job",
"you",
"could",
"apply",
"a",
"unique",
"ident... | [
"this",
"started",
"by",
"=",
"started",
"by",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"tag",
"specified",
"when",
"a",
"task",
"is",
"started",
"for",
"example",
"if",
"you",
"automatically",
"trigger",
"a",
"task",
"to",
"run",
"a",
"batch",
"process",
"job",
"you",
"could",
"apply",
"a",
"unique",
"ident... | [
"return",
"this",
"started",
"by",
";"
] |
[
"<",
"p",
">",
"an",
"optional",
"tag",
"specified",
"when",
"a",
"task",
"is",
"started",
"for",
"example",
"if",
"you",
"automatically",
"trigger",
"a",
"task",
"to",
"run",
"a",
"batch",
"process",
"job",
"you",
"could",
"apply",
"a",
"unique",
"ident... | [
"set",
"started",
"by",
"(",
"started",
"by",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"task",
"group",
"to",
"associate",
"with",
"the",
"task",
"the",
"default",
"value",
"is",
"the",
"family",
"name",
"of",
"the",
"task",
"definition",
"(",
"for",
"example",
"family",
":",
"my",
"-",
"family"... | [
"return",
"this",
"group",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"task",
"group",
"to",
"associate",
"with",
"the",
"task",
"the",
"default",
"value",
"is",
"the",
"family",
"name",
"of",
"the",
"task",
"definition",
"(",
"for",
"example",
"family",
":",
"my",
"-",
"family"... | [
"set",
"group",
"(",
"group",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"network",
"configuration",
"for",
"the",
"task",
"this",
"parameter",
"is",
"required",
"for",
"task",
"definitions",
"that",
"use",
"the",
"<",
"code",
">",
"awsvpc",
"<",
"/",
"code",
">",
"network",
"mode",
"to",
"receive",
"the... | [
"this",
"network",
"configuration",
"=",
"network",
"configuration",
";"
] |
[
"<",
"p",
">",
"the",
"network",
"configuration",
"for",
"the",
"task",
"this",
"parameter",
"is",
"required",
"for",
"task",
"definitions",
"that",
"use",
"the",
"<",
"code",
">",
"awsvpc",
"<",
"/",
"code",
">",
"network",
"mode",
"to",
"receive",
"the... | [
"return",
"this",
"network",
"configuration",
";"
] |
[
"<",
"p",
">",
"the",
"vpc",
"subnet",
"and",
"security",
"group",
"configuration",
"for",
"tasks",
"that",
"receive",
"their",
"own",
"elastic",
"network",
"interface",
"by",
"using",
"the",
"<",
"code",
">",
"awsvpc",
"<",
"/",
"code",
">",
"networking",... | [
"set",
"network",
"configuration",
"(",
"network",
"configuration",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"all",
"backup",
"items",
"of",
"a",
"{",
"@",
"link",
"ringbuffer",
"}",
"by",
"a",
"given",
"ringbuffer",
"instance",
"<",
"p",
">",
"note",
":",
"returns",
"the",
"backups",
"from",
"the",
"first",
"replica",
"index"
] | [
"int",
"partition",
"id",
"=",
"get",
"partition",
"id",
"via",
"reflection",
"(",
"ringbuffer",
")",
";",
"hazelcast",
"instance",
"backup",
"instance",
"=",
"get",
"first",
"backup",
"instance",
"(",
"instances",
",",
"partition",
"id",
")",
";",
"return",... |
[
"returns",
"all",
"backup",
"items",
"of",
"a",
"{",
"@",
"link",
"ringbuffer",
"}",
"by",
"a",
"given",
"ringbuffer",
"name",
"<",
"p",
">",
"note",
":",
"you",
"have",
"to",
"provide",
"the",
"{",
"@",
"link",
"hazelcast",
"instance",
"}",
"you",
"... | [
"node",
"engine",
"impl",
"node",
"engine",
"=",
"get",
"node",
"engine",
"impl",
"(",
"backup",
"instance",
")",
";",
"ringbuffer",
"service",
"service",
"=",
"node",
"engine",
"get",
"service",
"(",
"ringbuffer",
"service",
"service",
"name",
")",
";",
"... |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"project",
"you",
"want",
"to",
"add",
"a",
"tag",
"to",
"<",
"/",
"p",
">"
] | [
"set",
"id",
"(",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"tags",
"you",
"want",
"to",
"add",
"to",
"the",
"project",
"<",
"/",
"p",
">"
] | [
"set",
"tags",
"(",
"tags",
")",
";",
"return",
"this",
";"
] |
[
"removes",
"all",
"the",
"entries",
"added",
"into",
"tags"
] | [
"this",
"tags",
"=",
"null",
";",
"return",
"this",
";"
] |
[
"configure",
"jdbc",
"authentication",
"provider"
] | [
"val",
"cfg",
"=",
"auth",
"jdbc",
"authentication",
"(",
")",
";",
"cfg",
"users",
"by",
"username",
"query",
"(",
"jdbc",
"get",
"query",
"(",
")",
")",
";",
"cfg",
"role",
"prefix",
"(",
"jdbc",
"get",
"role",
"prefix",
"(",
")",
")",
";",
"cfg"... |
[
"configure",
"ldap",
"authentication",
"provider"
] | [
"if",
"(",
"is",
"ldap",
"authorization",
"active",
"(",
")",
")",
"{",
"val",
"p",
"=",
"new",
"ldap",
"authentication",
"provider",
"(",
"ldap",
",",
"security",
"properties",
")",
";",
"auth",
"authentication",
"provider",
"(",
"p",
")",
";",
"}"
] |
[
"configure",
"jaas",
"authentication",
"provider"
] | [
"val",
"p",
"=",
"new",
"jaas",
"authentication",
"provider",
"(",
")",
";",
"p",
"set",
"login",
"config",
"(",
"jaas",
"get",
"login",
"config",
"(",
")",
")",
";",
"p",
"set",
"login",
"context",
"name",
"(",
"jaas",
"get",
"login",
"context",
"na... |
[
"configure",
"endpoint",
"access",
"to",
"deny",
"undefined"
] | [
"val",
"endpoints",
"=",
"cas",
"properties",
"get",
"monitor",
"(",
")",
"get",
"endpoints",
"(",
")",
"get",
"endpoint",
"(",
")",
"key",
"set",
"(",
")",
";",
"val",
"configured",
"endpoints",
"=",
"endpoints",
"to",
"array",
"(",
"new",
"string",
"... |
[
"configure",
"endpoint",
"access",
"by",
"form",
"login"
] | [
"requests",
"and",
"(",
")",
"form",
"login",
"(",
")",
"login",
"page",
"(",
"endpoint",
"url",
"admin",
"form",
"login",
")",
"permit",
"all",
"(",
")",
";"
] |
[
"configure",
"endpoint",
"access"
] | [
"switch",
"(",
"access",
")",
"{",
"case",
"authority",
":",
"configure",
"endpoint",
"access",
"by",
"authority",
"(",
"requests",
",",
"properties",
",",
"endpoint",
")",
";",
"configure",
"endpoint",
"access",
"by",
"form",
"login",
"(",
"requests",
")",
... |
[
"{"
] | [
"return",
"new",
"byte",
"body",
"(",
")",
";"
] |
[
"returns",
"the",
"size",
"{"
] | [
"return",
"value",
"get",
"row",
"bytes",
"(",
")",
"*",
"value",
"get",
"height",
"(",
")",
";"
] |
[
"<",
"p",
">",
"one",
"or",
"more",
"tags",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"tag",
"list",
"=",
"=",
"null",
")",
"{",
"tag",
"list",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"tag",
">",
"(",
")",
";",
"}",
"return",
"tag",
"list",
";"
] |
[
"<",
"p",
">",
"one",
"or",
"more",
"tags",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"tag",
"list",
"=",
"=",
"null",
")",
"{",
"this",
"tag",
"list",
"=",
"null",
";",
"return",
";",
"}",
"this",
"tag",
"list",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"tag",
">",
"(",
"tag",
"list",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"tags",
"that",
"are",
"associated",
"with",
"the",
"specified",
"domain",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
... | [
"if",
"(",
"this",
"tag",
"list",
"=",
"=",
"null",
")",
"{",
"set",
"tag",
"list",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"tag",
">",
"(",
"tag",
"list",
"length",
")",
")",
";",
"}",
"for",
"(",
"tag",
"ele"... |
[
"<",
"p",
">",
"a",
"list",
"of",
"the",
"tags",
"that",
"are",
"associated",
"with",
"the",
"specified",
"domain",
"<",
"/",
"p",
">"
] | [
"set",
"tag",
"list",
"(",
"tag",
"list",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"all",
"values",
"of",
"the",
"download",
"mission",
"as",
"content",
"values"
] | [
"content",
"values",
"values",
"=",
"new",
"content",
"values",
"(",
")",
";",
"values",
"put",
"(",
"key",
"url",
",",
"download",
"mission",
"url",
")",
";",
"values",
"put",
"(",
"key",
"location",
",",
"download",
"mission",
"location",
")",
";",
"... |
[
"adds",
"the",
"given",
"server",
"to",
"the",
"group"
] | [
"servers",
"add",
"(",
"host",
"port",
")",
";"
] |
[
"adds",
"the",
"given",
"servers",
"to",
"the",
"group"
] | [
"servers",
"add",
"all",
"(",
"host",
"port",
")",
";"
] |
[
"get",
"list",
"of",
"servers"
] | [
"return",
"servers",
";"
] |
[
"remove",
"given",
"server",
"from",
"the",
"group"
] | [
"return",
"servers",
"remove",
"(",
"host",
"port",
")",
";"
] |
[
"get",
"set",
"of",
"tables",
"that",
"are",
"members",
"of",
"the",
"group"
] | [
"return",
"tables",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"data",
"source",
"<",
"/",
"code",
">",
"object",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"data",
"source",
";"
] |
[
"returns",
"true",
"if",
"field",
"schema",
"version",
"is",
"set",
"(",
"has",
"been",
"assigned",
"a",
"value",
")",
"and",
"false",
"otherwise"
] | [
"return",
"this",
"schema",
"version",
"!",
"=",
"null",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.