docstring_tokens
list
code_tokens
list
[ "invoked", "after", "exception" ]
[ "public", "abstract", "boolean", "after", "exception", "(", "object", "target", ",", "method", "method", ",", "object", "[", "]", "args", ",", "throwable", "throwable", ")", ";" ]
[ "<", "p", ">", "deduces", "version", "information", "purely", "from", "qr", "code", "dimensions", "<", "/", "p", ">" ]
[ "if", "(", "dimension", "%", "4", "!", "=", "1", ")", "{", "throw", "format", "exception", "get", "format", "instance", "(", ")", ";", "}", "try", "{", "return", "get", "version", "for", "number", "(", "(", "dimension", "-", "17", ")", "/", "4", ...
[ "see", "iso", "18004", ":", "2006", "6", "5", "1", "table", "9" ]
[ "return", "new", "version", "[", "]", "{", "new", "version", "(", "1", ",", "new", "int", "[", "]", "{", "}", ",", "new", "e", "c", "blocks", "(", "7", ",", "new", "ecb", "(", "1", ",", "19", ")", ")", ",", "new", "e", "c", "blocks", "(", ...
[ "what", "git", "operation", "to", "execute" ]
[ "this", "type", "=", "type", ";" ]
[ "git", "hub", "repository", "owner", "(", "organization", ")" ]
[ "this", "repo", "owner", "=", "repo", "owner", ";" ]
[ "git", "hub", "repository", "name" ]
[ "this", "repo", "name", "=", "repo", "name", ";" ]
[ "get", "the", "parameter", "map", "of", "the", "entity" ]
[ "if", "(", "p", "!", "=", "null", ")", "{", "return", "p", "get", "parameters", "(", ")", ";", "}", "else", "{", "return", "t", "get", "parameters", "(", ")", ";", "}" ]
[ "get", "the", "type", "of", "the", "entity" ]
[ "return", "typ", ";" ]
[ "get", "the", "location", "of", "the", "entity" ]
[ "if", "(", "typ", "=", "=", "type", "database", ")", "{", "string", "location", "=", "database", "get", "location", "uri", "(", ")", ";", "return", "location", "=", "=", "null", "?", "null", ":", "new", "uri", "(", "location", ")", ";", "}", "if", ...
[ "equals", "function" ]
[ "if", "(", "o", "=", "=", "null", ")", "{", "return", "false", ";", "}", "if", "(", "o", "instanceof", "entity", ")", "{", "entity", "ore", "=", "(", "entity", ")", "o", ";", "return", "(", "get", "name", "(", ")", "equals", "ignore", "case", "...
[ "get", "all", "super", "types", "of", "given", "{" ]
[ "set", "<", "class", "<", "?", ">", ">", "result", "=", "sets", "new", "linked", "hash", "set", "(", ")", ";", "if", "(", "type", "!", "=", "null", "&", "&", "(", "include", "object", "|", "|", "!", "type", "equals", "(", "object", "class", ")"...
[ "get", "the", "immediate", "supertype", "and", "interfaces", "of", "the", "given", "{" ]
[ "set", "<", "class", "<", "?", ">", ">", "result", "=", "new", "linked", "hash", "set", "<", ">", "(", ")", ";", "class", "<", "?", ">", "superclass", "=", "type", "get", "superclass", "(", ")", ";", "class", "<", "?", ">", "[", "]", "interface...
[ "get", "all", "methods", "of", "given", "{" ]
[ "set", "<", "method", ">", "result", "=", "sets", "new", "hash", "set", "(", ")", ";", "for", "(", "class", "<", "?", ">", "t", ":", "get", "all", "super", "types", "(", "type", ")", ")", "{", "result", "add", "all", "(", "get", "methods", "(",...
[ "get", "methods", "of", "given", "{" ]
[ "return", "filter", "(", "t", "is", "interface", "(", ")", "?", "t", "get", "methods", "(", ")", ":", "t", "get", "declared", "methods", "(", ")", ",", "predicates", ")", ";" ]
[ "get", "all", "constructors", "of", "given", "{" ]
[ "set", "<", "constructor", ">", "result", "=", "sets", "new", "hash", "set", "(", ")", ";", "for", "(", "class", "<", "?", ">", "t", ":", "get", "all", "super", "types", "(", "type", ")", ")", "{", "result", "add", "all", "(", "get", "constructor...
[ "get", "all", "fields", "of", "given", "{" ]
[ "set", "<", "field", ">", "result", "=", "sets", "new", "hash", "set", "(", ")", ";", "for", "(", "class", "<", "?", ">", "t", ":", "get", "all", "super", "types", "(", "type", ")", ")", "result", "add", "all", "(", "get", "fields", "(", "t", ...
[ "get", "fields", "of", "given", "{" ]
[ "return", "filter", "(", "type", "get", "declared", "fields", "(", ")", ",", "predicates", ")", ";" ]
[ "get", "all", "annotations", "of", "given", "{" ]
[ "set", "<", "annotation", ">", "result", "=", "sets", "new", "hash", "set", "(", ")", ";", "if", "(", "type", "instanceof", "class", ")", "{", "for", "(", "class", "<", "?", ">", "t", ":", "get", "all", "super", "types", "(", "(", "class", "<", ...
[ "get", "annotations", "of", "given", "{" ]
[ "return", "filter", "(", "type", "get", "declared", "annotations", "(", ")", ",", "predicates", ")", ";" ]
[ "filter", "all", "given", "{" ]
[ "return", "is", "empty", "(", "predicates", ")", "?", "elements", ":", "sets", "new", "hash", "set", "(", "iterables", "filter", "(", "elements", ",", "predicates", "and", "(", "predicates", ")", ")", ")", ";" ]
[ "where", "member", "name", "equals", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "get", "name", "(", ")", "equals", "(", "name", ")", "...
[ "where", "member", "name", "starts", "with", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "get", "name", "(", ")", "starts", "with", "(", "prefix"...
[ "where", "member", "s", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "pattern", "matches", "(", "regex", ",", "input", "to", "string", "(", ")", ")", ";", "}", "}", ";" ]
[ "where", "element", "is", "annotated", "with", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "is", "annotation", "present", "(", "annotation", ")", ";"...
[ "where", "element", "is", "annotated", "with", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "arrays", "equals", "(", "annotations", ",", "annotation", "types", ...
[ "where", "element", "is", "annotated", "with", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "is", "annotation", "present", "(", "annotation", "annotatio...
[ "where", "element", "is", "annotated", "with", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "if", "(", "input", "!", "=", "null", ")", "{", "annotation", "[", "]", "input", "annotations", "=", "input", "g...
[ "when", "method", "/", "constructor", "parameter", "types", "equals", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "arrays", "equals", "(", "parameter", "types", "(", "input", ")", ",", "types", ")", ";", "}", ...
[ "when", "member", "parameter", "types", "assignable", "to", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "is", "assignable", "(", "types", ",", "parameter", "types", "(", "input", ")", ")", ";", "}", ...
[ "when", "method", "/", "constructor", "parameter", "types", "assignable", "from", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "is", "assignable", "(", "parameter", "types", "(", "input", ")", ",", "types", ")", ";", "}", ...
[ "when", "method", "/", "constructor", "parameters", "count", "equal", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "parameter", "types", "(", "input", ")", "length", "=", "...
[ "when", "method", "/", "constructor", "has", "any", "parameter", "with", "an", "annotation", "matches", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "iterables", "any", "(", "annotation", "types", "(", "param...
[ "when", "method", "/", "constructor", "has", "any", "parameter", "with", "an", "annotation", "matches", "given", "{" ]
[ "return", "new", "predicate", "<", "member", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "member", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "iterables", "any", "(", "parameter", "annotations", "(", "...
[ "when", "field", "type", "equal", "given", "{" ]
[ "return", "new", "predicate", "<", "field", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "field", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "get", "type", "(", ")", "equals", "(", "type", ...
[ "when", "field", "type", "assignable", "to", "given", "{" ]
[ "return", "new", "predicate", "<", "field", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "field", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "type", "is", "assignable", "from", "(", "input", "get", "t...
[ "when", "method", "return", "type", "equal", "given", "{" ]
[ "return", "new", "predicate", "<", "method", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "method", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "input", "get", "return", "type", "(", ")", "equals", "("...
[ "when", "method", "return", "type", "assignable", "from", "given", "{" ]
[ "return", "new", "predicate", "<", "method", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "method", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "type", "is", "assignable", "from", "(", "input", "get", ...
[ "when", "member", "modifier", "matches", "given", "{" ]
[ "return", "new", "predicate", "<", "t", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "t", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "(", "input", "get", "modifiers", "(", ")", "&", "mod", ")", "!...
[ "when", "class", "modifier", "matches", "given", "{" ]
[ "return", "new", "predicate", "<", "class", "<", "?", ">", ">", "(", ")", "{", "public", "boolean", "apply", "(", "@", "nullable", "class", "<", "?", ">", "input", ")", "{", "return", "input", "!", "=", "null", "&", "&", "(", "input", "get", "mod...
[ "try", "to", "resolve", "all", "given", "string", "representation", "of", "types", "to", "a", "list", "of", "java", "types" ]
[ "list", "<", "class", "<", "?", "extends", "t", ">", ">", "result", "=", "new", "array", "list", "<", "class", "<", "?", "extends", "t", ">", ">", "(", ")", ";", "for", "(", "string", "class", "name", ":", "classes", ")", "{", "class", "<", "?"...
[ "display", "the", "default", "interstitial" ]
[ "public", "abstract", "void", "show", "interstitial", "(", "boolean", "allow", "reporting", ")", ";" ]
[ "act", "as", "if", "the", "user", "clicked", "visit", "this", "unsafe", "site" ]
[ "public", "abstract", "void", "proceed", "(", "boolean", "report", ")", ";" ]
[ "act", "as", "if", "the", "user", "clicked", "back", "to", "safety" ]
[ "public", "abstract", "void", "back", "to", "safety", "(", "boolean", "report", ")", ";" ]
[ "appends", "to", "{" ]
[ "return", "append", "to", "(", "appendable", ",", "iterable", "(", "first", ",", "second", ",", "rest", ")", ")", ";" ]
[ "appends", "to", "{" ]
[ "return", "append", "to", "(", "builder", ",", "iterable", "(", "first", ",", "second", ",", "rest", ")", ")", ";" ]
[ "returns", "a", "string", "containing", "the", "string", "representation", "of", "each", "argument", "using", "the", "previously", "configured", "separator", "between", "each" ]
[ "return", "join", "(", "iterable", "(", "first", ",", "second", ",", "rest", ")", ")", ";" ]
[ "}" ]
[ "long", "thread", "id", "=", "get", "thread", "id", "for", "message", "(", "message", "id", ")", ";", "update", "mailbox", "bitmask", "(", "message", "id", ",", "types", "base", "type", "mask", ",", "types", "base", "sent", "failed", "type", ",", "opti...
[ "}" ]
[ "update", "mailbox", "bitmask", "(", "message", "id", ",", "types", "secure", "message", "bit", ",", "0", ",", "optional", "<", "long", ">", "absent", "(", ")", ")", ";" ]
[ "}" ]
[ "update", "mailbox", "bitmask", "(", "message", "id", ",", "types", "encryption", "mask", ",", "types", "encryption", "remote", "failed", "bit", ",", "optional", "of", "(", "thread", "id", ")", ")", ";", "notify", "conversation", "listeners", "(", "thread", ...
[ "/", "*", "home", "generates", "presentation", "home", "side", "-", "panel" ]
[ "pitch", "params", "pp", "=", "pitch", "params", "build", "(", "grs", "on", "call", "(", "grs", ")", ",", "user", ",", "repo", ",", "branch", ",", "theme", ",", "pitchme", ")", ";", "boolean", "is", "offline", "=", "(", "offline", "=", "=", "null",...
[ "/", "*", "git", "generates", "presentation", "git", "(", "grs", ")", "side", "-", "panel" ]
[ "pitch", "params", "pp", "=", "pitch", "params", "build", "(", "grs", "on", "call", "(", "grs", ")", ",", "user", ",", "repo", ",", "branch", ",", "theme", ",", "pitchme", ")", ";", "boolean", "is", "offline", "=", "(", "offline", "=", "=", "null",...
[ "/", "*", "themes", "generates", "presentation", "themes", "side", "-", "panel" ]
[ "pitch", "params", "pp", "=", "pitch", "params", "build", "(", "grs", "on", "call", "(", "grs", ")", ",", "user", ",", "repo", ",", "branch", ",", "theme", ",", "pitchme", ")", ";", "boolean", "is", "offline", "=", "(", "offline", "=", "=", "null",...
[ "/", "*", "gist", "generates", "and", "renders", "git", "hub", "-", "gist", "html", "for", "embedding", "within", "slideshows" ]
[ "return", "ok", "(", "com", "gitpitch", "views", "html", "gist", "render", "(", "gid", ",", "deps", ")", ")", ";" ]
[ "/", "*", "determine", "grs", "on", "call", "explicitly", "defined", "or", "default" ]
[ "return", "grs", "manager", "get", "type", "(", "grs", "param", ")", ";" ]
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "object", "mapper", "mapper", "=", "json", "mapper", "builder", "(", ")", "change", "default", "property", "inclusion", "(", "incl", "-", ">", "incl", "with", "value", "inclusion", "(", "json", "include", "include", "non", "null", ")", ")", "disable", "(",...
[ "set", "policy", "flags", "for", "specific", "uid" ]
[ "try", "{", "m", "service", "set", "uid", "policy", "(", "uid", ",", "policy", ")", ";", "}", "catch", "(", "remote", "exception", "e", ")", "{", "throw", "e", "rethrow", "from", "system", "server", "(", ")", ";", "}" ]
[ "add", "policy", "flags", "for", "specific", "uid" ]
[ "try", "{", "m", "service", "add", "uid", "policy", "(", "uid", ",", "policy", ")", ";", "}", "catch", "(", "remote", "exception", "e", ")", "{", "throw", "e", "rethrow", "from", "system", "server", "(", ")", ";", "}" ]
[ "clear", "/", "remove", "policy", "flags", "for", "specific", "uid" ]
[ "try", "{", "m", "service", "remove", "uid", "policy", "(", "uid", ",", "policy", ")", ";", "}", "catch", "(", "remote", "exception", "e", ")", "{", "throw", "e", "rethrow", "from", "system", "server", "(", ")", ";", "}" ]
[ "resets", "network", "policy", "settings", "back", "to", "factory", "defaults" ]
[ "try", "{", "m", "service", "factory", "reset", "(", "subscriber", ")", ";", "}", "catch", "(", "remote", "exception", "e", ")", "{", "throw", "e", "rethrow", "from", "system", "server", "(", ")", ";", "}" ]
[ "{" ]
[ "final", "iterator", "<", "range", "<", "zoned", "date", "time", ">", ">", "it", "=", "policy", "cycle", "iterator", "(", ")", ";", "return", "new", "iterator", "<", "pair", "<", "zoned", "date", "time", ",", "zoned", "date", "time", ">", ">", "(", ...
[ "returns", "true", "if", "{" ]
[ "return", "proc", "state", "<", "=", "foreground", "threshold", "state", ";" ]
[ "returns", "true", "if", "{" ]
[ "return", "proc", "state", "<", "=", "foreground", "threshold", "state", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "key", "pair", "for", "which", "you", "want", "to", "import", "the", "public", "key", "<", "/", "p", ">" ]
[ "set", "key", "pair", "name", "(", "key", "pair", "name", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "base", "6", "4", "-", "encoded", "public", "key", "of", "the", "<", "code", ">", "ssh", "-", "rsa", "<", "/", "code", ">", "type", "<", "/", "p", ">" ]
[ "this", "public", "key", "base", "6", "4", "=", "public", "key", "base", "6", "4", ";" ]
[ "<", "p", ">", "a", "base", "6", "4", "-", "encoded", "public", "key", "of", "the", "<", "code", ">", "ssh", "-", "rsa", "<", "/", "code", ">", "type", "<", "/", "p", ">" ]
[ "return", "this", "public", "key", "base", "6", "4", ";" ]
[ "<", "p", ">", "a", "base", "6", "4", "-", "encoded", "public", "key", "of", "the", "<", "code", ">", "ssh", "-", "rsa", "<", "/", "code", ">", "type", "<", "/", "p", ">" ]
[ "set", "public", "key", "base", "6", "4", "(", "public", "key", "base", "6", "4", ")", ";", "return", "this", ";" ]
[ "get", "a", "header", "value", "from", "the", "underlying", "http", "response" ]
[ "return", "sdk", "response", "metadata", "(", ")", "header", "(", "name", ")", ";" ]
[ "if", "there", "are", "any", "variable", "references", "in", "the", "given", "node", "tree", "blacklist", "them", "to", "prevent", "the", "pass", "from", "trying", "to", "inline", "the", "variable", "any", "code", "modifications", "will", "have", "potentially"...
[ "node", "util", "visit", "pre", "order", "(", "root", ",", "new", "node", "util", "visitor", "(", ")", "{", "@", "override", "public", "void", "visit", "(", "node", "node", ")", "{", "if", "(", "node", "is", "name", "(", ")", ")", "{", "stale", "...
[ "populates", "a", "map", "of", "key", "names", "-", ">", "initial", "assigned", "values", "the", "object", "literal", "these", "are", "being", "pulled", "from", "is", "invalidated", "as", "a", "result" ]
[ "node", "object", "=", "init", "get", "assigned", "value", "(", ")", ";", "check", "state", "(", "object", "is", "object", "lit", "(", ")", ",", "object", ")", ";", "for", "(", "node", "key", "=", "object", "get", "first", "child", "(", ")", ";", ...
[ "builder", "pattern", "method", "to", "return", "{", "@", "link", "o", "auth", "1", "secrets", "}", "after", "setting", "consumer", "secret" ]
[ "set", "consumer", "secret", "(", "consumer", "secret", ")", ";", "return", "this", ";" ]
[ "builder", "pattern", "method", "to", "return", "{", "@", "link", "o", "auth", "1", "secrets", "}", "after", "setting", "consumer", "secret" ]
[ "set", "token", "secret", "(", "token", "secret", ")", ";", "return", "this", ";" ]
[ "no", "-", "op" ]
[]
[ "no", "-", "op" ]
[]
[ "no", "-", "op" ]
[]
[ "no", "-", "op" ]
[ "return", "0", ";" ]
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "public", "abstract", "context", "attributes", "with", "shared", "attribute", "(", "object", "key", ",", "object", "value", ")", ";" ]
[ "method", "for", "accessing", "attributes", "available", "in", "this", "context", "per", "-", "call", "attributes", "have", "highest", "precedence", ";", "attributes", "set", "via", "{", "@", "link", "object", "reader", "}", "or", "{", "@", "link", "object",...
[ "public", "abstract", "object", "get", "attribute", "(", "object", "key", ")", ";" ]
[ "mutator", "used", "during", "call", "(", "via", "context", ")", "to", "set", "value", "of", "non", "-", "shared", "part", "of", "attribute", "set" ]
[ "public", "abstract", "context", "attributes", "with", "per", "call", "attribute", "(", "object", "key", ",", "object", "value", ")", ";" ]
[ "/", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "*", "...
[ "if", "(", "non", "shared", "!", "=", "null", ")", "{", "object", "ob", "=", "non", "shared", "get", "(", "key", ")", ";", "if", "(", "ob", "!", "=", "null", ")", "{", "if", "(", "ob", "=", "=", "null", "surrogate", ")", "{", "return", "null"...
[ "overridable", "method", "that", "creates", "initial", "non", "-", "shared", "instance", "with", "the", "first", "explicit", "set", "value" ]
[ "map", "<", "object", ",", "object", ">", "m", "=", "new", "hash", "map", "<", "object", ",", "object", ">", "(", ")", ";", "if", "(", "value", "=", "=", "null", ")", "{", "value", "=", "null", "surrogate", ";", "}", "m", "put", "(", "key", "...
[ "in", "mathematics", "the", "sieve", "of", "eratosthenes", "is", "a", "simple", "ancient", "algorithm", "for", "finding", "all", "prime", "numbers", "up", "to", "any", "given", "limit", "<", "p", ">", "it", "does", "so", "by", "iteratively", "marking", "as...
[ "if", "(", "number", "=", "=", "1", ")", "{", "return", "false", ";", "}", "if", "(", "sieve", "=", "=", "null", "|", "|", "number", ">", "=", "sieve", "length", ")", "{", "int", "start", "=", "2", ";", "if", "(", "sieve", "=", "=", "null", ...
[ "miller", "-", "rabin", "primality", "test", "is", "the", "fastest", "way", "to", "check", "if", "number", "is", "prime", "regular", "version", "of", "this", "algorithm", "returns", "false", "when", "number", "is", "composite", "and", "true", "when", "number...
[ "final", "list", "<", "integer", ">", "witnesses", "=", "arrays", "as", "list", "(", "2", ",", "325", ",", "9375", ",", "28178", ",", "450775", ",", "9780504", ",", "1795265022", ")", ";", "if", "(", "number", "=", "=", "0", "|", "|", "number", "...
[ "writes", "a", "date", "in", "sql", "date", "format", "to", "the", "output", "stream" ]
[ "byte", "buffer", "b", "=", "text", "encode", "(", "d", "to", "string", "(", ")", ")", ";", "out", "write", "(", "b", "array", "(", ")", ",", "0", ",", "b", "limit", "(", ")", ")", ";" ]
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "s", "type", "(", "s", "type", ")", ";", "p", "next", "(", "p", "next", ")", ";", "surface", "(", "surface", ")", ";", "return", "this", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "mem", "address", "(", "container", ")", ...
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance",...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance...
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "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", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "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", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "t...
[ "return", "wrap", "(", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "vk", "physical", "device", "surface", "info", "2", "k", "h", "r", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]