docstring_tokens list | code_tokens list |
|---|---|
[
"sets",
"the",
"time",
"in",
"days",
"between",
"when",
"an",
"object",
"is",
"uploaded",
"to",
"the",
"bucket",
"and",
"when",
"it",
"expires",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"for",
"method",
"chaining"
] | [
"this",
"days",
"=",
"expiration",
"in",
"days",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"storage",
"class",
"of",
"this",
"object"
] | [
"if",
"(",
"storage",
"class",
"=",
"=",
"null",
")",
"{",
"set",
"storage",
"class",
"(",
"(",
"string",
")",
"null",
")",
";",
"}",
"else",
"{",
"set",
"storage",
"class",
"(",
"storage",
"class",
"to",
"string",
"(",
")",
")",
";",
"}"
] |
[
"sets",
"the",
"storage",
"class",
"indicating",
"how",
"the",
"data",
"in",
"this",
"multipart",
"upload",
"will",
"be",
"stored"
] | [
"this",
"storage",
"class",
"=",
"storage",
"class",
";"
] |
[
"returns",
"the",
"storage",
"class",
"of",
"this",
"object"
] | [
"try",
"{",
"return",
"storage",
"class",
"from",
"value",
"(",
"this",
"storage",
"class",
")",
";",
"}",
"catch",
"(",
"illegal",
"argument",
"exception",
"ignored",
")",
"{",
"return",
"null",
";",
"}"
] |
[
"returns",
"the",
"storage",
"class",
"of",
"this",
"object"
] | [
"return",
"this",
"storage",
"class",
";"
] |
[
"sets",
"the",
"storage",
"class",
"of",
"this",
"object",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"for",
"method",
"chaining"
] | [
"set",
"storage",
"class",
"(",
"storage",
"class",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"storage",
"class",
"of",
"this",
"object",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"for",
"method",
"chaining"
] | [
"set",
"storage",
"class",
"(",
"storage",
"class",
")",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"expiration",
"date",
"of",
"this",
"object"
] | [
"this",
"date",
"=",
"expiration",
"date",
";"
] |
[
"set",
"the",
"expiration",
"date",
"of",
"this",
"object",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"(",
"transition",
")",
"for",
"method",
"chaining"
] | [
"this",
"date",
"=",
"expiration",
"date",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"time",
"in",
"days",
"from",
"when",
"a",
"new",
"version",
"of",
"the",
"object",
"is",
"uploaded",
"to",
"the",
"bucket",
"and",
"when",
"older",
"versions",
"are",
"archived",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
... | [
"this",
"days",
"=",
"expiration",
"in",
"days",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"storage",
"class",
"of",
"this",
"object",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"for",
"method",
"chaining"
] | [
"set",
"storage",
"class",
"(",
"storage",
"class",
")",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"storage",
"class",
"of",
"this",
"object",
"and",
"returns",
"a",
"reference",
"to",
"this",
"object",
"for",
"method",
"chaining"
] | [
"set",
"storage",
"class",
"(",
"storage",
"class",
")",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"jndi",
"template",
"to",
"use",
"for",
"jndi",
"lookups",
"<",
"p",
">",
"you",
"can",
"also",
"specify",
"jndi",
"environment",
"settings",
"via",
"jndi",
"environment"
] | [
"this",
"jndi",
"template",
"=",
"(",
"jndi",
"template",
"!",
"=",
"null",
"?",
"jndi",
"template",
":",
"new",
"jndi",
"template",
"(",
")",
")",
";"
] |
[
"set",
"the",
"jndi",
"environment",
"to",
"use",
"for",
"jndi",
"lookups",
"<",
"p",
">",
"creates",
"a",
"jndi",
"template",
"with",
"the",
"given",
"environment",
"settings"
] | [
"this",
"jndi",
"template",
"=",
"new",
"jndi",
"template",
"(",
"jndi",
"environment",
")",
";"
] |
[
"allows",
"the",
"data",
"source",
"to",
"be",
"managed",
"by",
"the",
"container",
"and",
"obtained",
"via",
"jndi",
"the",
"{"
] | [
"this",
"jndi",
"name",
"=",
"jndi",
"name",
";"
] |
[
"creates",
"a",
"streaming",
"job",
"graph",
"from",
"the",
"stream",
"environment"
] | [
"stream",
"execution",
"environment",
"env",
"=",
"stream",
"execution",
"environment",
"get",
"execution",
"environment",
"(",
")",
";",
"env",
"set",
"parallelism",
"(",
"parallelism",
")",
";",
"env",
"disable",
"operator",
"chaining",
"(",
")",
";",
"env",... |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"return",
"progress",
"latch",
";"
] |
[
"runs",
"summing",
"association",
"example"
] | [
"index",
"(",
")",
";",
"return",
"sum",
"associations",
"(",
")",
";"
] |
[
"runs",
"the",
"drill",
"-",
"down",
"example"
] | [
"index",
"(",
")",
";",
"return",
"drill",
"down",
"(",
")",
";"
] |
[
"<",
"p",
">",
"device",
"details",
"<",
"/",
"p",
">"
] | [
"this",
"device",
"description",
"=",
"device",
"description",
";"
] |
[
"<",
"p",
">",
"device",
"details",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"device",
"description",
";"
] |
[
"<",
"p",
">",
"device",
"details",
"<",
"/",
"p",
">"
] | [
"set",
"device",
"description",
"(",
"device",
"description",
")",
";",
"return",
"this",
";"
] |
[
"set",
"filename"
] | [
"this",
"filename",
"=",
"filename",
";"
] |
[
"returns",
"lock",
"indicator"
] | [
"return",
"this",
"locked",
";"
] |
[
"set",
"lock",
"indicator"
] | [
"this",
"locked",
"=",
"lock",
";"
] |
[
"returns",
"byte",
"size",
"of",
"the",
"underlying",
"fst"
] | [
"return",
"fst",
"=",
"=",
"null",
"?",
"0",
":",
"fst",
"ram",
"bytes",
"used",
"(",
")",
";"
] |
[
"unregister",
"an",
"action",
"bar",
"sherlock",
"implementation",
"<",
"strong",
">",
"this",
"should",
"be",
"considered",
"very",
"volatile",
"and",
"you",
"should",
"only",
"use",
"it",
"if",
"you",
"know",
"what",
"you",
"are",
"doing",
"<",
"/",
"str... | [
"return",
"implementations",
"values",
"(",
")",
"remove",
"(",
"implementation",
"class",
")",
";"
] |
[
"wrap",
"an",
"activity",
"with",
"an",
"action",
"bar",
"abstraction",
"which",
"will",
"enable",
"the",
"use",
"of",
"a",
"custom",
"implementation",
"on",
"platforms",
"where",
"a",
"native",
"version",
"does",
"not",
"exist"
] | [
"return",
"wrap",
"(",
"activity",
",",
"0",
")",
";"
] |
[
"get",
"the",
"current",
"action",
"bar",
"instance"
] | [
"public",
"abstract",
"action",
"bar",
"get",
"action",
"bar",
"(",
")",
";"
] |
[
"notify",
"action",
"bar",
"of",
"a",
"configuration",
"change",
"event",
"should",
"be",
"dispatched",
"after",
"the",
"call",
"to",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"has",
"finished",
"its",
"resuming",
"this",
"should",
"be",
"dispatched",
"after",
"the",
"call",
"to",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"is",
"pausing",
"this",
"should",
"be",
"dispatched",
"before",
"the",
"call",
"to",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"is",
"stopping",
"this",
"should",
"be",
"called",
"before",
"the",
"superclass",
"implementation"
] | [] |
[
"indicate",
"that",
"the",
"menu",
"should",
"be",
"recreated",
"by",
"calling",
"{"
] | [
"public",
"abstract",
"void",
"dispatch",
"invalidate",
"options",
"menu",
"(",
")",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"it",
"should",
"display",
"its",
"overflow",
"menu",
"if",
"it",
"is",
"appropriate",
"for",
"the",
"device",
"the",
"implementation",
"should",
"conditionally",
"call",
"the",
"superclass",
"method",
"only",
"if",
"t... | [
"return",
"false",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"it",
"should",
"close",
"its",
"overflow",
"menu",
"if",
"it",
"is",
"appropriate",
"for",
"the",
"device",
"this",
"implementation",
"should",
"conditionally",
"call",
"the",
"superclass",
"method",
"only",
"if",
"th... | [
"return",
"false",
";"
] |
[
"notify",
"the",
"class",
"that",
"the",
"activity",
"has",
"finished",
"its",
"creation",
"this",
"should",
"be",
"called",
"after",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"title",
"has",
"changed",
"and",
"the",
"action",
"bar",
"should",
"be",
"updated",
"to",
"reflect",
"the",
"change",
"this",
"should",
"be",
"called",
"before",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"the",
"user",
"has",
"created",
"a",
"key",
"event",
"this",
"is",
"used",
"to",
"toggle",
"the",
"display",
"of",
"the",
"overflow",
"action",
"item",
"with",
"the",
"menu",
"key",
"and",
"to",
"close",
"the",
"action"... | [
"return",
"false",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"has",
"triggered",
"a",
"menu",
"creation",
"which",
"should",
"happen",
"on",
"the",
"conclusion",
"of",
"{",
"@",
"link",
"activity",
"#",
"on",
"create",
"}",
"this",
"will",
"be",
"used",
... | [
"public",
"abstract",
"boolean",
"dispatch",
"create",
"options",
"menu",
"(",
"android",
"view",
"menu",
"menu",
")",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"has",
"triggered",
"a",
"menu",
"preparation",
"which",
"usually",
"means",
"that",
"the",
"user",
"has",
"requested",
"the",
"overflow",
"menu",
"via",
"a",
"hardware",
"menu",
"key",
"you",
"sho... | [
"public",
"abstract",
"boolean",
"dispatch",
"prepare",
"options",
"menu",
"(",
"android",
"view",
"menu",
"menu",
")",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"a",
"native",
"options",
"menu",
"item",
"has",
"been",
"selected",
"the",
"implementation",
"should",
"return",
"the",
"result",
"of",
"this",
"method",
"call"
] | [
"public",
"abstract",
"boolean",
"dispatch",
"options",
"item",
"selected",
"(",
"android",
"view",
"menu",
"item",
"item",
")",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"overflow",
"menu",
"has",
"been",
"opened",
"the",
"implementation",
"should",
"conditionally",
"return",
"{",
"@",
"code",
"true",
"}",
"if",
"this",
"method",
"returns",
"{",
"@",
"code",
"true",
"}",
"ot... | [
"return",
"false",
";"
] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"overflow",
"menu",
"has",
"been",
"closed",
"this",
"method",
"should",
"be",
"called",
"before",
"the",
"superclass",
"implementation"
] | [] |
[
"notify",
"the",
"action",
"bar",
"that",
"the",
"activity",
"has",
"been",
"destroyed",
"this",
"method",
"should",
"be",
"called",
"before",
"the",
"superclass",
"implementation"
] | [] |
[
"query",
"for",
"the",
"availability",
"of",
"a",
"certain",
"feature"
] | [
"public",
"abstract",
"boolean",
"has",
"feature",
"(",
"int",
"feature",
"id",
")",
";"
] |
[
"enable",
"extended",
"screen",
"features",
"this",
"must",
"be",
"called",
"before",
"{",
"@",
"code",
"set",
"content",
"view",
"(",
")",
"}",
"may",
"be",
"called",
"as",
"many",
"times",
"as",
"desired",
"as",
"long",
"as",
"it",
"is",
"before",
"{... | [
"public",
"abstract",
"boolean",
"request",
"feature",
"(",
"int",
"feature",
"id",
")",
";"
] |
[
"set",
"extra",
"options",
"that",
"will",
"influence",
"the",
"ui",
"for",
"this",
"window"
] | [
"public",
"abstract",
"void",
"set",
"ui",
"options",
"(",
"int",
"ui",
"options",
")",
";"
] |
[
"set",
"extra",
"options",
"that",
"will",
"influence",
"the",
"ui",
"for",
"this",
"window",
"only",
"the",
"bits",
"filtered",
"by",
"mask",
"will",
"be",
"modified"
] | [
"public",
"abstract",
"void",
"set",
"ui",
"options",
"(",
"int",
"ui",
"options",
",",
"int",
"mask",
")",
";"
] |
[
"set",
"the",
"content",
"of",
"the",
"activity",
"inside",
"the",
"action",
"bar"
] | [
"public",
"abstract",
"void",
"set",
"content",
"view",
"(",
"int",
"layout",
"res",
"id",
")",
";"
] |
[
"set",
"the",
"content",
"of",
"the",
"activity",
"inside",
"the",
"action",
"bar"
] | [
"public",
"abstract",
"void",
"set",
"content",
"view",
"(",
"view",
"view",
",",
"view",
"group",
"layout",
"params",
"params",
")",
";"
] |
[
"variation",
"on",
"{",
"@",
"link",
"#",
"set",
"content",
"view",
"(",
"android",
"view",
"view",
"android",
"view",
"view",
"group",
"layout",
"params",
")",
"}",
"to",
"add",
"an",
"additional",
"content",
"view",
"to",
"the",
"screen",
"added",
"aft... | [
"public",
"abstract",
"void",
"add",
"content",
"view",
"(",
"view",
"view",
",",
"view",
"group",
"layout",
"params",
"params",
")",
";"
] |
[
"set",
"the",
"action",
"bar",
"s",
"title",
"this",
"will",
"only",
"be",
"displayed",
"if",
"{",
"@",
"link",
"#",
"display",
"show",
"title",
"}",
"is",
"set"
] | [
"public",
"abstract",
"void",
"set",
"title",
"(",
"char",
"sequence",
"title",
")",
";"
] |
[
"sets",
"the",
"visibility",
"of",
"the",
"progress",
"bar",
"in",
"the",
"title",
"<",
"p",
">",
"in",
"order",
"for",
"the",
"progress",
"bar",
"to",
"be",
"shown",
"the",
"feature",
"must",
"be",
"requested",
"via",
"{",
"@",
"link",
"#",
"request",... | [
"public",
"abstract",
"void",
"set",
"progress",
"bar",
"visibility",
"(",
"boolean",
"visible",
")",
";"
] |
[
"sets",
"the",
"visibility",
"of",
"the",
"indeterminate",
"progress",
"bar",
"in",
"the",
"title",
"<",
"p",
">",
"in",
"order",
"for",
"the",
"progress",
"bar",
"to",
"be",
"shown",
"the",
"feature",
"must",
"be",
"requested",
"via",
"{",
"@",
"link",
... | [
"public",
"abstract",
"void",
"set",
"progress",
"bar",
"indeterminate",
"visibility",
"(",
"boolean",
"visible",
")",
";"
] |
[
"sets",
"whether",
"the",
"horizontal",
"progress",
"bar",
"in",
"the",
"title",
"should",
"be",
"indeterminate",
"(",
"the",
"circular",
"is",
"always",
"indeterminate",
")",
"<",
"p",
">",
"in",
"order",
"for",
"the",
"progress",
"bar",
"to",
"be",
"show... | [
"public",
"abstract",
"void",
"set",
"progress",
"bar",
"indeterminate",
"(",
"boolean",
"indeterminate",
")",
";"
] |
[
"sets",
"the",
"progress",
"for",
"the",
"progress",
"bars",
"in",
"the",
"title",
"<",
"p",
">",
"in",
"order",
"for",
"the",
"progress",
"bar",
"to",
"be",
"shown",
"the",
"feature",
"must",
"be",
"requested",
"via",
"{",
"@",
"link",
"#",
"request",... | [
"public",
"abstract",
"void",
"set",
"progress",
"(",
"int",
"progress",
")",
";"
] |
[
"sets",
"the",
"secondary",
"progress",
"for",
"the",
"progress",
"bar",
"in",
"the",
"title",
"this",
"progress",
"is",
"drawn",
"between",
"the",
"primary",
"progress",
"(",
"set",
"via",
"{",
"@",
"link",
"#",
"set",
"progress",
"(",
"int",
")",
"}",
... | [
"public",
"abstract",
"void",
"set",
"secondary",
"progress",
"(",
"int",
"secondary",
"progress",
")",
";"
] |
[
"start",
"an",
"action",
"mode"
] | [
"public",
"abstract",
"action",
"mode",
"start",
"action",
"mode",
"(",
"action",
"mode",
"callback",
"callback",
")",
";"
] |
[
"ensure",
"that",
"the",
"action",
"bar",
"is",
"attached"
] | [] |
[
"setter",
"for",
"default",
"application",
"name",
"(",
"default",
"by",
"default",
")"
] | [
"this",
"default",
"app",
"=",
"default",
"app",
";"
] |
[
"resolves",
"resource",
"prefix",
"from",
"path",
"default",
"application",
"used",
"as",
"root",
"when",
"path",
"is",
"specified"
] | [
"if",
"(",
"path",
"=",
"=",
"null",
"|",
"|",
"path",
"equals",
"(",
"root",
")",
")",
"{",
"return",
"default",
"app",
"+",
"dir",
";",
"}",
"else",
"{",
"return",
"path",
"+",
"dir",
";",
"}"
] |
[
"resolves",
"scope",
"handler",
"name",
"for",
"path",
"default",
"application",
"used",
"as",
"root",
"when",
"path",
"is",
"specified"
] | [
"if",
"(",
"path",
"=",
"=",
"null",
"|",
"|",
"path",
"equals",
"(",
"root",
")",
")",
"{",
"return",
"default",
"app",
"+",
"handler",
";",
"}",
"else",
"{",
"return",
"path",
"+",
"handler",
";",
"}"
] |
[
"resolves",
"service",
"filename",
"name",
"from",
"name"
] | [
"return",
"name",
"+",
"service",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"the",
"build",
"project",
"that",
"was",
"created",
"<",
"/",
"p",
">"
] | [
"this",
"project",
"=",
"project",
";"
] |
[
"get",
"the",
"factory",
"which",
"created",
"this",
"analyzer"
] | [
"return",
"factory",
";"
] |
[
"add",
"a",
"field",
"to",
"store",
"document",
"number",
"of",
"lines"
] | [
"doc",
"add",
"(",
"new",
"stored",
"field",
"(",
"query",
"builder",
"numl",
",",
"value",
")",
")",
";"
] |
[
"add",
"a",
"field",
"to",
"store",
"document",
"lines",
"-",
"of",
"-",
"code"
] | [
"doc",
"add",
"(",
"new",
"stored",
"field",
"(",
"query",
"builder",
"loc",
",",
"value",
")",
")",
";"
] |
[
"resolve",
"the",
"actual",
"location",
"where",
"staged",
"data",
"should",
"be",
"written",
"this",
"might",
"point",
"at",
"an",
"asec",
"mount",
"point",
"which",
"is",
"why",
"we",
"delay",
"path",
"resolution",
"until",
"someone",
"actively",
"works",
... | [
"synchronized",
"(",
"m",
"lock",
")",
"{",
"if",
"(",
"m",
"resolved",
"stage",
"dir",
"=",
"=",
"null",
"&",
"&",
"stage",
"dir",
"!",
"=",
"null",
")",
"{",
"m",
"resolved",
"stage",
"dir",
"=",
"stage",
"dir",
";",
"if",
"(",
"!",
"stage",
... |
[
"/",
"*",
"find",
"next",
"instance",
"of",
"element",
"starting",
"from",
"index"
] | [
"for",
"(",
"int",
"i",
"=",
"index",
";",
"i",
"<",
"array",
"length",
";",
"i",
"+",
"+",
")",
"{",
"if",
"(",
"array",
"[",
"i",
"]",
"=",
"=",
"element",
")",
"{",
"return",
"i",
";",
"}",
"}",
"return",
"-",
"1",
";"
] |
[
"/",
"*",
"given",
"an",
"index",
"find",
"the",
"closure",
"(",
"i",
"e",
"the",
"element",
"which",
"terminates",
"a",
"complete",
"subarray",
"containing",
"all",
"elements",
"in",
"small",
"array",
")",
"this",
"will",
"be",
"the",
"max",
"of",
"the"... | [
"int",
"max",
"=",
"-",
"1",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"small",
"array",
"length",
";",
"i",
"+",
"+",
")",
"{",
"int",
"next",
"=",
"find",
"next",
"instance",
"(",
"big",
"array",
",",
"small",
"array",
"[",
"i",... |
[
"fetches",
"one",
"row",
"of",
"luminance",
"data",
"from",
"the",
"underlying",
"platform",
"s",
"bitmap",
"values",
"range",
"from",
"0",
"(",
"black",
")",
"to",
"255",
"(",
"white",
")",
"because",
"java",
"does",
"not",
"have",
"an",
"unsigned",
"by... | [
"public",
"abstract",
"byte",
"[",
"]",
"get",
"row",
"(",
"int",
"y",
",",
"byte",
"[",
"]",
"row",
")",
";"
] |
[
"fetches",
"luminance",
"data",
"for",
"the",
"underlying",
"bitmap",
"values",
"should",
"be",
"fetched",
"using",
":",
"{",
"@",
"code",
"int",
"luminance",
"=",
"array",
"[",
"y",
"*",
"width",
"+",
"x",
"]",
"&",
"0xff",
"}"
] | [
"public",
"abstract",
"byte",
"[",
"]",
"get",
"matrix",
"(",
")",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"time",
"class",
"unit",
"unit",
"=",
"new",
"time",
"class",
"unit",
"(",
"this",
",",
"period",
")",
";",
"return",
"unit",
";"
] |
[
"{"
] | [] |
[
"{"
] | [] |
[
"{"
] | [] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"stack",
"<",
"/",
"p",
">"
] | [
"set",
"stack",
"name",
"(",
"stack",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"pagination",
"token",
"to",
"use",
"to",
"retrieve",
"the",
"next",
"page",
"of",
"results",
"for",
"this",
"operation",
"if",
"this",
"value",
"is",
"null",
"it",
"retrieves",
"the",
"first",
"page",
"<",
"/",
"p",
">"
] | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"{"
] | [
"return",
"new",
"cache",
"deployment",
"entry",
"event",
"filter",
"(",
")",
";"
] |
[
"set",
"the",
"language",
"to",
"which",
"input",
"sources",
"conform"
] | [
"this",
"language",
"in",
"=",
"parse",
"language",
"mode",
"(",
"value",
")",
";"
] |
[
"set",
"the",
"language",
"to",
"which",
"output",
"sources",
"conform"
] | [
"this",
"language",
"out",
"=",
"parse",
"language",
"mode",
"(",
"value",
")",
";"
] |
[
"enable",
"debugging",
"options"
] | [
"this",
"debug",
"options",
"=",
"value",
";"
] |
[
"set",
"output",
"file"
] | [
"this",
"output",
"file",
"=",
"value",
";"
] |
[
"set",
"output",
"wrapper"
] | [
"this",
"output",
"wrapper",
"=",
"value",
";"
] |
[
"set",
"output",
"wrapper",
"file"
] | [
"this",
"output",
"wrapper",
"file",
"=",
"value",
";"
] |
[
"set",
"the",
"replacement",
"property",
"prefix"
] | [
"this",
"replace",
"properties",
"prefix",
"=",
"value",
";"
] |
[
"whether",
"to",
"replace",
"{"
] | [
"this",
"replace",
"properties",
"=",
"value",
";"
] |
[
"set",
"output",
"file",
"encoding"
] | [
"this",
"output",
"encoding",
"=",
"charset",
"for",
"name",
"(",
"output",
"encoding",
")",
";"
] |
[
"set",
"pretty",
"print",
"formatting",
"option"
] | [
"this",
"pretty",
"print",
"=",
"pretty",
";"
] |
[
"set",
"print",
"input",
"delimiter",
"formatting",
"option"
] | [
"this",
"print",
"input",
"delimiter",
"=",
"print",
";"
] |
[
"normally",
"when",
"there",
"are",
"an",
"equal",
"number",
"of",
"single",
"and",
"double",
"quotes",
"in",
"a",
"string",
"the",
"compiler",
"will",
"use",
"double",
"quotes",
"set",
"this",
"to",
"true",
"to",
"prefer",
"single",
"quotes"
] | [
"this",
"prefer",
"single",
"quotes",
"=",
"singlequotes",
";"
] |
[
"set",
"force",
"recompile",
"option"
] | [
"this",
"force",
"recompile",
"=",
"force",
"recompile",
";"
] |
[
"sets",
"the",
"externs",
"file"
] | [
"this",
"extern",
"file",
"lists",
"add",
"(",
"list",
")",
";"
] |
[
"adds",
"a",
"{",
"@",
"code",
"<",
"warning",
"/",
">",
"}",
"entry"
] | [
"this",
"warnings",
"add",
"(",
"warning",
")",
";"
] |
[
"adds",
"a",
"{",
"@",
"code",
"<",
"entrypoint",
"/",
">",
"}",
"entry"
] | [
"this",
"entry",
"point",
"params",
"add",
"(",
"entrypoint",
")",
";"
] |
[
"sets",
"the",
"source",
"files"
] | [
"this",
"source",
"file",
"lists",
"add",
"(",
"list",
")",
";"
] |
[
"adds",
"a",
"{"
] | [
"this",
"source",
"paths",
"add",
"(",
"list",
")",
";"
] |
[
"creates",
"a",
"new",
"{"
] | [
"parameter",
"param",
"=",
"new",
"parameter",
"(",
")",
";",
"define",
"params",
"add",
"(",
"param",
")",
";",
"return",
"param",
";"
] |
[
"creates",
"a",
"new",
"{"
] | [
"parameter",
"param",
"=",
"new",
"parameter",
"(",
")",
";",
"entry",
"point",
"params",
"add",
"(",
"param",
")",
";",
"return",
"param",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.