docstring_tokens list | code_tokens list |
|---|---|
[
"defines",
"the",
"type",
"defining",
"this",
"item",
"must",
"be",
"unique",
"preferably",
"an",
"id"
] | [
"return",
"r",
"id",
"library",
"item",
"id",
";"
] |
[
"defines",
"the",
"layout",
"which",
"will",
"be",
"used",
"for",
"this",
"item",
"in",
"the",
"list"
] | [
"return",
"r",
"layout",
"listitem",
"opensource",
";"
] |
[
"helper",
"method",
"to",
"open",
"the",
"author",
"website"
] | [
"try",
"{",
"intent",
"browser",
"intent",
"=",
"new",
"intent",
"(",
"intent",
"action",
"view",
",",
"uri",
"parse",
"(",
"author",
"website",
")",
")",
";",
"ctx",
"start",
"activity",
"(",
"browser",
"intent",
")",
";",
"}",
"catch",
"(",
"exceptio... |
[
"helper",
"method",
"to",
"open",
"the",
"library",
"website"
] | [
"try",
"{",
"intent",
"browser",
"intent",
"=",
"new",
"intent",
"(",
"intent",
"action",
"view",
",",
"uri",
"parse",
"(",
"library",
"website",
")",
")",
";",
"ctx",
"start",
"activity",
"(",
"browser",
"intent",
")",
";",
"}",
"catch",
"(",
"excepti... |
[
"helper",
"method",
"to",
"open",
"the",
"license",
"dialog",
"/",
"or",
"website"
] | [
"try",
"{",
"if",
"(",
"libs",
"builder",
"show",
"license",
"dialog",
"&",
"&",
"!",
"text",
"utils",
"is",
"empty",
"(",
"library",
"get",
"license",
"(",
")",
"get",
"license",
"description",
"(",
")",
")",
")",
"{",
"alert",
"dialog",
"builder",
... |
[
"perform",
"any",
"final",
"cleanup",
"before",
"an",
"activity",
"is",
"destroyed"
] | [
"abstract",
"void",
"on",
"destroy",
"(",
")",
";"
] |
[
"is",
"the",
"password",
"value",
"to",
"be",
"rendered",
"?"
] | [
"this",
"show",
"password",
"=",
"show",
"password",
";"
] |
[
"is",
"the",
"password",
"value",
"to",
"be",
"rendered",
"?"
] | [
"return",
"this",
"show",
"password",
";"
] |
[
"helper",
"method",
"for",
"summarizing",
"a",
"list",
"of",
"values"
] | [
"return",
"new",
"aggregate",
"combine",
"harness",
"<",
"string",
",",
"string",
"column",
"summary",
",",
"string",
"summary",
"aggregator",
">",
"(",
")",
"{",
"@",
"override",
"protected",
"void",
"compare",
"results",
"(",
"string",
"column",
"summary",
... |
[
"<",
"p",
">",
"the",
"average",
"of",
"the",
"metric",
"values",
"that",
"correspond",
"to",
"the",
"data",
"point",
"<",
"/",
"p",
">"
] | [
"this",
"average",
"=",
"average",
";"
] |
[
"invoke",
"jdbc",
"method"
] | [
"method",
"invoke",
"(",
"target",
",",
"arguments",
")",
";"
] |
[
"root",
"folder",
"for",
"labels",
"-",
">",
"documents",
"each",
"subfolder",
"name",
"will",
"be",
"presented",
"as",
"label",
"and",
"contents",
"of",
"this",
"folder",
"will",
"be",
"represented",
"as",
"labelled",
"document",
"with",
"label",
"attached"
] | [
"folders",
"to",
"scan",
"add",
"(",
"folder",
")",
";",
"return",
"this",
";"
] |
[
"get",
"the",
"current",
"lifecycle",
"state"
] | [
"return",
"m",
"lifecycle",
"state",
";"
] |
[
"update",
"the",
"current",
"lifecycle",
"state",
"for",
"internal",
"bookkeeping"
] | [
"m",
"lifecycle",
"state",
"=",
"new",
"lifecycle",
"state",
";",
"switch",
"(",
"m",
"lifecycle",
"state",
")",
"{",
"case",
"on",
"create",
":",
"paused",
"=",
"true",
";",
"stopped",
"=",
"true",
";",
"break",
";",
"case",
"on",
"start",
":",
"pau... |
[
"applies",
"transaction",
"ordering",
"per",
"object",
"for",
"such",
"calls"
] | [
"update",
"process",
"state",
"(",
"process",
"state",
",",
"false",
")",
";",
"receiver",
"perform",
"receive",
"(",
"intent",
",",
"result",
"code",
",",
"data",
"str",
",",
"extras",
",",
"ordered",
",",
"sticky",
",",
"sending",
"user",
")",
";"
] |
[
"updates",
"{"
] | [
"synchronized",
"(",
"m",
"network",
"policy",
"lock",
")",
"{",
"m",
"network",
"block",
"seq",
"=",
"proc",
"state",
"seq",
";",
"}"
] |
[
"creates",
"the",
"top",
"level",
"resources",
"for",
"the",
"given",
"package",
"will",
"return",
"an",
"existing",
"resources",
"if",
"one",
"has",
"already",
"been",
"created"
] | [
"return",
"m",
"resources",
"manager",
"get",
"resources",
"(",
"null",
",",
"res",
"dir",
",",
"split",
"res",
"dirs",
",",
"overlay",
"dirs",
",",
"lib",
"dirs",
",",
"display",
"id",
",",
"null",
",",
"pkg",
"info",
"get",
"compatibility",
"info",
"... |
[
"dump",
"heap",
"info",
"to",
"proto"
] | [
"final",
"long",
"token",
"=",
"proto",
"start",
"(",
"field",
"id",
")",
";",
"proto",
"write",
"(",
"mem",
"info",
"dump",
"proto",
"process",
"memory",
"memory",
"info",
"name",
",",
"name",
")",
";",
"proto",
"write",
"(",
"mem",
"info",
"dump",
... |
[
"checks",
"if",
"{"
] | [
"synchronized",
"(",
"m",
"network",
"policy",
"lock",
")",
"{",
"if",
"(",
"m",
"network",
"block",
"seq",
"!",
"=",
"invalid",
"proc",
"state",
"seq",
")",
"{",
"try",
"{",
"activity",
"manager",
"get",
"service",
"(",
")",
"wait",
"for",
"network",
... |
[
"return",
"the",
"intent",
"that",
"s",
"currently",
"being",
"handled",
"by",
"a",
"broadcast",
"receiver",
"on",
"this",
"thread",
"or",
"null",
"if",
"none"
] | [
"return",
"s",
"current",
"broadcast",
"intent",
"get",
"(",
")",
";"
] |
[
"schedule",
"the",
"call",
"to",
"tell",
"the",
"activity",
"manager",
"we",
"have",
"stopped",
"we",
"don",
"t",
"do",
"this",
"immediately",
"because",
"we",
"want",
"to",
"have",
"a",
"chance",
"for",
"any",
"other",
"pending",
"work",
"(",
"in",
"par... | [
"m",
"h",
"post",
"(",
"pending",
"actions",
"get",
"stop",
"info",
"(",
")",
")",
";"
] |
[
"post",
"a",
"message",
"to",
"relaunch",
"the",
"activity",
"we",
"do",
"this",
"instead",
"of",
"launching",
"it",
"immediately",
"because",
"this",
"will",
"destroy",
"the",
"activity",
"from",
"which",
"it",
"was",
"called",
"and",
"interfere",
"with",
"... | [
"send",
"message",
"(",
"h",
"relaunch",
"activity",
",",
"token",
")",
";"
] |
[
"updates",
"the",
"configuration",
"for",
"an",
"activity",
"the",
"activity",
"client",
"record",
"s",
"{"
] | [
"r",
"tmp",
"config",
"set",
"to",
"(",
"new",
"base",
"config",
")",
";",
"if",
"(",
"r",
"override",
"config",
"!",
"=",
"null",
")",
"{",
"r",
"tmp",
"config",
"update",
"from",
"(",
"r",
"override",
"config",
")",
";",
"}",
"final",
"configurat... |
[
"creates",
"a",
"new",
"configuration",
"only",
"if",
"override",
"would",
"modify",
"base",
"otherwise",
"returns",
"base"
] | [
"if",
"(",
"override",
"=",
"=",
"null",
")",
"{",
"return",
"base",
";",
"}",
"configuration",
"new",
"config",
"=",
"new",
"configuration",
"(",
"base",
")",
";",
"new",
"config",
"update",
"from",
"(",
"override",
")",
";",
"return",
"new",
"config"... |
[
"public",
"entrypoint",
"to",
"stop",
"profiling",
"this",
"is",
"required",
"to",
"end",
"profiling",
"when",
"the",
"app",
"crashes",
"so",
"that",
"profiler",
"data",
"won",
"t",
"be",
"lost"
] | [
"if",
"(",
"m",
"profiler",
"!",
"=",
"null",
")",
"{",
"m",
"profiler",
"stop",
"profiling",
"(",
")",
";",
"}"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"regular",
"jni",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-"
] | [
"private",
"native",
"void",
"n",
"dump",
"graphics",
"info",
"(",
"file",
"descriptor",
"fd",
")",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"metric",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"set",
"metric",
"name",
"(",
"metric",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"dimensions",
"associated",
"with",
"the",
"metric",
"if",
"the",
"metric",
"has",
"any",
"associated",
"dimensions",
"you",
"must",
"specify",
"them",
"in",
"order",
"for",
"the",
"call",
"to",
"succeed",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"dimensions",
"=",
"=",
"null",
")",
"{",
"dimensions",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"dimension",
">",
"(",
")",
";",
"}",
"return",
"dimensions",
";"
] |
[
"<",
"p",
">",
"the",
"dimensions",
"associated",
"with",
"the",
"metric",
"if",
"the",
"metric",
"has",
"any",
"associated",
"dimensions",
"you",
"must",
"specify",
"them",
"in",
"order",
"for",
"the",
"call",
"to",
"succeed",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"dimensions",
"=",
"=",
"null",
")",
"{",
"this",
"dimensions",
"=",
"null",
";",
"return",
";",
"}",
"this",
"dimensions",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"dimension",
">",
"(",
"dimensions",
")",
... |
[
"<",
"p",
">",
"the",
"dimensions",
"associated",
"with",
"the",
"metric",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing",
"list",
"(",
"if"... | [
"if",
"(",
"this",
"dimensions",
"=",
"=",
"null",
")",
"{",
"set",
"dimensions",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"dimension",
">",
"(",
"dimensions",
"length",
")",
")",
";",
"}",
"for",
"(",
"dimension",
"e... |
[
"<",
"p",
">",
"the",
"dimensions",
"associated",
"with",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"set",
"dimensions",
"(",
"dimensions",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"time",
"the",
"metric",
"data",
"was",
"received",
"expressed",
"as",
"the",
"number",
"of",
"milliseconds",
"since",
"jan",
"1",
"1970",
"00",
":",
"00",
":",
"00",
"utc",
"<",
"/",
"p",
">"
] | [
"set",
"timestamp",
"(",
"timestamp",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"value",
"for",
"the",
"metric",
"<",
"/",
"p",
">",
"<",
"p",
">",
"although",
"the",
"parameter",
"accepts",
"numbers",
"of",
"type",
"double",
"cloud",
"watch",
"rejects",
"values",
"that",
"are",
"either",
"too",
"small",
"or"... | [
"set",
"value",
"(",
"value",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"statistical",
"values",
"for",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"this",
"statistic",
"values",
"=",
"statistic",
"values",
";"
] |
[
"<",
"p",
">",
"the",
"statistical",
"values",
"for",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"statistic",
"values",
";"
] |
[
"<",
"p",
">",
"the",
"statistical",
"values",
"for",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"set",
"statistic",
"values",
"(",
"statistic",
"values",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"data",
"points",
"for",
"the",
"metric",
"corresponding",
"to",
"<",
"code",
">",
"timestamps",
"<",
"/",
"code",
">",
"the",
"number",
"of",
"values",
"always",
"matches",
"the",
"number",
"of",
"time",
"stamps",
"and",
"the",
"... | [
"if",
"(",
"values",
"=",
"=",
"null",
")",
"{",
"values",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
")",
";",
"}",
"return",
"values",
";"
] |
[
"<",
"p",
">",
"the",
"data",
"points",
"for",
"the",
"metric",
"corresponding",
"to",
"<",
"code",
">",
"timestamps",
"<",
"/",
"code",
">",
"the",
"number",
"of",
"values",
"always",
"matches",
"the",
"number",
"of",
"time",
"stamps",
"and",
"the",
"... | [
"if",
"(",
"values",
"=",
"=",
"null",
")",
"{",
"this",
"values",
"=",
"null",
";",
"return",
";",
"}",
"this",
"values",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
"values",
")",
";"
] |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"representing",
"the",
"values",
"for",
"the",
"metric",
"during",
"the",
"period",
"each",
"unique",
"value",
"is",
"listed",
"just",
"once",
"in",
"this",
"array",
"and",
"the",
"corresponding",
"number",
"in",
"t... | [
"if",
"(",
"this",
"values",
"=",
"=",
"null",
")",
"{",
"set",
"values",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
"values",
"length",
")",
")",
";",
"}",
"for",
"(",
"double",
"ele",
":",
"val... |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"representing",
"the",
"values",
"for",
"the",
"metric",
"during",
"the",
"period",
"each",
"unique",
"value",
"is",
"listed",
"just",
"once",
"in",
"this",
"array",
"and",
"the",
"corresponding",
"number",
"in",
"t... | [
"set",
"values",
"(",
"values",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"that",
"is",
"used",
"along",
"with",
"the",
"<",
"code",
">",
"values",
"<",
"/",
"code",
">",
"array",
"each",
"number",
"in",
"the",
"<",
"code",
">",
"count",
"<",
"/",
"code",
">",
"array",
"is",
"th... | [
"if",
"(",
"counts",
"=",
"=",
"null",
")",
"{",
"counts",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
")",
";",
"}",
"return",
"counts",
";"
] |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"that",
"is",
"used",
"along",
"with",
"the",
"<",
"code",
">",
"values",
"<",
"/",
"code",
">",
"array",
"each",
"number",
"in",
"the",
"<",
"code",
">",
"count",
"<",
"/",
"code",
">",
"array",
"is",
"th... | [
"if",
"(",
"counts",
"=",
"=",
"null",
")",
"{",
"this",
"counts",
"=",
"null",
";",
"return",
";",
"}",
"this",
"counts",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
"counts",
")",
";"
] |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"that",
"is",
"used",
"along",
"with",
"the",
"<",
"code",
">",
"values",
"<",
"/",
"code",
">",
"array",
"each",
"number",
"in",
"the",
"<",
"code",
">",
"count",
"<",
"/",
"code",
">",
"array",
"is",
"th... | [
"if",
"(",
"this",
"counts",
"=",
"=",
"null",
")",
"{",
"set",
"counts",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"double",
">",
"(",
"counts",
"length",
")",
")",
";",
"}",
"for",
"(",
"double",
"ele",
":",
"cou... |
[
"<",
"p",
">",
"array",
"of",
"numbers",
"that",
"is",
"used",
"along",
"with",
"the",
"<",
"code",
">",
"values",
"<",
"/",
"code",
">",
"array",
"each",
"number",
"in",
"the",
"<",
"code",
">",
"count",
"<",
"/",
"code",
">",
"array",
"is",
"th... | [
"set",
"counts",
"(",
"counts",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"unit",
"of",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"set",
"unit",
"(",
"unit",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"unit",
"for",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"with",
"unit",
"(",
"unit",
")",
";"
] |
[
"<",
"p",
">",
"the",
"unit",
"of",
"the",
"metric",
"<",
"/",
"p",
">"
] | [
"this",
"unit",
"=",
"unit",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"valid",
"values",
"are",
"1",
"and",
"60",
"setting",
"this",
"to",
"1",
"specifies",
"this",
"metric",
"as",
"a",
"high",
"-",
"resolution",
"metric",
"so",
"that",
"cloud",
"watch",
"stores",
"the",
"metric",
"with",
"sub",
"-",
"minu... | [
"this",
"storage",
"resolution",
"=",
"storage",
"resolution",
";"
] |
[
"<",
"p",
">",
"valid",
"values",
"are",
"1",
"and",
"60",
"setting",
"this",
"to",
"1",
"specifies",
"this",
"metric",
"as",
"a",
"high",
"-",
"resolution",
"metric",
"so",
"that",
"cloud",
"watch",
"stores",
"the",
"metric",
"with",
"sub",
"-",
"minu... | [
"return",
"this",
"storage",
"resolution",
";"
] |
[
"<",
"p",
">",
"valid",
"values",
"are",
"1",
"and",
"60",
"setting",
"this",
"to",
"1",
"specifies",
"this",
"metric",
"as",
"a",
"high",
"-",
"resolution",
"metric",
"so",
"that",
"cloud",
"watch",
"stores",
"the",
"metric",
"with",
"sub",
"-",
"minu... | [
"set",
"storage",
"resolution",
"(",
"storage",
"resolution",
")",
";",
"return",
"this",
";"
] |
[
"called",
"when",
"a",
"mouse",
"button",
"is",
"pressed"
] | [
"check",
"popup",
"(",
"e",
")",
";"
] |
[
"called",
"when",
"a",
"mouse",
"button",
"is",
"released"
] | [
"check",
"popup",
"(",
"e",
")",
";"
] |
[
"called",
"before",
"the",
"popup",
"menu",
"will",
"become",
"invisible"
] | [] |
[
"called",
"when",
"the",
"popup",
"menu",
"is",
"cancelled"
] | [] |
[
"gets",
"the",
"type",
"of",
"the",
"checkpoint",
"(",
"checkpoint",
"/",
"savepoint",
")"
] | [
"return",
"checkpoint",
"type",
";"
] |
[
"returns",
"the",
"target",
"location",
"for",
"the",
"checkpoint"
] | [
"return",
"target",
"location",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"return",
"31",
"*",
"target",
"location",
"hash",
"code",
"(",
")",
"+",
"checkpoint",
"type",
"hash",
"code",
"(",
")",
";"
] |
[
"[",
"datatype",
"-",
"jdk",
"8",
"#",
"14",
"]"
] | [
"final",
"container",
"dto",
"=",
"new",
"container",
"(",
")",
";",
"dto",
"contained",
"=",
"optional",
"of",
"(",
"new",
"contained",
"impl",
"(",
")",
")",
";",
"final",
"string",
"json",
"=",
"mapper",
"write",
"value",
"as",
"string",
"(",
"dto",... |
[
"parses",
"a",
"batch",
"of",
"input",
"data",
"and",
"returns",
"a",
"list",
"of",
"records",
"parsed",
"(",
"in",
"most",
"cases",
"this",
"is",
"a",
"list",
"of",
"strings",
")"
] | [
"protected",
"abstract",
"iterable",
"<",
"list",
"<",
"object",
">",
">",
"parse",
"batch",
"(",
"byte",
"[",
"]",
"batch",
"data",
",",
"boolean",
"is",
"last",
"batch",
")",
"throws",
"ignite",
"checked",
"exception",
";"
] |
[
"used",
"for",
"testing"
] | [
"this",
"should",
"attach",
"route",
"=",
"should",
"attach",
"route",
";"
] |
[
"returns",
"the",
"name",
"of",
"the",
"bucket"
] | [
"return",
"bucket",
"name",
";"
] |
[
"returns",
"the",
"version",
"id",
"of",
"the",
"object"
] | [
"return",
"version",
"id",
";"
] |
[
"returns",
"the",
"byte",
"range",
"of",
"the",
"object",
"to",
"download"
] | [
"return",
"range",
"=",
"=",
"null",
"?",
"null",
":",
"range",
"clone",
"(",
")",
";"
] |
[
"returns",
"the",
"optional",
"response",
"headers"
] | [
"return",
"response",
"headers",
";"
] |
[
"returns",
"true",
"if",
"requester",
"pays",
"is",
"enabled",
"on",
"the",
"amazon",
"s3",
"bucket",
"else",
"false"
] | [
"return",
"is",
"requester",
"pays",
";"
] |
[
"returns",
"the",
"file",
"name",
"along",
"with",
"path",
"which",
"needs",
"to",
"be",
"uploaded",
"to",
"amazon",
"s3"
] | [
"return",
"file",
";"
] |
[
"returns",
"the",
"last",
"part",
"number",
"that",
"was",
"successfully",
"written",
"into",
"the",
"downloaded",
"file"
] | [
"return",
"last",
"fully",
"downloaded",
"part",
"number",
";"
] |
[
"returns",
"the",
"last",
"modified",
"/",
"created",
"time",
"of",
"the",
"object",
"represented",
"by",
"the",
"bucket",
"name",
"and",
"key"
] | [
"return",
"last",
"modified",
"time",
";"
] |
[
"this",
"method",
"is",
"called",
"by",
"he",
"handle",
"to",
"realize",
"the",
"bean",
"constructor",
"with",
"property",
"map"
] | [
"for",
"(",
"iterator",
"iter",
"=",
"properties",
"entry",
"set",
"(",
")",
"iterator",
"(",
")",
";",
"iter",
"has",
"next",
"(",
")",
";",
")",
"{",
"map",
"entry",
"entry",
"=",
"(",
"map",
"entry",
")",
"iter",
"next",
"(",
")",
";",
"string... |
[
"unwraps",
"a",
"{"
] | [
"throw",
"script",
"bytecode",
"adapter",
"unwrap",
"(",
"gre",
")",
";"
] |
[
"unwraps",
"a",
"{"
] | [
"wrapper",
"w",
"=",
"(",
"wrapper",
")",
"o",
";",
"return",
"w",
"unwrap",
"(",
")",
";"
] |
[
"guard",
"to",
"check",
"if",
"the",
"argument",
"is",
"null",
"this",
"method",
"is",
"called",
"by",
"the",
"handle",
"to",
"check",
"if",
"the",
"provided",
"argument",
"is",
"null"
] | [
"return",
"o",
"=",
"=",
"null",
";"
] |
[
"guard",
"to",
"check",
"if",
"the",
"provided",
"object",
"has",
"the",
"same",
"class",
"as",
"the",
"provided",
"class",
"this",
"method",
"will",
"return",
"false",
"if",
"the",
"object",
"is",
"null"
] | [
"if",
"(",
"o",
"=",
"=",
"null",
")",
"return",
"false",
";",
"return",
"o",
"get",
"class",
"(",
")",
"=",
"=",
"c",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"-",
"assigned",
"name",
"of",
"the",
"certificate",
"valid",
"characters",
"are",
"a",
"-",
"z",
"and",
"0",
"-",
"9",
"<",
"/",
"p",
">"
] | [
"this",
"certificate",
"identifier",
"=",
"certificate",
"identifier",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"-",
"assigned",
"name",
"of",
"the",
"certificate",
"valid",
"characters",
"are",
"a",
"-",
"z",
"and",
"0",
"-",
"9",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"certificate",
"identifier",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"-",
"assigned",
"name",
"of",
"the",
"certificate",
"valid",
"characters",
"are",
"a",
"-",
"z",
"and",
"0",
"-",
"9",
"<",
"/",
"p",
">"
] | [
"set",
"certificate",
"identifier",
"(",
"certificate",
"identifier",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"this",
"certificate",
"type",
"=",
"certificate",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"certificate",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"set",
"certificate",
"type",
"(",
"certificate",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"thumbprint",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"this",
"thumbprint",
"=",
"thumbprint",
";"
] |
[
"<",
"p",
">",
"the",
"thumbprint",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"thumbprint",
";"
] |
[
"<",
"p",
">",
"the",
"thumbprint",
"of",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"set",
"thumbprint",
"(",
"thumbprint",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"start",
"date",
"and",
"time",
"of",
"the",
"request",
"in",
"utc",
"format",
"(",
"for",
"example",
"<",
"i",
">",
"yyyy",
"<",
"/",
"i",
">",
"-",
"<",
"i",
">",
"mm",
"<",
"/",
"i",
">",
"-",
"<",
"i",
">",
"dd",
... | [
"this",
"valid",
"from",
"=",
"valid",
"from",
";"
] |
[
"<",
"p",
">",
"the",
"start",
"date",
"and",
"time",
"of",
"the",
"request",
"in",
"utc",
"format",
"(",
"for",
"example",
"<",
"i",
">",
"yyyy",
"<",
"/",
"i",
">",
"-",
"<",
"i",
">",
"mm",
"<",
"/",
"i",
">",
"-",
"<",
"i",
">",
"dd",
... | [
"return",
"this",
"valid",
"from",
";"
] |
[
"<",
"p",
">",
"the",
"starting",
"date",
"from",
"which",
"the",
"certificate",
"is",
"valid",
"<",
"/",
"p",
">"
] | [
"set",
"valid",
"from",
"(",
"valid",
"from",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"final",
"date",
"that",
"the",
"certificate",
"continues",
"to",
"be",
"valid",
"<",
"/",
"p",
">"
] | [
"this",
"valid",
"till",
"=",
"valid",
"till",
";"
] |
[
"<",
"p",
">",
"the",
"final",
"date",
"that",
"the",
"certificate",
"continues",
"to",
"be",
"valid",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"valid",
"till",
";"
] |
[
"<",
"p",
">",
"the",
"final",
"date",
"that",
"the",
"certificate",
"continues",
"to",
"be",
"valid",
"<",
"/",
"p",
">"
] | [
"set",
"valid",
"till",
"(",
"valid",
"till",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"of",
"the",
"issued",
"certificate",
"and",
"the",
"certificate",
"serial",
"number",
"this",
"is",
"of",
"the",
"form",
":",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"code",
">",... | [
"this",
"certificate",
"arn",
"=",
"certificate",
"arn",
";"
] |
[
"<",
"p",
">",
"the",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"of",
"the",
"issued",
"certificate",
"and",
"the",
"certificate",
"serial",
"number",
"this",
"is",
"of",
"the",
"form",
":",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"code",
">",... | [
"return",
"this",
"certificate",
"arn",
";"
] |
[
"<",
"p",
">",
"the",
"amazon",
"resource",
"name",
"(",
"arn",
")",
"for",
"the",
"certificate",
"<",
"/",
"p",
">"
] | [
"set",
"certificate",
"arn",
"(",
"certificate",
"arn",
")",
";",
"return",
"this",
";"
] |
[
"converts",
"a",
"string",
"produced",
"by",
"<",
"code",
">",
"time",
"to",
"string",
"<",
"/",
"code",
">",
"or",
"<",
"code",
">",
"date",
"to",
"string",
"<",
"/",
"code",
">",
"back",
"to",
"a",
"time",
"represented",
"as",
"the",
"number",
"o... | [
"return",
"string",
"to",
"date",
"(",
"date",
"string",
")",
"get",
"time",
"(",
")",
";"
] |
[
"adds",
"a",
"listener",
"object",
"that",
"is",
"notified",
"about",
"changes",
"in",
"the",
"search",
"settings"
] | [
"m",
"listeners",
"add",
"listener",
"(",
"listener",
")",
";"
] |
[
"returns",
"the",
"current",
"case",
"sensitive",
"search",
"setting"
] | [
"return",
"m",
"type",
"=",
"=",
"null",
"?",
"m",
"search",
"case",
"sensitive",
":",
"m",
"type",
"is",
"case",
"sensitive",
"search",
"(",
")",
";"
] |
[
"returns",
"the",
"current",
"regular",
"expression",
"search",
"setting"
] | [
"return",
"m",
"type",
"=",
"=",
"null",
"?",
"m",
"search",
"reg",
"ex",
":",
"m",
"type",
"is",
"regex",
"search",
"(",
")",
";"
] |
[
"returns",
"the",
"current",
"selected",
"nodes",
"only",
"search",
"setting"
] | [
"return",
"m",
"type",
"=",
"=",
"null",
"?",
"m",
"search",
"selected",
"nodes",
"only",
":",
"m",
"type",
"is",
"search",
"selected",
"nodes",
"only",
"(",
")",
";"
] |
[
"returns",
"the",
"current",
"visible",
"nodes",
"only",
"search",
"setting"
] | [
"return",
"m",
"type",
"=",
"=",
"null",
"?",
"m",
"search",
"visible",
"nodes",
"only",
":",
"m",
"type",
"is",
"search",
"visible",
"nodes",
"only",
"(",
")",
";"
] |
[
"removes",
"a",
"previously",
"attached",
"listener",
"object"
] | [
"m",
"listeners",
"remove",
"listener",
"(",
"listener",
")",
";"
] |
[
"changes",
"the",
"current",
"case",
"sensitive",
"search",
"setting"
] | [
"if",
"(",
"value",
"=",
"=",
"get",
"search",
"case",
"sensitive",
"(",
")",
")",
"{",
"return",
";",
"}",
"if",
"(",
"m",
"type",
"=",
"=",
"null",
")",
"{",
"m",
"search",
"case",
"sensitive",
"=",
"value",
";",
"}",
"else",
"{",
"m",
"type"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.