SYMBOL INDEX (5014 symbols across 485 files) FILE: docs/v3/static/scripts/prettify/prettify.js function L (line 4) | function L(a) { function M (line 146) | function M(a) { function B (line 185) | function B(a, m, e, h) { function x (line 188) | function x(a, m) { function u (line 260) | function u(a) { function D (line 329) | function D(a, m) { function k (line 398) | function k(a, m) { function C (line 407) | function C(a, m) { function E (line 412) | function E(a) { function m (line 642) | function m() { FILE: examples/01-container/index.js function main (line 26) | async function main() { FILE: examples/01-container/plugins/join.js class Join (line 24) | class Join { method constructor (line 25) | constructor() { method join (line 29) | join(input) { method run (line 34) | run(input) { FILE: examples/01-container/plugins/lower.js class Lower (line 24) | class Lower { method constructor (line 25) | constructor() { method toLower (line 29) | toLower(input, text) { method run (line 40) | run(input, arg) { FILE: examples/01-container/plugins/reverse.js class Reverse (line 24) | class Reverse { method constructor (line 25) | constructor() { method reverse (line 29) | reverse(input) { method run (line 34) | run(input) { FILE: examples/01-container/plugins/split.js class Split (line 24) | class Split { method constructor (line 25) | constructor() { method split (line 29) | split(input) { method run (line 34) | run(input) { FILE: examples/01-container/plugins/upperFirst.js class UpperFirst (line 24) | class UpperFirst { method constructor (line 25) | constructor() { method upperFirst (line 29) | upperFirst(input) { method run (line 36) | run(input) { FILE: examples/07-nlpjs-on-aws-lambda/nlpjs-lambda-with-DynamoDB/nlpjs/engine.js constant NOT_PROD_ENV (line 8) | const NOT_PROD_ENV = process.env.AWS_SAM_LOCAL === 'true'; constant DEFAULT_LANGUAGE (line 19) | const DEFAULT_LANGUAGE = 'en'; constant DEFAULT_PHRASE (line 21) | const DEFAULT_PHRASE = 'Hi'; constant MODEL_TABLENAME_KEY (line 25) | const MODEL_TABLENAME_KEY = 'themodel'; function defineModel (line 30) | function defineModel() { function trainModel (line 58) | function trainModel() { function regenerateModel (line 73) | function regenerateModel(afterTrainCallback) { function checkModel (line 81) | function checkModel() { FILE: examples/07-nlpjs-on-aws-lambda/nlpjs-lambda/nlpjs/engine.js constant DEFAULT_PHRASE (line 9) | const DEFAULT_PHRASE = 'Hi'; constant MODEL_FILEPATH (line 11) | const MODEL_FILEPATH = '/tmp/model.nlp'; FILE: examples/08-neural-network/04-custom-log.js function customLog (line 28) | function customLog(status, elapsed) { FILE: examples/12-similarity/02-similarity.js function showDistances (line 27) | function showDistances(word1, word2) { FILE: examples/12-similarity/06-similarity-wa.js function showDistances (line 27) | function showDistances(word1, word2) { FILE: examples/12-similarity/09-similarity-benchmark.js function getTime (line 32) | function getTime(hrTime) { function runWordTests (line 36) | function runWordTests(leven) { function runMediumTests (line 62) | function runMediumTests(leven) { function runLongTests (line 75) | function runLongTests(leven) { FILE: examples/13-languages/measure-corpus.js function measureCorpus (line 29) | async function measureCorpus(corpus, plugins) { FILE: examples/15-nlu/01-neural-nlu.js function prepareCorpus (line 32) | function prepareCorpus(input, isTests = false) { function measure (line 44) | async function measure(useStemmer) { FILE: examples/15-nlu/03-domain-manager.js function addFoodDomain (line 31) | function addFoodDomain(manager) { function addPersonalityDomain (line 54) | function addPersonalityDomain(manager) { FILE: examples/15-nlu/04-domain-manager-by-domain.js function addFoodDomain (line 31) | function addFoodDomain(manager) { function addPersonalityDomain (line 54) | function addPersonalityDomain(manager) { FILE: examples/15-nlu/05-nlu-manager.js function addFoodDomainEn (line 33) | function addFoodDomainEn(manager) { function addFoodDomainEs (line 54) | function addFoodDomainEs(manager) { function addPersonalityDomainEn (line 74) | function addPersonalityDomainEn(manager) { function addPersonalityDomainEs (line 95) | function addPersonalityDomainEs(manager) { FILE: examples/15-nlu/06-nlu-manager-by-domain.js function addFoodDomainEn (line 33) | function addFoodDomainEn(manager) { function addFoodDomainEs (line 54) | function addFoodDomainEs(manager) { function addPersonalityDomainEn (line 74) | function addPersonalityDomainEn(manager) { function addPersonalityDomainEs (line 95) | function addPersonalityDomainEs(manager) { FILE: examples/16-fb-connector/nlpjs-custom/express-api-server/express-api-app.js class ExpressApiApp (line 30) | class ExpressApiApp extends nlpjs.ExpressApiApp { method initialize (line 32) | initialize() { method loadComplements (line 47) | loadComplements() { FILE: examples/16-fb-connector/nlpjs-custom/express-api-server/express-api-server.js class ExpressApiServer (line 29) | class ExpressApiServer extends nlpjs.ExpressApiServer { method start (line 30) | async start(input = {}) { FILE: examples/80-bert-server/app.py class CORSComponent (line 29) | class CORSComponent(object): method process_response (line 30) | def process_response(self, req, resp, resource, req_succeeded): class ResourceTokenize (line 45) | class ResourceTokenize(object): method __init__ (line 46) | def __init__(self): method on_post (line 49) | def on_post(self, req, resp): FILE: examples/80-bert-server/index.js function doTests (line 29) | async function doTests(manager, corpus) { function measure (line 60) | async function measure() { FILE: examples/81-bert-qna/app.py class CORSComponent (line 30) | class CORSComponent(object): method process_response (line 31) | def process_response(self, req, resp, resource, req_succeeded): class ResourceTokenize (line 46) | class ResourceTokenize(object): method __init__ (line 47) | def __init__(self): method on_post (line 50) | def on_post(self, req, resp): class ResourceQna (line 58) | class ResourceQna(object): method __init__ (line 59) | def __init__(self): method on_post (line 62) | def on_post(self, req, resp): FILE: examples/90-benchmark/index.js function doTests (line 5) | async function doTests(manager, corpus) { function measure (line 24) | async function measure(withBuiltins = true) { FILE: packages/api-auth-jwt/src/api-auth-jwt.js class ApiAuthJwt (line 30) | class ApiAuthJwt { method register (line 31) | register(container) { FILE: packages/api-auth-jwt/src/configure-passport.js function getLocalStrategy (line 29) | function getLocalStrategy(db, settings) { function getJwtStrategy (line 60) | function getJwtStrategy(db, settings) { function configurePassport (line 80) | function configurePassport(db, settings) { FILE: packages/api-auth-jwt/src/default-settings.js function getSettings (line 24) | function getSettings(container) { FILE: packages/api-auth-jwt/src/ensure-authenticated.js function ensureAuthenticated (line 26) | function ensureAuthenticated(req, res, next) { FILE: packages/api-auth-jwt/src/user.router.js function login (line 33) | function login(req, res) { function refresh (line 63) | function refresh(req, res) { function register (line 91) | function register(req, res, next) { function testProtected (line 117) | function testProtected(req, res) { function testUnprotected (line 121) | function testUnprotected(req, res) { function mountUser (line 125) | function mountUser(router, container) { FILE: packages/api-auth-jwt/test/api-auth-jwt.test.js function bootstrap (line 32) | function bootstrap() { function callWithReq (line 40) | function callWithReq(method, path, req, srcContainer) { FILE: packages/api-auth-jwt/test/api-server-mock.js class ApiServerMock (line 26) | class ApiServerMock { method constructor (line 27) | constructor() { method newRouter (line 32) | newRouter() { method call (line 36) | call(method, path, req, res, next) { FILE: packages/api-auth-jwt/test/res-mock.js class ResMock (line 24) | class ResMock { method status (line 25) | status(value) { method send (line 30) | send(value) { method json (line 38) | json(value) { FILE: packages/api-auth-jwt/test/router-mock.js class RouterMock (line 24) | class RouterMock { method constructor (line 25) | constructor() { method options (line 33) | options(path, route) { method get (line 37) | get(path, route) { method post (line 41) | post(path, route) { method put (line 45) | put(path, route) { method delete (line 49) | delete(path, route) { FILE: packages/bert-open-question/src/bert-open-question.js class BertOpenQuestion (line 26) | class BertOpenQuestion extends Clonable { method constructor (line 27) | constructor(settings = {}, container = undefined) { method registerDefault (line 46) | registerDefault() { method getAnswer (line 58) | async getAnswer(locale, query) { FILE: packages/bert-tokenizer/src/bert-word-piece-tokenizer.js class BertWordPieceTokenizer (line 26) | class BertWordPieceTokenizer extends Clonable { method constructor (line 27) | constructor(settings = {}) { method loadDictionary (line 49) | loadDictionary(inputVocabContent) { method createToken (line 77) | createToken(text, start, srcType) { method splitSentence (line 90) | splitSentence(str) { method getBestPrefix (line 121) | getBestPrefix(word) { method getBestAffix (line 134) | getBestAffix(word) { method tokenizeWord (line 147) | tokenizeWord(srcWord, useExtra = false, isInside = false) { method tokenizeSentence (line 197) | tokenizeSentence(sentence, useExtra = false) { method insertEncoding (line 227) | insertEncoding( method encodeQuestion (line 246) | encodeQuestion(question, useExtra = false) { method getLastWordIndex (line 287) | getLastWordIndex(encodings) { method encode (line 297) | encode( method cloneEncoding (line 356) | cloneEncoding(encoding) { method encodeSliced (line 368) | encodeSliced( FILE: packages/bert-tokenizer/src/multi-bert-word-piece-tokenizer.js class MultiBertWordPieceTokenizer (line 27) | class MultiBertWordPieceTokenizer { method constructor (line 28) | constructor(settings = {}) { method loadTokenizers (line 33) | loadTokenizers(locales, vocabContent, settings = {}) { method loadTokenizersFromFile (line 44) | loadTokenizersFromFile(locales, fileName, settings = {}) { method getTokenizer (line 60) | getTokenizer(locale) { FILE: packages/bot/src/bot-localization.js class BotLocalization (line 24) | class BotLocalization { method constructor (line 25) | constructor() { method addLocalization (line 29) | addLocalization(locale, srckey, value) { method getLocalized (line 37) | getLocalized(locale, srckey) { method removeLocale (line 49) | removeLocale(locale) { method removeKey (line 56) | removeKey(key) { method addRule (line 60) | addRule(rule) { FILE: packages/bot/src/bot.js class Bot (line 45) | class Bot extends Clonable { method constructor (line 46) | constructor(settings = {}, container) { method registerDefault (line 77) | registerDefault() { method start (line 93) | async start() { method registerAction (line 119) | registerAction(name, fn) { method registerValidator (line 123) | registerValidator(name, fn) { method getValidator (line 127) | getValidator(name) { method registerCard (line 131) | registerCard(name, card) { method setVariable (line 143) | async setVariable(context, variableName, variableValue) { method getVariable (line 154) | getVariable(context, variableName) { method beginDialog (line 161) | async beginDialog(session, context, dialog) { method executeAction (line 168) | async executeAction(session, context, action) { method runValidation (line 281) | async runValidation(session, context) { method process (line 324) | async process(session) { method addDialog (line 412) | addDialog(name, pipeline, settings) { method getEntityOption (line 416) | getEntityOption(line) { method buildAction (line 430) | buildAction(command, current) { method loadScript (line 438) | async loadScript(fileName) { method loadCorpus (line 708) | loadCorpus(corpus) { method resetFlows (line 714) | async resetFlows() { method resetContexts (line 723) | async resetContexts() { method resetConversationContext (line 729) | async resetConversationContext(cid) { FILE: packages/bot/src/dialog-manager.js function defaultAction (line 26) | async function defaultAction(session, context) { class DialogManager (line 36) | class DialogManager extends Clonable { method constructor (line 37) | constructor(settings = {}, container) { method registerDefault (line 54) | registerDefault() {} method addDialog (line 56) | addDialog(name, pipeline, settings) { method getDialog (line 64) | getDialog(name) { method getNextActionDialog (line 68) | getNextActionDialog(stack) { method getNextAction (line 75) | getNextAction(stack) { method beginDialog (line 112) | beginDialog(stack, dialogName) { method endDialog (line 116) | endDialog(stack) { method restartDialog (line 120) | restartDialog(stack) { method existsDialog (line 127) | existsDialog(dialog) { FILE: packages/bot/src/dialog-parse.js function getName (line 24) | function getName(tokens) { function getDialogName (line 28) | function getDialogName(tokens) { function trimBetween (line 37) | function trimBetween(line, left, right, shouldBeFirst = false) { constant CARD_LINK_REGEX (line 58) | const CARD_LINK_REGEX = /!?\[.{0,100}\]\(https?:\/\/.{0,2048}\)/gi; function trimLine (line 60) | function trimLine(line) { function dialogParse (line 78) | function dialogParse(text) { function loadScript (line 107) | async function loadScript(fileName, fs, alreadyLoaded = [], script = []) { FILE: packages/bot/src/test-connector.js class TestConnector (line 30) | class TestConnector extends Connector { method initialize (line 31) | initialize() { method say (line 36) | say(message, reference) { method hear (line 74) | async hear(line) { method parseTestScript (line 125) | async parseTestScript(fileName) { method runScript (line 153) | async runScript(fileName) { FILE: packages/bot/src/validators.js function findEntity (line 26) | function findEntity(edges, entity, typeName) { function validatorBuiltin (line 38) | async function validatorBuiltin( function validatorEmail (line 99) | function validatorEmail(session, context, params) { function validatorURL (line 103) | function validatorURL(session, context, params) { function validatorIP (line 107) | function validatorIP(session, context, params) { function validatorIPv4 (line 111) | function validatorIPv4(session, context, params) { function validatorIPv6 (line 122) | function validatorIPv6(session, context, params) { function validatorPhoneNumber (line 133) | function validatorPhoneNumber(session, context, params) { function validatorNumber (line 143) | function validatorNumber(session, context, params) { function validatorInteger (line 147) | function validatorInteger(session, context, params) { function validatorDate (line 158) | function validatorDate(session, context, params) { FILE: packages/bot/test/mock-template.js class MockTemplate (line 24) | class MockTemplate { method compile (line 25) | compile(message, context) { FILE: packages/bot/test/validators.test.js function buildSession (line 36) | function buildSession(text) { FILE: packages/builtin-compromise/src/builtin-compromise.js class BuiltinCompromise (line 70) | class BuiltinCompromise extends Clonable { method constructor (line 71) | constructor(settings = {}, container = defaultContainer) { method registerDefault (line 90) | registerDefault() { method findBuiltinEntities (line 94) | async findBuiltinEntities(utterance) { method extract (line 203) | async extract(srcInput) { method run (line 228) | run(srcInput) { method getCulture (line 235) | static getCulture(locale) { FILE: packages/builtin-compromise/test/compromise.test.js function getManager (line 29) | function getManager() { function extract (line 34) | function extract(locale, utterance) { FILE: packages/builtin-default/src/builtin-default.js class BuiltinDefault (line 27) | class BuiltinDefault extends Clonable { method constructor (line 28) | constructor(settings = {}, container = defaultContainer) { method registerDefault (line 47) | registerDefault() { method prereduceEdges (line 61) | prereduceEdges(edges) { method findBuiltinEntities (line 83) | findBuiltinEntities(utterance, locale, srcBuiltins) { method extract (line 102) | extract(srcInput) { method run (line 118) | run(srcInput) { FILE: packages/builtin-default/src/recognizers.js function recognize (line 37) | function recognize(text, regex, entityName, typeName) { function toDate (line 90) | function toDate(s) { FILE: packages/builtin-default/test/builtin-default.test.js function buildExpected (line 30) | function buildExpected(value, start, entityName, typeName) { function buildInput (line 47) | function buildInput(text, builtins, locale = 'en') { FILE: packages/builtin-duckling/src/builtin-duckling.js class BuiltinDuckling (line 54) | class BuiltinDuckling extends Clonable { method constructor (line 55) | constructor(settings = {}, container = defaultContainer) { method registerDefault (line 80) | registerDefault() { method request (line 91) | request(utterance, language) { method transformEntity (line 129) | transformEntity(entity) { method transform (line 218) | transform(entities) { method findBuiltinEntities (line 222) | async findBuiltinEntities(utterance, language) { method extract (line 232) | async extract(srcInput) { method run (line 257) | run(srcInput) { method getCulture (line 264) | static getCulture(locale) { FILE: packages/builtin-duckling/test/duckling.test.js function getManager (line 29) | function getManager() { function extract (line 118) | function extract(locale, utterance) { FILE: packages/builtin-microsoft/src/builtin-microsoft.js function getCulture (line 52) | function getCulture(locale) { class BuiltinMicrosoft (line 60) | class BuiltinMicrosoft extends Clonable { method constructor (line 61) | constructor(settings = {}, container = defaultContainer) { method registerDefault (line 84) | registerDefault() { method translate (line 136) | translate(str, locale) { method inverseTranslate (line 144) | inverseTranslate(str, locale) { method calculateResolution (line 154) | calculateResolution(entity, locale) { method prereduceEdges (line 245) | prereduceEdges(edges) { method findBuiltinEntities (line 304) | findBuiltinEntities(utterance, locale, srcBuiltins) { method extract (line 360) | extract(srcInput) { method run (line 382) | run(srcInput) { FILE: packages/builtin-microsoft/test/builtin-microsoft.test.js method toContainResolution (line 38) | toContainResolution(received, argument) { function addTests (line 78) | function addTests(base, locale, entityTypeName) { FILE: packages/connector/src/connector.js class Connector (line 27) | class Connector extends Clonable { method constructor (line 28) | constructor(settings = {}, container = undefined) { method registerDefault (line 48) | registerDefault() { method getSnakeName (line 52) | getSnakeName() { method initialize (line 61) | initialize() { method close (line 65) | close() { method destroy (line 69) | destroy() { method createSession (line 73) | createSession(activity = {}) { FILE: packages/connector/src/session.js class Session (line 28) | class Session { method constructor (line 29) | constructor(connector = {}, activity = {}) { method beginDialog (line 58) | beginDialog(context, name) { method endDialog (line 62) | endDialog(context) { method restartDialog (line 66) | restartDialog(context) { method createMessage (line 70) | createMessage() { method addSuggestedActions (line 84) | addSuggestedActions(actions) { method say (line 102) | async say(srcMessage, context) { method sendCard (line 129) | async sendCard(card, context) { FILE: packages/connector/test/connector.test.js class TestConnector (line 28) | class TestConnector extends Connector {} FILE: packages/console-connector/src/console-connector.js class ConsoleConnector (line 27) | class ConsoleConnector extends Connector { method initialize (line 28) | initialize() { method say (line 38) | say(message, reference) { method hear (line 59) | async hear(line) { method close (line 101) | close() { method exit (line 105) | exit() { FILE: packages/core-loader/src/container-bootstrap.js function loadPipelinesStr (line 51) | function loadPipelinesStr(instance, pipelines) { function loadPipelinesFromFile (line 55) | function loadPipelinesFromFile(instance, fileName) { function loadPipelines (line 60) | function loadPipelines(instance, fileName) { function loadPlugins (line 79) | function loadPlugins(instance, fileName) { function traverse (line 100) | function traverse(obj, preffix) { function containerBootstrap (line 123) | function containerBootstrap( FILE: packages/core-loader/src/dock.js class Dock (line 28) | class Dock { method constructor (line 29) | constructor() { method getContainer (line 33) | getContainer(name) { method get (line 37) | get(name) { method createContainer (line 45) | async createContainer( method buildChilds (line 88) | async buildChilds(container) { method terraform (line 113) | async terraform(settings, mustLoadEnv = true) { method start (line 123) | start(settings, mustLoadEnv = true) { FILE: packages/core-loader/src/helper.js function listFiles (line 36) | function listFiles(folderPath, recursive = true) { function getAbsolutePath (line 53) | function getAbsolutePath(relative) { function listFilesAbsolute (line 60) | function listFilesAbsolute(folderPath, recursive = true) { function loadEnv (line 65) | function loadEnv(fileName = '.env') { FILE: packages/core-loader/src/index.js function dockStart (line 58) | async function dockStart(settings, mustLoadEnv) { FILE: packages/core-loader/test/assets/char.js class Char (line 24) | class Char { method toChars (line 25) | toChars(srcInput) { method filter (line 31) | filter(srcInput) { method run (line 37) | run(input) { FILE: packages/core-loader/test/assets/cloned.js class Cloned (line 26) | class Cloned extends Clonable { method constructor (line 27) | constructor(settings) { method exportValues (line 44) | exportValues(target, source, key, value) { method importValues (line 48) | importValues(target, source, key, value) { method writeValues (line 52) | writeValues(target, source, key, value) { method readValues (line 57) | readValues(target, source, key, value) { FILE: packages/core-loader/test/assets/lower.js class Lower (line 24) | class Lower { method constructor (line 25) | constructor() { method toLower (line 29) | toLower(srcInput, text, holder, container, context) { method run (line 40) | run(input, arg1, arg2) { FILE: packages/core-loader/test/container.test.js class Other (line 29) | class Other { method constructor (line 30) | constructor() { method run (line 34) | run(srcInput) { FILE: packages/core/src/among.js class Among (line 27) | class Among { method constructor (line 28) | constructor(s, sub, result, method, instance) { FILE: packages/core/src/arr-to-obj.js class ArrToObj (line 29) | class ArrToObj { method constructor (line 35) | constructor(container = defaultContainer) { method arrToObj (line 45) | static arrToObj(arr) { method run (line 53) | run(input) { FILE: packages/core/src/base-stemmer.js class BaseStemmer (line 27) | class BaseStemmer { method constructor (line 28) | constructor(container = defaultContainer, dictionary) { method setCurrent (line 35) | setCurrent(value) { method getCurrent (line 44) | getCurrent() { method bc (line 48) | bc(s, ch) { method in_grouping (line 55) | in_grouping(s, min, max) { method in_grouping_b (line 65) | in_grouping_b(s, min, max) { method out_grouping (line 75) | out_grouping(s, min, max) { method out_grouping_b (line 90) | out_grouping_b(s, min, max) { method eq_s (line 105) | eq_s(s_size, s) { method eq_s_b (line 117) | eq_s_b(s_size, s) { method find_among (line 129) | find_among(v, v_size) { method find_among_b (line 195) | find_among_b(v, v_size) { method replace_s (line 254) | replace_s(c_bra, c_ket, s) { method slice_check (line 263) | slice_check() { method slice_from (line 275) | slice_from(s) { method slice_del (line 283) | slice_del() { method insert (line 287) | insert(c_bra, c_ket, s) { method slice_to (line 294) | slice_to(s) { method stemWord (line 302) | stemWord(word) { method stemWords (line 320) | stemWords(words) { method stem (line 331) | stem(tokens) { method getTokenizer (line 341) | getTokenizer() { method getStopwords (line 350) | getStopwords() { method tokenizeAndStem (line 357) | tokenizeAndStem(text, keepStops = true) { FILE: packages/core/src/clonable.js class Clonable (line 25) | class Clonable { method constructor (line 30) | constructor(settings = {}, container = defaultContainer) { method logger (line 35) | get logger() { method applySettings (line 44) | applySettings(srcobj, settings = {}) { method toJSON (line 54) | toJSON() { method fromJSON (line 87) | fromJSON(json) { method objToValues (line 108) | objToValues(obj, srcKeys) { method valuesToObj (line 117) | valuesToObj(values, keys) { method getPipeline (line 125) | getPipeline(tag) { method runPipeline (line 129) | async runPipeline(input, pipeline) { method use (line 133) | use(item) { FILE: packages/core/src/container-bootstrap.js function loadPipelinesStr (line 37) | function loadPipelinesStr(instance, pipelines) { function traverse (line 41) | function traverse(obj, preffix) { function containerBootstrap (line 64) | function containerBootstrap( FILE: packages/core/src/container.js class Container (line 31) | class Container { method constructor (line 35) | constructor(hasPreffix = false) { method registerCompiler (line 51) | registerCompiler(Compiler, name) { method addClass (line 56) | addClass(clazz, name) { method toJSON (line 60) | toJSON(instance) { method fromJSON (line 66) | fromJSON(obj, settings) { method register (line 83) | register(name, Clazz, isSingleton = true) { method getBestKey (line 95) | getBestKey(name) { method get (line 110) | get(name, settings) { method buildLiteral (line 134) | buildLiteral(subtype, step, value, context) { method resolvePathWithType (line 145) | resolvePathWithType(step, context, input, srcObject) { method resolvePath (line 216) | resolvePath(step, context, input, srcObject) { method setValue (line 221) | setValue(path, valuePath, context, input, srcObject) { method incValue (line 229) | incValue(path, valuePath, context, input, srcObject) { method decValue (line 240) | decValue(path, valuePath, context, input, srcObject) { method eqValue (line 248) | eqValue(pathA, pathB, srcContext, input, srcObject) { method neqValue (line 255) | neqValue(pathA, pathB, srcContext, input, srcObject) { method gtValue (line 262) | gtValue(pathA, pathB, srcContext, input, srcObject) { method geValue (line 269) | geValue(pathA, pathB, srcContext, input, srcObject) { method ltValue (line 276) | ltValue(pathA, pathB, srcContext, input, srcObject) { method leValue (line 283) | leValue(pathA, pathB, srcContext, input, srcObject) { method deleteValue (line 290) | deleteValue(path, context, input, srcObject) { method getValue (line 297) | getValue(srcPath, context, input, srcObject) { method runPipeline (line 305) | async runPipeline(srcPipeline, input, srcObject, depth = 0) { method use (line 332) | use(item, name, isSingleton, onlyIfNotExists = false) { method getCompiler (line 356) | getCompiler(name) { method buildPipeline (line 367) | buildPipeline(srcPipeline, prevPipeline = []) { method registerPipeline (line 397) | registerPipeline(tag, pipeline, overwrite = true) { method registerPipelineForChilds (line 408) | registerPipelineForChilds(childName, tag, pipeline, overwrite = true) { method getPipeline (line 418) | getPipeline(tag) { method registerConfiguration (line 436) | registerConfiguration(tag, configuration, overwrite = true) { method getConfiguration (line 442) | getConfiguration(tag) { method loadPipelinesFromString (line 455) | loadPipelinesFromString(str = '') { method start (line 519) | async start(pipelineName = 'main') { FILE: packages/core/src/context.js class Context (line 27) | class Context extends Clonable { method constructor (line 28) | constructor(settings = {}, container = undefined) { method getStorage (line 46) | getStorage() { method getContext (line 54) | getContext(key) { method setContext (line 59) | setContext(key, value) { method getContextValue (line 67) | async getContextValue(key, valueName) { method setContextValue (line 72) | async setContextValue(key, valueName, value) { FILE: packages/core/src/default-compiler.js class DefaultCompiler (line 24) | class DefaultCompiler { method constructor (line 25) | constructor(container) { method getTokenFromWord (line 30) | getTokenFromWord(word) { method compile (line 73) | compile(pipeline) { method executeCall (line 119) | executeCall(firstToken, context, input, srcObject, depth) { method executeReference (line 127) | executeReference(step, firstToken, context, input, srcObject) { method doGoto (line 157) | doGoto(label, srcContext) { method executeAction (line 163) | async executeAction(step, context, input, srcObject, depth) { method findLabels (line 293) | findLabels(compiled, srcLabels) { method execute (line 303) | async execute(compiled, srcInput, srcObject, depth) { FILE: packages/core/src/dock.js class Dock (line 26) | class Dock { method constructor (line 27) | constructor() { method getContainer (line 31) | getContainer(name) { method createContainer (line 35) | async createContainer( method buildChilds (line 73) | async buildChilds(container) { method terraform (line 98) | async terraform(settings, mustLoadEnv = true) { method start (line 108) | start(settings, mustLoadEnv = true) { FILE: packages/core/src/helper.js function compareWildcars (line 73) | function compareWildcars(text, rule) { function loadEnvFromJson (line 82) | function loadEnvFromJson(preffix, json = {}) { FILE: packages/core/src/index.js function dockStart (line 50) | async function dockStart(settings, mustLoadEnv) { FILE: packages/core/src/logger.js class Logger (line 24) | class Logger { method constructor (line 25) | constructor() { method debug (line 29) | debug(...args) { method info (line 34) | info(...args) { method warn (line 39) | warn(...args) { method error (line 44) | error(...args) { method log (line 49) | log(...args) { method trace (line 54) | trace(...args) { method fatal (line 59) | fatal(...args) { FILE: packages/core/src/memory-storage.js class MemoryStorage (line 27) | class MemoryStorage extends Clonable { method constructor (line 28) | constructor(settings = {}, container = undefined) { method read (line 47) | read(keys) { method saveItem (line 63) | saveItem(key, item) { method write (line 71) | write(changes) { method delete (line 90) | delete(keys) { FILE: packages/core/src/mock-fs.js function readFile (line 24) | function readFile() { function writeFile (line 30) | function writeFile() { function existsSync (line 36) | function existsSync() { function lstatSync (line 40) | function lstatSync() { function readFileSync (line 44) | function readFileSync() { FILE: packages/core/src/normalizer.js class Normalizer (line 26) | class Normalizer { method constructor (line 27) | constructor(container = defaultContainer) { method normalize (line 32) | normalize(text) { method run (line 39) | run(srcInput) { FILE: packages/core/src/obj-to-arr.js class ObjToArr (line 25) | class ObjToArr { method constructor (line 26) | constructor(container = defaultContainer) { method objToArr (line 31) | static objToArr(obj) { method run (line 35) | run(input) { FILE: packages/core/src/stemmer.js class Stemmer (line 25) | class Stemmer { method constructor (line 26) | constructor(container = defaultContainer) { method stem (line 31) | stem(tokens) { method getStemmer (line 35) | getStemmer(srcInput) { method addForTraining (line 51) | async addForTraining(srcInput) { method train (line 59) | async train(srcInput) { method run (line 67) | async run(srcInput) { FILE: packages/core/src/stopwords.js class Stopwords (line 25) | class Stopwords { method constructor (line 26) | constructor(container = defaultContainer) { method build (line 32) | build(list) { method isNotStopword (line 38) | isNotStopword(token) { method isStopword (line 42) | isStopword(token) { method removeStopwords (line 46) | removeStopwords(tokens) { method run (line 50) | run(srcInput) { FILE: packages/core/src/timer.js class Timer (line 29) | class Timer { method constructor (line 34) | constructor(container = defaultContainer) { method start (line 43) | start(input) { method stop (line 54) | stop(srcInput) { method run (line 64) | run(srcInput) { FILE: packages/core/src/tokenizer.js class Tokenizer (line 27) | class Tokenizer { method constructor (line 28) | constructor(container = defaultContainer, shouldNormalize = false) { method getNormalizer (line 35) | getNormalizer() { method normalize (line 44) | normalize(text, force) { method innerTokenize (line 52) | innerTokenize(text) { method tokenize (line 56) | tokenize(text, normalize) { method run (line 94) | async run(srcInput) { FILE: packages/core/src/uuid.js function uuid (line 24) | function uuid() { FILE: packages/core/test/assets/char.js class Char (line 24) | class Char { method toChars (line 25) | toChars(srcInput) { method filter (line 31) | filter(srcInput) { method run (line 37) | run(input) { FILE: packages/core/test/assets/cloned.js class Cloned (line 26) | class Cloned extends Clonable { method constructor (line 27) | constructor(settings) { method exportValues (line 44) | exportValues(target, source, key, value) { method importValues (line 48) | importValues(target, source, key, value) { method writeValues (line 52) | writeValues(target, source, key, value) { method readValues (line 57) | readValues(target, source, key, value) { FILE: packages/core/test/assets/lower.js class Lower (line 24) | class Lower { method constructor (line 25) | constructor() { method toLower (line 29) | toLower(srcInput, text, holder, container, context) { method run (line 40) | run(input, arg1, arg2) { FILE: packages/core/test/container.test.js class Other (line 29) | class Other { method constructor (line 30) | constructor() { method run (line 34) | run(srcInput) { FILE: packages/core/test/normalizer.test.js class MockNormalizer (line 28) | class MockNormalizer { method constructor (line 29) | constructor(container, locale, char) { method normalize (line 37) | normalize(text) { function getContainer (line 46) | function getContainer() { FILE: packages/core/test/stopwords.test.js class MockedStopwords (line 29) | class MockedStopwords extends Stopwords { method constructor (line 30) | constructor(container, locale, words) { function getContainer (line 38) | function getContainer() { FILE: packages/database/src/collection.js class Collection (line 24) | class Collection { method constructor (line 25) | constructor(db, name) { method runOp (line 30) | runOp(...args) { method find (line 34) | find(condition) { method findOne (line 38) | findOne(condition) { method findById (line 42) | findById(id) { method insertOne (line 46) | insertOne(item) { method insertMany (line 50) | insertMany(items) { method update (line 54) | update(item) { method save (line 58) | save(item) { method remove (line 62) | remove(condition, justOne) { method removeById (line 66) | removeById(id) { FILE: packages/database/src/database.js class Database (line 28) | class Database extends Clonable { method constructor (line 29) | constructor(settings = {}, container = undefined) { method registerDefault (line 56) | registerDefault() { method registerAdapter (line 71) | registerAdapter(name, adapter) { method registerCollection (line 75) | registerCollection(name, adapterName) { method connect (line 80) | connect() { method disconnect (line 92) | disconnect() { method getAdapter (line 104) | getAdapter(name) { method getCollection (line 115) | getCollection(name) { method createId (line 122) | createId(key) { method find (line 126) | find(name, condition, limit) { method findOne (line 130) | findOne(name, condition) { method findById (line 134) | findById(name, id) { method insertOne (line 138) | insertOne(name, item) { method insertMany (line 142) | insertMany(name, items) { method update (line 146) | update(name, item) { method save (line 150) | save(name, item) { method remove (line 154) | remove(name, condition, limit) { method removeById (line 158) | removeById(name, id) { FILE: packages/database/src/memory-adapter.js class MemorydbAdapter (line 27) | class MemorydbAdapter extends Clonable { method constructor (line 28) | constructor(settings = {}, container = undefined) { method connect (line 53) | connect() { method disconnect (line 57) | disconnect() { method saveCollection (line 61) | async saveCollection(name) { method loadCollection (line 71) | async loadCollection(name) { method existsCollectionFile (line 78) | existsCollectionFile(name) { method saveCollections (line 84) | saveCollections() { method markToSave (line 97) | async markToSave(name) { method getCollection (line 114) | async getCollection(name, autoCreate = true) { method match (line 126) | static match(item, condition, conditionKeys) { method find (line 136) | async find(name, condition, limit, offset) { method findOne (line 161) | async findOne(name, condition = {}) { method findById (line 166) | async findById(name, id) { method insertOne (line 171) | async insertOne(name, item) { method insertMany (line 182) | async insertMany(name, items) { method save (line 198) | async save(name, item) { method update (line 208) | async update(name, item) { method remove (line 221) | async remove(name, condition = {}) { method removeById (line 242) | async removeById(name, id) { FILE: packages/database/test/fs.js function readFile (line 26) | function readFile(fileName) { function writeFile (line 37) | function writeFile(fileName, data, format = 'utf8') { function existsSync (line 49) | function existsSync(fileName) { function lstatSync (line 53) | function lstatSync(fileName) { function readFileSync (line 57) | function readFileSync(fileName, encoding = 'utf8') { function unlinkSync (line 61) | function unlinkSync(fileName) { FILE: packages/dialogflow-connector/src/dialogflow-connector.js class DialogflowConnector (line 27) | class DialogflowConnector extends Connector { method initialize (line 28) | initialize() { method hear (line 40) | async hear(conv) { method say (line 82) | say(message, session) { FILE: packages/directline-connector/src/directline-connector.js class DirectlineConnector (line 29) | class DirectlineConnector extends Connector { method constructor (line 30) | constructor(settings, container) { method registerDefault (line 43) | registerDefault() { method log (line 51) | log(level, message) { method start (line 57) | start() { method createAnswer (line 277) | createAnswer(srcActivity) { method say (line 281) | say(srcActivity, text) { FILE: packages/directline-connector/src/directline-controller.js class DirectlineController (line 27) | class DirectlineController { method constructor (line 28) | constructor(settings, parent) { method getConversation (line 41) | getConversation(id, autocreate = false) { method createActivity (line 52) | createActivity(incoming, conversationId) { method createAnswer (line 69) | createAnswer(srcActivity) { method createConversationUpdateActivity (line 88) | createConversationUpdateActivity(conversation) { method createConversation (line 103) | createConversation() { method addActivity (line 138) | addActivity(conversationId, srcActivity) { method say (line 234) | say(activity) { method getActivities (line 241) | getActivities(conversationId, watermark) { method postActivityV3 (line 258) | postActivityV3(conversationId, srcActivity) { FILE: packages/evaluator/src/compile.js function processString (line 36) | function processString(str, context) { function process (line 55) | function process(obj, context) { function compile (line 73) | function compile(str) { FILE: packages/evaluator/src/evaluator.js class Evaluator (line 27) | class Evaluator { method constructor (line 28) | constructor(context) { method walkLiteral (line 33) | walkLiteral(node) { method walkUnary (line 37) | walkUnary(node, context) { method walkArray (line 53) | walkArray(node, context) { method walkObject (line 65) | walkObject(node, context) { method walkBinary (line 78) | walkBinary(node, context) { method walkIdentifier (line 140) | walkIdentifier(node, context) { method walkThis (line 147) | walkThis(node, context) { method walkCall (line 155) | walkCall(node, context) { method walkMember (line 177) | walkMember(node, context) { method walkConditional (line 192) | walkConditional(node, context) { method walkExpression (line 206) | walkExpression(node, context) { method walkReturn (line 214) | walkReturn(node, context) { method walkFunction (line 218) | walkFunction(node, context) { method walkTemplateLiteral (line 243) | walkTemplateLiteral(node, context) { method walkTemplateElement (line 252) | walkTemplateElement(node) { method walkTaggedTemplate (line 256) | walkTaggedTemplate(node, context) { method walkUpdateExpression (line 265) | walkUpdateExpression(node, context) { method walkAssignmentExpression (line 282) | walkAssignmentExpression(node, context) { method walkBlock (line 335) | walkBlock(node, context) { method walk (line 346) | walk(node, context) { method walkSetIdentifier (line 394) | walkSetIdentifier(node, context, value) { method walkSetMember (line 400) | walkSetMember(node, context, value) { method walkSet (line 420) | walkSet(node, context, value) { method evaluateAll (line 431) | evaluateAll(str, context) { method evaluate (line 445) | evaluate(str, context) { FILE: packages/evaluator/src/javascript-compiler.js class JavascriptCompiler (line 27) | class JavascriptCompiler { method constructor (line 28) | constructor(container) { method compile (line 34) | compile(pipeline) { method log (line 41) | log(msg) { method walkLiteral (line 46) | walkLiteral(node) { method walkUnary (line 50) | async walkUnary(node, context) { method walkArray (line 66) | async walkArray(node, context) { method walkObject (line 78) | async walkObject(node, context) { method walkBinary (line 91) | async walkBinary(node, context) { method walkIdentifier (line 153) | async walkIdentifier(node, context) { method walkThis (line 174) | async walkThis(node, context) { method walkCall (line 182) | async walkCall(node, context) { method walkMember (line 234) | async walkMember(node, context) { method walkConditional (line 249) | async walkConditional(node, context) { method walkExpression (line 263) | async walkExpression(node, context) { method walkReturn (line 271) | async walkReturn(node, context) { method walkFunction (line 275) | async walkFunction(node, context) { method walkTemplateLiteral (line 301) | async walkTemplateLiteral(node, context) { method walkTemplateElement (line 310) | walkTemplateElement(node) { method walkTaggedTemplate (line 314) | async walkTaggedTemplate(node, context) { method walkUpdateExpression (line 333) | async walkUpdateExpression(node, context) { method walkVariableDeclaration (line 350) | async walkVariableDeclaration(node, context) { method walkAssignmentExpression (line 365) | async walkAssignmentExpression(node, context) { method walkBlock (line 418) | async walkBlock(node, context) { method walk (line 429) | async walk(node, context) { method walkSetIdentifier (line 479) | walkSetIdentifier(node, context, value) { method walkSetMember (line 494) | async walkSetMember(node, context, value) { method walkSet (line 514) | async walkSet(node, context, value) { method evaluateAll (line 525) | async evaluateAll(str, context) { method evaluate (line 545) | async evaluate(str, context) { method execute (line 553) | async execute(compiled, srcInput, srcObject) { FILE: packages/evaluator/src/template.js class Template (line 26) | class Template { method compile (line 27) | compile(str, context) { FILE: packages/evaluator/test/javascript-compiler.test.js method get (line 27) | get() { FILE: packages/express-api-server/src/express-api-app.js class ExpressApiApp (line 29) | class ExpressApiApp { method constructor (line 30) | constructor(settings, plugins, routers) { method newRouter (line 37) | static newRouter() { method initialize (line 41) | initialize() { method loadComplements (line 52) | loadComplements() { FILE: packages/express-api-server/src/express-api-server.js class ExpressApiServer (line 29) | class ExpressApiServer extends Clonable { method constructor (line 30) | constructor(settings = {}, container = undefined) { method registerDefault (line 54) | registerDefault() { method isStarted (line 62) | isStarted() { method newRouter (line 66) | newRouter() { method start (line 70) | start(input = {}) { FILE: packages/express-api-server/src/public/botchat.js function r (line 1) | function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ... function r (line 1) | function r(e,t){for(var n=0;n=0&&e.splice(n,1)} function h (line 1) | function h(e){var t=!1;return function(){t||(t=!0,e())}} function g (line 1) | function g(e,t,n){void 0===t&&(t=v),void 0===n&&(n="iterator");var r={me... function y (line 1) | function y(e,t){var n=t.sagaStack;console.error(e),console.error(n)} function C (line 1) | function C(e,t){var n=Object.keys(e),r=n.length;var i,a=0,s=Object(o.a)(... function x (line 1) | function x(e){return{name:e.name||"anonymous",location:A(e)}} function A (line 1) | function A(e){return e[r.g]} function j (line 1) | function j(e,t){void 0===e&&(e=10);var n=new Array(e),r=0,i=0,o=0,a=func... function ne (line 1) | function ne(e,t){return void 0===e&&(e="*"),Object(o.i)(e)?ee(B,{pattern... function ie (line 1) | function ie(e,t){return Object(o.n)(t)&&(t=e,e=void 0),ee(z,{channel:e,a... function ae (line 1) | function ae(e){var t=ee(q,e);return t.combinator=!0,t} function se (line 1) | function se(e){var t=ee(F,e);return t.combinator=!0,t} function ue (line 1) | function ue(e,t){var n,r=null;return Object(o.d)(e)?n=e:(Object(o.a)(e)?... function ce (line 1) | function ce(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r1?t-1:0),r=1;r1?t-1:0),r=1;r1?t-1:0),r=1;r=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(6553... function a (line 1) | function a(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);... function h (line 1) | function h(e){return d[e]} function c (line 1) | function c(e){return e&&e.__esModule?e:{default:e}} function l (line 1) | function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enume... function S (line 1) | function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[... function w (line 1) | function w(e){var t=JSON.stringify(e),n=(0,u.default)(t).toString(36);re... function _ (line 1) | function _(e){var t=Object.keys(e).filter((function(e){return"toString"!... function E (line 1) | function E(e){var t=Object.keys(e).filter((function(e){return"toString"!... function C (line 1) | function C(e){if(-1===e.indexOf(","))return[e];for(var t,n=[],r=[],i=0;t... function x (line 1) | function x(e,t){if(!e)return t.replace(/\&/g,"");if(!t)return".css-"+e+"... function A (line 1) | function A(e){var t=e.selector,n=e.style,r=p.transform({selector:t,style... function k (line 1) | function k(e){var t=void 0,n=void 0,r=void 0,i=void 0;return Object.keys... function I (line 1) | function I(e,t){var n=[],r=t.plain,i=t.selects,o=t.medias,a=t.supports;r... function R (line 1) | function R(e){P[e.id]||(P[e.id]=e)} function M (line 1) | function M(e){if(R(e),function(e){if(!T[e.id]){T[e.id]=!0;var t=k(e.styl... function D (line 1) | function D(e,t){var n=C(e).map((function(e){return e.indexOf("&")>=0?e:"... function N (line 1) | function N(e,t){return e?"@supports "+e.substring(9)+" and "+t.substring... function B (line 1) | function B(e,t){var n=t.selector,r=void 0===n?"":n,i=t.mq,o=void 0===i?"... function z (line 1) | function z(e){var t={label:[]};return B(t,{src:e}),M({id:w(t),style:t,la... function H (line 1) | function H(){for(var e=arguments.length,t=Array(e),n=0;n1?t-1:0),r=1;r1?t-1:0),r=1;r=a())throw new RangeError("Attempt to allocate Buffer... function h (line 1) | function h(e,t){if(u.isBuffer(e))return e.length;if("undefined"!==typeof... function v (line 1) | function v(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)ret... function m (line 1) | function m(e,t,n){var r=e[t];e[t]=e[n],e[n]=r} function g (line 1) | function g(e,t,n,r,i){if(0===e.length)return-1;if("string"===typeof n?(r... function y (line 1) | function y(e,t,n,r,i){var o,a=1,s=e.length,u=t.length;if(void 0!==r&&("u... function b (line 1) | function b(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(... function S (line 1) | function S(e,t,n,r){return V(F(t,e.length-n),e,n,r)} function w (line 1) | function w(e,t,n,r){return V(function(e){for(var t=[],n=0;nr)&&(n=r);... function P (line 1) | function P(e,t,n){for(var r=e.slice(t,n),i="",o=0;oe.length)throw new RangeError("Index out ... function L (line 1) | function L(e,t,n,r,o){return o||N(e,0,n,4),i.write(e,t,n,r,23,4),n+4} function B (line 1) | function B(e,t,n,r,o){return o||N(e,0,n,8),i.write(e,t,n,r,52,8),n+8} function q (line 1) | function q(e){return e<16?"0"+e.toString(16):e.toString(16)} function F (line 1) | function F(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a=t.length||i>=e.length);++i)t... function s (line 1) | function s(e){return Object(r.b)(e)?"channel":Object(r.l)(e)?String(e):O... function u (line 1) | function u(e,t,n){var r,s,u,c=t;function l(t,n){if(c===a)return o(t);if(... function c (line 1) | function c(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function l (line 1) | function l(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function f (line 1) | function f(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function p (line 1) | function p(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),a=3;... function d (line 1) | function d(e,t,n){for(var r=e,o=arguments.length,s=new Array(o>3?o-3:0),... function h (line 1) | function h(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),a=3;... function v (line 1) | function v(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function m (line 1) | function m(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function g (line 1) | function g(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<... function y (line 1) | function y(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),a=3;... function b (line 1) | function b(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),a=3;... function S (line 1) | function S(e,t,n){for(var r=arguments.length,o=new Array(r>3?r-3:0),a=3;... function r (line 1) | function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])} function n (line 1) | function n(e,t){for(var n=0;n=e.l... function a (line 1) | function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0} function s (line 1) | function s(e){return 1===e.length?"0"+e:e} function u (line 1) | function u(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t){var n=e.call(this,t)||this;return n.name="ArgumentNull",n.... function t (line 1) | function t(t){var n=e.call(this,t)||this;return n.name="InvalidOperation... function t (line 1) | function t(t,n){var r=e.call(this,n)||this;return r.name=t+"ObjectDispos... function e (line 1) | function e(){} function r (line 1) | function r(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=... function e (line 1) | function e(t,n){Object(i.a)(this,e),this.privName=t,this.privEventId=Obj... function n (line 1) | function n(t){return"function"===typeof Symbol&&"symbol"===typeof Symbol... function a (line 1) | function a(e){i.call(this),this.hashMode="string"===typeof e,this.hashMo... function f (line 1) | function f(e){if(!(this instanceof f))return new f(e);a.call(this,e),s.c... function p (line 1) | function p(){this.allowHalfOpen||this._writableState.ended||r.nextTick(d... function d (line 1) | function d(e){e.end()} function e (line 1) | function e(t,n,o,u){if(Object(i.a)(this,e),this.privBody=null,t===r.Text... function i (line 1) | function i(){r.call(this)} function i (line 1) | function i(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()} function o (line 1) | function o(){n.readable&&n.resume&&n.resume()} function s (line 1) | function s(){a||(a=!0,e.end())} function u (line 1) | function u(){a||(a=!0,"function"===typeof e.destroy&&e.destroy())} function c (line 1) | function c(e){if(l(),0===r.listenerCount(this,"error"))throw e} function l (line 1) | function l(){n.removeListener("data",i),e.removeListener("drain",o),n.re... function i (line 1) | function i(e,t){this._block=r.alloc(e),this._finalSize=t,this._blockSize... function r (line 1) | function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])} function a (line 1) | function a(e){if("object"!==typeof e||null===e)return!1;for(var t=e;null... function s (line 1) | function s(e,t,n){var i;if("function"===typeof t&&"function"===typeof n|... function u (line 1) | function u(e,t){var n=t&&t.type;return"Given "+(n&&'action "'+String(n)+... function c (line 1) | function c(e){for(var t=Object.keys(e),n={},r=0;r2&&void 0!==arguments[2]?argume... function t (line 1) | function t(e,n,i){var s;return Object(r.a)(this,t),(s=Object(o.a)(this,O... function t (line 1) | function t(e,n){return Object(r.a)(this,t),Object(o.a)(this,Object(a.a)(... function t (line 1) | function t(e,n,i){var s;return Object(r.a)(this,t),(s=Object(o.a)(this,O... function t (line 1) | function t(e,n,i){var s;return Object(r.a)(this,t),(s=Object(o.a)(this,O... function t (line 1) | function t(e,n,i){var s;return Object(r.a)(this,t),(s=Object(o.a)(this,O... function t (line 1) | function t(e,n,i){var s;return Object(r.a)(this,t),(s=Object(o.a)(this,O... function a (line 1) | function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign... function e (line 1) | function e(e){this.closed=!1,this._parent=null,this._parents=null,this._... function l (line 1) | function l(e){return e.reduce((function(e,t){return e.concat(t instanceo... function s (line 1) | function s(){s.init.call(this)} function c (line 1) | function c(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._m... function l (line 1) | function l(e,t,n,r){var i,o,a,s;if("function"!==typeof n)throw new TypeE... function f (line 1) | function f(){for(var e=[],t=0;t=0;r--){var i=e[r];"."===i?e.... function r (line 1) | function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;rt?1:-1} function r (line 1) | function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function r (line 1) | function r(){this.constructor=e} function t (line 1) | function t(t){e.call(this,t),this.destination=t} function t (line 1) | function t(){e.call(this),this.observers=[],this.closed=!1,this.isStoppe... function t (line 1) | function t(t,n){e.call(this),this.destination=t,this.source=n} function r (line 1) | function r(){this.constructor=e} function t (line 1) | function t(){e.apply(this,arguments)} function r (line 1) | function r(){this.constructor=e} function t (line 1) | function t(t){e.call(this),this.scheduler=t} function o (line 1) | function o(e){var t;switch(this.encoding=function(e){var t=function(e){i... function a (line 1) | function a(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===... function s (line 1) | function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(12... function u (line 1) | function u(e,t){if((e.length-t)%2===0){var n=e.toString("utf16le",t);if(... function c (line 1) | function c(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n... function l (line 1) | function l(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t)... function f (line 1) | function f(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+... function p (line 1) | function p(e){return e.toString(this.encoding)} function d (line 1) | function d(e){return e&&e.length?this.write(e):""} function s (line 1) | function s(e,n){var r={seen:[],stylize:c};return arguments.length>=3&&(r... function u (line 1) | function u(e,t){var n=s.styles[t];return n?"\x1b["+s.colors[n][0]+"m"+e+... function c (line 1) | function c(e,t){return e} function l (line 1) | function l(e,n,r){if(e.customInspect&&n&&E(n.inspect)&&n.inspect!==t.ins... function f (line 1) | function f(e){return"["+Error.prototype.toString.call(e)+"]"} function p (line 1) | function p(e,t,n,r,i,o){var a,s,u;if((u=Object.getOwnPropertyDescriptor(... function d (line 1) | function d(e){return Array.isArray(e)} function h (line 1) | function h(e){return"boolean"===typeof e} function v (line 1) | function v(e){return null===e} function m (line 1) | function m(e){return"number"===typeof e} function g (line 1) | function g(e){return"string"===typeof e} function y (line 1) | function y(e){return void 0===e} function b (line 1) | function b(e){return S(e)&&"[object RegExp]"===O(e)} function S (line 1) | function S(e){return"object"===typeof e&&null!==e} function w (line 1) | function w(e){return S(e)&&"[object Date]"===O(e)} function _ (line 1) | function _(e){return S(e)&&("[object Error]"===O(e)||e instanceof Error)} function E (line 1) | function E(e){return"function"===typeof e} function O (line 1) | function O(e){return Object.prototype.toString.call(e)} function C (line 1) | function C(e){return e<10?"0"+e.toString(10):e.toString(10)} function A (line 1) | function A(){var e=new Date,t=[C(e.getHours()),C(e.getMinutes()),C(e.get... function k (line 1) | function k(e,t){return Object.prototype.hasOwnProperty.call(e,t)} function T (line 1) | function T(e,t){if(!e){var n=new Error("Promise was rejected with a fals... function t (line 1) | function t(){for(var t,n,r=new Promise((function(e,r){t=e,n=r})),i=[],o=... function n (line 1) | function n(){for(var n=[],r=0;r=1&&e<=8||11===e||e>=13&&e<=31||e>=127&&e<=159||e... function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function e (line 1) | function e(){this._isProcessed=!1,this._original=null,this._processed=null} function e (line 1) | function e(e,t){this.physicalSize=e,this.unit=t} function e (line 1) | function e(){} function o (line 1) | function o(e,t){for(var n=0;n0&&void 0!==arguments[0]?argu... function r (line 1) | function r(e,t){if(e.length!==t.length)return!1;for(var n=0;n>>32-t} function c (line 1) | function c(e,t,n,r,i,o,a){return u(e+(t&n|~t&r)+i+o|0,a)+t|0} function l (line 1) | function l(e,t,n,r,i,o,a){return u(e+(t&r|n&~r)+i+o|0,a)+t|0} function f (line 1) | function f(e,t,n,r,i,o,a){return u(e+(t^n^r)+i+o|0,a)+t|0} function p (line 1) | function p(e,t,n,r,i,o,a){return u(e+(n^(t|~r))+i+o|0,a)+t|0} function d (line 1) | function d(){o.call(this,64),this._a=1732584193,this._b=4023233417,this.... function h (line 1) | function h(e,t){return e<>>32-t} function v (line 1) | function v(e,t,n,r,i,o,a,s){return h(e+(t^n^r)+o+a|0,s)+i|0} function m (line 1) | function m(e,t,n,r,i,o,a,s){return h(e+(t&n|~t&r)+o+a|0,s)+i|0} function g (line 1) | function g(e,t,n,r,i,o,a,s){return h(e+((t|~n)^r)+o+a|0,s)+i|0} function y (line 1) | function y(e,t,n,r,i,o,a,s){return h(e+(t&r|n&~r)+o+a|0,s)+i|0} function b (line 1) | function b(e,t,n,r,i,o,a,s){return h(e+(t^(n|~r))+o+a|0,s)+i|0} function i (line 1) | function i(e){this.options=e,this.type=this.options.type,this.blockSize=... function i (line 1) | function i(e){this.rand=e} function o (line 1) | function o(e,n){var i=function(e){var t=a(e);return{blinder:t.toRed(r.mo... function a (line 1) | function a(e){for(var t=e.modulus.byteLength(),n=new r(i(t));n.cmp(e.mod... function u (line 1) | function u(e){"short"===e.type?this.curve=new a.short(e):"edwards"===e.t... function c (line 1) | function c(e,t){Object.defineProperty(i,e,{configurable:!0,enumerable:!0... function E (line 1) | function E(){if("function"!==typeof WeakMap)return null;var e=new WeakMa... function O (line 1) | function O(e){return e&&e.__esModule?e:{default:e}} function C (line 1) | function C(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function I (line 1) | function I(){var e=C((0,p.default)(),1)[0],t=C((0,h.default)(),1)[0];ret... function s (line 1) | function s(e){return e&&e.__esModule?e:{default:e}} function u (line 1) | function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function y (line 1) | function y(){if("function"!==typeof WeakMap)return null;var e=new WeakMa... function b (line 1) | function b(e){return e&&e.__esModule?e:{default:e}} function S (line 1) | function S(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function _ (line 1) | function _(e){var t=S((0,d.default)(),1)[0],n=(0,l.default)(),r=(0,p.def... function E (line 1) | function E(){var e=S((0,d.default)(),2),t=e[0],n=e[1],r=(0,h.default)();... function c (line 1) | function c(e){return e&&e.__esModule?e:{default:e}} function v (line 1) | function v(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function m (line 1) | function m(e){for(var t=1;t=0)... function s (line 1) | function s(e,t,n,r){void 0===r&&(r=void 0),null===n||void 0===n||n===r?d... function u (line 1) | function u(e){var t=/#([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2... function c (line 1) | function c(e,t){for(t+=1;t"!=e[... function e (line 1) | function e(e,t){this.name=e,this.eventId=r.CreateNoDashGuid(),this.event... function r (line 1) | function r(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])} function e (line 1) | function e(e,t){this.headerName=e,this.token=t} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){void 0===r&&(r=i.EventType.Info);var o=e.call(this,t,r... function t (line 1) | function t(t,n,r){var i=e.call(this,t,n)||this;return i.result=r,i} function t (line 1) | function t(t,n,r){var i=e.call(this,"RecognitionTriggeredEvent",t)||this... function t (line 1) | function t(t,n,r){var i=e.call(this,"ListeningStartedEvent",t)||this;ret... function t (line 1) | function t(t,n,r){var i=e.call(this,"ConnectingToServiceEvent",t)||this;... function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,"RecognitionStartedEvent",t)||th... function t (line 1) | function t(t,n){return e.call(this,"SpeechStartDetectedEvent",t,n)||this} function t (line 1) | function t(t,n){return e.call(this,"SpeechHypothesisEvent",t,n)||this} function t (line 1) | function t(t,n){return e.call(this,"SpeechFragmentEvent",t,n)||this} function t (line 1) | function t(t,n){return e.call(this,"SpeechEndDetectedEvent",t,n)||this} function t (line 1) | function t(t,n){return e.call(this,"SpeechSimplePhraseEvent",t,n)||this} function t (line 1) | function t(t,n){return e.call(this,"SpeechDetailedPhraseEvent",t,n)||this} function t (line 1) | function t(t,n,r,o,a,s,u,c){var l=e.call(this,"RecognitionEndedEvent",t,... function u (line 1) | function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function e (line 1) | function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?argu... function s (line 1) | function s(){return(s=(0,o.default)(i.default.mark((function e(t){var n;... function e (line 1) | function e(e,t){this.privName=e,this.privEventId=r.createNoDashGuid(),th... function e (line 1) | function e(e,t){this.privHeaderName=e,this.privToken=t} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,o){void 0===o&&(o=i.EventType.Info);var a=e.call(this,t... function t (line 1) | function t(t,n,r,i){var o=e.call(this,"RecognitionTriggeredEvent",t,n)||... function t (line 1) | function t(t,n,r,i){var o=e.call(this,"ListeningStartedEvent",t,n)||this... function t (line 1) | function t(t,n,r){var i=e.call(this,"ConnectingToServiceEvent",t,r)||thi... function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,"RecognitionStartedEvent",t,o)||... function t (line 1) | function t(t,n,r,o,a,s,u,l){var f=e.call(this,"RecognitionEndedEvent",t,... function a (line 1) | function a(e){var t=i.get(e);return console.assert(null!=t,"'this' is ex... function s (line 1) | function s(e){null==e.passiveListener?e.event.cancelable&&(e.canceled=!0... function u (line 1) | function u(e,t){i.set(this,{eventTarget:e,event:t,eventPhase:2,currentTa... function c (line 1) | function c(e){return{get:function(){return a(this).event[e]},set:functio... function l (line 1) | function l(e){return{value:function(){var t=a(this).event;return t[e].ap... function f (line 1) | function f(e){if(null==e||e===Object.prototype)return u;var t=o.get(e);r... function p (line 1) | function p(e){return a(e).immediateStopped} function d (line 1) | function d(e,t){a(e).passiveListener=t} method type (line 1) | get type(){return a(this).event.type} method target (line 1) | get target(){return a(this).eventTarget} method currentTarget (line 1) | get currentTarget(){return a(this).currentTarget} method NONE (line 1) | get NONE(){return 0} method CAPTURING_PHASE (line 1) | get CAPTURING_PHASE(){return 1} method AT_TARGET (line 1) | get AT_TARGET(){return 2} method BUBBLING_PHASE (line 1) | get BUBBLING_PHASE(){return 3} method eventPhase (line 1) | get eventPhase(){return a(this).eventPhase} method bubbles (line 1) | get bubbles(){return Boolean(a(this).event.bubbles)} method cancelable (line 1) | get cancelable(){return Boolean(a(this).event.cancelable)} method defaultPrevented (line 1) | get defaultPrevented(){return a(this).canceled} method composed (line 1) | get composed(){return Boolean(a(this).event.composed)} method timeStamp (line 1) | get timeStamp(){return a(this).timeStamp} method srcElement (line 1) | get srcElement(){return a(this).eventTarget} method cancelBubble (line 1) | get cancelBubble(){return a(this).stopped} method cancelBubble (line 1) | set cancelBubble(e){if(e){var t=a(this);t.stopped=!0,"boolean"===typeof ... method returnValue (line 1) | get returnValue(){return!a(this).canceled} method returnValue (line 1) | set returnValue(e){e||s(a(this))} function m (line 1) | function m(e){return null!==e&&"object"===(0,r.default)(e)} function g (line 1) | function g(e){var t=h.get(e);if(null==t)throw new TypeError("'this' is e... function y (line 1) | function y(e,t){Object.defineProperty(e,"on".concat(t),function(e){retur... function b (line 1) | function b(e){function t(){S.call(this)}t.prototype=Object.create(S.prot... function S (line 1) | function S(){if(!(this instanceof S)){if(1===arguments.length&&Array.isA... function a (line 1) | function a(e){var t=i.get(e);return console.assert(null!=t,"'this' is ex... function s (line 1) | function s(e){null==e.passiveListener?e.event.cancelable&&(e.canceled=!0... function u (line 1) | function u(e,t){i.set(this,{eventTarget:e,event:t,eventPhase:2,currentTa... function c (line 1) | function c(e){return{get:function(){return a(this).event[e]},set:functio... function l (line 1) | function l(e){return{value:function(){var t=a(this).event;return t[e].ap... function f (line 1) | function f(e){if(null==e||e===Object.prototype)return u;var t=o.get(e);r... function p (line 1) | function p(e){return a(e).immediateStopped} function d (line 1) | function d(e,t){a(e).passiveListener=t} method type (line 1) | get type(){return a(this).event.type} method target (line 1) | get target(){return a(this).eventTarget} method currentTarget (line 1) | get currentTarget(){return a(this).currentTarget} method NONE (line 1) | get NONE(){return 0} method CAPTURING_PHASE (line 1) | get CAPTURING_PHASE(){return 1} method AT_TARGET (line 1) | get AT_TARGET(){return 2} method BUBBLING_PHASE (line 1) | get BUBBLING_PHASE(){return 3} method eventPhase (line 1) | get eventPhase(){return a(this).eventPhase} method bubbles (line 1) | get bubbles(){return Boolean(a(this).event.bubbles)} method cancelable (line 1) | get cancelable(){return Boolean(a(this).event.cancelable)} method defaultPrevented (line 1) | get defaultPrevented(){return a(this).canceled} method composed (line 1) | get composed(){return Boolean(a(this).event.composed)} method timeStamp (line 1) | get timeStamp(){return a(this).timeStamp} method srcElement (line 1) | get srcElement(){return a(this).eventTarget} method cancelBubble (line 1) | get cancelBubble(){return a(this).stopped} method cancelBubble (line 1) | set cancelBubble(e){if(e){var t=a(this);t.stopped=!0,"boolean"===typeof ... method returnValue (line 1) | get returnValue(){return!a(this).canceled} method returnValue (line 1) | set returnValue(e){e||s(a(this))} function m (line 1) | function m(e){return null!==e&&"object"===(0,r.default)(e)} function g (line 1) | function g(e){var t=h.get(e);if(null==t)throw new TypeError("'this' is e... function y (line 1) | function y(e,t){Object.defineProperty(e,"on".concat(t),function(e){retur... function b (line 1) | function b(e){function t(){S.call(this)}t.prototype=Object.create(S.prot... function S (line 1) | function S(){if(!(this instanceof S)){if(1===arguments.length&&Array.isA... function r (line 1) | function r(){this.__rules__=[],this.__cache__=null} function r (line 1) | function r(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,t... function r (line 1) | function r(t){var n;return(n=e.call(this,t)||this).type="decl",n} function a (line 1) | function a(e){return e&&e.__esModule?e:{default:e}} function e (line 1) | function e(e){for(var t in void 0===e&&(e={}),this.raws={},e)this[t]=e[t]} function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function r (line 1) | function r(t){var n;return(n=e.call(this,t)||this).type="comment",n} function r (line 1) | function r(t){var n;return(n=e.call(this,t)||this).type="atrule",n} function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function a (line 1) | function a(e,t){for(var n=0;n=0;r--){var i=t[r](e);if(i)retu... function V (line 1) | function V(e,t){return e===t} function H (line 1) | function H(){var e=Object(r.useContext)(s);return S()(e,"could not find ... function G (line 1) | function G(e){void 0===e&&(e=s);var t=e===s?H:function(){return Object(r... function J (line 1) | function J(e){void 0===e&&(e=s);var t=e===s?K:G(e);return function(){ret... function Q (line 1) | function Q(e){void 0===e&&(e=s);var t=e===s?H:function(){return Object(r... function S (line 1) | function S(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function w (line 1) | function w(e){for(var t=1;t0)throw new Error('"end... function j (line 1) | function j(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=... function M (line 1) | function M(e,t){for(var n=0,r=e.length;n>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)} function p (line 1) | function p(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)} function d (line 1) | function d(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3} function u (line 1) | function u(){this.init(),this._w=s,i.call(this,128,112)} function c (line 1) | function c(e,t,n){return n^e&(t^n)} function l (line 1) | function l(e,t,n){return e&t|n&(e|t)} function f (line 1) | function f(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)} function p (line 1) | function p(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)} function d (line 1) | function d(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7} function h (line 1) | function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)} function v (line 1) | function v(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6} function m (line 1) | function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)} function g (line 1) | function g(e,t){return e>>>0>>0?1:0} function t (line 1) | function t(t,n,r){e.writeInt32BE(t,r),e.writeInt32BE(n,r+4)} function f (line 1) | function f(e,t){o.call(this,"digest"),"string"===typeof t&&(t=a.from(t))... function r (line 1) | function r(e,n){if("string"!==typeof e&&!t.isBuffer(e))throw new TypeErr... function f (line 1) | function f(e,t,n){var a=function(e){return"rmd160"===e||"ripemd160"===e?... function s (line 1) | function s(){this.tmp=new Array(2),this.keys=null} function u (line 1) | function u(e){a.call(this,e);var t=new s;this._desState=t,this.deriveKey... function a (line 1) | function a(e){var t=e._cipher.encryptBlockRaw(e._prev);return o(e._prev),t} function l (line 1) | function l(e,t,n,a){o.call(this);var u=i.alloc(4,0);this._cipher=new r.A... function a (line 1) | function a(e,t,n,a){o.call(this),this._cipher=new r.AES(t),this._prev=i.... function v (line 1) | function v(){if(null!==h)return h;var e=[];e[0]=2;for(var t=1,n=3;n<1048... function m (line 1) | function m(e){for(var t=v(),n=0;n0&&void 0!==arguments[0]?arguments[... function b (line 1) | function b(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[... function t (line 1) | function t(e){var n;return function(e,t){if(!(e instanceof t))throw new ... function i (line 1) | function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function o (line 1) | function o(e){for(var t=1;t=0;n--)95!==(r=t[n]).... function O (line 1) | function O(e){throw new RangeError(S[e])} function C (line 1) | function C(e,t){for(var n=e.length,r=[];n--;)r[n]=t(e[n]);return r} function x (line 1) | function x(e,t){var n=e.split("@"),r="";return n.length>1&&(r=n[0]+"@",e... function A (line 1) | function A(e){for(var t,n,r=[],i=0,o=e.length;i65535&&(t+=E((e-... function I (line 1) | function I(e,t){return e+22+75*(e<26)-((0!=t)<<5)} function T (line 1) | function T(e,t,n){var r=0;for(e=n?_(e/d):e>>1,e+=_(e/t);e>w*f>>1;r+=c)e=... function P (line 1) | function P(e){var t,n,r,i,o,a,s,p,d,g,y,b=[],S=e.length,w=0,E=v,C=h;for(... function R (line 1) | function R(e){var t,n,r,i,o,a,s,p,d,g,y,b,S,w,C,x=[];for(b=(e=A(e)).leng... function l (line 1) | function l(e,t){this._options=t||{},this._cbs=e||{},this._tagname="",thi... function de (line 1) | function de(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e} function he (line 1) | function he(e,t,n){var r=e.toLowerCase();return e===r?function(e){e===r?... function ve (line 1) | function ve(e,t){var n=e.toLowerCase();return function(r){r===n||r===e?t... function me (line 1) | function me(e,t){this._state=u,this._buffer="",this._sectionStart=0,this... function s (line 1) | function s(e,t,n){"object"===typeof e?(n=t,t=e,e=null):"function"===type... method firstChild (line 1) | get firstChild(){var e=this.children;return e&&e[0]||null} method lastChild (line 1) | get lastChild(){var e=this.children;return e&&e[e.length-1]||null} method nodeType (line 1) | get nodeType(){return i[this.type]||i.element} function u (line 1) | function u(e){var t=Object.keys(e).join("|"),n=l(e),r=new RegExp("&(?:"+... function l (line 1) | function l(e){return function(t){return"#"===t.charAt(1)?"X"===t.charAt(... function u (line 1) | function u(e){return";"!==e.substr(-1)&&(e+=";"),s(e)} function u (line 1) | function u(e){return Object.keys(e).sort().reduce((function(t,n){return ... function c (line 1) | function c(e){var t=[],n=[];return Object.keys(e).forEach((function(e){r... function p (line 1) | function p(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"} function d (line 1) | function d(e,t){return"&#x"+(1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1... function h (line 1) | function h(e,t){return function(n){return n.replace(t,(function(t){retur... function s (line 1) | function s(e,t){var n=this._parser=new r(e,t),a=this._decoder=new o;i.ca... function a (line 1) | function a(e){return e&&e.__esModule?e:{default:e}} function s (line 1) | function s(e){var t="function"===typeof Map?new Map:void 0;return(s=func... function u (line 1) | function u(e,t,n){return(u=function(){if("undefined"===typeof Reflect||!... function c (line 1) | function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e._... function l (line 1) | function l(e){return(l=Object.setPrototypeOf?Object.getPrototypeOf:funct... function a (line 1) | function a(t,n,r,i,o,s){var u;return(u=e.call(this,t)||this).name="CssSy... function l (line 1) | function l(t){return e&&i.default.red?i.default.red.bold(t):t} function f (line 1) | function f(t){return e&&i.default.gray?i.default.gray(t):t} function e (line 1) | function e(e){this.builder=e} function e (line 1) | function e(e){void 0===e&&(e=[]),this.version="7.0.25",this.plugins=this... function t (line 1) | function t(t){return e.apply(this,arguments)} function s (line 1) | function s(e){return e&&e.__esModule?e:{default:e}} function u (line 1) | function u(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments... function e (line 1) | function e(t,n){Object(o.a)(this,e),this.privRecognitionMode=r.Interacti... function e (line 1) | function e(t){var n=this;Object(o.a)(this,e),this.serialize=function(){r... function t (line 1) | function t(e,n){var r,i=arguments.length>2&&void 0!==arguments[2]?argume... function t (line 1) | function t(e){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t)... function t (line 1) | function t(e){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t)... function t (line 1) | function t(e){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t)... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function t (line 1) | function t(e,n){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(... function t (line 1) | function t(e,n){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(... function t (line 1) | function t(e,n){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function M (line 1) | function M(e,t,n){return(M="undefined"!==typeof Reflect&&Reflect.get?Ref... function e (line 1) | function e(t){var n=this;Object(o.a)(this,e),this.privReaderIdCounter=1,... function e (line 1) | function e(t,n,r){var i=this;Object(o.a)(this,e),this.privIsClosed=!1,th... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function e (line 1) | function e(t,n,r,i){var a=this;Object(o.a)(this,e),this.privRecorder=t,t... function e (line 1) | function e(t,n){var r=this;Object(o.a)(this,e),this.privStreams={},this.... function e (line 1) | function e(){Object(o.a)(this,e)} function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(e){var n;return Object(o.a)(this,t),(n=Object(u.a)(this,Objec... function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function e (line 1) | function e(){Object(o.a)(this,e),this.privDisposed=!1} function e (line 1) | function e(t){Object(o.a)(this,e),this.privSessionId=t} function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function e (line 1) | function e(t,n,r,i,a,s,u,c){Object(o.a)(this,e),this.privResultId=t,this... function t (line 1) | function t(e,n,r,i,a,s,l,f){return Object(o.a)(this,t),Object(u.a)(this,... function t (line 1) | function t(e,n,r,i,a,s,l,f,p){var d;return Object(o.a)(this,t),(d=Object... function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function t (line 1) | function t(e,n){var r;return Object(o.a)(this,t),(r=Object(u.a)(this,Obj... function t (line 1) | function t(e,n,r,i,a,s,l,f,p){var d;return Object(o.a)(this,t),(d=Object... function e (line 1) | function e(t,n){Object(o.a)(this,e),this.privReason=t,this.privAudio=n} function e (line 1) | function e(){Object(o.a)(this,e),this.privKeys=[],this.privValues=[]} function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function e (line 1) | function e(t,n){Object(o.a)(this,e),this.privHeaderName=t,this.privToken=n} function e (line 1) | function e(t,n){var r=this;Object(o.a)(this,e),this.privBuffers=[],this.... function e (line 1) | function e(t){Object(o.a)(this,e),this.privSpeechStartDetected=JSON.pars... function t (line 1) | function t(e,n,r){var i,s=arguments.length>3&&void 0!==arguments[3]?argu... function t (line 1) | function t(e,n,r,i){var a;return Object(o.a)(this,t),(a=Object(u.a)(this... function t (line 1) | function t(e,n,r,i){var a;return Object(o.a)(this,t),(a=Object(u.a)(this... function t (line 1) | function t(e,n,r){var i;return Object(o.a)(this,t),(i=Object(u.a)(this,O... function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function e (line 1) | function e(t,n,r){var i=this;Object(o.a)(this,e),this.privIsDisposed=!1,... function e (line 1) | function e(t){var n=this;Object(o.a)(this,e),this.privIsDisposed=!1,this... function e (line 1) | function e(){Object(o.a)(this,e)} function e (line 1) | function e(t){Object(o.a)(this,e),this.privContext={},this.privDynamicGr... function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(e,n,r,i,a,s,l){var f;if(Object(o.a)(this,t),!n)throw new D.a(... function e (line 1) | function e(t,n,r,i,a){var s=this;if(Object(o.a)(this,e),this.recognizeOv... function e (line 1) | function e(t,n,r){Object(o.a)(this,e),this.audioConfig=void 0!==t?t:X.fr... function e (line 1) | function e(t){Object(o.a)(this,e),this.privSpeechHypothesis=JSON.parse(t)} function e (line 1) | function e(t){Object(o.a)(this,e),this.privSimpleSpeechPhrase=JSON.parse... function e (line 1) | function e(){Object(o.a)(this,e)} function e (line 1) | function e(t){Object(o.a)(this,e),this.privDetailedSpeechPhrase=JSON.par... function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function e (line 1) | function e(t,n,r,i,a,s){var u=this;if(Object(o.a)(this,e),this.privIsDis... function e (line 1) | function e(t,n,r,i){Object(o.a)(this,e),this.privProxyHostName=t,this.pr... function e (line 1) | function e(){Object(o.a)(this,e)} function e (line 1) | function e(){Object(o.a)(this,e)} function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function t (line 1) | function t(e,n){var r;Object(o.a)(this,t);var i=e;return H.throwIfNull(i... function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function t (line 1) | function t(e,n,r,i,a,s){var l;return Object(o.a)(this,t),(l=Object(u.a)(... function e (line 1) | function e(t){Object(o.a)(this,e),this.privIntentResponse=JSON.parse(t)} function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function t (line 1) | function t(e,n){var r;Object(o.a)(this,t),H.throwIfNullOrUndefined(e,"sp... function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function e (line 1) | function e(t,n,r,i,a){Object(o.a)(this,e),this.privCancelReason=n,this.p... function e (line 1) | function e(){Object(o.a)(this,e),this.privMap=new Oe} function e (line 1) | function e(t){Object(o.a)(this,e),this.privTranslationHypothesis=JSON.pa... function e (line 1) | function e(t){Object(o.a)(this,e),this.privTranslationPhrase=JSON.parse(... function e (line 1) | function e(t){Object(o.a)(this,e),this.privSynthesisEnd=JSON.parse(t),th... function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function t (line 1) | function t(e,n){var r;Object(o.a)(this,t);var i=e;return H.throwIfNull(i... function e (line 1) | function e(t){Object(o.a)(this,e),this.privReason=t} function e (line 1) | function e(t,n,r){Object(o.a)(this,e),this.privReason=t,this.privErrorDe... function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function e (line 1) | function e(){Object(o.a)(this,e)} function e (line 1) | function e(t){Object(o.a)(this,e),this.privGrammerBuilder=t.dynamicGrammar} function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(){return Object(o.a)(this,t),Object(u.a)(this,Object(c.a)(t).... function t (line 1) | function t(){var e;return Object(o.a)(this,t),(e=Object(u.a)(this,Object... function e (line 1) | function e(t,n){Object(o.a)(this,e),this.privActivity=t,this.privAudioSt... function e (line 1) | function e(t){Object(o.a)(this,e),this.privActivityResponse=JSON.parse(t)} function e (line 1) | function e(t,n){Object(o.a)(this,e),this.privRequestId=n,this.privIsComp... function e (line 1) | function e(){Object(o.a)(this,e),this.privTurnMap=new Map} function t (line 1) | function t(e,n,r,i,a){var s;return Object(o.a)(this,t),(s=Object(u.a)(th... function t (line 1) | function t(e,n){var r;Object(o.a)(this,t);var i=e;H.throwIfNull(e,"dialo... function e (line 1) | function e(t){Object(o.a)(this,e),this.audioContext=null,this.gainNode=n... function r (line 1) | function r(e){var t,n=e.Symbol;return"function"===typeof n?n.observable?... function t (line 1) | function t(n,i,y,b,S){var w=this;if(Object(r.a)(this,t),this.open=functi... function e (line 1) | function e(t,n,i){if(Object(r.a)(this,e),this.privPayload=null,!n)throw ... function g (line 1) | function g(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv... function S (line 1) | function S(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n... function w (line 1) | function w(){} function _ (line 1) | function _(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n... function k (line 1) | function k(e,t,n){var r,i={},a=null,s=null;if(null!=t)for(r in void 0!==... function I (line 1) | function I(e){return"object"===typeof e&&null!==e&&e.$$typeof===o} function R (line 1) | function R(e,t,n,r){if(P.length){var i=P.pop();return i.result=e,i.keyPr... function j (line 1) | function j(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,... function M (line 1) | function M(e,t,n){return null==e?0:function e(t,n,r,i){var s=typeof t;"u... function D (line 1) | function D(e,t){return"object"===typeof e&&null!==e&&null!=e.key?functio... function N (line 1) | function N(e,t){e.func.call(e.context,t,e.count++)} function L (line 1) | function L(e,t,n){var r=e.result,i=e.keyPrefix;e=e.func.call(e.context,t... function B (line 1) | function B(e,t,n,r,i){var o="";null!=n&&(o=(""+n).replace(T,"$&/")+"/"),... function z (line 1) | function z(){var e=O.current;if(null===e)throw Error(g(321));return e} function a (line 1) | function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?inv... function c (line 1) | function c(){if(s)for(var e in u){var t=u[e],n=s.indexOf(e);if(!(-1pi||(e.current=fi[pi],fi[pi]=null,pi--)} function hi (line 1) | function hi(e,t){pi++,fi[pi]=e.current,e.current=t} function bi (line 1) | function bi(e,t){var n=e.type.contextTypes;if(!n)return vi;var r=e.state... function Si (line 1) | function Si(e){return null!==(e=e.childContextTypes)&&void 0!==e} function wi (line 1) | function wi(e){di(gi),di(mi)} function _i (line 1) | function _i(e){di(gi),di(mi)} function Ei (line 1) | function Ei(e,t,n){if(mi.current!==vi)throw Error(a(168));hi(mi,t),hi(gi... function Oi (line 1) | function Oi(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"... function Ci (line 1) | function Ci(e){var t=e.stateNode;return t=t&&t.__reactInternalMemoizedMe... function xi (line 1) | function xi(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(t=Oi(e... function Gi (line 1) | function Gi(){switch(ji()){case Mi:return 99;case Di:return 98;case Ni:r... function Ki (line 1) | function Ki(e){switch(e){case 99:return Mi;case 98:return Di;case 97:ret... function Ji (line 1) | function Ji(e,t){return e=Ki(e),Ai(e,t)} function Yi (line 1) | function Yi(e,t,n){return e=Ki(e),ki(e,t,n)} function Zi (line 1) | function Zi(e){return null===Fi?(Fi=[e],Ui=ki(Mi,Xi)):Fi.push(e),zi} function Qi (line 1) | function Qi(){if(null!==Ui){var e=Ui;Ui=null,Ii(e)}Xi()} function Xi (line 1) | function Xi(){if(!Vi&&null!==Fi){Vi=!0;var e=0;try{var t=Fi;Ji(99,(funct... function eo (line 1) | function eo(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n} function to (line 1) | function to(e,t){if(e&&e.defaultProps)for(var n in t=i({},t),e=e.default... function ao (line 1) | function ao(){oo=io=ro=null} function so (line 1) | function so(e,t){var n=e.type._context;hi(no,n._currentValue),n._current... function uo (line 1) | function uo(e){var t=no.current;di(no),e.type._context._currentValue=t} function co (line 1) | function co(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationT... function lo (line 1) | function lo(e,t){ro=e,oo=io=null,null!==(e=e.dependencies)&&null!==e.fir... function fo (line 1) | function fo(e,t){if(oo!==e&&!1!==t&&0!==t)if("number"===typeof t&&107374... function ho (line 1) | function ho(e){return{baseState:e,firstUpdate:null,lastUpdate:null,first... function vo (line 1) | function vo(e){return{baseState:e.baseState,firstUpdate:e.firstUpdate,la... function mo (line 1) | function mo(e,t){return{expirationTime:e,suspenseConfig:t,tag:0,payload:... function go (line 1) | function go(e,t){null===e.lastUpdate?e.firstUpdate=e.lastUpdate=t:(e.las... function yo (line 1) | function yo(e,t){var n=e.alternate;if(null===n){var r=e.updateQueue,i=nu... function bo (line 1) | function bo(e,t){var n=e.updateQueue;null===(n=null===n?e.updateQueue=ho... function So (line 1) | function So(e,t){var n=e.alternate;return null!==n&&t===n.updateQueue&&(... function wo (line 1) | function wo(e,t,n,r,o,a){switch(n.tag){case 1:return"function"===typeof(... function _o (line 1) | function _o(e,t,n,r,i){po=!1;for(var o=(t=So(e,t)).baseState,a=null,s=0,... function Eo (line 1) | function Eo(e,t,n){null!==t.firstCapturedUpdate&&(null!==t.lastUpdate&&(... function Oo (line 1) | function Oo(e,t){for(;null!==e;){var n=e.callback;if(null!==n){e.callbac... function Ao (line 1) | function Ao(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:i... function Io (line 1) | function Io(e,t,n,r,i,o,a){return"function"===typeof(e=e.stateNode).shou... function To (line 1) | function To(e,t,n){var r=!1,i=vi,o=t.contextType;return"object"===typeof... function Po (line 1) | function Po(e,t,n,r){e=t.state,"function"===typeof t.componentWillReceiv... function Ro (line 1) | function Ro(e,t,n,r){var i=e.stateNode;i.props=n,i.state=e.memoizedState... function Mo (line 1) | function Mo(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!... function Do (line 1) | function Do(e,t){if("textarea"!==e.type)throw Error(a(31,"[object Object... function No (line 1) | function No(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.next... function Vo (line 1) | function Vo(e){if(e===zo)throw Error(a(174));return e} function Wo (line 1) | function Wo(e,t){hi(Uo,t),hi(Fo,e),hi(qo,zo);var n=t.nodeType;switch(n){... function Ho (line 1) | function Ho(e){di(qo),di(Fo),di(Uo)} function Go (line 1) | function Go(e){Vo(Uo.current);var t=Vo(qo.current),n=qe(t,e.type);t!==n&... function Ko (line 1) | function Ko(e){Fo.current===e&&(di(qo),di(Fo))} function Yo (line 1) | function Yo(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedSta... function Zo (line 1) | function Zo(e,t){return{responder:e,props:t}} function pa (line 1) | function pa(){throw Error(a(321))} function da (line 1) | function da(e,t){if(null===t)return!1;for(var n=0;nfa))throw Error(a(301));var r=e.alternate;if(... function Ba (line 1) | function Ba(e,t){var n=Gu(5,null,null,0);n.elementType="DELETED",n.type=... function za (line 1) | function za(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==... function qa (line 1) | function qa(e){if(La){var t=Na;if(t){var n=t;if(!za(e,t)){if(!(t=ar(n.ne... function Fa (line 1) | function Fa(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag... function Ua (line 1) | function Ua(e){if(e!==Da)return!1;if(!La)return Fa(e),La=!0,!1;var t=e.t... function Va (line 1) | function Va(){Na=Da=null,La=!1} function Ga (line 1) | function Ga(e,t,n,r){t.child=null===e?Bo(t,null,n,r):Lo(t,e.child,n,r)} function Ka (line 1) | function Ka(e,t,n,r,i){n=n.render;var o=t.ref;return lo(t,i),r=ha(e,t,n,... function Ja (line 1) | function Ja(e,t,n,r,i,o){if(null===e){var a=n.type;return"function"!==ty... function Ya (line 1) | function Ya(e,t,n,r,i,o){return null!==e&&ni(e.memoizedProps,r)&&e.ref==... function Za (line 1) | function Za(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&... function Qa (line 1) | function Qa(e,t,n,r,i){var o=Si(n)?yi:mi.current;return o=bi(t,o),lo(t,i... function Xa (line 1) | function Xa(e,t,n,r,i){if(Si(n)){var o=!0;Ci(t)}else o=!1;if(lo(t,i),nul... function $a (line 1) | function $a(e,t,n,r,i,o){Za(e,t);var a=0!==(64&t.effectTag);if(!r&&!a)re... function es (line 1) | function es(e){var t=e.stateNode;t.pendingContext?Ei(0,t.pendingContext,... function as (line 1) | function as(e,t,n){var r,i=t.mode,o=t.pendingProps,a=Jo.current,s=!1;if(... function ss (line 1) | function ss(e,t){e.expirationTime$s&&($s=e)} function Iu (line 1) | function Iu(){for(;null!==Gs;)Gs=Pu(Gs)} function Tu (line 1) | function Tu(){for(;null!==Gs&&!Ti();)Gs=Pu(Gs)} function Pu (line 1) | function Pu(e){var t=Ts(e.alternate,e,Ks);return e.memoizedProps=e.pendi... function Ru (line 1) | function Ru(e){Gs=e;do{var t=Gs.alternate;if(e=Gs.return,0===(2048&Gs.ef... function ju (line 1) | function ju(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)... function Mu (line 1) | function Mu(e){var t=Gi();return Ji(99,Du.bind(null,e,t)),null} function Du (line 1) | function Du(e,t){do{Lu()}while(null!==uu);if((Ws&(Ns|Ls))!==Ms)throw Err... function Nu (line 1) | function Nu(){for(;null!==ru;){var e=ru.effectTag;0!==(256&e)&&ys(ru.alt... function Lu (line 1) | function Lu(){if(90!==cu){var e=97e.firstPendingTime&&(e.firstPendingTime=t);var n=e.fi... function rc (line 1) | function rc(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTim... function ic (line 1) | function ic(e,t,n,r){var i=t.current,o=hu(),s=Co.suspense;o=vu(o,i,s);e:... function oc (line 1) | function oc(e){if(!(e=e.current).child)return null;switch(e.child.tag){c... function ac (line 1) | function ac(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retr... function sc (line 1) | function sc(e,t){ac(e,t),(e=e.alternate)&&ac(e,t)} function uc (line 1) | function uc(e,t,n){var r=new $u(e,t,n=null!=n&&!0===n.hydrate),i=Gu(3,nu... function cc (line 1) | function cc(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeTy... function lc (line 1) | function lc(e,t,n,r,i){var o=n._reactRootContainer;if(o){var a=o._intern... function fc (line 1) | function fc(e,t){var n=20)throw new Error("Invalid string. L... function l (line 1) | function l(e,t,n){for(var i,o,a=[],s=t;s>>2} function l (line 1) | function l(e,t,n,r){return 0===e?t&n|~t&r:2===e?t&n|t&r|n&r:t^n^r} function u (line 1) | function u(){this.init(),this._w=s,i.call(this,64,56)} function c (line 1) | function c(e){return e<<5|e>>>27} function l (line 1) | function l(e){return e<<30|e>>>2} function f (line 1) | function f(e,t,n,r){return 0===e?t&n|~t&r:2===e?t&n|t&r|n&r:t^n^r} function u (line 1) | function u(){this.init(),this._w=s,o.call(this,64,56)} function u (line 1) | function u(){this.init(),this._w=s,o.call(this,128,112)} function t (line 1) | function t(t,n,r){e.writeInt32BE(t,r),e.writeInt32BE(n,r+4)} function u (line 1) | function u(e,t){o.call(this,"digest"),"string"===typeof t&&(t=i.from(t))... function p (line 1) | function p(e,t,n,r,i){return c.importKey("raw",e,{name:"PBKDF2"},!1,["de... function u (line 1) | function u(e,t,n){if(e=e.toLowerCase(),o[e])return i.createCipheriv(e,t,... function c (line 1) | function c(e,t,n){if(e=e.toLowerCase(),o[e])return i.createDecipheriv(e,... function u (line 1) | function u(e){r.call(this);var t,n=e.mode.toLowerCase(),i=s[n];t=e.decry... function a (line 1) | function a(e){r.equal(e.length,8,"Invalid IV length"),this.iv=new Array(... function t (line 1) | function t(t){e.call(this,t),this._cbcInit()} function s (line 1) | function s(e,t){r.equal(t.length,24,"Invalid key length");var n=t.slice(... function u (line 1) | function u(e){o.call(this,e);var t=new s(this.type,this.options.key);thi... function l (line 1) | function l(e,t,n){s.call(this),this._cache=new p,this._cipher=new u.AES(... function p (line 1) | function p(){this.cache=o.allocUnsafe(0)} function d (line 1) | function d(e,t,n){var s=r[e.toLowerCase()];if(!s)throw new TypeError("in... function o (line 1) | function o(e,t,n){var o=t.length,a=i(t,e._cache);return e._cache=e._cach... function i (line 1) | function i(e,t,n){var i=e._cipher.encryptBlock(e._prev)[0]^t;return e._p... function i (line 1) | function i(e,t,n){for(var r,i,a=-1,s=0;++a<8;)r=t&1<<7-a?128:0,s+=(128&(... function o (line 1) | function o(e,t){var n=e.length,i=-1,o=r.allocUnsafe(e.length);for(e=r.co... function i (line 1) | function i(e){return e._prev=e._cipher.encryptBlock(e._prev),e._prev} function o (line 1) | function o(e){var t=r.allocUnsafe(16);return t.writeUInt32BE(e[0]>>>0,0)... function a (line 1) | function a(e){this.h=e,this.state=r.alloc(16,0),this.cache=r.allocUnsafe... function l (line 1) | function l(e,t,n){s.call(this),this._cache=new f,this._last=void 0,this.... function f (line 1) | function f(){this.cache=i.allocUnsafe(0)} function p (line 1) | function p(e,t,n){var s=o[e.toLowerCase()];if(!s)throw new TypeError("in... function p (line 1) | function p(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this._p... function d (line 1) | function d(e,n){return n=n||"utf8",t.isBuffer(e)||(e=new t(e,n)),this._p... function v (line 1) | function v(e,t,n){this.setGenerator(t),this.__prime=new r(e),this._prime... function m (line 1) | function m(e,n){var r=new t(e.toArray());return n?r.toString(n):r} function c (line 1) | function c(e){i.Writable.call(this);var t=u[e];if(!t)throw new Error("Un... function l (line 1) | function l(e){i.Writable.call(this);var t=u[e];if(!t)throw new Error("Un... function f (line 1) | function f(e){return new c(e)} function p (line 1) | function p(e){return new l(e)} function c (line 1) | function c(e,n,i,o){if((e=new t(e.toArray())).length0&... function f (line 1) | function f(e,n,i){var o,a;do{for(o=new t(0);8*o.length>>... function l (line 1) | function l(e){if(a("ed25519"===e,"only tested with ed25519 so far"),!(th... function s (line 1) | function s(e,t){this.eddsa=e,this._secret=o(t.secret),e.isPoint(t.pub)?t... function u (line 1) | function u(e,t){this.eddsa=e,"object"!==typeof t&&(t=s(t)),Array.isArray... function o (line 1) | function o(e,t){this.name=e,this.body=t,this.decoders={},this.encoders={}} function Context (line 1) | function Context(){} function i (line 1) | function i(e){this._reporterState={obj:null,path:[],options:e||{},errors... function o (line 1) | function o(e,t){this.path=e,this.rethrow(t)} function c (line 1) | function c(e,t){var n={};this._baseState=n,n.enc=e,n.parent=t||null,n.ch... function a (line 1) | function a(e){o.call(this,e),this.enc="pem"} function o (line 1) | function o(e){i.call(this,e),this.enc="pem"} function s (line 1) | function s(e,t){if(e.cmpn(0)<=0)throw new Error("invalid sig");if(e.cmp(... function a (line 1) | function a(e){this.curveType=o[e],this.curveType||(this.curveType={name:... function s (line 1) | function s(e,n,r){Array.isArray(e)||(e=e.toArray());var i=new t(e);if(r&... function i (line 1) | function i(){throw new Error("secure random number generation not suppor... function f (line 1) | function f(e,t){if("number"!==typeof e||e!==e)throw new TypeError("offse... function p (line 1) | function p(e,t,n){if("number"!==typeof e||e!==e)throw new TypeError("siz... function d (line 1) | function d(e,t,n,i){if(r.browser){var o=e.buffer,s=new Uint8Array(o,t,n)... function u (line 1) | function u(e){if(r.isBuffer(e))return e;if("string"===typeof e)return r.... function c (line 1) | function c(e,t,n){for(var r=0;t+r=o&&-... function r (line 1) | function r(e){return(e/8|0)+(e%8===0?0:1)} function l (line 1) | function l(e){if(function(e){return"[object Object]"===Object.prototype.... function f (line 1) | function f(e){var t=e.split(".",1)[0];return l(r.from(t,"base64").toStri... function p (line 1) | function p(e){return e.split(".")[2]} function d (line 1) | function d(e){return c.test(e)&&!!f(e)} function h (line 1) | function h(e,t,n){if(!t){var r=new Error("Missing algorithm parameter fo... function v (line 1) | function v(e,t){if(t=t||{},!d(e=s(e)))return null;var n=f(e);if(!n)retur... function m (line 1) | function m(e){var t=(e=e||{}).secret||e.publicKey||e.key,n=new i(t);this... function u (line 1) | function u(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")} function K (line 1) | function K(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerelea... function J (line 1) | function J(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerelea... function Z (line 1) | function Z(e,t){var n=Y.test(e),r=Y.test(t);return n&&r&&(e=+e,t=+t),e==... function Q (line 1) | function Q(e,t,n){return new J(e,n).compare(new J(t,n))} function X (line 1) | function X(e,t,n){return Q(e,t,n)>0} function $ (line 1) | function $(e,t,n){return Q(e,t,n)<0} function ee (line 1) | function ee(e,t,n){return 0===Q(e,t,n)} function te (line 1) | function te(e,t,n){return 0!==Q(e,t,n)} function ne (line 1) | function ne(e,t,n){return Q(e,t,n)>=0} function re (line 1) | function re(e,t,n){return Q(e,t,n)<=0} function ie (line 1) | function ie(e,t,n,r){switch(t){case"===":return"object"===typeof e&&(e=e... function oe (line 1) | function oe(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerele... function se (line 1) | function se(e,t){if(t&&"object"===typeof t||(t={loose:!!t,includePrerele... function ue (line 1) | function ue(e){return!e||"x"===e.toLowerCase()||"*"===e} function ce (line 1) | function ce(e,t,n,r,i,o,a,s,u,c,l,f,p){return((t=ue(n)?"":ue(r)?">="+n+"... function le (line 1) | function le(e,t,n){for(var i=0;i-1... function R (line 1) | function R(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function j (line 1) | function j(e){return!!e&&"object"==typeof e} function p (line 1) | function p(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function d (line 1) | function d(e,t){var d;if("function"!=typeof t)throw new TypeError(n);ret... function h (line 1) | function h(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function f (line 1) | function f(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function v (line 1) | function v(e,t){return e.from?e.from.role||(e=e.from.id===t?(0,a.default... function m (line 1) | function m(e){var t,n;return i.default.wrap((function(r){for(;;)switch(r... function g (line 1) | function g(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(){var e,t,n,r,s,f,p;return i.default.wrap((function(i){for(;;... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function w (line 1) | function w(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function _ (line 1) | function _(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0... function O (line 1) | function O(e,t,n,r,a){var c,S,w,O,C,x,A,k,I,T,P,R,j,M,D;return i.default... function C (line 1) | function C(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function a (line 1) | function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function a (line 1) | function a(e){var t=function(e,t){if("object"!==(0,i.default)(e)||null==... function p (line 1) | function p(e){var t,n,r;return i.default.wrap((function(i){for(;;)switch... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(e){var t;return i.default.wrap((function(n){for(;;)switch(n.p... function v (line 1) | function v(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function m (line 1) | function m(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function r (line 1) | function r(){this._types=Object.create(null),this._extensions=Object.cre... function p (line 1) | function p(e){var t,n,r,a;return i.default.wrap((function(i){for(;;)swit... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(e){var t,n,r,a;return i.default.wrap((function(i){for(;;)swit... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(e){var t;return i.default.wrap((function(n){for(;;)switch(n.p... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function g (line 1) | function g(e){return(0,o.take)((function(t){var n=t.payload,r=t.type;ret... function y (line 1) | function y(){var e;return i.default.wrap((function(t){for(;;)switch(t.pr... function b (line 1) | function b(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function m (line 1) | function m(e){var t;return i.default.wrap((function(n){for(;;)switch(n.p... function g (line 1) | function g(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function v (line 1) | function v(){var e;return i.default.wrap((function(t){for(;;)switch(t.pr... function m (line 1) | function m(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function f (line 1) | function f(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function f (line 1) | function f(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function p (line 1) | function p(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function d (line 1) | function d(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function h (line 1) | function h(){return i.default.wrap((function(e){for(;;)switch(e.prev=e.n... function v (line 1) | function v(e){return e&&e.__esModule?e:{default:e}} function m (line 1) | function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function g (line 1) | function g(e){for(var t=1;t>>16)*t&65535)<<16)|0} function i (line 1) | function i(){} function o (line 1) | function o(){} function e (line 1) | function e(e,t,n,i,o,a){if(a!==r){var s=new Error("Calling PropTypes val... function t (line 1) | function t(){return e} function d (line 1) | function d(){if("function"!==typeof WeakMap)return null;var e=new WeakMa... function h (line 1) | function h(e){return e&&e.__esModule?e:{default:e}} function v (line 1) | function v(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function w (line 1) | function w(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(... function _ (line 1) | function _(e){return w(e)===p} function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function a (line 1) | function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function o (line 1) | function o(){throw new TypeError("Invalid attempt to destructure non-ite... function a (line 1) | function a(e,t){if(Symbol.iterator in Object(e)||"[object Arguments]"===... function s (line 1) | function s(e){if(Array.isArray(e))return e} function v (line 1) | function v(e){return e&&e.__esModule?e:{default:e}} function m (line 1) | function m(){return(m=Object.assign||function(e){for(var t=1;t0)return setTimeout(e,t);e()} function i (line 1) | function i(e){return(i="function"===typeof Symbol&&"symbol"===typeof Sym... function o (line 1) | function o(e,t){for(var n=0;n=0} function o (line 1) | function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function a (line 1) | function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enume... function w (line 1) | function w(){if("function"!==typeof WeakMap)return null;var e=new WeakMa... function _ (line 1) | function _(e){return e&&e.__esModule?e:{default:e}} function E (line 1) | function E(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function a (line 1) | function a(e){return e&&e.__esModule?e:{default:e}} function e (line 1) | function e(e,t){for(var n=0;nn?t:n+p-... function s (line 1) | function s(e){return e&&e.__esModule?e:{default:e}} function u (line 1) | function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function l (line 1) | function l(e){return e&&e.__esModule?e:{default:e}} function f (line 1) | function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function o (line 1) | function o(e){return e&&e.__esModule?e:{default:e}} function a (line 1) | function a(e){return e&&e.__esModule?e:{default:e}} function f (line 1) | function f(e){return e&&e.__esModule?e:{default:e}} function p (line 1) | function p(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function a (line 1) | function a(e){return e&&e.__esModule?e:{default:e}} function c (line 1) | function c(e){return e&&e.__esModule?e:{default:e}} function l (line 1) | function l(e,t){return function(e){if(Array.isArray(e))return e}(e)||fun... function Y (line 1) | function Y(e){return e&&e.__esModule?e:{default:e}} function p (line 1) | function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function d (line 1) | function d(e){for(var t=1;t=0&&(t="+"+t),t+"%"} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){void 0===r&&(r=i.EventType.Info);var o=e.call(this,t,r... function t (line 1) | function t(t){return e.call(this,"AudioSourceInitializingEvent",t)||this} function t (line 1) | function t(t){return e.call(this,"AudioSourceReadyEvent",t)||this} function t (line 1) | function t(t){return e.call(this,"AudioSourceOffEvent",t)||this} function t (line 1) | function t(t,n){var r=e.call(this,"AudioSourceErrorEvent",t,i.EventType.... function t (line 1) | function t(t,n,r){var i=e.call(this,t,n)||this;return i.privAudioNodeId=... function t (line 1) | function t(t,n){return e.call(this,"AudioStreamNodeAttachingEvent",t,n)|... function t (line 1) | function t(t,n){return e.call(this,"AudioStreamNodeAttachedEvent",t,n)||... function t (line 1) | function t(t,n){return e.call(this,"AudioStreamNodeDetachedEvent",t,n)||... function t (line 1) | function t(t,n,r){var i=e.call(this,"AudioStreamNodeErrorEvent",t,n)||th... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){void 0===r&&(r=i.EventType.Info);var o=e.call(this,t,r... function t (line 1) | function t(t,n,r){var i=e.call(this,"ConnectionStartEvent",t)||this;retu... function t (line 1) | function t(t,n){return e.call(this,"ConnectionEstablishedEvent",t)||this} function t (line 1) | function t(t,n,r){var o=e.call(this,"ConnectionClosedEvent",t,i.EventTyp... function t (line 1) | function t(t,n,r){var o=e.call(this,"ConnectionEstablishErrorEvent",t,i.... function t (line 1) | function t(t,n,r){var i=e.call(this,"ConnectionMessageReceivedEvent",t)|... function t (line 1) | function t(t,n,r){var i=e.call(this,"ConnectionMessageSentEvent",t)||thi... function e (line 1) | function e(e,t){this.privStatusCode=e,this.privReason=t} function e (line 1) | function e(){} function e (line 1) | function e(e,t,n){if(this.privPayload=null,!t)throw new i.ArgumentNullEr... function e (line 1) | function e(e){var t=this;this.privReaderIdCounter=1,this.privIsEnded=!1,... function e (line 1) | function e(e,t,n){var i=this;this.privIsClosed=!1,this.read=function(){i... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=e.call(this,n)||this;return r.privTargetChunkSize=... function e (line 1) | function e(e,t,n,r){var i=this;this.privRecorder=e,this.deviceId=r,this.... function e (line 1) | function e(){var e=this;this.create=function(t,n,s){var u=t.parameters.g... function e (line 1) | function e(){this.privDisposed=!1} function e (line 1) | function e(e){this.privSessionId=e} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=e.call(this,n)||this;return r.privOffset=t,r} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){var i=e.call(this,n,r)||this;return i.privResult=t,i} function e (line 1) | function e(e,t,n,r,i,o,a,s){this.privResultId=e,this.privReason=t,this.p... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o,a,s,u){return e.call(this,t,n,r,i,o,a,s,u)||this} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o,a,s,u,c){var l=e.call(this,n,r,i,o,a,s,u,c)||this;r... function r (line 1) | function r(){this.constructor=t} function e (line 1) | function e(){} function t (line 1) | function t(){return null!==e&&e.apply(this,arguments)||this} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){var i=e.call(this,n,r)||this;return i.privResult=t,i} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,i,o)||this;return a.privReason=t... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r){var i=e.call(this,n,r)||this;return i.privResult=t,i} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=e.call(this,n)||this;return r.privResult=t,r} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o,a,s,u,c){var l=e.call(this,n,r,i,o,a,s,u,c)||this;r... function e (line 1) | function e(e,t){this.privReason=e,this.privAudio=t} function r (line 1) | function r(){this.constructor=t} function e (line 1) | function e(){} function t (line 1) | function t(){var t=e.call(this)||this;return t.privProperties=new a.Prop... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(){return e.call(this)||this} function t (line 1) | function t(){var t=e.call(this)||this;return t.privSpeechProperties=new ... function e (line 1) | function e(){this.privKeys=[],this.privValues=[]} function e (line 1) | function e(e,t,n){this.audioConfig=void 0!==e?e:a.AudioConfig.fromDefaul... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=this,i=t;return a.Contracts.throwIfNull(i,"speechC... function e (line 1) | function e(){} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=this;o.Contracts.throwIfNullOrUndefined(t,"speechC... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n){var r=this,s=t;return o.Contracts.throwIfNull(s,"speechC... function e (line 1) | function e(){this.privMap=new r.PropertyCollection} function e (line 1) | function e(e){this.privReason=e} function e (line 1) | function e(e,t,n,r,i){this.privCancelReason=t,this.privErrorDetails=n,th... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o,a){var s=e.call(this,i,o,a)||this;return s.privReas... function e (line 1) | function e(e,t,n){this.privReason=e,this.privErrorDetails=t,this.privErr... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(){return null!==e&&e.apply(this,arguments)||this} function e (line 1) | function e(){} function e (line 1) | function e(e){this.privGrammerBuilder=e.dynamicGrammar} function e (line 1) | function e(t,n,r,u,c){var l=this;if(this.sendTelemetryData=function(){va... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,c,l,f,p){var d=this;if(!n)throw new i.ArgumentNullError... function e (line 1) | function e(e,t){this.privRecognitionMode=r.Interactive,this.privSpeechSe... function e (line 1) | function e(e){var t=this;this.serialize=function(){return JSON.stringify... function e (line 1) | function e(){} function e (line 1) | function e(e){this.privSynthesisEnd=JSON.parse(e),this.privSynthesisEnd.... function e (line 1) | function e(e){this.privTranslationHypothesis=JSON.parse(e),this.privTran... function e (line 1) | function e(e){this.privTranslationPhrase=JSON.parse(e),this.privTranslat... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,t,n,r,i,o)||this;return a.privTr... function e (line 1) | function e(e){this.privSpeechStartDetected=JSON.parse(e)} function e (line 1) | function e(e){this.privSpeechHypothesis=JSON.parse(e)} function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,t,n,r,i,o)||this;return a.privSp... function e (line 1) | function e(e){this.privDetailedSpeechPhrase=JSON.parse(e),this.privDetai... function e (line 1) | function e(e){this.privSimpleSpeechPhrase=JSON.parse(e),this.privSimpleS... function r (line 1) | function r(){this.constructor=t} function t (line 1) | function t(t,n,r,i,o){var a=e.call(this,t,n,r,i,o)||this;return a.privIn... function e (line 1) | function e(e){this.privIntentResponse=JSON.parse(e)} function e (line 1) | function e(e){var t=this;this.privIsDisposed=!1,this.privDetachables=new... function e (line 1) | function e(e,t,n){var o=this;this.privIsDisposed=!1,this.privListeningTr... function e (line 1) | function e(e){this.privContext={},this.privDynamicGrammar=e} function e (line 1) | function e(){} function e (line 1) | function e(t,n){var r=this;this.privStreams={},this.turnOn=function(){if... function e (line 1) | function e(){var e=this;this.record=function(t,n,i){var o=function(){var... function e (line 1) | function e(e,t,n,o,a,s){var u=this;if(this.privIsDisposed=!1,this.dispos... function e (line 1) | function e(e,t){var n=this;this.privBuffers=[],this.privReplayOffset=0,t... function e (line 1) | function e(e,t,n,r){this.privProxyHostName=e,this.privProxyPort=t,this.p... function c (line 1) | function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function l (line 1) | function l(e){for(var t=1;t=0&&(t="+"+t),t+"%"} function s (line 1) | function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function t (line 1) | function t(){return(0,a.default)(this,t),(0,u.default)(this,(0,c.default... function t (line 1) | function t(){throw(0,o.default)(this,t),(0,s.default)(this,(0,u.default)... function e (line 1) | function e(){(0,o.default)(this,e),h.set(this,function(){var e=Object.cr... function v (line 1) | function v(e){var t=h.get(e);if(null==t)throw new TypeError("Expected 't... function u (line 1) | function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){va... function c (line 1) | function c(e){for(var t=1;t/i.test(e)} function s (line 1) | function s(e,t){return a[t.toLowerCase()]} function u (line 1) | function u(e){var t,n,r=0;for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).ty... function c (line 1) | function c(e){var t,n,i=0;for(t=e.length-1;t>=0;t--)"text"!==(n=e[t]).ty... function c (line 1) | function c(e,t,n){return e.substr(0,t)+n+e.substr(t+1)} function l (line 1) | function l(e,t){var n,a,l,f,p,d,h,v,m,g,y,b,S,w,_,E,O,C,x,A,k;for(x=[],n... function i (line 1) | function i(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!... function o (line 1) | function o(){this.ruler=new r;for(var e=0;e"} function p (line 1) | function p(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.pa... function d (line 1) | function d(e){return""} function h (line 1) | function h(e){return"\x3c!--"+e.data+"--\x3e"} function i (line 1) | function i(e,t,n,r){for(var o,a=[],s=0,u=t.length;s-... function Ge (line 1) | function Ge(e){var t=Ke(e)?$.call(e):"";return t==c||t==l} function Ke (line 1) | function Ke(e){var t=typeof e;return!!e&&("object"==t||"function"==t)} function Je (line 1) | function Je(e){return We(e)?ke(e):function(e){if(!qe(e))return le(e);var... function k (line 1) | function k(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return... function e (line 1) | function e(){} function re (line 1) | function re(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t-1&&e%1==0&&e<=s} function je (line 1) | function je(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)} function Me (line 1) | function Me(e){return null!=e&&"object"==typeof e} function Ne (line 1) | function Ne(e){return Ie(e)?se(e,!0):ge(e)} function ze (line 1) | function ze(e){return e} function d (line 1) | function d(e){return e&&e.__esModule?e:{default:e}} function h (line 1) | function h(){for(var e=arguments.length,t=new Array(e),n=0;n