docstring_tokens list | code_tokens list |
|---|---|
[
"set",
"the",
"value",
"of",
"the",
"{"
] | [
"this",
"value",
"=",
"value",
";"
] |
[
"get",
"the",
"value",
"of",
"the",
"{"
] | [
"return",
"this",
"value",
";"
] |
[
"get",
"the",
"web",
"sphere",
"group",
"names",
"for",
"the",
"given",
"subject"
] | [
"return",
"get",
"web",
"sphere",
"groups",
"(",
"get",
"security",
"name",
"(",
"subject",
")",
")",
";"
] |
[
"lets",
"the",
"visitor",
"visit",
"with",
"method",
"and",
"code",
"attribute",
"null"
] | [
"target",
"info",
"visitor",
"visit",
"type",
"argument",
"target",
"info",
"(",
"clazz",
",",
"null",
",",
"null",
",",
"type",
"annotation",
",",
"this",
")",
";"
] |
[
"returns",
"a",
"builder",
"that",
"creates",
"a",
"module",
"that",
"overlays",
"override",
"modules",
"over",
"the",
"given",
"modules",
"if",
"a",
"key",
"is",
"bound",
"in",
"both",
"sets",
"of",
"modules",
"only",
"the",
"binding",
"from",
"the",
"ove... | [
"return",
"new",
"real",
"overridden",
"module",
"builder",
"(",
"arrays",
"as",
"list",
"(",
"modules",
")",
")",
";"
] |
[
"returns",
"a",
"builder",
"that",
"creates",
"a",
"module",
"that",
"overlays",
"override",
"modules",
"over",
"the",
"given",
"modules",
"if",
"a",
"key",
"is",
"bound",
"in",
"both",
"sets",
"of",
"modules",
"only",
"the",
"binding",
"from",
"the",
"ove... | [
"return",
"new",
"real",
"overridden",
"module",
"builder",
"(",
"modules",
")",
";"
] |
[
"returns",
"a",
"new",
"module",
"that",
"installs",
"all",
"of",
"{"
] | [
"return",
"combine",
"(",
"immutable",
"set",
"copy",
"of",
"(",
"modules",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"module",
"that",
"installs",
"all",
"of",
"{"
] | [
"return",
"new",
"combined",
"module",
"(",
"modules",
")",
";"
] |
[
"filter",
"criteria",
"for",
"determining",
"which",
"s3",
"objects",
"trigger",
"event",
"notifications"
] | [
"return",
"filter",
";"
] |
[
"release",
"the",
"filter",
"instance",
"associated",
"with",
"this",
"filter",
"config",
"if",
"there",
"is",
"one"
] | [
"if",
"(",
"this",
"filter",
"!",
"=",
"null",
")",
"{",
"filter",
"destroy",
"(",
")",
";",
"}",
"this",
"filter",
"=",
"null",
";"
] |
[
"sets",
"the",
"filter",
"criteria",
"for",
"this",
"{",
"@",
"link",
"notification",
"configuration",
"}"
] | [
"this",
"filter",
"=",
"filter",
";"
] |
[
"returns",
"the",
"name",
"of",
"the",
"field",
"to",
"base",
"the",
"bounding",
"box",
"computation",
"on"
] | [
"return",
"this",
"field",
"name",
";"
] |
[
"compute",
"sign",
"safe",
"mod"
] | [
"int",
"mod",
"=",
"(",
"int",
")",
"(",
"dividend",
"%",
"divisor",
")",
";",
"if",
"(",
"mod",
"<",
"0",
")",
"{",
"mod",
"+",
"=",
"divisor",
";",
"}",
"return",
"mod",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"accept",
"qualification",
"request",
"<",
"/",
"code",
">",
"operation",
"approves",
"a",
"worker",
"s",
"request",
"for",
"a",
"qualification",
"<",
"/",
"p",
">",
"<",
"p",
">",
"only",
"the",
"owner",
"of",... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"accept",
"qualification",
"request",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"approve",
"assignment",
"<",
"/",
"code",
">",
"operation",
"approves",
"the",
"results",
"of",
"a",
"completed",
"assignment",
"<",
"/",
"p",
">",
"<",
"p",
">",
"approving",
"an",
"assignment",
"initiates",
"t... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"approve",
"assignment",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"associate",
"qualification",
"with",
"worker",
"<",
"/",
"code",
">",
"operation",
"gives",
"a",
"worker",
"a",
"qualification",
"<",
"code",
">",
"associate",
"qualification",
"with",
"worker",
"<",
"/",
"code",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"associate",
"qualification",
"with",
"worker",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"additional",
"assignments",
"for",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"increases",
"the",
"maximum",
"number",
"of",
"assignments",
"of",
"an",
"existing",
"hit",
"<",
"/",
"p",
">",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"additional",
"assignments",
"for",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"creates",
"a",
"new",
"human",
"intelligence",
"task",
"(",
"hit",
")",
"the",
"new",
"hit",
"is",
"made",
"available",
"for",
"workers",
"to",
"f... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"h",
"i",
"t",
"type",
"<",
"/",
"code",
">",
"operation",
"creates",
"a",
"new",
"hit",
"type",
"this",
"operation",
"allows",
"you",
"to",
"define",
"a",
"standard",
"set",
"of",
"hit",
"properties"... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"h",
"i",
"t",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"h",
"i",
"t",
"with",
"h",
"i",
"t",
"type",
"<",
"/",
"code",
">",
"operation",
"creates",
"a",
"new",
"human",
"intelligence",
"task",
"(",
"hit",
")",
"using",
"an",
"existing",
"h",
"i",
"t",... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"h",
"i",
"t",
"with",
"h",
"i",
"t",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"qualification",
"type",
"<",
"/",
"code",
">",
"operation",
"creates",
"a",
"new",
"qualification",
"type",
"which",
"is",
"represented",
"by",
"a",
"<",
"code",
">",
"qualification",
"type",
"<",
"/",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"create",
"worker",
"block",
"<",
"/",
"code",
">",
"operation",
"allows",
"you",
"to",
"prevent",
"a",
"worker",
"from",
"working",
"on",
"your",
"h",
"i",
"ts",
"for",
"example",
"you",
"can",
"block",
"a",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"create",
"worker",
"block",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"delete",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"is",
"used",
"to",
"delete",
"hit",
"that",
"is",
"no",
"longer",
"needed",
"only",
"the",
"requester",
"who",
"created",
"the",
"hit",
"can",
"de... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"delete",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"delete",
"qualification",
"type",
"<",
"/",
"code",
">",
"deletes",
"a",
"qualification",
"type",
"and",
"deletes",
"any",
"hit",
"types",
"that",
"are",
"associated",
"with",
"the",
"qualification",
"type",
"<",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"delete",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"delete",
"worker",
"block",
"<",
"/",
"code",
">",
"operation",
"allows",
"you",
"to",
"reinstate",
"a",
"blocked",
"worker",
"to",
"work",
"on",
"your",
"h",
"i",
"ts",
"this",
"operation",
"reverses",
"the",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"delete",
"worker",
"block",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"disassociate",
"qualification",
"from",
"worker",
"<",
"/",
"code",
">",
"revokes",
"a",
"previously",
"granted",
"qualification",
"from",
"a",
"user",
"<",
"/",
"p",
">",
"<",
"p",
">",
"you",
"can",
"provide",... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"disassociate",
"qualification",
"from",
"worker",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"account",
"balance",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"amount",
"of",
"money",
"in",
"your",
"amazon",
"mechanical",
"turk",
"account",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"account",
"balance",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"assignment",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"details",
"of",
"the",
"specified",
"assignment",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"assignment",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"file",
"upload",
"u",
"r",
"l",
"<",
"/",
"code",
">",
"operation",
"generates",
"and",
"returns",
"a",
"temporary",
"url",
"you",
"use",
"the",
"temporary",
"url",
"to",
"retrieve",
"a",
"file",
"uploa... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"file",
"upload",
"u",
"r",
"l",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"details",
"of",
"the",
"specified",
"hit",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"qualification",
"score",
"<",
"/",
"code",
">",
"operation",
"returns",
"the",
"value",
"of",
"a",
"worker",
"s",
"qualification",
"for",
"a",
"given",
"qualification",
"type",
"<",
"/",
"p",
">",
"<",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"qualification",
"score",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"get",
"qualification",
"type",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"information",
"about",
"a",
"qualification",
"type",
"using",
"its",
"id",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"get",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"assignments",
"for",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"completed",
"assignments",
"for",
"a",
"hit",
"you",
"can",
"use",
"this",
"operation",
"to",
"retrieve",
"the",
"res... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"assignments",
"for",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"bonus",
"payments",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"amounts",
"of",
"bonuses",
"you",
"have",
"paid",
"to",
"workers",
"for",
"a",
"given",
"hit",
"or",
"assignment",
"<",
"/",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"bonus",
"payments",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"h",
"i",
"ts",
"<",
"/",
"code",
">",
"operation",
"returns",
"all",
"of",
"a",
"requester",
"s",
"h",
"i",
"ts",
"the",
"operation",
"returns",
"h",
"i",
"ts",
"of",
"any",
"status",
"except",
"fo... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"h",
"i",
"ts",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"h",
"i",
"ts",
"for",
"qualification",
"type",
"<",
"/",
"code",
">",
"operation",
"returns",
"the",
"h",
"i",
"ts",
"that",
"use",
"the",
"given",
"qualification",
"type",
"for",
"a",
"qualification",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"h",
"i",
"ts",
"for",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"qualification",
"requests",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"requests",
"for",
"qualifications",
"of",
"a",
"particular",
"qualification",
"type",
"the",
"owner",
"of",
"the",
"qualification",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"qualification",
"requests",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"qualification",
"types",
"<",
"/",
"code",
">",
"operation",
"returns",
"a",
"list",
"of",
"qualification",
"types",
"filtered",
"by",
"an",
"optional",
"search",
"term",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"qualification",
"types",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"review",
"policy",
"results",
"for",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"computed",
"results",
"and",
"the",
"actions",
"taken",
"in",
"the",
"course",
"of",
"executin... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"review",
"policy",
"results",
"for",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"reviewable",
"h",
"i",
"ts",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"the",
"h",
"i",
"ts",
"with",
"status",
"equal",
"to",
"reviewable",
"or",
"status",
"equal",
"to",
"reviewing",
"that",
"... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"reviewable",
"h",
"i",
"ts",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"workers",
"blocks",
"<",
"/",
"code",
">",
"operation",
"retrieves",
"a",
"list",
"of",
"workers",
"who",
"are",
"blocked",
"from",
"working",
"on",
"your",
"h",
"i",
"ts",
"<",
"/",
"p",
">"
] | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"worker",
"blocks",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"list",
"workers",
"with",
"qualification",
"type",
"<",
"/",
"code",
">",
"operation",
"returns",
"all",
"of",
"the",
"workers",
"that",
"have",
"been",
"associated",
"with",
"a",
"given",
"qualification",
"type",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"list",
"workers",
"with",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"notify",
"workers",
"<",
"/",
"code",
">",
"operation",
"sends",
"an",
"email",
"to",
"one",
"or",
"more",
"workers",
"that",
"you",
"specify",
"with",
"the",
"worker",
"id",
"you",
"can",
"specify",
"up",
"to... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"notify",
"workers",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"reject",
"assignment",
"<",
"/",
"code",
">",
"operation",
"rejects",
"the",
"results",
"of",
"a",
"completed",
"assignment",
"<",
"/",
"p",
">",
"<",
"p",
">",
"you",
"can",
"include",
"an",
"optional",
"feed... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"reject",
"assignment",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"reject",
"qualification",
"request",
"<",
"/",
"code",
">",
"operation",
"rejects",
"a",
"user",
"s",
"request",
"for",
"a",
"qualification",
"<",
"/",
"p",
">",
"<",
"p",
">",
"you",
"can",
"provide",
"a",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"reject",
"qualification",
"request",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"send",
"bonus",
"<",
"/",
"code",
">",
"operation",
"issues",
"a",
"payment",
"of",
"money",
"from",
"your",
"account",
"to",
"a",
"worker",
"this",
"payment",
"happens",
"separately",
"from",
"the",
"reward",
"... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"send",
"bonus",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"send",
"test",
"event",
"notification",
"<",
"/",
"code",
">",
"operation",
"causes",
"amazon",
"mechanical",
"turk",
"to",
"send",
"a",
"notification",
"message",
"as",
"if",
"a",
"hit",
"event",
"occurred",
"acc... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"send",
"test",
"event",
"notification",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"update",
"expiration",
"for",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"allows",
"you",
"update",
"the",
"expiration",
"time",
"of",
"a",
"hit",
"if",
"you",
"update",
"it",
"to",
"a",
"time",
"in"... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"expiration",
"for",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"update",
"h",
"i",
"t",
"review",
"status",
"<",
"/",
"code",
">",
"operation",
"updates",
"the",
"status",
"of",
"a",
"hit",
"if",
"the",
"status",
"is",
"reviewable",
"this",
"operation",
"can",
"update",
"t... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"h",
"i",
"t",
"review",
"status",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"update",
"h",
"i",
"t",
"type",
"of",
"h",
"i",
"t",
"<",
"/",
"code",
">",
"operation",
"allows",
"you",
"to",
"change",
"the",
"h",
"i",
"t",
"type",
"properties",
"of",
"a",
"hit",
"this",
"operation",
... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"h",
"i",
"t",
"type",
"of",
"h",
"i",
"t",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"update",
"notification",
"settings",
"<",
"/",
"code",
">",
"operation",
"creates",
"updates",
"disables",
"or",
"re",
"-",
"enables",
"notifications",
"for",
"a",
"hit",
"type",
"if",
"you",
"call",
"the",
"updat... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"notification",
"settings",
"(",
"request",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"update",
"qualification",
"type",
"<",
"/",
"code",
">",
"operation",
"modifies",
"the",
"attributes",
"of",
"an",
"existing",
"qualification",
"type",
"which",
"is",
"represented",
"by",
"a",
"qualification",
"type",... | [
"request",
"=",
"before",
"client",
"execution",
"(",
"request",
")",
";",
"return",
"execute",
"update",
"qualification",
"type",
"(",
"request",
")",
";"
] |
[
"set",
"content",
"type"
] | [
"this",
"content",
"type",
"=",
"content",
"type",
";",
"orig",
"response",
"set",
"content",
"type",
"(",
"content",
"type",
")",
";"
] |
[
"set",
"threshold",
"number"
] | [
"this",
"threshold",
"=",
"threshold",
";"
] |
[
"creates",
"and",
"returns",
"a",
"servlet",
"output",
"stream",
"to",
"write",
"the",
"content",
"associated",
"with",
"this",
"response"
] | [
"gzip",
"response",
"stream",
"gzstream",
"=",
"new",
"gzip",
"response",
"stream",
"(",
"orig",
"response",
")",
";",
"gzstream",
"set",
"buffer",
"(",
"threshold",
")",
";",
"return",
"gzstream",
";"
] |
[
"finishes",
"a",
"response"
] | [
"stream",
"util",
"close",
"(",
"writer",
")",
";",
"stream",
"util",
"close",
"(",
"stream",
")",
";"
] |
[
"flushes",
"the",
"buffer",
"and",
"commit",
"this",
"response"
] | [
"if",
"(",
"stream",
"!",
"=",
"null",
")",
"{",
"stream",
"flush",
"(",
")",
";",
"}"
] |
[
"ignores",
"set",
"content",
"length",
"on",
"zipped",
"stream"
] | [] |
[
"servlets",
"v",
"3",
"1",
"introduce",
"this",
"method",
"so",
"we",
"need",
"to",
"have",
"it",
"here",
"in",
"case",
"they",
"are",
"used",
"see",
":",
"https",
":",
"/",
"/",
"github",
"com",
"/",
"oblac",
"/",
"jodd",
"/",
"issues",
"/",
"189"... | [] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"load",
"balancer",
"<",
"/",
"p",
">"
] | [
"this",
"load",
"balancer",
"name",
"=",
"load",
"balancer",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"load",
"balancer",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"load",
"balancer",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"load",
"balancer",
"<",
"/",
"p",
">"
] | [
"set",
"load",
"balancer",
"name",
"(",
"load",
"balancer",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"port",
"where",
"the",
"load",
"balancer",
"will",
"direct",
"traffic",
"to",
"your",
"lightsail",
"instances",
"for",
"http",
"traffic",
"it",
"s",
"port",
"80",
"for",
"https",
"traffic",
"it",
"s",
"port",
"443",
"<",
"/",
"p"... | [
"this",
"instance",
"port",
"=",
"instance",
"port",
";"
] |
[
"<",
"p",
">",
"the",
"port",
"where",
"the",
"load",
"balancer",
"will",
"direct",
"traffic",
"to",
"your",
"lightsail",
"instances",
"for",
"http",
"traffic",
"it",
"s",
"port",
"80",
"for",
"https",
"traffic",
"it",
"s",
"port",
"443",
"<",
"/",
"p"... | [
"return",
"this",
"instance",
"port",
";"
] |
[
"<",
"p",
">",
"the",
"port",
"number",
"associated",
"with",
"the",
"ec2",
"instance",
"<",
"/",
"p",
">"
] | [
"set",
"instance",
"port",
"(",
"instance",
"port",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"names",
"of",
"the",
"policies",
"if",
"the",
"list",
"is",
"empty",
"then",
"all",
"current",
"polices",
"are",
"removed",
"from",
"the",
"ec2",
"instance",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<... | [
"if",
"(",
"this",
"policy",
"names",
"=",
"=",
"null",
")",
"{",
"set",
"policy",
"names",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"policy",
"names",
"length",
")",
")",
";",
"}",
"for",
"(",
... |
[
"<",
"p",
">",
"the",
"names",
"of",
"the",
"policies",
"if",
"the",
"list",
"is",
"empty",
"then",
"all",
"current",
"polices",
"are",
"removed",
"from",
"the",
"ec2",
"instance",
"<",
"/",
"p",
">"
] | [
"set",
"policy",
"names",
"(",
"policy",
"names",
")",
";",
"return",
"this",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"returns",
"a",
"{"
] | [
"return",
"decision",
"always",
";"
] |
[
"a",
"subclass",
"that",
"implements",
"java",
"util",
"map"
] | [
"return",
"count",
";"
] |
[
"test",
"a",
"randomly",
"-",
"generated",
"complex",
"dependency",
"graph"
] | [
"final",
"int",
"num",
"trials",
"=",
"1",
";",
"final",
"int",
"num",
"artifacts",
"=",
"30",
";",
"final",
"int",
"random",
"seed",
"=",
"42",
";",
"stress",
"test",
"test",
"=",
"new",
"stress",
"test",
"(",
"num",
"artifacts",
",",
"num",
"trials... |
[
"creates",
"a",
"{",
"@",
"code",
"hash",
"map",
"}",
"instance",
"with",
"a",
"high",
"enough",
"initial",
"capacity",
"that",
"it",
"<",
"i",
">",
"should",
"<",
"/",
"i",
">",
"hold",
"{",
"@",
"code",
"expected",
"size",
"}",
"elements",
"without... | [
"return",
"new",
"hash",
"map",
"<",
"k",
",",
"v",
">",
"(",
"capacity",
"(",
"expected",
"size",
")",
")",
";"
] |
[
"returns",
"an",
"immutable",
"map",
"entry",
"with",
"the",
"specified",
"key",
"and",
"value",
"the",
"{",
"@",
"link",
"entry",
"#",
"set",
"value",
"}",
"operation",
"throws",
"an",
"{",
"@",
"link",
"unsupported",
"operation",
"exception",
"}",
"<",
... | [
"return",
"new",
"immutable",
"entry",
"<",
"k",
",",
"v",
">",
"(",
"key",
",",
"value",
")",
";"
] |
[
"delegates",
"to",
"{"
] | [
"check",
"not",
"null",
"(",
"map",
")",
";",
"try",
"{",
"return",
"map",
"get",
"(",
"key",
")",
";",
"}",
"catch",
"(",
"class",
"cast",
"exception",
"e",
")",
"{",
"return",
"null",
";",
"}",
"catch",
"(",
"null",
"pointer",
"exception",
"e",
... |
[
"delegates",
"to",
"{"
] | [
"check",
"not",
"null",
"(",
"map",
")",
";",
"try",
"{",
"return",
"map",
"contains",
"key",
"(",
"key",
")",
";",
"}",
"catch",
"(",
"class",
"cast",
"exception",
"e",
")",
"{",
"return",
"false",
";",
"}",
"catch",
"(",
"null",
"pointer",
"excep... |
[
"delegates",
"to",
"{"
] | [
"check",
"not",
"null",
"(",
"map",
")",
";",
"try",
"{",
"return",
"map",
"remove",
"(",
"key",
")",
";",
"}",
"catch",
"(",
"class",
"cast",
"exception",
"e",
")",
"{",
"return",
"null",
";",
"}",
"catch",
"(",
"null",
"pointer",
"exception",
"e"... |
[
"creates",
"the",
"entry",
"set",
"to",
"be",
"returned",
"by",
"{"
] | [
"abstract",
"set",
"<",
"entry",
"<",
"k",
",",
"v",
">",
">",
"create",
"entry",
"set",
"(",
")",
";"
] |
[
"alter",
"which",
"spatial",
"is",
"controlled",
"invoked",
"when",
"the",
"control",
"is",
"added",
"to",
"or",
"removed",
"from",
"a",
"spatial",
"should",
"be",
"invoked",
"only",
"by",
"a",
"subclass",
"or",
"from",
"spatial",
"do",
"not",
"invoke",
"d... | [
"if",
"(",
"spatial",
"!",
"=",
"null",
"&",
"&",
"spatial",
"instanceof",
"node",
")",
"{",
"node",
"node",
"=",
"(",
"node",
")",
"spatial",
";",
"node",
"attach",
"child",
"(",
"geom",
")",
";",
"}",
"else",
"if",
"(",
"spatial",
"=",
"=",
"nu... |
[
"update",
"this",
"control",
"invoked",
"once",
"per",
"frame",
"during",
"the",
"logical",
"-",
"state",
"update",
"provided",
"the",
"control",
"is",
"enabled",
"and",
"added",
"to",
"a",
"scene",
"should",
"be",
"invoked",
"only",
"by",
"a",
"subclass",
... | [
"if",
"(",
"my",
"shape",
"!",
"=",
"body",
"get",
"collision",
"shape",
"(",
")",
")",
"{",
"node",
"node",
"=",
"(",
"node",
")",
"this",
"spatial",
";",
"node",
"detach",
"child",
"(",
"geom",
")",
";",
"geom",
"=",
"debug",
"shape",
"factory",
... |
[
"sets",
"the",
"command",
"for",
"this",
"binding"
] | [
"m",
"command",
"=",
"command",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"key",
"names",
"for",
"this",
"binding"
] | [
"m",
"key",
"names",
"=",
"key",
"names",
";",
"return",
"this",
";"
] |
[
"returns",
"the",
"keyboard",
"command",
"that",
"this",
"event",
"represents"
] | [
"return",
"m",
"command",
";"
] |
[
"returns",
"the",
"list",
"of",
"device",
"-",
"specific",
"keys",
"that",
"when",
"pressed",
"at",
"the",
"same",
"time",
"will",
"yield",
"the",
"command",
"of",
"this",
"key",
"binding"
] | [
"return",
"m",
"key",
"names",
";"
] |
[
"<",
"p",
">",
"provides",
"the",
"name",
"of",
"the",
"db",
"parameter",
"group",
"<",
"/",
"p",
">"
] | [
"set",
"d",
"b",
"parameter",
"group",
"name",
"(",
"d",
"b",
"parameter",
"group",
"name",
")",
";",
"return",
"this",
";"
] |
[
"writes",
"call",
"info",
"object",
"into",
"a",
"serializeable",
"parcel"
] | [
"destination",
"write",
"string",
"(",
"handle",
")",
";"
] |
[
"return",
"the",
"row",
"count"
] | [
"return",
"row",
"count",
";"
] |
[
"schedule",
"runnable",
"to",
"run",
"after",
"everything",
"that",
"s",
"on",
"the",
"queue",
"right",
"now"
] | [
"synchronized",
"(",
"m",
"queue",
")",
"{",
"m",
"queue",
"add",
"(",
"runnable",
")",
";",
"if",
"(",
"m",
"queue",
"size",
"(",
")",
"=",
"=",
"1",
")",
"{",
"schedule",
"next",
"locked",
"(",
")",
";",
"}",
"}"
] |
[
"schedule",
"runnable",
"to",
"run",
"when",
"the",
"queue",
"goes",
"idle"
] | [
"post",
"(",
"new",
"idle",
"runnable",
"(",
"runnable",
")",
")",
";"
] |
[
"runs",
"all",
"queued",
"runnables",
"from",
"the",
"calling",
"thread"
] | [
"linked",
"list",
"<",
"runnable",
">",
"queue",
"=",
"new",
"linked",
"list",
"<",
">",
"(",
")",
";",
"synchronized",
"(",
"m",
"queue",
")",
"{",
"queue",
"add",
"all",
"(",
"m",
"queue",
")",
";",
"m",
"queue",
"clear",
"(",
")",
";",
"}",
... |
[
"todo",
":",
"this",
"should",
"be",
"replaced",
"with",
"a",
"more",
"general",
"delegating",
"collector"
] | [
"this",
"bits",
"=",
"target",
";"
] |
[
"the",
"number",
"of",
"docs",
"visited"
] | [
"return",
"num",
"hits",
";"
] |
[
"<",
"p",
">",
"a",
"<",
"a",
">",
"computer",
"<",
"/",
"a",
">",
"object",
"that",
"represents",
"the",
"computer",
"account",
"<",
"/",
"p",
">"
] | [
"this",
"computer",
"=",
"computer",
";"
] |
[
"create",
"boxes",
"for",
"the",
"given",
"computer",
"in",
"its",
"page"
] | [
"list",
"<",
"computer",
"panel",
"box",
">",
"boxs",
"=",
"new",
"array",
"list",
"<",
"computer",
"panel",
"box",
">",
"(",
")",
";",
"for",
"(",
"computer",
"panel",
"box",
"box",
":",
"extension",
"list",
"lookup",
"(",
"computer",
"panel",
"box",
... |
[
"creates",
"a",
"{",
"@",
"code",
"g",
"l",
"f",
"w",
"window",
"content",
"scale",
"callback",
"}",
"instance",
"from",
"the",
"specified",
"function",
"pointer"
] | [
"g",
"l",
"f",
"w",
"window",
"content",
"scale",
"callback",
"i",
"instance",
"=",
"callback",
"get",
"(",
"function",
"pointer",
")",
";",
"return",
"instance",
"instanceof",
"g",
"l",
"f",
"w",
"window",
"content",
"scale",
"callback",
"?",
"(",
"g",
... |
[
"like",
"{"
] | [
"return",
"function",
"pointer",
"=",
"=",
"null",
"?",
"null",
":",
"create",
"(",
"function",
"pointer",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.