docstring_tokens
sequence
code_tokens
sequence
[ "<", "p", ">", "a", "list", "of", "<", "a", ">", "stage", "<", "/", "a", ">", "resources", "that", "are", "associated", "with", "the", "<", "a", ">", "api", "key", "<", "/", "a", ">", "resource", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "stage", "keys", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "stage", "keys", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "stage", "keys", "=", "=", "null", ")", "{", "set", "stage", "keys", "(", "new", "java", "util", "array", "list", "<", "string", ">", "(", "stage", "keys", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", "stage", "keys", ")", "{", "this", "stage", "keys", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "a", "list", "of", "<", "a", ">", "stage", "<", "/", "a", ">", "resources", "that", "are", "associated", "with", "the", "<", "a", ">", "api", "key", "<", "/", "a", ">", "resource", "<", "/", "p", ">" ]
[ "set", "stage", "keys", "(", "stage", "keys", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "association", "to", "be", "created", "<", "/", "p", ">" ]
[ "this", "direct", "connect", "gateway", "association", "=", "direct", "connect", "gateway", "association", ";" ]
[ "<", "p", ">", "the", "association", "to", "be", "created", "<", "/", "p", ">" ]
[ "return", "this", "direct", "connect", "gateway", "association", ";" ]
[ "<", "p", ">", "the", "association", "to", "be", "deleted", "<", "/", "p", ">" ]
[ "set", "direct", "connect", "gateway", "association", "(", "direct", "connect", "gateway", "association", ")", ";", "return", "this", ";" ]
[ "{" ]
[ "long", "link", "=", "get", "link", "(", "page", "addr", ",", "idx", ")", ";", "int", "hash", "=", "get", "hash", "(", "page", "addr", ",", "idx", ")", ";", "int", "cache", "id", "=", "store", "cache", "id", "(", ")", "?", "get", "cache", "id", "(", "page", "addr", ",", "idx", ")", ":", "cu", "undefined", "cache", "id", ";", "if", "(", "store", "mvcc", "version", "(", ")", ")", "{", "long", "mvcc", "crd", "=", "get", "mvcc", "coordinator", "version", "(", "page", "addr", ",", "idx", ")", ";", "long", "mvcc", "cntr", "=", "get", "mvcc", "counter", "(", "page", "addr", ",", "idx", ")", ";", "int", "mvcc", "op", "cntr", "=", "get", "mvcc", "operation", "counter", "(", "page", "addr", ",", "idx", ")", ";", "assert", "mvcc", "version", "is", "valid", "(", "mvcc", "crd", ",", "mvcc", "cntr", ",", "mvcc", "op", "cntr", ")", ";", "return", "(", "(", "cache", "data", "tree", ")", "tree", ")", "row", "store", "(", ")", "mvcc", "row", "(", "cache", "id", ",", "hash", ",", "link", ",", "cache", "data", "row", "adapter", "row", "data", "key", "only", ",", "mvcc", "crd", ",", "mvcc", "cntr", ",", "mvcc", "op", "cntr", ")", ";", "}", "return", "(", "(", "cache", "data", "tree", ")", "tree", ")", "row", "store", "(", ")", "key", "search", "row", "(", "cache", "id", ",", "hash", ",", "link", ")", ";" ]
[ "getter", "for", "property", "last", "value", "<", "p", "/", ">", "exposure", "intended", "for", "testing", "purposes" ]
[ "return", "no", "tenant", "generation", "state", "(", ")", "value", "copy", "(", ")", "decrement", "(", ")", ";" ]
[ "getter", "for", "property", "upper", "limit", "<", "p", "/", ">", "exposure", "intended", "for", "testing", "purposes" ]
[ "return", "no", "tenant", "generation", "state", "(", ")", "upper", "limit", ";" ]
[ "set", "number", "of", "rows", "to", "be", "created", "in", "the", "resulting", "frame", "(", "however", "a", "postprocess", "step", "may", "remove", "some", "of", "the", "rows", ")" ]
[ "num", "rows", "=", "n", ";" ]
[ "set", "the", "seed", "for", "the", "random", "number", "generator", "two", "frames", "created", "from", "the", "same", "seed", "will", "be", "identical", "seed", "value", "of", "-", "1", "(", "the", "default", ")", "means", "that", "a", "random", "seed", "will", "be", "issued" ]
[ "seed", "=", "s", ";" ]
[ "add", "a", "column", "maker", "task", "responsible", "for", "creation", "of", "a", "single", "(", "rarely", "married", "or", "widowed", ")", "column" ]
[ "maker", "set", "index", "(", "num", "cols", ")", ";", "column", "makers", "add", "(", "maker", ")", ";", "work", "amount", "per", "row", "+", "=", "maker", "work", "amount", "(", ")", ";", "bytes", "per", "row", "+", "=", "maker", "byte", "size", "per", "row", "(", ")", ";", "num", "cols", "+", "=", "maker", "num", "columns", "(", ")", ";" ]
[ "add", "a", "step", "to", "be", "performed", "in", "the", "end", "after", "the", "frame", "has", "been", "created", "this", "step", "can", "then", "modify", "the", "frame", "in", "any", "way" ]
[ "postprocess", "steps", "add", "(", "step", ")", ";", "work", "amount", "postprocess", "+", "=", "step", "work", "amount", "(", ")", ";" ]
[ "return", "total", "amount", "of", "work", "that", "will", "be", "performed", "by", "the", "executor", "this", "is", "needed", "externally", "in", "the", "job", "execution", "context", "to", "determine", "the", "progress", "if", "the", "task", "if", "it", "is", "long", "-", "running" ]
[ "return", "num", "rows", "*", "work", "amount", "per", "row", "+", "work", "amount", "postprocess", ";" ]
[ "estimated", "size", "of", "the", "frame", "(", "in", "bytes", ")", "to", "be", "used", "in", "determining", "the", "optimal", "chunk", "size", "this", "estimate", "may", "not", "be", "absolutely", "precise" ]
[ "return", "(", "long", ")", "(", "num", "rows", "*", "bytes", "per", "row", ")", ";" ]
[ "compute", "optimal", "number", "of", "rows", "per", "chunk", "in", "the", "resulting", "frame" ]
[ "return", "file", "vec", "calc", "optimal", "chunk", "size", "(", "estimated", "byte", "size", "(", ")", ",", "num", "cols", ",", "num", "cols", "*", "4", ",", "runtime", "get", "runtime", "(", ")", "available", "processors", "(", ")", ",", "h2o", "get", "cloud", "size", "(", ")", ",", "false", ",", "false", ")", ";" ]
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "r", "(", "r", ")", ";", "g", "(", "g", ")", ";", "b", "(", "b", ")", ";", "a", "(", "a", ")", ";", "return", "this", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "nk", "color", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "nk", "color", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "nk", "color", "class", ",", "mem", "address", "(", "container", ")", ",", "container", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "nk", "color", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "nk", "color", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "buffer", "utils", "}" ]
[ "byte", "buffer", "container", "=", "create", "(", "capacity", ",", "sizeof", ")", ";", "return", "wrap", "(", "buffer", "class", ",", "mem", "address", "(", "container", ")", ",", "capacity", ",", "container", ")", ";" ]
[ "create", "a", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "at", "the", "specified", "memory" ]
[ "return", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "malloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "calloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "nk", "color", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "nk", "color", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "calloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "nk", "color", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "nk", "color", "r", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "nk", "color", "g", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "nk", "color", "b", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "nk", "color", "a", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "byte", "(", "null", ",", "struct", "+", "nk", "color", "r", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "byte", "(", "null", ",", "struct", "+", "nk", "color", "g", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "byte", "(", "null", ",", "struct", "+", "nk", "color", "b", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "byte", "(", "null", ",", "struct", "+", "nk", "color", "a", ",", "value", ")", ";" ]
[ "<", "p", ">", "the", "data", "that", "populates", "a", "row", "in", "a", "query", "result", "table", "<", "/", "p", ">" ]
[ "return", "data", ";" ]
[ "<", "p", ">", "the", "data", "that", "populates", "a", "row", "in", "a", "query", "result", "table", "<", "/", "p", ">" ]
[ "if", "(", "data", "=", "=", "null", ")", "{", "this", "data", "=", "null", ";", "return", ";", "}", "this", "data", "=", "new", "java", "util", "array", "list", "<", "datum", ">", "(", "data", ")", ";" ]
[ "<", "p", ">", "the", "data", "that", "populates", "a", "row", "in", "a", "query", "result", "table", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "data", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "data", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "data", "=", "=", "null", ")", "{", "set", "data", "(", "new", "java", "util", "array", "list", "<", "datum", ">", "(", "data", "length", ")", ")", ";", "}", "for", "(", "datum", "ele", ":", "data", ")", "{", "this", "data", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "the", "data", "that", "populates", "a", "row", "in", "a", "query", "result", "table", "<", "/", "p", ">" ]
[ "set", "data", "(", "data", ")", ";", "return", "this", ";" ]
[ "this", "method", "adds", "an", "{", "@", "link", "audio", "file", "modification", "listener", "}" ]
[ "if", "(", "!", "this", "listeners", "contains", "(", "l", ")", ")", "{", "this", "listeners", "add", "(", "l", ")", ";", "}" ]
[ "(", "overridden", ")" ]
[ "for", "(", "audio", "file", "modification", "listener", "listener", ":", "this", "listeners", ")", "{", "audio", "file", "modification", "listener", "current", "=", "listener", ";", "try", "{", "current", "file", "modified", "(", "original", ",", "temporary", ")", ";", "}", "catch", "(", "modify", "veto", "exception", "e", ")", "{", "veto", "thrown", "(", "current", ",", "original", ",", "e", ")", ";", "throw", "e", ";", "}", "}" ]
[ "(", "overridden", ")" ]
[ "for", "(", "audio", "file", "modification", "listener", "listener", ":", "this", "listeners", ")", "{", "audio", "file", "modification", "listener", "current", "=", "listener", ";", "current", "file", "operation", "finished", "(", "result", ")", ";", "}" ]
[ "(", "overridden", ")" ]
[ "for", "(", "audio", "file", "modification", "listener", "listener", ":", "this", "listeners", ")", "{", "audio", "file", "modification", "listener", "current", "=", "listener", ";", "try", "{", "current", "file", "will", "be", "modified", "(", "file", ",", "delete", ")", ";", "}", "catch", "(", "modify", "veto", "exception", "e", ")", "{", "veto", "thrown", "(", "current", ",", "file", ",", "e", ")", ";", "throw", "e", ";", "}", "}" ]
[ "this", "method", "removes", "an", "{", "@", "link", "audio", "file", "modification", "listener", "}" ]
[ "if", "(", "this", "listeners", "contains", "(", "l", ")", ")", "{", "this", "listeners", "remove", "(", "l", ")", ";", "}" ]
[ "(", "overridden", ")" ]
[ "for", "(", "audio", "file", "modification", "listener", "listener", ":", "this", "listeners", ")", "{", "audio", "file", "modification", "listener", "current", "=", "listener", ";", "current", "veto", "thrown", "(", "cause", ",", "original", ",", "veto", ")", ";", "}" ]
[ "count", "the", "number", "of", "keyvalues", "in", "the", "specified", "table", "with", "the", "given", "filter" ]
[ "scan", "scan", "=", "new", "scan", "(", ")", ";", "scan", "set", "filter", "(", "filter", ")", ";", "result", "scanner", "results", "=", "table", "get", "scanner", "(", "scan", ")", ";", "int", "count", "=", "0", ";", "for", "(", "result", "res", ":", "results", ")", "{", "count", "+", "=", "res", "size", "(", ")", ";", "}", "results", "close", "(", ")", ";", "return", "count", ";" ]
[ "provide", "a", "sensor", "for", "the", "indicated", "sensor", "type" ]
[ "sensor", "map", "put", "(", "sensor", "type", ",", "sensor", ")", ";" ]
[ "adds", "a", "{" ]
[ "sensor", "map", "put", "(", "sensor", "get", "type", "(", ")", ",", "sensor", ")", ";" ]
[ "returns", "the", "list", "of", "{" ]
[ "return", "collections", "unmodifiable", "list", "(", "listeners", ")", ";" ]
[ "propagates", "the", "{" ]
[ "for", "(", "sensor", "event", "listener", "listener", ":", "listeners", ")", "{", "listener", "on", "sensor", "changed", "(", "event", ")", ";", "}" ]
[ "creates", "a", "{", "@", "link", "sensor", "event", "}", "with", "the", "given", "value", "array", "size", "which", "the", "caller", "should", "set", "based", "on", "the", "type", "of", "{", "@", "link", "sensor", "}", "which", "is", "being", "emulated" ]
[ "check", "argument", "(", "value", "array", "size", ">", "0", ")", ";", "class", "parameter", "<", "integer", ">", "value", "array", "size", "param", "=", "new", "class", "parameter", "<", ">", "(", "int", "class", ",", "value", "array", "size", ")", ";", "return", "reflection", "helpers", "call", "constructor", "(", "sensor", "event", "class", ",", "value", "array", "size", "param", ")", ";" ]
[ "<", "p", ">", "a", "unique", "namespace", "identifying", "the", "option", "s", "associated", "aws", "resource", "<", "/", "p", ">" ]
[ "set", "namespace", "(", "namespace", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "configuration", "option", "<", "/", "p", ">" ]
[ "set", "name", "(", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "default", "value", "for", "this", "configuration", "option", "<", "/", "p", ">" ]
[ "set", "default", "value", "(", "default", "value", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "action", "is", "required", "if", "the", "value", "for", "this", "configuration", "option", "changes", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "no", "interruption", "<", "/", "code", ">", ":", "there", "is", "no", "interruption", "to", "the", "environment", "or", "application", "availability", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "environment", "<", "/", "code", ">", ":", "the", "environment", "is", "entirely", "restarted", "all", "aws", "resources", "are", "deleted", "and", "recreated", "and", "the", "environment", "is", "unavailable", "during", "the", "process", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "application", "server", "<", "/", "code", ">", ":", "the", "environment", "is", "available", "the", "entire", "time", "however", "a", "short", "application", "outage", "occurs", "when", "the", "application", "servers", "on", "the", "running", "amazon", "ec2", "instances", "are", "restarted", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "this", "change", "severity", "=", "change", "severity", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "action", "is", "required", "if", "the", "value", "for", "this", "configuration", "option", "changes", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "no", "interruption", "<", "/", "code", ">", ":", "there", "is", "no", "interruption", "to", "the", "environment", "or", "application", "availability", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "environment", "<", "/", "code", ">", ":", "the", "environment", "is", "entirely", "restarted", "all", "aws", "resources", "are", "deleted", "and", "recreated", "and", "the", "environment", "is", "unavailable", "during", "the", "process", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "application", "server", "<", "/", "code", ">", ":", "the", "environment", "is", "available", "the", "entire", "time", "however", "a", "short", "application", "outage", "occurs", "when", "the", "application", "servers", "on", "the", "running", "amazon", "ec2", "instances", "are", "restarted", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "return", "this", "change", "severity", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "action", "is", "required", "if", "the", "value", "for", "this", "configuration", "option", "changes", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "no", "interruption", "<", "/", "code", ">", ":", "there", "is", "no", "interruption", "to", "the", "environment", "or", "application", "availability", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "environment", "<", "/", "code", ">", ":", "the", "environment", "is", "entirely", "restarted", "all", "aws", "resources", "are", "deleted", "and", "recreated", "and", "the", "environment", "is", "unavailable", "during", "the", "process", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "restart", "application", "server", "<", "/", "code", ">", ":", "the", "environment", "is", "available", "the", "entire", "time", "however", "a", "short", "application", "outage", "occurs", "when", "the", "application", "servers", "on", "the", "running", "amazon", "ec2", "instances", "are", "restarted", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "set", "change", "severity", "(", "change", "severity", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "indication", "of", "whether", "the", "user", "defined", "this", "configuration", "option", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "true", "<", "/", "code", ">", ":", "this", "configuration", "option", "was", "defined", "by", "the", "user", "it", "is", "a", "valid", "choice", "for", "specifying", "if", "this", "as", "an", "<", "code", ">", "option", "to", "remove", "<", "/", "code", ">", "when", "updating", "configuration", "settings", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "false", "<", "/", "code", ">", ":", "this", "configuration", "was", "not", "defined", "by", "the", "user", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">", "<", "p", ">", "constraint", ":", "you", "can", "remove", "only", "<", "code", ">", "user", "defined", "<", "/", "code", ">", "options", "from", "a", "configuration", "<", "/", "p", ">", "<", "p", ">", "valid", "values", ":", "<", "code", ">", "true", "<", "/", "code", ">", "|", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "this", "user", "defined", "=", "user", "defined", ";" ]
[ "<", "p", ">", "an", "indication", "of", "whether", "the", "user", "defined", "this", "configuration", "option", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "true", "<", "/", "code", ">", ":", "this", "configuration", "option", "was", "defined", "by", "the", "user", "it", "is", "a", "valid", "choice", "for", "specifying", "if", "this", "as", "an", "<", "code", ">", "option", "to", "remove", "<", "/", "code", ">", "when", "updating", "configuration", "settings", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "false", "<", "/", "code", ">", ":", "this", "configuration", "was", "not", "defined", "by", "the", "user", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">", "<", "p", ">", "constraint", ":", "you", "can", "remove", "only", "<", "code", ">", "user", "defined", "<", "/", "code", ">", "options", "from", "a", "configuration", "<", "/", "p", ">", "<", "p", ">", "valid", "values", ":", "<", "code", ">", "true", "<", "/", "code", ">", "|", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "return", "this", "user", "defined", ";" ]
[ "<", "p", ">", "an", "indication", "of", "whether", "the", "user", "defined", "this", "configuration", "option", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "true", "<", "/", "code", ">", ":", "this", "configuration", "option", "was", "defined", "by", "the", "user", "it", "is", "a", "valid", "choice", "for", "specifying", "if", "this", "as", "an", "<", "code", ">", "option", "to", "remove", "<", "/", "code", ">", "when", "updating", "configuration", "settings", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "false", "<", "/", "code", ">", ":", "this", "configuration", "was", "not", "defined", "by", "the", "user", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">", "<", "p", ">", "constraint", ":", "you", "can", "remove", "only", "<", "code", ">", "user", "defined", "<", "/", "code", ">", "options", "from", "a", "configuration", "<", "/", "p", ">", "<", "p", ">", "valid", "values", ":", "<", "code", ">", "true", "<", "/", "code", ">", "|", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "set", "user", "defined", "(", "user", "defined", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "indication", "of", "whether", "the", "user", "defined", "this", "configuration", "option", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "true", "<", "/", "code", ">", ":", "this", "configuration", "option", "was", "defined", "by", "the", "user", "it", "is", "a", "valid", "choice", "for", "specifying", "if", "this", "as", "an", "<", "code", ">", "option", "to", "remove", "<", "/", "code", ">", "when", "updating", "configuration", "settings", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "false", "<", "/", "code", ">", ":", "this", "configuration", "was", "not", "defined", "by", "the", "user", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">", "<", "p", ">", "constraint", ":", "you", "can", "remove", "only", "<", "code", ">", "user", "defined", "<", "/", "code", ">", "options", "from", "a", "configuration", "<", "/", "p", ">", "<", "p", ">", "valid", "values", ":", "<", "code", ">", "true", "<", "/", "code", ">", "|", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "return", "this", "user", "defined", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "type", "of", "values", "this", "option", "has", "and", "whether", "it", "is", "allowable", "to", "select", "one", "or", "more", "than", "one", "of", "the", "possible", "values", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "scalar", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "single", "selection", "from", "the", "possible", "values", "or", "an", "unformatted", "string", "or", "numeric", "value", "governed", "by", "the", "<", "code", ">", "min", "/", "max", "/", "regex", "<", "/", "code", ">", "constraints", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "list", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "multiple", "selections", "from", "the", "possible", "values", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "boolean", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "either", "<", "code", ">", "true", "<", "/", "code", ">", "or", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "json", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "json", "representation", "of", "a", "<", "code", ">", "config", "document", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "return", "this", "value", "type", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "type", "of", "values", "this", "option", "has", "and", "whether", "it", "is", "allowable", "to", "select", "one", "or", "more", "than", "one", "of", "the", "possible", "values", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "scalar", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "single", "selection", "from", "the", "possible", "values", "or", "an", "unformatted", "string", "or", "numeric", "value", "governed", "by", "the", "<", "code", ">", "min", "/", "max", "/", "regex", "<", "/", "code", ">", "constraints", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "list", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "multiple", "selections", "from", "the", "possible", "values", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "boolean", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "either", "<", "code", ">", "true", "<", "/", "code", ">", "or", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "json", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "json", "representation", "of", "a", "<", "code", ">", "config", "document", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "set", "value", "type", "(", "value", "type", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "type", "of", "values", "this", "option", "has", "and", "whether", "it", "is", "allowable", "to", "select", "one", "or", "more", "than", "one", "of", "the", "possible", "values", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "scalar", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "single", "selection", "from", "the", "possible", "values", "or", "an", "unformatted", "string", "or", "numeric", "value", "governed", "by", "the", "<", "code", ">", "min", "/", "max", "/", "regex", "<", "/", "code", ">", "constraints", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "list", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "multiple", "selections", "from", "the", "possible", "values", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "boolean", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "either", "<", "code", ">", "true", "<", "/", "code", ">", "or", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "json", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "json", "representation", "of", "a", "<", "code", ">", "config", "document", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "with", "value", "type", "(", "value", "type", ")", ";" ]
[ "<", "p", ">", "an", "indication", "of", "which", "type", "of", "values", "this", "option", "has", "and", "whether", "it", "is", "allowable", "to", "select", "one", "or", "more", "than", "one", "of", "the", "possible", "values", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "scalar", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "single", "selection", "from", "the", "possible", "values", "or", "an", "unformatted", "string", "or", "numeric", "value", "governed", "by", "the", "<", "code", ">", "min", "/", "max", "/", "regex", "<", "/", "code", ">", "constraints", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "list", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "multiple", "selections", "from", "the", "possible", "values", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "boolean", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "either", "<", "code", ">", "true", "<", "/", "code", ">", "or", "<", "code", ">", "false", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "code", ">", "json", "<", "/", "code", ">", ":", "values", "for", "this", "option", "are", "a", "json", "representation", "of", "a", "<", "code", ">", "config", "document", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "this", "value", "type", "=", "value", "type", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "if", "specified", "values", "for", "the", "configuration", "option", "are", "selected", "from", "this", "list", "<", "/", "p", ">" ]
[ "if", "(", "value", "options", "=", "=", "null", ")", "{", "value", "options", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", ")", ";", "}", "return", "value", "options", ";" ]
[ "<", "p", ">", "if", "specified", "values", "for", "the", "configuration", "option", "are", "selected", "from", "this", "list", "<", "/", "p", ">" ]
[ "if", "(", "value", "options", "=", "=", "null", ")", "{", "this", "value", "options", "=", "null", ";", "return", ";", "}", "this", "value", "options", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "value", "options", ")", ";" ]
[ "<", "p", ">", "if", "specified", "values", "for", "the", "configuration", "option", "are", "selected", "from", "this", "list", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "value", "options", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "value", "options", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "value", "options", "=", "=", "null", ")", "{", "set", "value", "options", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "value", "options", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", "value", "options", ")", "{", "this", "value", "options", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "if", "specified", "values", "for", "the", "configuration", "option", "are", "selected", "from", "this", "list", "<", "/", "p", ">" ]
[ "set", "value", "options", "(", "value", "options", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "numeric", "value", "that", "determines", "the", "smallest", "numeric", "value", "that", "you", "want", "to", "allow", "for", "number", "types", "<", "/", "p", ">" ]
[ "this", "min", "value", "=", "min", "value", ";" ]
[ "<", "p", ">", "a", "numeric", "value", "that", "determines", "the", "smallest", "numeric", "value", "that", "you", "want", "to", "allow", "for", "number", "types", "<", "/", "p", ">" ]
[ "return", "this", "min", "value", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "numeric", "value", "greater", "than", "this", "value", "<", "/", "p", ">" ]
[ "set", "min", "value", "(", "min", "value", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "numeric", "value", "that", "determines", "the", "largest", "numeric", "value", "that", "you", "want", "to", "allow", "for", "number", "types", "<", "/", "p", ">" ]
[ "this", "max", "value", "=", "max", "value", ";" ]
[ "<", "p", ">", "a", "numeric", "value", "that", "determines", "the", "largest", "numeric", "value", "that", "you", "want", "to", "allow", "for", "number", "types", "<", "/", "p", ">" ]
[ "return", "this", "max", "value", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "numeric", "value", "less", "than", "this", "value", "<", "/", "p", ">" ]
[ "set", "max", "value", "(", "max", "value", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "an", "integer", "value", "that", "determines", "the", "largest", "number", "of", "characters", "that", "you", "want", "to", "allow", "for", "string", "types", "<", "/", "p", ">" ]
[ "this", "max", "length", "=", "max", "length", ";" ]
[ "<", "p", ">", "an", "integer", "value", "that", "determines", "the", "largest", "number", "of", "characters", "that", "you", "want", "to", "allow", "for", "string", "types", "<", "/", "p", ">" ]
[ "return", "this", "max", "length", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "string", "value", "no", "longer", "than", "this", "value", "<", "/", "p", ">" ]
[ "set", "max", "length", "(", "max", "length", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "string", "value", "that", "satisfies", "this", "regular", "expression", "<", "/", "p", ">" ]
[ "this", "regex", "=", "regex", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "string", "value", "that", "satisfies", "this", "regular", "expression", "<", "/", "p", ">" ]
[ "return", "this", "regex", ";" ]
[ "<", "p", ">", "if", "specified", "the", "configuration", "option", "must", "be", "a", "string", "value", "that", "satisfies", "this", "regular", "expression", "<", "/", "p", ">" ]
[ "set", "regex", "(", "regex", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "permissions", "boundary", "usage", "type", "that", "indicates", "what", "type", "of", "iam", "resource", "is", "used", "as", "the", "permissions", "boundary", "for", "an", "entity", "this", "data", "type", "can", "only", "have", "a", "value", "of", "<", "code", ">", "policy", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "this", "permissions", "boundary", "type", "=", "permissions", "boundary", "type", ";" ]
[ "<", "p", ">", "the", "permissions", "boundary", "usage", "type", "that", "indicates", "what", "type", "of", "iam", "resource", "is", "used", "as", "the", "permissions", "boundary", "for", "an", "entity", "this", "data", "type", "can", "only", "have", "a", "value", "of", "<", "code", ">", "policy", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "return", "this", "permissions", "boundary", "type", ";" ]
[ "<", "p", ">", "the", "permissions", "boundary", "usage", "type", "that", "indicates", "what", "type", "of", "iam", "resource", "is", "used", "as", "the", "permissions", "boundary", "for", "an", "entity", "this", "data", "type", "can", "only", "have", "a", "value", "of", "<", "code", ">", "policy", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "set", "permissions", "boundary", "type", "(", "permissions", "boundary", "type", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "permissions", "boundary", "usage", "type", "that", "indicates", "what", "type", "of", "iam", "resource", "is", "used", "as", "the", "permissions", "boundary", "for", "an", "entity", "this", "data", "type", "can", "only", "have", "a", "value", "of", "<", "code", ">", "policy", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "this", "permissions", "boundary", "type", "=", "permissions", "boundary", "type", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "arn", "of", "the", "policy", "used", "to", "set", "the", "permissions", "boundary", "for", "the", "user", "or", "role", "<", "/", "p", ">" ]
[ "this", "permissions", "boundary", "arn", "=", "permissions", "boundary", "arn", ";" ]
[ "<", "p", ">", "the", "arn", "of", "the", "policy", "used", "to", "set", "the", "permissions", "boundary", "for", "the", "user", "or", "role", "<", "/", "p", ">" ]
[ "return", "this", "permissions", "boundary", "arn", ";" ]
[ "<", "p", ">", "the", "arn", "of", "the", "policy", "used", "to", "set", "the", "permissions", "boundary", "for", "the", "user", "or", "role", "<", "/", "p", ">" ]
[ "set", "permissions", "boundary", "arn", "(", "permissions", "boundary", "arn", ")", ";", "return", "this", ";" ]
[ "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=" ]
[]
[ "try", "to", "match", "against", "the", "path", "in", "a", "url" ]
[ "final", "list", "<", "string", ">", "path", "segments", "=", "uri", "get", "path", "segments", "(", ")", ";", "final", "int", "li", "=", "path", "segments", "size", "(", ")", ";", "uri", "matcher", "node", "=", "this", ";", "if", "(", "li", "=", "=", "0", "&", "&", "uri", "get", "authority", "(", ")", "=", "=", "null", ")", "{", "return", "this", "m", "code", ";", "}", "for", "(", "int", "i", "=", "-", "1", ";", "i", "<", "li", ";", "i", "+", "+", ")", "{", "string", "u", "=", "i", "<", "0", "?", "uri", "get", "authority", "(", ")", ":", "path", "segments", "get", "(", "i", ")", ";", "array", "list", "<", "uri", "matcher", ">", "list", "=", "node", "m", "children", ";", "if", "(", "list", "=", "=", "null", ")", "{", "break", ";", "}", "node", "=", "null", ";", "int", "lj", "=", "list", "size", "(", ")", ";", "for", "(", "int", "j", "=", "0", ";", "j", "<", "lj", ";", "j", "+", "+", ")", "{", "uri", "matcher", "n", "=", "list", "get", "(", "j", ")", ";", "which", "switch", ":", "switch", "(", "n", "m", "which", ")", "{", "case", "exact", ":", "if", "(", "n", "m", "text", "equals", "(", "u", ")", ")", "{", "node", "=", "n", ";", "}", "break", ";", "case", "number", ":", "int", "lk", "=", "u", "length", "(", ")", ";", "for", "(", "int", "k", "=", "0", ";", "k", "<", "lk", ";", "k", "+", "+", ")", "{", "char", "c", "=", "u", "char", "at", "(", "k", ")", ";", "if", "(", "c", "<", "'", "0", "'", "|", "|", "c", ">", "'", "9", "'", ")", "{", "break", "which", "switch", ";", "}", "}", "node", "=", "n", ";", "break", ";", "case", "text", ":", "node", "=", "n", ";", "break", ";", "}", "if", "(", "node", "!", "=", "null", ")", "{", "break", ";", "}", "}", "if", "(", "node", "=", "=", "null", ")", "{", "return", "no", "match", ";", "}", "}", "return", "node", "m", "code", ";" ]
[ "creates", "a", "new", "group" ]
[ "return", "create", "(", "primary", ",", "arrays", "as", "list", "(", "other", ")", ")", ";" ]
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "width", "(", "width", ")", ";", "height", "(", "height", ")", ";", "depth", "(", "depth", ")", ";", "return", "this", ";" ]