docstring_tokens list | code_tokens list |
|---|---|
[
"sets",
"whether",
"to",
"propagate",
"the",
"incoming",
"body",
"if",
"the",
"return",
"type",
"of",
"the",
"underlying",
"ignite",
"operation",
"is",
"void"
] | [
"this",
"propagate",
"incoming",
"body",
"if",
"no",
"return",
"value",
"=",
"propagate",
"incoming",
"body",
"if",
"no",
"return",
"value",
";"
] |
[
"gets",
"whether",
"to",
"treat",
"collections",
"as",
"cache",
"objects",
"or",
"as",
"collections",
"of",
"items",
"to",
"insert",
"/",
"update",
"/",
"compute",
"etc"
] | [
"return",
"treat",
"collections",
"as",
"cache",
"objects",
";"
] |
[
"sets",
"whether",
"to",
"treat",
"collections",
"as",
"cache",
"objects",
"or",
"as",
"collections",
"of",
"items",
"to",
"insert",
"/",
"update",
"/",
"compute",
"etc"
] | [
"this",
"treat",
"collections",
"as",
"cache",
"objects",
"=",
"treat",
"collections",
"as",
"cache",
"objects",
";"
] |
[
"check",
"backprop",
"gradients",
"for",
"a",
"multi",
"layer",
"network"
] | [
"return",
"check",
"gradients",
"(",
"mln",
",",
"epsilon",
",",
"max",
"rel",
"error",
",",
"min",
"absolute",
"error",
",",
"print",
",",
"exit",
"on",
"first",
"error",
",",
"input",
",",
"labels",
",",
"null",
",",
"null",
")",
";"
] |
[
"check",
"backprop",
"gradients",
"for",
"a",
"computation",
"graph"
] | [
"return",
"check",
"gradients",
"(",
"graph",
",",
"epsilon",
",",
"max",
"rel",
"error",
",",
"min",
"absolute",
"error",
",",
"print",
",",
"exit",
"on",
"first",
"error",
",",
"inputs",
",",
"labels",
",",
"null",
",",
"null",
",",
"null",
")",
";... |
[
"add",
"authn",
"query",
"service"
] | [
"this",
"authn",
"query",
"service",
"add",
"(",
"endpoint",
")",
";"
] |
[
"add",
"an",
"assertion",
"id",
"request",
"service"
] | [
"this",
"assertion",
"i",
"d",
"request",
"service",
"add",
"(",
"endpoint",
")",
";"
] |
[
"add",
"a",
"name",
"id"
] | [
"this",
"name",
"i",
"d",
"format",
"add",
"(",
"str",
")",
";"
] |
[
"remove",
"authn",
"query",
"service"
] | [
"this",
"authn",
"query",
"service",
"remove",
"(",
"endpoint",
")",
";"
] |
[
"remove",
"assertion",
"id",
"request",
"service"
] | [
"this",
"assertion",
"i",
"d",
"request",
"service",
"remove",
"(",
"endpoint",
")",
";"
] |
[
"remove",
"name",
"id"
] | [
"this",
"name",
"i",
"d",
"format",
"remove",
"(",
"str",
")",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"authn",
"query",
"service",
"property",
"<",
"p",
">",
"objects",
"of",
"the",
"following",
"type",
"(",
"s",
")",
"are",
"allowed",
"in",
"the",
"list",
"{"
] | [
"return",
"collections",
"unmodifiable",
"list",
"(",
"this",
"authn",
"query",
"service",
")",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"assertion",
"i",
"d",
"request",
"service",
"property",
"<",
"p",
">",
"objects",
"of",
"the",
"following",
"type",
"(",
"s",
")",
"are",
"allowed",
"in",
"the",
"list",
"{"
] | [
"return",
"collections",
"unmodifiable",
"list",
"(",
"this",
"assertion",
"i",
"d",
"request",
"service",
")",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"name",
"i",
"d",
"format",
"property",
"<",
"p",
">",
"objects",
"of",
"the",
"following",
"type",
"(",
"s",
")",
"are",
"allowed",
"in",
"the",
"list",
"{"
] | [
"return",
"collections",
"unmodifiable",
"list",
"(",
"this",
"name",
"i",
"d",
"format",
")",
";"
] |
[
"opens",
"this",
"function"
] | [
"streamer",
"open",
"(",
")",
";",
"streamer",
"send",
"broad",
"cast",
"variables",
"(",
"config",
")",
";"
] |
[
"calls",
"the",
"external",
"python",
"function"
] | [
"streamer",
"stream",
"buffer",
"with",
"groups",
"(",
"first",
"iterator",
"(",
")",
",",
"second",
"iterator",
"(",
")",
",",
"out",
")",
";"
] |
[
"closes",
"this",
"function"
] | [
"streamer",
"close",
"(",
")",
";"
] |
[
"get",
"the",
"output",
"setting",
"for",
"this",
"node",
"or",
"if",
"this",
"node",
"has",
"no",
"document",
"(",
"or",
"parent",
")",
"retrieve",
"the",
"default",
"output",
"settings"
] | [
"document",
"owner",
"=",
"node",
"owner",
"document",
"(",
")",
";",
"return",
"owner",
"!",
"=",
"null",
"?",
"owner",
"output",
"settings",
"(",
")",
":",
"(",
"new",
"document",
"(",
"\"",
"\"",
")",
")",
"output",
"settings",
"(",
")",
";"
] |
[
"get",
"the",
"parser",
"that",
"was",
"used",
"to",
"make",
"this",
"node",
"or",
"the",
"default",
"html",
"parser",
"if",
"it",
"has",
"no",
"parent"
] | [
"document",
"doc",
"=",
"node",
"owner",
"document",
"(",
")",
";",
"return",
"doc",
"!",
"=",
"null",
"&",
"&",
"doc",
"parser",
"(",
")",
"!",
"=",
"null",
"?",
"doc",
"parser",
"(",
")",
":",
"new",
"parser",
"(",
"new",
"html",
"tree",
"build... |
[
"convert",
"a",
"list",
"of",
"{"
] | [
"java",
"script",
"object",
"[",
"]",
"out",
"=",
"new",
"java",
"script",
"object",
"[",
"errors",
"size",
"(",
")",
"]",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"errors",
"size",
"(",
")",
";",
"+",
"+",
"i",
")",
"{",
"j",
... |
[
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"=",
"... | [
"return",
"config",
"attribs",
";"
] |
[
"returns",
"a",
"{",
"@",
"link",
"flink",
"local",
"cluster",
"}",
"that",
"should",
"be",
"used",
"for",
"execution",
"if",
"no",
"cluster",
"was",
"set",
"by",
"{",
"@",
"link",
"#",
"initialize",
"(",
"local",
"cluster",
"factory",
")",
"}",
"in",
... | [
"return",
"current",
"factory",
"create",
"local",
"cluster",
"(",
")",
";"
] |
[
"sets",
"a",
"different",
"factory",
"for",
"flink",
"local",
"clusters",
"to",
"be",
"used",
"for",
"execution"
] | [
"current",
"factory",
"=",
"objects",
"require",
"non",
"null",
"(",
"cluster",
"factory",
")",
";"
] |
[
"bundle",
"has",
"been",
"removed",
"if",
"it",
"was",
"a",
"webapp",
"we",
"deployed",
"undeploy",
"it"
] | [
"app",
"app",
"=",
"bundle",
"map",
"remove",
"(",
"bundle",
")",
";",
"if",
"(",
"app",
"!",
"=",
"null",
")",
"{",
"get",
"deployment",
"manager",
"(",
")",
"remove",
"app",
"(",
"app",
")",
";",
"return",
"true",
";",
"}",
"return",
"false",
"... |
[
"<",
"p",
">",
"the",
"identifier",
"of",
"the",
"work",
"space",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"workspace",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"work",
"space",
"<",
"/",
"p",
">"
] | [
"set",
"workspace",
"id",
"(",
"workspace",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"work",
"space",
"state",
"<",
"/",
"p",
">"
] | [
"this",
"workspace",
"state",
"=",
"workspace",
"state",
";"
] |
[
"<",
"p",
">",
"the",
"work",
"space",
"state",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"workspace",
"state",
";"
] |
[
"<",
"p",
">",
"the",
"work",
"space",
"state",
"<",
"/",
"p",
">"
] | [
"set",
"workspace",
"state",
"(",
"workspace",
"state",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"work",
"space",
"state",
"<",
"/",
"p",
">"
] | [
"this",
"workspace",
"state",
"=",
"workspace",
"state",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"converts",
"the",
"given",
"{",
"@",
"link",
"rendered",
"image",
"}",
"into",
"a",
"stream",
"of",
"bytes"
] | [
"byte",
"array",
"output",
"stream",
"baos",
"=",
"new",
"byte",
"array",
"output",
"stream",
"(",
")",
";",
"boolean",
"success",
"=",
"image",
"i",
"o",
"write",
"(",
"image",
",",
"format",
",",
"baos",
")",
";",
"return",
"success",
"?",
"baos",
... |
[
"converts",
"the",
"given",
"byte",
"array",
"into",
"a",
"{",
"@",
"link",
"buffered",
"image",
"}"
] | [
"return",
"image",
"i",
"o",
"read",
"(",
"new",
"byte",
"array",
"input",
"stream",
"(",
"data",
")",
")",
";"
] |
[
"for",
"backwards",
"compatibility",
"with",
"the",
"{"
] | [
"string",
"[",
"]",
"processed",
"locations",
"=",
"process",
"locations",
"(",
"config",
"attributes",
"get",
"declaring",
"class",
"(",
")",
",",
"config",
"attributes",
"get",
"locations",
"(",
")",
")",
";",
"config",
"attributes",
"set",
"locations",
"(... |
[
"prepare",
"the",
"{"
] | [
"context",
"get",
"environment",
"(",
")",
"set",
"active",
"profiles",
"(",
"merged",
"config",
"get",
"active",
"profiles",
"(",
")",
")",
";",
"test",
"property",
"source",
"utils",
"add",
"properties",
"files",
"to",
"environment",
"(",
"context",
",",
... |
[
"customize",
"the",
"{"
] | [
"for",
"(",
"context",
"customizer",
"context",
"customizer",
":",
"merged",
"config",
"get",
"context",
"customizers",
"(",
")",
")",
"{",
"context",
"customizer",
"customize",
"context",
"(",
"context",
",",
"merged",
"config",
")",
";",
"}"
] |
[
"if",
"the",
"supplied",
"{"
] | [
"return",
"(",
"object",
"utils",
"is",
"empty",
"(",
"locations",
")",
"&",
"&",
"is",
"generate",
"default",
"locations",
"(",
")",
")",
"?",
"generate",
"default",
"locations",
"(",
"clazz",
")",
":",
"modify",
"locations",
"(",
"clazz",
",",
"locatio... |
[
"generate",
"a",
"modified",
"version",
"of",
"the",
"supplied",
"locations",
"array",
"and",
"return",
"it",
"<",
"p",
">",
"the",
"default",
"implementation",
"simply",
"delegates",
"to",
"{"
] | [
"return",
"test",
"context",
"resource",
"utils",
"convert",
"to",
"classpath",
"resource",
"paths",
"(",
"clazz",
",",
"locations",
")",
";"
] |
[
"determine",
"whether",
"or",
"not",
"<",
"em",
">",
"default",
"<",
"/",
"em",
">",
"resource",
"locations",
"should",
"be",
"generated",
"if",
"the",
"{"
] | [
"return",
"true",
";"
] |
[
"get",
"the",
"suffixes",
"to",
"append",
"to",
"{"
] | [
"return",
"new",
"string",
"[",
"]",
"{",
"get",
"resource",
"suffix",
"(",
")",
"}",
";"
] |
[
"get",
"the",
"suffix",
"to",
"append",
"to",
"{"
] | [
"protected",
"abstract",
"string",
"get",
"resource",
"suffix",
"(",
")",
";"
] |
[
"returns",
"the",
"string",
"value",
"optionally",
"including",
"the",
"enclosing",
"quotes"
] | [
"if",
"(",
"!",
"include",
"quotes",
")",
"return",
"value",
";",
"return",
"quote",
"char",
"+",
"value",
"+",
"quote",
"char",
";"
] |
[
"sets",
"the",
"regexp",
"string",
"without",
"delimiters"
] | [
"assert",
"not",
"null",
"(",
"value",
")",
";",
"this",
"value",
"=",
"value",
";"
] |
[
"returns",
"the",
"character",
"used",
"as",
"the",
"delimiter",
"for",
"this",
"string"
] | [
"return",
"quote",
"char",
";"
] |
[
"<",
"p",
">",
"identifier",
"of",
"the",
"directory",
"in",
"the",
"directory",
"owner",
"account",
"<",
"/",
"p",
">"
] | [
"this",
"owner",
"directory",
"id",
"=",
"owner",
"directory",
"id",
";"
] |
[
"<",
"p",
">",
"identifier",
"of",
"the",
"directory",
"in",
"the",
"directory",
"owner",
"account",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"owner",
"directory",
"id",
";"
] |
[
"<",
"p",
">",
"returns",
"the",
"identifier",
"of",
"the",
"directory",
"in",
"the",
"directory",
"owner",
"account",
"<",
"/",
"p",
">"
] | [
"set",
"owner",
"directory",
"id",
"(",
"owner",
"directory",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"identifiers",
"of",
"all",
"shared",
"directories",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"shared",
"directory",
"ids",
"=",
"=",
"null",
")",
"{",
"shared",
"directory",
"ids",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
")",
";",
"}",
"return",
"shared",
"directory",
"ids",
";... |
[
"<",
"p",
">",
"a",
"list",
"of",
"identifiers",
"of",
"all",
"shared",
"directories",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"shared",
"directory",
"ids",
"=",
"=",
"null",
")",
"{",
"this",
"shared",
"directory",
"ids",
"=",
"null",
";",
"return",
";",
"}",
"this",
"shared",
"directory",
"ids",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"identifiers",
"of",
"all",
"shared",
"directories",
"in",
"your",
"account",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",... | [
"if",
"(",
"this",
"shared",
"directory",
"ids",
"=",
"=",
"null",
")",
"{",
"set",
"shared",
"directory",
"ids",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"shared",
"directory",
"ids",
"length",
")",... |
[
"<",
"p",
">",
"a",
"list",
"of",
"identifiers",
"of",
"all",
"shared",
"directories",
"in",
"your",
"account",
"<",
"/",
"p",
">"
] | [
"set",
"shared",
"directory",
"ids",
"(",
"shared",
"directory",
"ids",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"describe",
"shared",
"directories",
"result",
"next",
"token",
"<",
"/",
"code",
">",
"value",
"from",
"a",
"previous",
"call",
"to",
"<",
"a",
">",
"describe",
"shared",
"directories",
"<",
"/",
"a",
">",
"pa... | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"number",
"of",
"shared",
"directories",
"to",
"return",
"in",
"the",
"response",
"object",
"<",
"/",
"p",
">"
] | [
"set",
"limit",
"(",
"limit",
")",
";",
"return",
"this",
";"
] |
[
"constructs",
"clone",
"part",
"and",
"saves",
"it",
"for",
"future",
"processing",
"in",
"{",
"@",
"link",
"#",
"end",
"of",
"group",
"(",
")",
"}"
] | [
"block",
"numbers",
"[",
"count",
"]",
"[",
"0",
"]",
"=",
"start",
";",
"block",
"numbers",
"[",
"count",
"]",
"[",
"1",
"]",
"=",
"end",
"-",
"1",
";",
"count",
"+",
"+",
";"
] |
[
"prepare",
"for",
"processing",
"of",
"next",
"duplication"
] | [
"block",
"numbers",
"=",
"null",
";",
"count",
"=",
"0",
";"
] |
[
"saves",
"clone",
"group",
"if",
"it",
"is",
"not",
"included",
"into",
"previously",
"saved",
"<",
"p",
">",
"current",
"clone",
"group",
"can",
"not",
"include",
"none",
"of",
"clone",
"group",
"which",
"were",
"constructed",
"before",
"proof",
":",
"acc... | [
"for",
"(",
"clone",
"group",
"earlier",
":",
"filtered",
")",
"{",
"if",
"(",
"contains",
"in",
"(",
"current",
",",
"earlier",
")",
")",
"{",
"return",
";",
"}",
"}",
"filtered",
"add",
"(",
"current",
")",
";"
] |
[
"returns",
"a",
"{"
] | [
"if",
"(",
"fail",
"task",
"on",
"checkpoint",
"exception",
")",
"{",
"return",
"new",
"failing",
"checkpoint",
"exception",
"handler",
"(",
")",
";",
"}",
"else",
"{",
"return",
"new",
"declining",
"checkpoint",
"exception",
"handler",
"(",
"environment",
"... |
[
"<",
"p",
">",
"collection",
"of",
"objects",
"containing",
"game",
"session",
"properties",
"and",
"the",
"protection",
"policy",
"currently",
"in",
"force",
"for",
"each",
"session",
"matching",
"the",
"request",
"<",
"/",
"p",
">"
] | [
"return",
"game",
"session",
"details",
";"
] |
[
"<",
"p",
">",
"collection",
"of",
"objects",
"containing",
"game",
"session",
"properties",
"and",
"the",
"protection",
"policy",
"currently",
"in",
"force",
"for",
"each",
"session",
"matching",
"the",
"request",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"game",
"session",
"details",
"=",
"=",
"null",
")",
"{",
"this",
"game",
"session",
"details",
"=",
"null",
";",
"return",
";",
"}",
"this",
"game",
"session",
"details",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"game",
"session",
... |
[
"<",
"p",
">",
"collection",
"of",
"objects",
"containing",
"game",
"session",
"properties",
"and",
"the",
"protection",
"policy",
"currently",
"in",
"force",
"for",
"each",
"session",
"matching",
"the",
"request",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
... | [
"if",
"(",
"this",
"game",
"session",
"details",
"=",
"=",
"null",
")",
"{",
"set",
"game",
"session",
"details",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"game",
"session",
"detail",
">",
"(",
"game",
"session",
"details",
"length",
")",
")",... |
[
"<",
"p",
">",
"collection",
"of",
"objects",
"containing",
"game",
"session",
"properties",
"and",
"the",
"protection",
"policy",
"currently",
"in",
"force",
"for",
"each",
"session",
"matching",
"the",
"request",
"<",
"/",
"p",
">"
] | [
"set",
"game",
"session",
"details",
"(",
"game",
"session",
"details",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"token",
"that",
"indicates",
"where",
"to",
"resume",
"retrieving",
"results",
"on",
"the",
"next",
"call",
"to",
"this",
"action",
"if",
"no",
"token",
"is",
"returned",
"these",
"results",
"represent",
"the",
"end",
"of",
"the",
"list",
... | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"whether",
"connection",
"to",
"power",
"is",
"required"
] | [
"return",
"m",
"require",
"power",
"connected",
";"
] |
[
"returns",
"the",
"minimum",
"battery",
"percentage",
"that",
"is",
"required"
] | [
"return",
"m",
"minimum",
"battery",
"percentage",
";"
] |
[
"returns",
"whether",
"connection",
"to",
"an",
"unmetered",
"network",
"is",
"required"
] | [
"return",
"m",
"require",
"unmetered",
"network",
";"
] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"object",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"array",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"object",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [
"on",
"success",
"(",
"status",
"code",
",",
"response",
")",
";"
] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"object",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [
"on",
"success",
"(",
"response",
")",
";"
] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"array",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [
"on",
"success",
"(",
"status",
"code",
",",
"response",
")",
";"
] |
[
"fired",
"when",
"a",
"request",
"returns",
"successfully",
"and",
"contains",
"a",
"json",
"array",
"at",
"the",
"base",
"of",
"the",
"response",
"string",
"override",
"to",
"handle",
"in",
"your",
"own",
"code"
] | [
"on",
"success",
"(",
"response",
")",
";"
] |
[
"returns",
"ticker"
] | [
"return",
"ticker",
";"
] |
[
"note",
":",
"in",
"this",
"instance",
"we",
"subtract",
"/",
"add",
"the",
"cell",
"buffer",
"size",
"(",
"computed",
"when",
"item",
"width",
"is",
"set",
"defaulted",
"to",
"1",
"cell",
")",
"to",
"add",
"a",
"buffer",
"of",
"cell",
"buffer",
"size"... | [
"linked",
"hash",
"map",
"<",
"object",
",",
"free",
"flow",
"item",
">",
"desc",
"=",
"new",
"linked",
"hash",
"map",
"<",
"object",
",",
"free",
"flow",
"item",
">",
"(",
")",
";",
"for",
"(",
"free",
"flow",
"item",
"fd",
":",
"proxies",
"values... |
[
"<",
"p",
">",
"value",
"for",
"a",
"string",
"annotation",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"string",
"value",
";"
] |
[
"<",
"p",
">",
"value",
"for",
"a",
"string",
"annotation",
"<",
"/",
"p",
">"
] | [
"this",
"string",
"value",
"=",
"string",
"value",
";"
] |
[
"to",
"use",
"a",
"specific",
"endpoint",
"class",
"instead",
"of",
"what",
"has",
"been",
"provided",
"by",
"the",
"constructors"
] | [
"this",
"endpoint",
"class",
"=",
"endpoint",
"class",
";"
] |
[
"returns",
"a",
"newly",
"created",
"sorted",
"map",
"indexed",
"by",
"name",
"of",
"all",
"the",
"parameter",
"configurations",
"of",
"the",
"given",
"endpoint",
"class",
"using",
"introspection",
"for",
"the",
"various",
"annotations",
"like",
"{"
] | [
"sorted",
"map",
"<",
"string",
",",
"parameter",
"configuration",
">",
"answer",
"=",
"new",
"tree",
"map",
"<",
">",
"(",
")",
";",
"populate",
"parameter",
"configuration",
"map",
"(",
"answer",
",",
"endpoint",
"class",
",",
"\"",
"\"",
")",
";",
"... |
[
"returns",
"the",
"sorted",
"map",
"of",
"all",
"the",
"uri",
"query",
"parameter",
"names",
"to",
"their",
"{"
] | [
"if",
"(",
"parameter",
"configuration",
"map",
"=",
"=",
"null",
")",
"{",
"parameter",
"configuration",
"map",
"=",
"create",
"parameter",
"configuration",
"map",
"(",
"get",
"endpoint",
"class",
"(",
")",
")",
";",
"}",
"return",
"new",
"tree",
"map",
... |
[
"returns",
"file",
"object",
"(",
"not",
"null",
")",
"for",
"incoming",
"image",
"uri",
"file",
"object",
"can",
"reference",
"to",
"non",
"-",
"existing",
"file"
] | [
"string",
"file",
"name",
"=",
"file",
"name",
"generator",
"generate",
"(",
"image",
"uri",
")",
";",
"file",
"dir",
"=",
"cache",
"dir",
";",
"if",
"(",
"!",
"cache",
"dir",
"exists",
"(",
")",
"&",
"&",
"!",
"cache",
"dir",
"mkdirs",
"(",
")",
... |
[
"set",
"the",
"size",
"of",
"the",
"buffer",
"used",
"to"
] | [
"this",
"buffer",
"size",
"=",
"buffer",
"size",
";"
] |
[
"test",
"that",
"{"
] | [
"this",
"slsb",
"build",
"default",
"validator",
"factory",
"(",
")",
";"
] |
[
"return",
"true",
"if",
"the",
"coordinates",
"are",
"outside",
"of",
"the",
"supported",
"area"
] | [
"abstract",
"boolean",
"is",
"outside",
"supported",
"area",
"(",
"double",
"lat",
",",
"double",
"lon",
")",
";"
] |
[
"the",
"smallest",
"lat",
"that",
"is",
"still",
"in",
"the",
"height",
"tile"
] | [
"abstract",
"int",
"get",
"min",
"lat",
"for",
"tile",
"(",
"double",
"lat",
")",
";"
] |
[
"the",
"smallest",
"lon",
"that",
"is",
"still",
"in",
"the",
"height",
"tile"
] | [
"abstract",
"int",
"get",
"min",
"lon",
"for",
"tile",
"(",
"double",
"lon",
")",
";"
] |
[
"specify",
"the",
"name",
"of",
"the",
"file",
"after",
"downloading"
] | [
"abstract",
"string",
"get",
"file",
"name",
"of",
"local",
"file",
"(",
"double",
"lat",
",",
"double",
"lon",
")",
";"
] |
[
"download",
"a",
"file",
"at",
"the",
"provided",
"url",
"and",
"save",
"it",
"as",
"the",
"given",
"download",
"file",
"if",
"the",
"download",
"file",
"does",
"not",
"exist"
] | [
"if",
"(",
"!",
"download",
"file",
"exists",
"(",
")",
")",
"{",
"int",
"max",
"=",
"3",
";",
"for",
"(",
"int",
"trial",
"=",
"0",
";",
"trial",
"<",
"max",
";",
"trial",
"+",
"+",
")",
"{",
"try",
"{",
"downloader",
"download",
"file",
"(",
... |
[
"creating",
"temporary",
"files",
"can",
"take",
"a",
"long",
"time",
"to",
"fill",
"our",
"data",
"access",
"object",
"so",
"this",
"option",
"can",
"be",
"used",
"to",
"disable",
"the",
"default",
"clear",
"mechanism",
"via",
"specifying",
"false"
] | [
"this",
"auto",
"remove",
"temporary",
"=",
"auto",
"remove",
"temporary",
";"
] |
[
"gets",
"the",
"descriptor"
] | [
"return",
"descriptor",
";"
] |
[
"is",
"upload",
"in",
"progress"
] | [
"return",
"is",
"uploading",
";"
] |
[
"performs",
"syntax",
"check"
] | [
"try",
"{",
"string",
"msg",
"=",
"cron",
"tab",
"list",
"create",
"(",
"fix",
"null",
"(",
"value",
")",
")",
"check",
"sanity",
"(",
")",
";",
"if",
"(",
"msg",
"!",
"=",
"null",
")",
"return",
"form",
"validation",
"warning",
"(",
"msg",
")",
... |
[
"get",
"package",
"returns",
"null",
"on",
"jdk",
"1",
"2"
] | [
"return",
"get",
"package",
"name",
"(",
"get",
"class",
"name",
"(",
"type",
")",
")",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"abort",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listener",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"abort",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"<",
"r",
">",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"abort",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"complete",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listener",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"complete",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"failed",
"attempt",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listener",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"failed",
"attempt",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"<",
"r",
">",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"failed",
"attempt",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"failure",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listener",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
[
"registers",
"the",
"{"
] | [
"registry",
"(",
")",
"failure",
"(",
")",
"add",
"(",
"listeners",
"of",
"(",
"listeners",
"<",
"r",
">",
"of",
"(",
"listener",
")",
",",
"null",
",",
"scheduler",
")",
")",
";",
"return",
"(",
"f",
")",
"this",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.