docstring_tokens list | code_tokens list |
|---|---|
[
"returns",
"the",
"{",
"@",
"link",
"repository",
"browser",
"}",
"for",
"files",
"controlled",
"by",
"this",
"{",
"@",
"link",
"scm",
"}"
] | [
"return",
"null",
";"
] |
[
"type",
"of",
"this",
"scm"
] | [
"return",
"get",
"class",
"(",
")",
"get",
"name",
"(",
")",
";"
] |
[
"returns",
"true",
"if",
"this",
"scm",
"supports",
"{",
"@",
"link",
"#",
"poll",
"(",
"abstract",
"project",
"launcher",
"file",
"path",
"task",
"listener",
"s",
"c",
"m",
"revision",
"state",
")",
"poling",
"}"
] | [
"return",
"true",
";"
] |
[
"returns",
"true",
"if",
"this",
"scm",
"requires",
"a",
"checked",
"out",
"workspace",
"for",
"doing",
"polling"
] | [
"return",
"true",
";"
] |
[
"called",
"before",
"a",
"workspace",
"is",
"deleted",
"on",
"the",
"given",
"node",
"to",
"provide",
"scm",
"an",
"opportunity",
"to",
"perform",
"clean",
"up"
] | [
"if",
"(",
"project",
"instanceof",
"abstract",
"project",
")",
"{",
"return",
"process",
"workspace",
"before",
"deletion",
"(",
"(",
"abstract",
"project",
")",
"project",
",",
"workspace",
",",
"node",
")",
";",
"}",
"else",
"{",
"return",
"true",
";",
... |
[
"should",
"create",
"a",
"key",
"by",
"which",
"this",
"scm",
"configuration",
"might",
"be",
"distinguished",
"from",
"others",
"in",
"the",
"same",
"project",
"should",
"be",
"invariable",
"across",
"builds",
"but",
"otherwise",
"as",
"distinctive",
"as",
"p... | [
"return",
"get",
"type",
"(",
")",
";"
] |
[
"get",
"a",
"chance",
"to",
"do",
"operations",
"after",
"the",
"workspace",
"i",
"checked",
"out",
"and",
"the",
"changelog",
"is",
"written"
] | [
"if",
"(",
"build",
"instanceof",
"abstract",
"build",
"&",
"&",
"listener",
"instanceof",
"build",
"listener",
")",
"{",
"post",
"checkout",
"(",
"(",
"abstract",
"build",
")",
"build",
",",
"launcher",
",",
"workspace",
",",
"(",
"build",
"listener",
")"... |
[
"adds",
"environmental",
"variables",
"for",
"the",
"builds",
"to",
"the",
"given",
"map"
] | [
"if",
"(",
"build",
"instanceof",
"abstract",
"build",
")",
"{",
"build",
"env",
"vars",
"(",
"(",
"abstract",
"build",
")",
"build",
",",
"env",
")",
";",
"}"
] |
[
"the",
"returned",
"object",
"will",
"be",
"used",
"to",
"parse",
"{"
] | [
"public",
"abstract",
"change",
"log",
"parser",
"create",
"change",
"log",
"parser",
"(",
")",
";"
] |
[
"returns",
"all",
"the",
"registered",
"{"
] | [
"return",
"jenkins",
"get",
"instance",
"(",
")",
"<",
"scm",
",",
"s",
"c",
"m",
"descriptor",
"<",
"?",
">",
">",
"get",
"descriptor",
"list",
"(",
"scm",
"class",
")",
";"
] |
[
"determines",
"which",
"kinds",
"of",
"s",
"c",
"ms",
"are",
"applicable",
"to",
"a",
"given",
"project"
] | [
"if",
"(",
"project",
"=",
"=",
"null",
")",
"return",
"all",
"(",
")",
";",
"final",
"descriptor",
"pd",
"=",
"jenkins",
"get",
"instance",
"(",
")",
"get",
"descriptor",
"(",
"(",
"class",
")",
"project",
"get",
"class",
"(",
")",
")",
";",
"list... |
[
"try",
"to",
"guess",
"how",
"a",
"repository",
"browser",
"should",
"be",
"configured",
"based",
"on",
"u",
"r",
"ls",
"and",
"the",
"like",
"used",
"when",
"{"
] | [
"return",
"null",
";"
] |
[
"<",
"p",
">",
"the",
"job",
"flow",
"identifier",
"<",
"/",
"p",
">"
] | [
"this",
"job",
"flow",
"id",
"=",
"job",
"flow",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"job",
"flow",
"identifier",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"job",
"flow",
"id",
";"
] |
[
"<",
"p",
">",
"an",
"unique",
"identifier",
"for",
"the",
"job",
"flow",
"<",
"/",
"p",
">"
] | [
"set",
"job",
"flow",
"id",
"(",
"job",
"flow",
"id",
")",
";",
"return",
"this",
";"
] |
[
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/"
] | [
"return",
"config",
"for",
"(",
"test",
"class",
",",
"method",
"name",
",",
"config",
"properties",
",",
"config",
"builder",
"defaults",
"(",
")",
"build",
"(",
")",
")",
";"
] |
[
"returns",
"the",
"name",
"of",
"the",
"type",
"of",
"request"
] | [
"return",
"req",
"get",
"original",
"request",
"(",
")",
"get",
"class",
"(",
")",
"get",
"simple",
"name",
"(",
")",
";"
] |
[
"checks",
"whether",
"or",
"not",
"the",
"command",
"set",
"fetch",
"size",
"(",
")",
"is",
"supported",
"by",
"the",
"jdbc",
"driver"
] | [
"return",
"true",
";"
] |
[
"<",
"p",
">",
"unique",
"identifier",
"for",
"a",
"matchmaking",
"configuration",
"to",
"update",
"<",
"/",
"p",
">"
] | [
"set",
"name",
"(",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"descriptive",
"label",
"that",
"is",
"associated",
"with",
"matchmaking",
"configuration",
"<",
"/",
"p",
">"
] | [
"set",
"description",
"(",
"description",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"amazon",
"resource",
"name",
"(",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"amazon",
"s",
"3",
"/",
"latest",
"/",
"dev",
"/",
"s",
"3",
"-",
"arn",
"-",
"format",
"html",
">",
"arn",
... | [
"return",
"game",
"session",
"queue",
"arns",
";"
] |
[
"<",
"p",
">",
"amazon",
"resource",
"name",
"(",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"amazon",
"s",
"3",
"/",
"latest",
"/",
"dev",
"/",
"s",
"3",
"-",
"arn",
"-",
"format",
"html",
">",
"arn",
... | [
"if",
"(",
"game",
"session",
"queue",
"arns",
"=",
"=",
"null",
")",
"{",
"this",
"game",
"session",
"queue",
"arns",
"=",
"null",
";",
"return",
";",
"}",
"this",
"game",
"session",
"queue",
"arns",
"=",
"new",
"java",
"util",
"array",
"list",
"<",... |
[
"<",
"p",
">",
"amazon",
"resource",
"name",
"(",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"amazon",
"s",
"3",
"/",
"latest",
"/",
"dev",
"/",
"s",
"3",
"-",
"arn",
"-",
"format",
"html",
">",
"arn",
... | [
"if",
"(",
"this",
"game",
"session",
"queue",
"arns",
"=",
"=",
"null",
")",
"{",
"set",
"game",
"session",
"queue",
"arns",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"string",
">",
"(",
"game",
"session",
"queue",
"arns",
"length",
")",
")"... |
[
"<",
"p",
">",
"amazon",
"resource",
"name",
"(",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"amazon",
"s",
"3",
"/",
"latest",
"/",
"dev",
"/",
"s",
"3",
"-",
"arn",
"-",
"format",
"html",
">",
"arn",
... | [
"set",
"game",
"session",
"queue",
"arns",
"(",
"game",
"session",
"queue",
"arns",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"maximum",
"duration",
"in",
"seconds",
"that",
"a",
"matchmaking",
"ticket",
"can",
"remain",
"in",
"process",
"before",
"timing",
"out",
"requests",
"that",
"time",
"out",
"can",
"be",
"resubmitted",
"as",
"needed",
"<",
"/",
"p",
">"
] | [
"this",
"request",
"timeout",
"seconds",
"=",
"request",
"timeout",
"seconds",
";"
] |
[
"<",
"p",
">",
"maximum",
"duration",
"in",
"seconds",
"that",
"a",
"matchmaking",
"ticket",
"can",
"remain",
"in",
"process",
"before",
"timing",
"out",
"requests",
"that",
"time",
"out",
"can",
"be",
"resubmitted",
"as",
"needed",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"request",
"timeout",
"seconds",
";"
] |
[
"<",
"p",
">",
"maximum",
"duration",
"in",
"seconds",
"that",
"a",
"matchmaking",
"ticket",
"can",
"remain",
"in",
"process",
"before",
"timing",
"out",
"requests",
"that",
"time",
"out",
"can",
"be",
"resubmitted",
"as",
"needed",
"<",
"/",
"p",
">"
] | [
"set",
"request",
"timeout",
"seconds",
"(",
"request",
"timeout",
"seconds",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"length",
"of",
"time",
"(",
"in",
"seconds",
")",
"to",
"wait",
"for",
"players",
"to",
"accept",
"a",
"proposed",
"match",
"if",
"any",
"player",
"rejects",
"the",
"match",
"or",
"fails",
"to",
"accept",
"before",
"the",
"timeout",
"th... | [
"this",
"acceptance",
"timeout",
"seconds",
"=",
"acceptance",
"timeout",
"seconds",
";"
] |
[
"<",
"p",
">",
"length",
"of",
"time",
"(",
"in",
"seconds",
")",
"to",
"wait",
"for",
"players",
"to",
"accept",
"a",
"proposed",
"match",
"if",
"any",
"player",
"rejects",
"the",
"match",
"or",
"fails",
"to",
"accept",
"before",
"the",
"timeout",
"th... | [
"return",
"this",
"acceptance",
"timeout",
"seconds",
";"
] |
[
"<",
"p",
">",
"length",
"of",
"time",
"(",
"in",
"seconds",
")",
"to",
"wait",
"for",
"players",
"to",
"accept",
"a",
"proposed",
"match",
"if",
"any",
"player",
"rejects",
"the",
"match",
"or",
"fails",
"to",
"accept",
"before",
"the",
"timeout",
"th... | [
"set",
"acceptance",
"timeout",
"seconds",
"(",
"acceptance",
"timeout",
"seconds",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"flag",
"that",
"determines",
"whether",
"or",
"not",
"a",
"match",
"that",
"was",
"created",
"with",
"this",
"configuration",
"must",
"be",
"accepted",
"by",
"the",
"matched",
"players",
"to",
"require",
"acceptance",
"set",
"to",
"true",
"... | [
"this",
"acceptance",
"required",
"=",
"acceptance",
"required",
";"
] |
[
"<",
"p",
">",
"flag",
"that",
"determines",
"whether",
"or",
"not",
"a",
"match",
"that",
"was",
"created",
"with",
"this",
"configuration",
"must",
"be",
"accepted",
"by",
"the",
"matched",
"players",
"to",
"require",
"acceptance",
"set",
"to",
"true",
"... | [
"return",
"this",
"acceptance",
"required",
";"
] |
[
"<",
"p",
">",
"flag",
"that",
"determines",
"whether",
"or",
"not",
"a",
"match",
"that",
"was",
"created",
"with",
"this",
"configuration",
"must",
"be",
"accepted",
"by",
"the",
"matched",
"players",
"to",
"require",
"acceptance",
"set",
"to",
"true",
"... | [
"set",
"acceptance",
"required",
"(",
"acceptance",
"required",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"flag",
"that",
"determines",
"whether",
"or",
"not",
"a",
"match",
"that",
"was",
"created",
"with",
"this",
"configuration",
"must",
"be",
"accepted",
"by",
"the",
"matched",
"players",
"to",
"require",
"acceptance",
"set",
"to",
"true",
"... | [
"return",
"this",
"acceptance",
"required",
";"
] |
[
"<",
"p",
">",
"unique",
"identifier",
"for",
"a",
"matchmaking",
"rule",
"set",
"use",
"this",
"parameter",
"to",
"retrieve",
"all",
"matchmaking",
"configurations",
"that",
"use",
"this",
"rule",
"set",
"<",
"/",
"p",
">"
] | [
"this",
"rule",
"set",
"name",
"=",
"rule",
"set",
"name",
";"
] |
[
"<",
"p",
">",
"unique",
"identifier",
"for",
"a",
"matchmaking",
"rule",
"set",
"use",
"this",
"parameter",
"to",
"retrieve",
"all",
"matchmaking",
"configurations",
"that",
"use",
"this",
"rule",
"set",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"rule",
"set",
"name",
";"
] |
[
"<",
"p",
">",
"unique",
"identifier",
"for",
"a",
"matchmaking",
"rule",
"set",
"to",
"use",
"with",
"this",
"configuration",
"a",
"matchmaking",
"configuration",
"can",
"only",
"use",
"rule",
"sets",
"that",
"are",
"defined",
"in",
"the",
"same",
"region",... | [
"set",
"rule",
"set",
"name",
"(",
"rule",
"set",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"sns",
"topic",
"arn",
"that",
"is",
"set",
"up",
"to",
"receive",
"matchmaking",
"notifications",
"<",
"/",
"p",
">"
] | [
"this",
"notification",
"target",
"=",
"notification",
"target",
";"
] |
[
"<",
"p",
">",
"sns",
"topic",
"arn",
"that",
"is",
"set",
"up",
"to",
"receive",
"matchmaking",
"notifications",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"notification",
"target",
";"
] |
[
"<",
"p",
">",
"sns",
"topic",
"arn",
"that",
"is",
"set",
"up",
"to",
"receive",
"matchmaking",
"notifications",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"gamelift",
"/",
"latest",
"/",
"developerguide"... | [
"set",
"notification",
"target",
"(",
"notification",
"target",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"number",
"of",
"player",
"slots",
"in",
"a",
"match",
"to",
"keep",
"open",
"for",
"future",
"players",
"for",
"example",
"if",
"the",
"configuration",
"s",
"rule",
"set",
"specifies",
"a",
"match",
"for",
"a",
"single",
"12",
"-",
"per... | [
"this",
"additional",
"player",
"count",
"=",
"additional",
"player",
"count",
";"
] |
[
"<",
"p",
">",
"number",
"of",
"player",
"slots",
"in",
"a",
"match",
"to",
"keep",
"open",
"for",
"future",
"players",
"for",
"example",
"if",
"the",
"configuration",
"s",
"rule",
"set",
"specifies",
"a",
"match",
"for",
"a",
"single",
"12",
"-",
"per... | [
"return",
"this",
"additional",
"player",
"count",
";"
] |
[
"<",
"p",
">",
"number",
"of",
"player",
"slots",
"in",
"a",
"match",
"to",
"keep",
"open",
"for",
"future",
"players",
"for",
"example",
"if",
"the",
"configuration",
"s",
"rule",
"set",
"specifies",
"a",
"match",
"for",
"a",
"single",
"12",
"-",
"per... | [
"set",
"additional",
"player",
"count",
"(",
"additional",
"player",
"count",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"information",
"to",
"attached",
"to",
"all",
"events",
"related",
"to",
"the",
"matchmaking",
"configuration",
"<",
"/",
"p",
">"
] | [
"this",
"custom",
"event",
"data",
"=",
"custom",
"event",
"data",
";"
] |
[
"<",
"p",
">",
"information",
"to",
"attached",
"to",
"all",
"events",
"related",
"to",
"the",
"matchmaking",
"configuration",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"custom",
"event",
"data",
";"
] |
[
"<",
"p",
">",
"information",
"to",
"attached",
"to",
"all",
"events",
"related",
"to",
"the",
"matchmaking",
"configuration",
"<",
"/",
"p",
">"
] | [
"set",
"custom",
"event",
"data",
"(",
"custom",
"event",
"data",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"set",
"of",
"custom",
"properties",
"for",
"a",
"game",
"session",
"formatted",
"as",
"key",
":",
"value",
"pairs",
"these",
"properties",
"are",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"ses... | [
"return",
"game",
"properties",
";"
] |
[
"<",
"p",
">",
"set",
"of",
"custom",
"properties",
"for",
"a",
"game",
"session",
"formatted",
"as",
"key",
":",
"value",
"pairs",
"these",
"properties",
"are",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"ses... | [
"if",
"(",
"game",
"properties",
"=",
"=",
"null",
")",
"{",
"this",
"game",
"properties",
"=",
"null",
";",
"return",
";",
"}",
"this",
"game",
"properties",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"game",
"property",
">",
"(",
"game",
"pr... |
[
"<",
"p",
">",
"set",
"of",
"custom",
"properties",
"for",
"a",
"game",
"session",
"formatted",
"as",
"key",
":",
"value",
"pairs",
"these",
"properties",
"are",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"ses... | [
"if",
"(",
"this",
"game",
"properties",
"=",
"=",
"null",
")",
"{",
"set",
"game",
"properties",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"game",
"property",
">",
"(",
"game",
"properties",
"length",
")",
")",
";",
"}",
"for",
"(",
"game",
... |
[
"<",
"p",
">",
"set",
"of",
"custom",
"properties",
"for",
"a",
"game",
"session",
"formatted",
"as",
"key",
":",
"value",
"pairs",
"these",
"properties",
"are",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"ses... | [
"set",
"game",
"properties",
"(",
"game",
"properties",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"set",
"of",
"custom",
"game",
"session",
"properties",
"formatted",
"as",
"a",
"single",
"string",
"value",
"this",
"data",
"is",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"session",
"<",
"/",... | [
"this",
"game",
"session",
"data",
"=",
"game",
"session",
"data",
";"
] |
[
"<",
"p",
">",
"set",
"of",
"custom",
"game",
"session",
"properties",
"formatted",
"as",
"a",
"single",
"string",
"value",
"this",
"data",
"is",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"session",
"<",
"/",... | [
"return",
"this",
"game",
"session",
"data",
";"
] |
[
"<",
"p",
">",
"set",
"of",
"custom",
"game",
"session",
"properties",
"formatted",
"as",
"a",
"single",
"string",
"value",
"this",
"data",
"is",
"passed",
"to",
"a",
"game",
"server",
"process",
"in",
"the",
"<",
"a",
">",
"game",
"session",
"<",
"/",... | [
"set",
"game",
"session",
"data",
"(",
"game",
"session",
"data",
")",
";",
"return",
"this",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"model",
"package",
"literals",
"tf",
"servo",
"configuration",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"velocity",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"velocity",
"=",
"velocity",
";",
"velocity",
"=",
"new",
"velocity",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"impl",
"(",
"this",
",",
"notification",
"set",
",",
"m... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"acceleration",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"acceleration",
"=",
"acceleration",
";",
"acceleration",
"=",
"new",
"acceleration",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"impl",
"(",
"this",
",",
"notification",
"s... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"servo",
"voltage",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"servo",
"voltage",
"=",
"servo",
"voltage",
";",
"servo",
"voltage",
"=",
"new",
"servo",
"voltage",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"impl",
"(",
"this",
","... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"pulse",
"width",
"min",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"pulse",
"width",
"min",
"=",
"pulse",
"width",
"min",
";",
"pulse",
"width",
"min",
"=",
"new",
"pulse",
"width",
"min",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"i... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"pulse",
"width",
"max",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"pulse",
"width",
"max",
"=",
"pulse",
"width",
"max",
";",
"pulse",
"width",
"max",
"=",
"new",
"pulse",
"width",
"max",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"i... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"period",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"period",
"=",
"period",
";",
"period",
"=",
"new",
"period",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"impl",
"(",
"this",
",",
"notification",
"set",
",",
"model",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"return",
"output",
"voltage",
";"
] |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"int",
"old",
"output",
"voltage",
"=",
"output",
"voltage",
";",
"output",
"voltage",
"=",
"new",
"output",
"voltage",
";",
"if",
"(",
"e",
"notification",
"required",
"(",
")",
")",
"e",
"notify",
"(",
"new",
"e",
"notification",
"impl",
"(",
"this",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"switch",
"(",
"feature",
"i",
"d",
")",
"{",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"velocity",
":",
"return",
"get",
"velocity",
"(",
")",
";",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"acceleration",
":",
"return",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"switch",
"(",
"feature",
"i",
"d",
")",
"{",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"velocity",
":",
"set",
"velocity",
"(",
"(",
"integer",
")",
"new",
"value",
")",
";",
"return",
";",
"case",
"model",
"package",
"tf",
"servo",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"switch",
"(",
"feature",
"i",
"d",
")",
"{",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"velocity",
":",
"set",
"velocity",
"(",
"velocity",
"edefault",
")",
";",
"return",
";",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
... |
[
"<",
"!",
"-",
"-",
"begin",
"-",
"user",
"-",
"doc",
"-",
"-",
">",
"<",
"!",
"-",
"-",
"end",
"-",
"user",
"-",
"doc",
"-",
"-",
">"
] | [
"switch",
"(",
"feature",
"i",
"d",
")",
"{",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"velocity",
":",
"return",
"velocity",
"!",
"=",
"velocity",
"edefault",
";",
"case",
"model",
"package",
"tf",
"servo",
"configuration",
"acceleration",
... |
[
"used",
"for",
"debugging"
] | [
"return",
"reader",
"next",
"tag",
"(",
")",
";"
] |
[
"read",
"an",
"attribute",
"and",
"throw",
"exception",
"if",
"attribute",
"is",
"not",
"present"
] | [
"string",
"value",
"=",
"null",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"reader",
"get",
"attribute",
"count",
"(",
")",
";",
"i",
"+",
"+",
")",
"{",
"string",
"attr",
"=",
"reader",
"get",
"attribute",
"local",
"name",
"(",
"i",
... |
[
"{"
] | [
"context",
"start",
"subsystem",
"element",
"(",
"keycloak",
"saml",
"extension",
"namespace",
",",
"false",
")",
";",
"write",
"secure",
"deployment",
"(",
"writer",
",",
"context",
"get",
"model",
"node",
"(",
")",
")",
";",
"writer",
"write",
"end",
"el... |
[
"the",
"class",
"holding",
"records",
"for",
"this",
"type"
] | [
"return",
"nicer",
"but",
"slower",
"film",
"list",
"record",
"class",
";"
] |
[
"{"
] | [
"return",
"public",
"public",
";"
] |
[
"{"
] | [
"return",
"new",
"nicer",
"but",
"slower",
"film",
"list",
"(",
"dsl",
"name",
"(",
"alias",
")",
",",
"this",
")",
";"
] |
[
"{"
] | [
"return",
"new",
"nicer",
"but",
"slower",
"film",
"list",
"(",
"alias",
",",
"this",
")",
";"
] |
[
"rename",
"this",
"table"
] | [
"return",
"new",
"nicer",
"but",
"slower",
"film",
"list",
"(",
"dsl",
"name",
"(",
"name",
")",
",",
"null",
")",
";"
] |
[
"rename",
"this",
"table"
] | [
"return",
"new",
"nicer",
"but",
"slower",
"film",
"list",
"(",
"name",
",",
"null",
")",
";"
] |
[
"human",
"readable",
"description",
"of",
"why",
"the",
"build",
"is",
"blocked"
] | [
"public",
"abstract",
"string",
"get",
"short",
"description",
"(",
")",
";"
] |
[
"returns",
"all",
"the",
"registered",
"{"
] | [
"return",
"extension",
"list",
"lookup",
"(",
"global",
"configuration",
"category",
"class",
")",
";"
] |
[
"returns",
"a",
"description",
"of",
"the",
"target",
"being",
"used",
"for",
"error",
"messaging"
] | [
"abstract",
"string",
"target",
"description",
"(",
")",
";"
] |
[
"returns",
"the",
"selected",
"execution",
"platform",
"that",
"these",
"toolchains",
"use"
] | [
"public",
"abstract",
"platform",
"info",
"execution",
"platform",
"(",
")",
";"
] |
[
"returns",
"the",
"target",
"platform",
"that",
"these",
"toolchains",
"generate",
"output",
"for"
] | [
"public",
"abstract",
"platform",
"info",
"target",
"platform",
"(",
")",
";"
] |
[
"returns",
"the",
"toolchain",
"types",
"that",
"were",
"requested"
] | [
"public",
"abstract",
"immutable",
"set",
"<",
"label",
">",
"required",
"toolchain",
"types",
"(",
")",
";"
] |
[
"returns",
"the",
"template",
"variables",
"that",
"these",
"toolchains",
"provide"
] | [
"public",
"abstract",
"immutable",
"list",
"<",
"template",
"variable",
"info",
">",
"template",
"variable",
"providers",
"(",
")",
";"
] |
[
"returns",
"the",
"labels",
"of",
"the",
"specific",
"toolchains",
"being",
"used"
] | [
"public",
"abstract",
"immutable",
"set",
"<",
"label",
">",
"resolved",
"toolchain",
"labels",
"(",
")",
";"
] |
[
"returns",
"the",
"toolchain",
"for",
"the",
"given",
"type",
"or",
"{"
] | [
"return",
"toolchains",
"(",
")",
"get",
"(",
"toolchain",
"type",
")",
";"
] |
[
"<",
"p",
">",
"information",
"about",
"the",
"task",
"s",
"progress",
"and",
"status",
"<",
"/",
"p",
">"
] | [
"this",
"task",
"=",
"task",
";"
] |
[
"<",
"p",
">",
"the",
"cluster",
"s",
"state",
"<",
"/",
"p",
">"
] | [
"set",
"state",
"(",
"state",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"cluster",
"s",
"state",
"<",
"/",
"p",
">"
] | [
"this",
"state",
"=",
"state",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"description",
"of",
"the",
"hsm",
"s",
"state",
"<",
"/",
"p",
">"
] | [
"this",
"state",
"message",
"=",
"state",
"message",
";"
] |
[
"<",
"p",
">",
"a",
"description",
"of",
"the",
"hsm",
"s",
"state",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"state",
"message",
";"
] |
[
"<",
"p",
">",
"a",
"description",
"of",
"the",
"cluster",
"s",
"state",
"<",
"/",
"p",
">"
] | [
"set",
"state",
"message",
"(",
"state",
"message",
")",
";",
"return",
"this",
";"
] |
[
"count",
"of",
"layers",
"in",
"mlp"
] | [
"return",
"layers",
"size",
"(",
")",
";"
] |
[
"size",
"of",
"input",
"of",
"mlp"
] | [
"return",
"layers",
"get",
"(",
"0",
")",
"neurons",
"count",
"(",
")",
";"
] |
[
"size",
"of",
"output",
"of",
"mlp"
] | [
"return",
"layers",
"get",
"(",
"layers",
"count",
"(",
")",
"-",
"1",
")",
"neurons",
"count",
"(",
")",
";"
] |
[
"constructs",
"new",
"mlp",
"architecture",
"with",
"new",
"layer",
"added",
"on",
"top",
"of",
"all",
"this",
"architecture",
"layers"
] | [
"array",
"list",
"<",
"layer",
"architecture",
">",
"new",
"layers",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"layers",
")",
";",
"new",
"layers",
"add",
"(",
"new",
"transformation",
"layer",
"architecture",
"(",
"neurons",
"cnt",
",",
"has",
"bias",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.