From 196242dd0aed5b39cbf1c10cd09154e1dcd14795 Mon Sep 17 00:00:00 2001 From: david-cermak <38914379+david-cermak@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:25:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20espressi?= =?UTF-8?q?f/esp-protocols@42565ff5d7ef76d3d495173a40b7b4b006b66067=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asio/.buildinfo | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 - asio/_static/basic.css | 56 +- asio/_static/doctools.js | 414 +- .../_static/jquery-3.5.1.js | 227 +- asio/_static/jquery.js | 4 +- asio/_static/language_data.js | 100 +- asio/_static/searchtools.js | 803 +- asio/_static/sphinx_highlight.js | 144 - asio/genindex.html | 4 +- asio/index.html | 26 +- asio/search.html | 2 - asio/searchindex.js | 2 +- esp_modem/.doctrees/README.doctree | Bin 18815 -> 22467 bytes esp_modem/.doctrees/advanced_api.doctree | Bin 78023 -> 80872 bytes esp_modem/.doctrees/api_docs.doctree | Bin 317841 -> 319572 bytes esp_modem/.doctrees/cxx_api_docs.doctree | Bin 104963 -> 107137 bytes esp_modem/.doctrees/cxx_api_links.doctree | Bin 19819 -> 19956 bytes esp_modem/.doctrees/environment.pickle | Bin 425848 -> 405387 bytes esp_modem/.doctrees/index.doctree | Bin 3012 -> 3009 bytes esp_modem/.doctrees/internal_design.doctree | Bin 9750 -> 11416 bytes esp_modem/.doctrees/internal_docs.doctree | Bin 473330 -> 485900 bytes esp_modem/README.html | 36 +- esp_modem/_sources/cxx_api_links.rst.txt | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 - esp_modem/_static/basic.css | 56 +- esp_modem/_static/doctools.js | 414 +- .../_static/jquery-3.5.1.js | 227 +- esp_modem/_static/jquery.js | 4 +- esp_modem/_static/language_data.js | 100 +- esp_modem/_static/pygments.css | 1 - esp_modem/_static/searchtools.js | 803 +- esp_modem/_static/sphinx_highlight.js | 144 - esp_modem/advanced_api.html | 38 +- esp_modem/api_docs.html | 158 +- esp_modem/cxx_api_docs.html | 32 +- esp_modem/cxx_api_links.html | 8 +- esp_modem/genindex.html | 6 +- esp_modem/index.html | 10 +- esp_modem/internal_design.html | 18 +- esp_modem/internal_docs.html | 232 +- esp_modem/search.html | 4 +- esp_modem/searchindex.js | 2 +- esp_websocket_client/.buildinfo | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 - esp_websocket_client/_static/basic.css | 56 +- esp_websocket_client/_static/doctools.js | 414 +- .../{jquery-3.6.0.js => jquery-3.5.1.js} | 227 +- esp_websocket_client/_static/jquery.js | 4 +- esp_websocket_client/_static/language_data.js | 100 +- esp_websocket_client/_static/searchtools.js | 803 +- .../_static/sphinx_highlight.js | 144 - esp_websocket_client/genindex.html | 4 +- esp_websocket_client/index.html | 100 +- esp_websocket_client/search.html | 2 - esp_websocket_client/searchindex.js | 2 +- mdns/en/.buildinfo | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 - mdns/en/_static/basic.css | 56 +- mdns/en/_static/doctools.js | 414 +- .../{jquery-3.6.0.js => jquery-3.5.1.js} | 227 +- mdns/en/_static/jquery.js | 4 +- mdns/en/_static/language_data.js | 100 +- mdns/en/_static/searchtools.js | 803 +- mdns/en/_static/sphinx_highlight.js | 144 - mdns/en/genindex.html | 4 +- mdns/en/index.html | 192 +- mdns/en/search.html | 2 - mdns/en/searchindex.js | 2 +- mdns/zh_CN/.buildinfo | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 - mdns/zh_CN/_static/basic.css | 56 +- mdns/zh_CN/_static/doctools.js | 414 +- mdns/zh_CN/_static/documentation_options.js | 2 +- mdns/zh_CN/_static/jquery-3.5.1.js | 10872 +++++++++++++++ mdns/zh_CN/_static/jquery-3.6.0.js | 10881 ---------------- mdns/zh_CN/_static/jquery.js | 4 +- mdns/zh_CN/_static/language_data.js | 100 +- mdns/zh_CN/_static/searchtools.js | 803 +- mdns/zh_CN/_static/sphinx_highlight.js | 144 - mdns/zh_CN/_static/translations.js | 48 +- mdns/zh_CN/genindex.html | 176 +- mdns/zh_CN/index.html | 186 +- mdns/zh_CN/search.html | 2 - mdns/zh_CN/searchindex.js | 2 +- 85 files changed, 16048 insertions(+), 16201 deletions(-) delete mode 100644 asio/_static/_sphinx_javascript_frameworks_compat.js rename esp_modem/_static/jquery-3.6.0.js => asio/_static/jquery-3.5.1.js (98%) delete mode 100644 asio/_static/sphinx_highlight.js delete mode 100644 esp_modem/_static/_sphinx_javascript_frameworks_compat.js rename asio/_static/jquery-3.6.0.js => esp_modem/_static/jquery-3.5.1.js (98%) delete mode 100644 esp_modem/_static/sphinx_highlight.js delete mode 100644 esp_websocket_client/_static/_sphinx_javascript_frameworks_compat.js rename esp_websocket_client/_static/{jquery-3.6.0.js => jquery-3.5.1.js} (98%) delete mode 100644 esp_websocket_client/_static/sphinx_highlight.js delete mode 100644 mdns/en/_static/_sphinx_javascript_frameworks_compat.js rename mdns/en/_static/{jquery-3.6.0.js => jquery-3.5.1.js} (98%) delete mode 100644 mdns/en/_static/sphinx_highlight.js delete mode 100644 mdns/zh_CN/_static/_sphinx_javascript_frameworks_compat.js create mode 100644 mdns/zh_CN/_static/jquery-3.5.1.js delete mode 100644 mdns/zh_CN/_static/jquery-3.6.0.js delete mode 100644 mdns/zh_CN/_static/sphinx_highlight.js diff --git a/asio/.buildinfo b/asio/.buildinfo index 1bd22d859..b6ad6ca11 100644 --- a/asio/.buildinfo +++ b/asio/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: e12145161279d5e00aed0f59b2c63a32 +config: b8f72f40903ff4c38ebe6ab9bb5c24a7 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/asio/_static/_sphinx_javascript_frameworks_compat.js b/asio/_static/_sphinx_javascript_frameworks_compat.js deleted file mode 100644 index 8549469dc..000000000 --- a/asio/_static/_sphinx_javascript_frameworks_compat.js +++ /dev/null @@ -1,134 +0,0 @@ -/* - * _sphinx_javascript_frameworks_compat.js - * ~~~~~~~~~~ - * - * Compatability shim for jQuery and underscores.js. - * - * WILL BE REMOVED IN Sphinx 6.0 - * xref RemovedInSphinx60Warning - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} diff --git a/asio/_static/basic.css b/asio/_static/basic.css index 4e9a9f1fa..bf18350b6 100644 --- a/asio/_static/basic.css +++ b/asio/_static/basic.css @@ -222,7 +222,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 360px; + min-width: 450px; max-width: 800px; } @@ -237,6 +237,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -324,15 +334,13 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -371,8 +379,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -380,8 +386,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -424,6 +428,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } +table.footnote td, table.footnote th { + border: 0 !important; +} + th { text-align: left; padding-right: 5px; @@ -606,26 +614,20 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -aside.footnote > span, -div.citation > span { + +dl.footnote > dt, +dl.citation > dt { float: left; + margin-right: 0.5em; } -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { + +dl.footnote > dd, +dl.citation > dd { margin-bottom: 0em; } -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { + +dl.footnote > dd:after, +dl.citation > dd:after { content: ""; clear: both; } @@ -642,6 +644,10 @@ dl.field-list > dt { padding-right: 5px; } +dl.field-list > dt:after { + content: ":"; +} + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/asio/_static/doctools.js b/asio/_static/doctools.js index 527b876ca..e1bfd708b 100644 --- a/asio/_static/doctools.js +++ b/asio/_static/doctools.js @@ -2,155 +2,357 @@ * doctools.js * ~~~~~~~~~~~ * - * Base JavaScript utilities for all Sphinx HTML documentation. + * Sphinx JavaScript utilities for all documentation. * * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ -"use strict"; -const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ - "TEXTAREA", - "INPUT", - "SELECT", - "BUTTON", -]); +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); -const _ready = (callback) => { - if (document.readyState !== "loading") { - callback(); - } else { - document.addEventListener("DOMContentLoaded", callback); +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x } + return decodeURIComponent(x.replace(/\+/g, ' ')); }; +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + /** * Small JavaScript module for the documentation. */ -const Documentation = { - init: () => { - Documentation.initDomainIndexTable(); - Documentation.initOnKeyListeners(); +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS: {}, - PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), - LOCALE: "unknown", + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext: (string) => { - const translated = Documentation.TRANSLATIONS[string]; - switch (typeof translated) { - case "undefined": - return string; // no translation - case "string": - return translated; // translation exists - default: - return translated[0]; // (singular, plural) translation tuple exists + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); } }, - ngettext: (singular, plural, n) => { - const translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated !== "undefined") - return translated[Documentation.PLURAL_EXPR(n)]; - return n === 1 ? singular : plural; - }, - - addTranslations: (catalog) => { - Object.assign(Documentation.TRANSLATIONS, catalog.messages); - Documentation.PLURAL_EXPR = new Function( - "n", - `return (${catalog.plural_expr})` - ); - Documentation.LOCALE = catalog.locale; + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } }, /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** * helper function to focus on search bar */ - focusSearchBar: () => { - document.querySelectorAll("input[name=q]")[0]?.focus(); + focusSearchBar : function() { + $('input[name=q]').first().focus(); }, /** - * Initialise the domain index toggle buttons + * make the url absolute */ - initDomainIndexTable: () => { - const toggler = (el) => { - const idNumber = el.id.substr(7); - const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); - if (el.src.substr(-9) === "minus.png") { - el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; - toggledRows.forEach((el) => (el.style.display = "none")); - } else { - el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; - toggledRows.forEach((el) => (el.style.display = "")); - } - }; - - const togglerElements = document.querySelectorAll("img.toggler"); - togglerElements.forEach((el) => - el.addEventListener("click", (event) => toggler(event.currentTarget)) - ); - togglerElements.forEach((el) => (el.style.display = "")); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; }, - initOnKeyListeners: () => { + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { // only install a listener if it is really needed - if ( - !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && - !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS - ) - return; + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; - document.addEventListener("keydown", (event) => { - // bail for input elements - if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; - // bail with special keys - if (event.altKey || event.ctrlKey || event.metaKey) return; + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; - if (!event.shiftKey) { + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / switch (event.key) { - case "ArrowLeft": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const prevLink = document.querySelector('link[rel="prev"]'); - if (prevLink && prevLink.href) { - window.location.href = prevLink.href; - event.preventDefault(); - } - break; - case "ArrowRight": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const nextLink = document.querySelector('link[rel="next"]'); - if (nextLink && nextLink.href) { - window.location.href = nextLink.href; - event.preventDefault(); - } - break; + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; } } - - // some keyboard layouts may need Shift to get / - switch (event.key) { - case "/": - if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; - Documentation.focusSearchBar(); - event.preventDefault(); - } }); - }, + } }; // quick alias for translations -const _ = Documentation.gettext; +_ = Documentation.gettext; -_ready(Documentation.init); +$(document).ready(function() { + Documentation.init(); +}); diff --git a/esp_modem/_static/jquery-3.6.0.js b/asio/_static/jquery-3.5.1.js similarity index 98% rename from esp_modem/_static/jquery-3.6.0.js rename to asio/_static/jquery-3.5.1.js index fc6c299b7..50937333b 100644 --- a/esp_modem/_static/jquery-3.6.0.js +++ b/asio/_static/jquery-3.5.1.js @@ -1,15 +1,15 @@ /*! - * jQuery JavaScript Library v3.6.0 + * jQuery JavaScript Library v3.5.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * - * Copyright OpenJS Foundation and other contributors + * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * - * Date: 2021-03-02T17:08Z + * Date: 2020-05-04T22:49Z */ ( function( global, factory ) { @@ -76,16 +76,12 @@ var support = {}; var isFunction = function isFunction( obj ) { - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; var isWindow = function isWindow( obj ) { @@ -151,7 +147,7 @@ function toType( obj ) { var - version = "3.6.0", + version = "3.5.1", // Define a local copy of jQuery jQuery = function( selector, context ) { @@ -405,7 +401,7 @@ jQuery.extend( { if ( isArrayLike( Object( arr ) ) ) { jQuery.merge( ret, typeof arr === "string" ? - [ arr ] : arr + [ arr ] : arr ); } else { push.call( ret, arr ); @@ -500,9 +496,9 @@ if ( typeof Symbol === "function" ) { // Populate the class2type map jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); function isArrayLike( obj ) { @@ -522,14 +518,14 @@ function isArrayLike( obj ) { } var Sizzle = /*! - * Sizzle CSS Selector Engine v2.3.6 + * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * - * Date: 2021-02-16 + * Date: 2020-03-14 */ ( function( window ) { var i, @@ -1112,8 +1108,8 @@ support = Sizzle.support = {}; * @returns {Boolean} True iff elem is a non-HTML XML node */ isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; + var namespace = elem.namespaceURI, + docElem = ( elem.ownerDocument || elem ).documentElement; // Support: IE <=8 // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes @@ -3028,9 +3024,9 @@ var rneedsContext = jQuery.expr.match.needsContext; function nodeName( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); -} +}; var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); @@ -4001,8 +3997,8 @@ jQuery.extend( { resolveContexts = Array( i ), resolveValues = slice.call( arguments ), - // the primary Deferred - primary = jQuery.Deferred(), + // the master Deferred + master = jQuery.Deferred(), // subordinate callback factory updateFunc = function( i ) { @@ -4010,30 +4006,30 @@ jQuery.extend( { resolveContexts[ i ] = this; resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); + master.resolveWith( resolveContexts, resolveValues ); } }; }; // Single- and empty arguments are adopted like Promise.resolve if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, !remaining ); // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || + if ( master.state() === "pending" || isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - return primary.then(); + return master.then(); } } // Multiple arguments are aggregated like Promise.all array elements while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); } - return primary.promise(); + return master.promise(); } } ); @@ -4184,8 +4180,8 @@ var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } @@ -5093,7 +5089,10 @@ function buildFragment( elems, context, scripts, selection, ignored ) { } -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; function returnTrue() { return true; @@ -5388,8 +5387,8 @@ jQuery.event = { event = jQuery.event.fix( nativeEvent ), handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], special = jQuery.event.special[ event.type ] || {}; // Use the fix-ed jQuery.Event rather than the (read-only) native event @@ -5513,12 +5512,12 @@ jQuery.event = { get: isFunction( hook ) ? function() { if ( this.originalEvent ) { - return hook( this.originalEvent ); + return hook( this.originalEvent ); } } : function() { if ( this.originalEvent ) { - return this.originalEvent[ name ]; + return this.originalEvent[ name ]; } }, @@ -5657,13 +5656,7 @@ function leverageNative( el, type, expectSync ) { // Cancel the outer synthetic event event.stopImmediatePropagation(); event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; + return result.value; } // If this is an inner synthetic event for an event with a bubbling surrogate @@ -5828,7 +5821,34 @@ jQuery.each( { targetTouches: true, toElement: true, touches: true, - which: true + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } }, jQuery.event.addProp ); jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { @@ -5854,12 +5874,6 @@ jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateTyp return true; }, - // Suppress native focus or blur as it's already being fired - // in leverageNative. - _default: function() { - return true; - }, - delegateType: delegateType }; } ); @@ -6527,10 +6541,6 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); // set in CSS while `offset*` properties report correct values. // Behavior in IE 9 is more subtle than in newer versions & it passes // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) reliableTrDimensions: function() { var table, tr, trChild, trStyle; if ( reliableTrDimensionsVal == null ) { @@ -6538,32 +6548,17 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); tr = document.createElement( "tr" ); trChild = document.createElement( "div" ); - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. + table.style.cssText = "position:absolute;left:-11111px"; tr.style.height = "1px"; trChild.style.height = "9px"; - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - documentElement .appendChild( table ) .appendChild( tr ) .appendChild( trChild ); trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; documentElement.removeChild( table ); } @@ -7027,10 +7022,10 @@ jQuery.each( [ "height", "width" ], function( _i, dimension ) { // Running getBoundingClientRect on a disconnected node // in IE throws an error. ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); } }, @@ -7089,7 +7084,7 @@ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, swap( elem, { marginLeft: 0 }, function() { return elem.getBoundingClientRect().left; } ) - ) + "px"; + ) + "px"; } } ); @@ -7228,7 +7223,7 @@ Tween.propHooks = { if ( jQuery.fx.step[ tween.prop ] ) { jQuery.fx.step[ tween.prop ]( tween ); } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || + jQuery.cssHooks[ tween.prop ] || tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); } else { @@ -7473,7 +7468,7 @@ function defaultPrefilter( elem, props, opts ) { anim.done( function() { - /* eslint-enable no-loop-func */ + /* eslint-enable no-loop-func */ // The final step of a "hide" animation is actually hiding the element if ( !hidden ) { @@ -7593,7 +7588,7 @@ function Animation( elem, properties, options ) { tweens: [], createTween: function( prop, end ) { var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.opts.specialEasing[ prop ] || animation.opts.easing ); animation.tweens.push( tween ); return tween; }, @@ -7766,8 +7761,7 @@ jQuery.fn.extend( { anim.stop( true ); } }; - - doAnimation.finish = doAnimation; + doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each( doAnimation ) : @@ -8407,8 +8401,8 @@ jQuery.fn.extend( { if ( this.setAttribute ) { this.setAttribute( "class", className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" + "" : + dataPriv.get( this, "__className__" ) || "" ); } } @@ -8423,7 +8417,7 @@ jQuery.fn.extend( { while ( ( elem = this[ i++ ] ) ) { if ( elem.nodeType === 1 && ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; + return true; } } @@ -8713,7 +8707,9 @@ jQuery.extend( jQuery.event, { special.bindType || type; // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + handle = ( + dataPriv.get( cur, "events" ) || Object.create( null ) + )[ event.type ] && dataPriv.get( cur, "handle" ); if ( handle ) { handle.apply( cur, data ); @@ -8860,7 +8856,7 @@ var rquery = ( /\?/ ); // Cross-browser xml parsing jQuery.parseXML = function( data ) { - var xml, parserErrorElem; + var xml; if ( !data || typeof data !== "string" ) { return null; } @@ -8869,17 +8865,12 @@ jQuery.parseXML = function( data ) { // IE throws on parseFromString with invalid input. try { xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} + } catch ( e ) { + xml = undefined; + } - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); } return xml; }; @@ -8980,14 +8971,16 @@ jQuery.fn.extend( { // Can add propHook for "elements" to filter or add form elements var elements = jQuery.prop( this, "elements" ); return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { + } ) + .filter( function() { var type = this.type; // Use .is( ":disabled" ) so that fieldset[disabled] works return this.name && !jQuery( this ).is( ":disabled" ) && rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { + } ) + .map( function( _i, elem ) { var val = jQuery( this ).val(); if ( val == null ) { @@ -9040,8 +9033,7 @@ var // Anchor tag for parsing the document origin originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; + originAnchor.href = location.href; // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport function addToPrefiltersOrTransports( structure ) { @@ -9422,8 +9414,8 @@ jQuery.extend( { // Context for global events is callbackContext if it is a DOM node or jQuery collection globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, + jQuery( callbackContext ) : + jQuery.event, // Deferreds deferred = jQuery.Deferred(), @@ -9735,10 +9727,8 @@ jQuery.extend( { response = ajaxHandleResponses( s, jqXHR, responses ); } - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { + // Use a noop converter for missing script + if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { s.converters[ "text script" ] = function() {}; } @@ -10476,6 +10466,12 @@ jQuery.offset = { options.using.call( elem, props ); } else { + if ( typeof props.top === "number" ) { + props.top += "px"; + } + if ( typeof props.left === "number" ) { + props.left += "px"; + } curElem.css( props ); } } @@ -10644,11 +10640,8 @@ jQuery.each( [ "top", "left" ], function( _i, prop ) { // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { @@ -10733,8 +10726,7 @@ jQuery.fn.extend( { } } ); -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup contextmenu" ).split( " " ), function( _i, name ) { @@ -10745,8 +10737,7 @@ jQuery.each( this.on( name, null, data, fn ) : this.trigger( name ); }; - } -); + } ); diff --git a/asio/_static/jquery.js b/asio/_static/jquery.js index c4c6022f2..b0614034a 100644 --- a/asio/_static/jquery.js +++ b/asio/_static/jquery.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 { - const [docname, title, anchor, descr, score, filename] = result - return score + score: function(result) { + return result[4]; }, */ @@ -30,11 +28,9 @@ if (typeof Scorer === "undefined") { // or matches in the last dotted part of the object name objPartialMatch: 6, // Additive scores depending on the priority of the object - objPrio: { - 0: 15, // used to be importantResults - 1: 5, // used to be objectResults - 2: -5, // used to be unimportantResults - }, + objPrio: {0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5}, // used to be unimportantResults // Used when the priority is not in the mapping. objPrioDefault: 0, @@ -43,495 +39,452 @@ if (typeof Scorer === "undefined") { partialTitle: 7, // query found in terms term: 5, - partialTerm: 2, + partialTerm: 2 }; } -const _removeChildren = (element) => { - while (element && element.lastChild) element.removeChild(element.lastChild); -}; - -/** - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping - */ -const _escapeRegExp = (string) => - string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string - -const _displayItem = (item, searchTerms) => { - const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; - const docUrlRoot = DOCUMENTATION_OPTIONS.URL_ROOT; - const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; - const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; - const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; - - const [docName, title, anchor, descr, score, _filename] = item; - - let listItem = document.createElement("li"); - let requestUrl; - let linkUrl; - if (docBuilder === "dirhtml") { - // dirhtml builder - let dirname = docName + "/"; - if (dirname.match(/\/index\/$/)) - dirname = dirname.substring(0, dirname.length - 6); - else if (dirname === "index/") dirname = ""; - requestUrl = docUrlRoot + dirname; - linkUrl = requestUrl; - } else { - // normal html builders - requestUrl = docUrlRoot + docName + docFileSuffix; - linkUrl = docName + docLinkSuffix; +if (!splitQuery) { + function splitQuery(query) { + return query.split(/\s+/); } - let linkEl = listItem.appendChild(document.createElement("a")); - linkEl.href = linkUrl + anchor; - linkEl.dataset.score = score; - linkEl.innerHTML = title; - if (descr) - listItem.appendChild(document.createElement("span")).innerHTML = - " (" + descr + ")"; - else if (showSearchSummary) - fetch(requestUrl) - .then((responseData) => responseData.text()) - .then((data) => { - if (data) - listItem.appendChild( - Search.makeSearchSummary(data, searchTerms) - ); - }); - Search.output.appendChild(listItem); -}; -const _finishSearch = (resultCount) => { - Search.stopPulse(); - Search.title.innerText = _("Search Results"); - if (!resultCount) - Search.status.innerText = Documentation.gettext( - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." - ); - else - Search.status.innerText = _( - `Search finished, found ${resultCount} page(s) matching the search query.` - ); -}; -const _displayNextItem = ( - results, - resultCount, - searchTerms -) => { - // results left, load the summary and display it - // this is intended to be dynamic (don't sub resultsCount) - if (results.length) { - _displayItem(results.pop(), searchTerms); - setTimeout( - () => _displayNextItem(results, resultCount, searchTerms), - 5 - ); - } - // search finished, update title and status message - else _finishSearch(resultCount); -}; - -/** - * Default splitQuery function. Can be overridden in ``sphinx.search`` with a - * custom function per language. - * - * The regular expression works by splitting the string on consecutive characters - * that are not Unicode letters, numbers, underscores, or emoji characters. - * This is the same as ``\W+`` in Python, preserving the surrogate pair area. - */ -if (typeof splitQuery === "undefined") { - var splitQuery = (query) => query - .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) - .filter(term => term) // remove remaining empty strings } /** * Search Module */ -const Search = { - _index: null, - _queued_query: null, - _pulse_status: -1, +var Search = { - htmlToText: (htmlString) => { - const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); - const docContent = htmlElement.querySelector('[role="main"]'); - if (docContent !== undefined) return docContent.textContent; - console.warn( - "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." - ); - return ""; + _index : null, + _queued_query : null, + _pulse_status : -1, + + htmlToText : function(htmlString) { + var virtualDocument = document.implementation.createHTMLDocument('virtual'); + var htmlElement = $(htmlString, virtualDocument); + htmlElement.find('.headerlink').remove(); + docContent = htmlElement.find('[role=main]')[0]; + if(docContent === undefined) { + console.warn("Content block not found. Sphinx search tries to obtain it " + + "via '[role=main]'. Could you check your theme or template."); + return ""; + } + return docContent.textContent || docContent.innerText; }, - init: () => { - const query = new URLSearchParams(window.location.search).get("q"); - document - .querySelectorAll('input[name="q"]') - .forEach((el) => (el.value = query)); - if (query) Search.performSearch(query); + init : function() { + var params = $.getQueryParameters(); + if (params.q) { + var query = params.q[0]; + $('input[name="q"]')[0].value = query; + this.performSearch(query); + } }, - loadIndex: (url) => - (document.body.appendChild(document.createElement("script")).src = url), + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, + dataType: "script", cache: true, + complete: function(jqxhr, textstatus) { + if (textstatus != "success") { + document.getElementById("searchindexloader").src = url; + } + }}); + }, - setIndex: (index) => { - Search._index = index; - if (Search._queued_query !== null) { - const query = Search._queued_query; - Search._queued_query = null; - Search.query(query); + setIndex : function(index) { + var q; + this._index = index; + if ((q = this._queued_query) !== null) { + this._queued_query = null; + Search.query(q); } }, - hasIndex: () => Search._index !== null, + hasIndex : function() { + return this._index !== null; + }, - deferQuery: (query) => (Search._queued_query = query), + deferQuery : function(query) { + this._queued_query = query; + }, - stopPulse: () => (Search._pulse_status = -1), + stopPulse : function() { + this._pulse_status = 0; + }, - startPulse: () => { - if (Search._pulse_status >= 0) return; - - const pulse = () => { + startPulse : function() { + if (this._pulse_status >= 0) + return; + function pulse() { + var i; Search._pulse_status = (Search._pulse_status + 1) % 4; - Search.dots.innerText = ".".repeat(Search._pulse_status); - if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); - }; + var dotString = ''; + for (i = 0; i < Search._pulse_status; i++) + dotString += '.'; + Search.dots.text(dotString); + if (Search._pulse_status > -1) + window.setTimeout(pulse, 500); + } pulse(); }, /** * perform a search for something (or wait until index is loaded) */ - performSearch: (query) => { + performSearch : function(query) { // create the required interface elements - const searchText = document.createElement("h2"); - searchText.textContent = _("Searching"); - const searchSummary = document.createElement("p"); - searchSummary.classList.add("search-summary"); - searchSummary.innerText = ""; - const searchList = document.createElement("ul"); - searchList.classList.add("search"); + this.out = $('#search-results'); + this.title = $('

' + _('Searching') + '

').appendTo(this.out); + this.dots = $('').appendTo(this.title); + this.status = $('

 

').appendTo(this.out); + this.output = $('
diff --git a/asio/index.html b/asio/index.html index 3cf5fa5f5..693a62403 100644 --- a/asio/index.html +++ b/asio/index.html @@ -1,7 +1,7 @@ - + ASIO port - ESP32 - — ESP-Protocols latest documentation @@ -16,9 +16,7 @@ - - @@ -103,7 +101,7 @@
  • »
  • ASIO port
  • - Edit on GitHub + Edit on GitHub

  • @@ -112,17 +110,17 @@
    -

    ASIO port

    +

    ASIO port

    -

    Overview

    +

    Overview

    Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.

    -

    ASIO documentation

    +

    ASIO documentation

    Please refer to the original asio documentation at https://think-async.com/Asio/Documentation. Asio also comes with a number of examples which could be find under Documentation/Examples on that web site.

    -

    Supported features

    +

    Supported features

    ESP platform port currently supports only network asynchronous socket operations; does not support serial port. SSL/TLS support is disabled by default and could be enabled in component configuration menu by choosing TLS library from

      @@ -143,13 +141,13 @@ SSL/TLS support is disabled by default and could be enabled in component configu
    -

    Application Example

    -

    ESP examples are based on standard asio examples :

    +

    Application Example

    +

    ESP examples are based on standard asio examples :

    Please refer to the specific example README.md for details

    diff --git a/asio/search.html b/asio/search.html index bd527eb14..7b9bb7832 100644 --- a/asio/search.html +++ b/asio/search.html @@ -16,9 +16,7 @@ - - diff --git a/asio/searchindex.js b/asio/searchindex.js index 5ff6a8c6e..1186c7146 100644 --- a/asio/searchindex.js +++ b/asio/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["ASIO port"], "terms": {"i": 0, "cross": 0, "platform": 0, "c": 0, "librari": 0, "see": 0, "http": 0, "think": 0, "async": 0, "com": 0, "It": 0, "provid": 0, "consist": 0, "asynchron": 0, "model": 0, "us": 0, "modern": 0, "approach": 0, "pleas": 0, "refer": 0, "origin": 0, "also": 0, "come": 0, "number": 0, "which": 0, "could": 0, "find": 0, "under": 0, "web": 0, "site": 0, "esp": 0, "current": 0, "onli": 0, "network": 0, "socket": 0, "oper": 0, "doe": 0, "serial": 0, "ssl": 0, "tl": 0, "disabl": 0, "default": 0, "enabl": 0, "compon": 0, "configur": 0, "menu": 0, "choos": 0, "from": 0, "mbedtl": 0, "openssl": 0, "translat": 0, "layer": 0, "option": 0, "wolfssl": 0, "veri": 0, "basic": 0, "thi": 0, "stage": 0, "includ": 0, "follow": 0, "verif": 0, "callback": 0, "dh": 0, "properti": 0, "file": 0, "certif": 0, "privat": 0, "kei": 0, "api": 0, "intern": 0, "set": 0, "except": 0, "ar": 0, "menuconfig": 0, "typeid": 0, "base": 0, "standard": 0, "udp_echo_serv": 0, "tcp_echo_serv": 0, "asio_chat": 0, "ssl_client_serv": 0, "specif": 0, "readm": 0, "md": 0, "detail": 0}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"asio": 0, "port": 0, "overview": 0, "document": 0, "support": 0, "featur": 0, "applic": 0, "exampl": 0}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"ASIO port": [[0, "asio-port"]], "Overview": [[0, "overview"]], "ASIO documentation": [[0, "asio-documentation"]], "Supported features": [[0, "supported-features"]], "Application Example": [[0, "application-example"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.todo":2,sphinx:56},filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"default":0,It:0,also:0,api:0,approach:0,ar:0,asio_chat:0,async:0,asynchron:0,base:0,basic:0,c:0,callback:0,certif:0,choos:0,com:0,come:0,compon:0,configur:0,consist:0,could:0,cross:0,current:0,detail:0,dh:0,disabl:0,doe:0,enabl:0,esp:0,except:0,file:0,find:0,follow:0,from:0,http:0,includ:0,intern:0,kei:0,layer:0,librari:0,mbedtl:0,md:0,menu:0,menuconfig:0,model:0,modern:0,network:0,number:0,onli:0,openssl:0,oper:0,option:0,origin:0,platform:0,pleas:0,privat:0,properti:0,provid:0,readm:0,refer:0,see:0,serial:0,set:0,site:0,socket:0,specif:0,ssl:0,ssl_client_serv:0,stage:0,standard:0,tcp_echo_serv:0,thi:0,think:0,tl:0,translat:0,typeid:0,udp_echo_serv:0,under:0,us:0,veri:0,verif:0,web:0,which:0,wolfssl:0},titles:["ASIO port"],titleterms:{applic:0,asio:0,document:0,exampl:0,featur:0,overview:0,port:0,support:0}}) \ No newline at end of file diff --git a/esp_modem/.doctrees/README.doctree b/esp_modem/.doctrees/README.doctree index 2e0ddd713dc39cf23a3c3bee217ccda1185fb9a3..043e995e03933b61c706a49e7ab9bc80abf0c88a 100644 GIT binary patch literal 22467 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 a<8$)UK^cK71yq!S18a&OsC7}Aqz3?R?}{-1 diff --git a/esp_modem/.doctrees/advanced_api.doctree b/esp_modem/.doctrees/advanced_api.doctree index ae81aac9bad2dfda80f74a77e3438764db69f8a5..7d17b7ecafc3a92077aef1e32e93c41242ddf89e 100644 GIT binary patch literal 80872 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 literal 78023 zcmZo*oyy3-$N&O8{KW+snRyj@i76?0`6;QzQ+ha3@{>z*Q}aruOrE0IIHh)qMh|CE zVtH|XX;E_OlpcmDJsimynK>y%sd-akr}XfFl$T`Y6zf6tvlpi(mt^MW!L?_wX0T7$t=l9MUv`~aZD*o%u7y9QAjN=(9O+HNzGL#ElyQPPApC>o&wUB!P&zS zl3D?B4*}J!Qy}hTD@ZH?c_2fuhch1JKCpK(n0wfuzVPc|$;r%1o#I!Tl-R?SSW;4y znN(VmS`79rb7o30$Y<=yIf=y}N5oF)Va-d-O$Cc`q?8sQI7x}g*+r>oAequ0_L9VO zkkph6{tW31o(!1`<_y`M2>p!w+*JLd(!9LXBK`9GqHKMTPYa6jOY)QRbBfV;$@#ej z`FW{%C18noaDeEi%-d zWMmdABxfWRl%y6ZF!yj-l1lvtdZtdLq!lA2eXnUtB6SyHKxpQccfk%|-pa98L- zqCl*NN~S@hC__3!9}+%(8FHXl$dIp{qLHB(J0(Loc1nh7?34`k*eMyBu~SMjv@>)w zWHWR!@TS;P3dMYScK$2+&Ymb1QouDiu;P)6!Bwc}bx>v9cH% zoMJr`n}hIM48*adBm-`kAHm6hJE=4$C$%I#C$ktiEx;m)vxgHT6Q5a0hl$i_)jMAJ`9Z*SBq>z%DmYJ8D0u@xqFH%SX>jh<* z-29Z%oK%JUyqrn}jm$i7u?5aci3J5YnaQw(kdp&Z0xH=YLllzpb8{2(QWP@tN>Yo` z5|dLkAqf>8QyIn3v@+P7iHNvT(j$&HLpr0dG$|2pX3x)%&d7n74NAd&rAZkD@C0n` z3`wq_paPKrVjDEX#>)PX{^xU`@kzX+r~7o4<mnCoQj?iG`Y}1wWnn; zxC-JZu|eV(L^@eadO86W=JQEUC#g8|R}UMcu$YPkML>B2^3wJuE4y z#mPuTKCDJy=-~sÎ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 TlA4?kSvoq!4>V(1nxqE+VGV_o diff --git a/esp_modem/.doctrees/api_docs.doctree b/esp_modem/.doctrees/api_docs.doctree index 68311dfa4e44818b4a606630b3396aae2654369b..17abdb0c21622c957e8f9cfae785be03c5db76a1 100644 GIT binary patch literal 319572 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
    5>!-7qQ1q!BdwiLks}f3A@+; zWCA1QlV8!Y1so zj=NkSs%P~P8G;CB(9y`q#W~`7l&saDQ`kW_38X-88dwVw zpx|j^Yk7nz+kRT+qS-=>&G!Ft=dP_I~_#qYzMqnpsQH zY{MP$u8BW^ADTZdwYK8X8#!Pd)5LL_HjDm}r!gXlP+#lxSdXZe*BhoS1B! zn3!T=l4x$6l9FPXggofEISy23BI?Twt_+2&RqzOb`izuqi966Vqo!oMgPs`n5?e_h z!*3_PN*cpXluDWj7F)=*aSu#1!vM@g&B-_Ly9Hmhdj(7BMAD`dbk9&&?JmRV6^*Qg zaSRMSki26|Fz-MW8WC2AyNzmPm6k$&&vP-a$1^! znWd#gl7R_mJ7b!0N}6SonSqHxl95reG4e%N7V%gr2K{){4jAfKCkx1DU>|1~^guYM zdB7G;J8B-lTQy+VOl;NQjo(guRRe~dO-Q@*vs&307@*6Y7&Xw^(UJHq?PCLlEm}vl z5oDf17Jf^ofD}Rcfs9&cmZnkBQj|)N9hy|ZQHwg|ha#0>&;#eAMtnJbr{Sv;i{mNm zisBDYPDVs5YN7>bH-1->AB*^s&I~GAN=mbBDSmtLohE@dgnJlu!085bzoiaZ0B^=` zCrJTJY=*o=$8R&f(JPD)Cf2ui@Y_j>Z_x)7PzwSv z)GimS3WP;HE@{+a;w^sH;wvUzVJRk%8&xD72KGLl^25N;u0jM2;31!w2^p|5!PDs^ zd=p|;Wjq4|vY{k3icro2!$@E#RUN)sM>GMoNq|-OeCZ~Q>>D7L9wb%z^Ajkq z^tnML1^hZjYSi&P9Ps>rT+@@5<58-5^e86!=+7hgBZ`z{m4#B%<7-}A!fz?Q<^_gF zQ98AVa0PYZQ5v&Z2SJuXdf5nNs8!fwkP@sjlAxI~yvtVaV@b6njq;*5p# zWMzOd1thWIZNeZ`FFg?Dc*lB?lutc-p8*VdY>24%kk9i5jTFK%M*x`z&}BjWPN*?t z5Cj|3ODri#OwLG60j)y2dK5^BmNZ}|~;9uztZjcOiR=)n96o2kd^ z*DTgJtjmu~Kpq4yKLRO$EI$IXuz8h=%a0ThnIokn6}sdG(hP*Or!=SZ$UvHbMo2A4 zgj#AWIugO=2uS&fa#NQy#7RiaLu7a0Uuq-^(F?K(w$uou8R}!C)>>F1me!gtTH;4( ztr54#C>qTO5?X8+wiDZ8%fxRdzN!_&PLx^>PmCeYXl8kX8~~~Duxmjrm8wC?$*cX! z6EWLtB-MWC9>$&LiR!?6;`E9}mP;Z712k6|Y{37DI@oMx70kYb)_YL=Lknre0x#;_Bm8I0jsP=-QDUs>)TyCE%L4ArQKEC!^KyvA!#$qQi&;9Y}|hg3=_8A~!z1n9MOAPN*lb zHl&dnVFI9*3Z#%%C`LZG0#gDtK{P@wfVGrSOC97wq%=b=!#YDDtBw>MuyG5RKVa6N z#yz2>eKV3^V>B~CEbtf&n1yZN0$d$I$5bd>+J~b;ElDiSjxR1rOwPu(CmE86OmHS5 zG~HCGP$fz;^Gb}3;!70JOb1svs8uR{wUkt<<|&D(#%4xI21aH^<`!v2rb(uj2FXUo z=Ei0zNyf>@C)n-AR;g}6OIi3URSuY+!G6pz=s^geCh@~)#-b*1ycO#KEM*>Yo*-$G z<|wF8qVV={drQVH#B)T4bg+I3N)uR}8qSm8m4hAP1 z)Oz$e$ZlvoimnB(EO*fhA3mRF9&26SXWwPM$;!BCW&e6^*Qwpd|~MKY{{wFI%i6)c!V;|dn*Xup*eDA3~z ziZb(yGD|8U69w=sPrCT~tHvmLsZzO$mF5*^rssi%aX=M6%w3T317+?2pGrz9)-?0P zMANji6k|&RGs`5i6caPE6axbz%T!Zi6Vt>bbEKJt=wvLt)gZJKg}U^e1Li-lkH8fv z)Wc{?UK7xaK~2hdm%wAVfY{lEJp6Xzs}3;iM5zvVQ4$K+>nN2$4;BR(2I!)wdA$L@ zWAQBqsY%A{!jn`hp!=4>TEP#eS2VIblNlI#Ao&nyt$>~nq3Ut=tuWQ&sS#jVFg_lh zbjhm^yrI4%R3C_=)(0^A6~M_R!=MMJJZkz_2DJ`WNTX&TY<0n6Qgp!T0+_F0)}ST@ zLY=L>pc()?OS})n0@np#7LDryJ?s$tBFzkg zZ2*nbLuYsuzyc7*f|CYn&x;HLD5*74Q&S8L%`FX0EDRG<(#(=9lM<5*%u`L1lg%wm z43dy9_o zBP9ZG#Ag`v;8TKHEHJ0wYa-(9pfaRjRvXCW2uU4O))dM|eyQ6*gL7a|ol+E)sA8)_sRfoaL{ifOJxEdO z8|36jREP93&P=S4bq>_@fJ8pdrUz=lkJy%gwX zXQyE4$WB5_btE=P7NBV-p-F;aGqFvQwfODCS8br%iN8sL=WH!drIKOLgGU8waj*}+ zoALEycVnqckjoE}8YBk>U4w)RDK8=ZnE}C05qXV~&sfqANsSTo0Hv@o(udP48d;s7cV%L4{hFa`r%IDV9CVn9f|dfh;aHjm$ilwFDifrv zTN;`8?Zj6jVAx6Y9=CG*mg3vvhG8j6uUG(Ul0d19da$bjAIOcCE6`>#I`F$1UjwHl z6?4ReqzVe%+Z0w%o;batk>!%gfOLH)(Io)lS~udg;OHcwM`CmC~GK2>7 zkAkWx@PPg?5DQ#kfmwtqEL3aA+u;UYh7Vnhg=!vJ=)nC7Ulk2mO^m7u>esB;M65g9 zZh<@q_9{pLWQQA=h0Uup+ToT=!VWjMT59ibLo%2>b_!~bAIlCmRONW;U2Hqtl2hZM zZ4adG`yXtT>SwgXkJ5c7ZigFV8onkX-dP0<+lj4M`SII{uVTfp6Qzzr-mZok1t|4g z)<;mdK{{R7wV;+tium1&uXdA7qp)^E_b_VqMb7g?jRn64`5bFcQX}gXsCI)afkWNl zh6qZmJKPY`;D9A>$o37?VOXmo!aLj)l{52_b4pWE6_9q0r@&pNmthBPD{Fu*r$s15 zYsGk=#WVW&P=-Md(%DtWrlT1YfMyWxYOIGHzHxx0qqD)2Vemb%h!P{-B4Y}8NC>w3 zAQ6-Rq1)X+{=>fA4J1SIb~jg$(Zp?cb3zLcq?OjPF3v>kawDJ$HNO_4*@ip#VclMI z_t9t*R0~drQEd}cBisrqZGu9&>jIJDt*jCY^3aCqm9P!d!*if~B30BI)3Ee@SHNQh>P?i>0(}JFrv z^omB-{4@rJ9!Ob*Hpq-tRzVe^4KAZAl0zC)hRcDA$N2bUXL38{3!xss+8RQtJk=Zn z{Hzpw^3yYu6LS>u5_3}(^3%YZupN_=Q;Ulg3i3hM48XD*vC2^shDtiVE&_5B6jq%o zlA;6FQHA-LyiU1wI&2i#2E+n)%E2sbJyme6gS8V)UZ)(~e86fRTIj(13Ty4+^=lS$ z8rDvE0LX*jPB};cq*D%NVe=|-ryO^#0^Q=31i2hZDF8LLacjx~xuJ(Oy(qu5U`kdU z3j;$IXfG_tELo6Qpl*gjmLSMHjIhz@k$}vgL)TtFm-3Ysr4~=gVhsTKTO@W0DD==( zLXTMotL))QEXaiQl~a*!ddg7AP{>e&v}nQYAk!=hX$FScDOu^D!29jbz)+lJ1rY(+ zmIW3mO+t89qenPdH?bg7Hzhy0G&eP`1iVCKN`@@BdjoNpaI!*TL8bz#iXPVF_{4(D zDHzUSMsf}d%sEA%oWcWhONML)PcgD9K<9^n?1Fi%hYfO?{FDr3P+nu~;Y%(pDgs^U z2^IJ2;em+oZow449&U&=@j01!*;D*_xS-t9 zqMRvyJ-j9P$?-{v$=M*;;we3>sd*(ul~a0z((?05^72bkktDqtdw7delS}eSbK@)0 z@{4k(cr*6!6_*rc7Q}SW;Sy5M@nCO)5>F;@87h zo>-KZnU@}4TvC*pm<#fKNl{{QD#%k)I(qmr^9o8!;#2dI^HVbO(x>!rmX@UHTId#M zrcddSL6wY8Eh@?{iqA;QOUX$sngSk-$xJSp(!-x$T7qf{E7+7NJ+f#rXhvksN@rl` z;e(iqa05)Y45|d0<{kl%ABuAli!+K+3vv>ZQ>XOs<|O8&mnNoz#@A9(r}QwT=1u7l zE=o<#FG`6|Ni9gtOG(X3&IE@v8zi@aLL@UKzMv>IEwf@u23rqbVrfZ!JVL04DKlkC z4{u6oZb3Xe;raFOfdw-2N>YpR5_3RN#}5`MDN4*M21P$YsGvBtG$lX2A{UgT1X3#s z@{3dBk#&MoNpeYiS!Qu2B#H9Jr(_lQSdu!Whod01Kv&hkBxOnuUr|~z zn(-hJgz;)H<5Ln#5k_dtAc0VsuZ_6QVL=9MH?#AjrtXXIq2XOv9oVadq{C4HXa+{7Z#O~Uyl zsl`(|dW6CJ!cq`7J|{mpF((xqw6dTUeqwS-Y7r#A#b@S$gD^L-D7&;^N@ovWN`7)l zW=T#ev>fQ{;Z4a;&df{8hYENz_6UKBisI5FRCPS5xk;%h@tL`a>8Zt2I(q~l{Nj?z zoYdls)YOtGojsz-Ir)j%@u|6qnK|)^DJey%;G(0WM-XHrXqLA)H75;Ho^|#xr{n` z3b=MkEbUFqLLt02`HM0%940h_CDn3|U~Jf`fq}3rze1 zvA{$oNES?paWODtfr%L)7MS4SW?;wy6Ad61nD_!>fr$(r28Jv!(Z$KYkOd~nco`V7 zz{D#M3rxiEF)(C-iAx|Bm~i7~V8{X!uRx}NiS^733|U}e0jMDXCJI>@7_z{G6B`3V z7MOSl(hDYb2{ABafr)RT3=COdLS3AJAqz~HN-{8HfeBrZ$zXyffPn!VzFFKL76*tp z0175BF;|9xAqzstfmk4-N}hos3rw&nGB9L;iHXV#3|U};NtJ;i3rsYsF)(C-2?h-Y zhAc2~7sLV+!rBZBSzzJ=hy^CfbU|SSB7*f87_z{Gfj$F67MNIQz`&3NCWMR_7_z`b zvoQlh7MMsdVPMFD5N042h;Xw2g(-+owq#()0uu|Y85pv_M6C@2Ll&5bvSnb%0u%e} z7#Om^gpDHuLl&4=-~`eEA_QF+7_z`bsVf6R7MOVE#=wvTCcHct7_z{`I!^|MEHH7# zn}Hz1gaFMLWq}DjP*{P8(jHDw5du1>23!Dv3y}_R8RC}(DnB~F zWrrWQ$mjqU7adukqM{=UR7`Y$i-?XaQ1Q?KE*d(rK*d5w7N|(*02c=x;G&=dTnuz% zfr@|*aQ5%W0%iRUaJKKr0%iFQaCYy=0%i3Ma5nD%XYr0KQ1+UhV+rW4|m=_U!;?-HxoeatsU|;4Iq#&aNHctl9z2rXAoc+5yg<9a*5P z*#XX$9a*3(*^vdxlO5o!*a6Ol9pEh30nUCM;H=jH&UPJH31%Q$KzXhMoYgwO*{lPc z#X7**s{@?1I>6bgBMX$TI>6bf1DusQz}ct+oP|2T*{1`XbvnS=rXvfKZ#uwzl@4%z z@dIa*4saIf$O2`Ljx12t=m2Mn4se#}$O2`Djx11C=*R-)g^nyxKIq5-<$;bYQ2Ou4 z0wwznaFXxH0wwnja8mEc0wwbfa1!sx0wwPbaMJF`0wwDXaFXr-C+7}uQtkjJ;|_2V z?f@s>jx12p?Eoj+4sep~04LWDa8m66C)18BP!jC`C(jOW((K3rCCiS|3?We0LpDP# z3sjY5sAYkw#H=_b28JwfJqBilgQ}|-5U~P8fLSZytj8eM3lL!ns^GvZGdK%e2Yvv_ zrh&w=LBw_t0cP!hv%ocEF^KyDM7#wNmY@m_%(8;BK$#-zD@YcUF|txXCRc!DYeB?G z5CLYLg0oma6)Pu*2n7*fRv4TGu6qSR+%^!=4I-|C2r%mgoCV5yS(8EBUm)T?i16lS zV8{ZqeBdl_z0D5d=7ES}5V0RbfLRCNEKv5%ss?c%fr#fI!WdL3gIOkU7AS*fy$8vL zfyAOg#BvY;X03p;z%7Dg5EtAcXa#xy28eqXL}-GV1z?sIoRtD%WrB#UAOg(V24{g= z6NMn|4G?h`L}-E<5@41VoCPXqvYvuueL!M?AYv|v0JG-7S>TpPB#3(eL>vVXf}kb^ zm?Z>ffeNdvvmjX$keDTiXax~qRvVlJZpAo)xS%2}>nX^Wvq24x1t1~<+>`;aBH=6* zI1Aj`Sp|~q1Bp!r5qh8|516G7XZ-_7fW<&XW!7vEHy$LL0wVr{2r!EQ)JOue&cnsP zt*0Ci*8n7I3L^c7xP)gTy9)h-O&^hAc3v z1b%c8=M7hMgIk<%Lg^3OF)FNIs-!%m}LTInZjA%)^-g@ z-8+!jXAqGDYI1{F$#7N*oCR)`{|2c$4HCNmB7SNzFl2#Qzu>Ija2BYEkaYv3juF&w zX9E$XAOg%PgR{!vEO0BI55&C(A|8W?l{yRzSzy*GIBPYW1!{U^y#}dE0rdtlLBtIZ z0cPEVvu?pzpk_)|A&Bb;>N>cAh^-(3%-RNLZHKeKy$e4OR}R$0PzDiKKm?d|70$W_ zXMuYm+8}N}s4FrBM7SCWE| zPLMh+P#01kL|g_DVAd5l>nfZD?q!;TxP72r=424z;>^I11!lRzS#EF^sOg+F8>H?( zNQ?#4FI@p5z^s*U)+#s)+-v0lag#w^*9;IL3F^9nSyFJ8G@J$Q-4=k**R1QE6F z3=COdRvnyG4`+dU!4E;|EI?ghTM+ROM1Wb3;H<}R7Pzx7TlW$P48rZd-GtH6{yp04P&XgUl7O?oBLSB|vQ{85dl1nLBEYO3I14;Z;11%h0}-1+#D5S0 zW-)*|-e4A}o0PR1BmwFwWx0b)o&_2#m=7YXK|={(mJOW64QGKz8hfj%2C16>5}OJl{(%TE>pz^u02&AZi-Ed_S#v=W z1|Tt05HSx#fLZh5tOalus4JOe3*ue?5m!Nk9cVZO%(92G9N;Waw=?T5NL>L)tQ17t z0})`>eK_j@oCWHlX4QhY0-!+|Q4moFBEYPAII9890*~Oxg18$%#8wc&3>v%vvsmCP zRyYgP_08G~QfCShvjPzvAOg(lgtNNfEbxes6NtMDMC=Ca29xk$p^$e0wPX=2yxKh5|||cXGy|Ypssq>MUXmAkeDBc zm;)lfthsR3JU9zHVigABo&yn=L4;x~149;=r37aw!&#sqfUMgfb-^I92oSLhM1Wb# z;j9&K7I*|K0mKE5fVqIua29wxa2rS+=(wmXKaj*65CLY*g|p_tS>SQQ zFc24X%0m|D7>KNJ&`y6aD+11ngtNfoi?=~KKwB}hKzlW_gg{#Wz${@nO9ajWk3&ua z835WFlLgv5leGjS3uY~avzEbG;PJ{p5EnEUlobdHM9|9PEYQ;AESoe21_;X*&H}C0 zhKPaI?qq=$_hdCfvJEuQl%*NKz);%5i#+268VK#- zP0oZ&@PlUAAR?fNO_(~!ln=59L|yC@&u`CdEb3&4S7>^l)XS#3$#Mf+kg`^l&HV=j5a&gQla3r}VHpL&YagshyIw zBAtQ3o2j^UO3;)ZzJkP};?(%u)Z$|Bv{~$w9wGQFEV8gh24@dnabUvnA)BlV;ETEz8DLpKnes2DtIr#k2qU2Q2oG=S$5^{<+BWSS-1K7MQ z#tg&-&QR~zK-WaTylc>7jOo3c%(T?x%H*6>&~gzXyr}@T4s{JDHgC!jP>12oEU63z z2BZ}tJy1`Ilj=!tOi!kR7Wu@-$EU^@#}~xM$LGf9$EU=n#^=Vz$0x_f$0x=Y#Ag!W zc`E{*g2k~p0d+)sUW!!D=acFAc*FEWON-RxRFfoQW5ZMnO9L}QGs85)Br^*mV*_K$ zL?eqdA_6FcfX8706i7fF(E+4H&j2zuFf%hqHMcZKGqy}iHZwC$Of)b`GBPo=G&QqG zF*7A1fbs}<92P*?1k?@A07^ACHb^oyOf*h0FgG?cNi{SwG%&C*H%~D&HZ@E&BqjxQ z5b!uGfLaNt8=L`TY-nkoYH46>nq+QfY;Iy{W@c=doM>TWZf0(fVqt1PL<(9&z~it0 znomI8;0&NNb2EcfQ`6LBi^L@Jlti->gQPTrBtru;6C+bYgJfc|*d78NhXv410_unk zAQe)}po!!c(&>qWLMYMD#KPi(gD}}F z*~G%aAT8M}*&@j#HO(;DDACj~(b7EC$iO5eIgyAUEFuszuprDQpl+xJVX9%GfthKF zfq7z@g(;}JX>4Q!IIhlx5cz{6Az=Ciu0d=$sLW-I!sTRiOhG|LWX^9qT7RG4?mT49#<`zat zmWioJhKVUe1kf!49)|_cbpq;W7eJIXSqOwsqCtwWu|-O%ak5#Gu~DjlsZpYlL86&K z3P><9*?^e(_6vcafd%150_uip5E`498Kqj98JVUTni{8>8YO`a@-s;^H8x91Og2m= zrq#!nMO@Ea# zni^S}8>E?}rCBDM8k<^Ln3@|JS|*vN8CjTv#@C4%EiNPAaaaHq6Hqre1IW<8C^0$J zAkiqz(l{mA#KPDj)yN{rJS{cV$Rx$cl9&LRK)~a$0O}>6Zg2)rig{|HVN!~Lk+G2l zsC%DmVPu|UW|nGTkep;-VM znru!?S?Wf>yRcw!CZKLG1xreDnuU>ZYI2%|VNzm>iHVt|p@C_tfvI6)lDP?SUH$|D z-h~BAECF?cDOgNQ3=EPI4J`}|KqZNRg+-#7QIff_fl-QaQj(#C84;PNihy@v!BS2@ z-Czn9(=?OR)Knv*B;zE5R1-rBQ-f4fW7A~g)HKk|1(w7Ng-;>iU0AS8B%p3E1&fJA zQfjK9c~WAMk#VX?s*#DQshNq9p;2nGsgbck3NbVC>j-!k7A&g?s2fbdVq|V^Zf=-j zYGj&{m}s1oW@u<&U~Xz^lALOuWM-N|%#ig70^WrM%TWUA22-%48X1}xm|CQ!q@|`N zrx+Wjfu=Og%#2LTlTFhslZhE+eMG>!uwc1QK;2*p7Nb(`0iKVtRvr2zVD3EI$dT8%)7sX_RVioMx7ooNAe9VQOe*ZeW;ZVQOk( zk!F@=WR^tCf+?{a;##@F1k??tU@^2bFi%T1N-;M!G)hb|Oi492Ge|NrNHw-JwKOv^ zBBnWKK)}1O)S^p3-Czn93yV~914CmYGm~Ts!!$D^V+%_ogEXU56C-0oqoibFCR)7+ zco!Bd?gZ2greHBmH84vyNwhRIHa1Q+vouRKH#bYPFtju_F-}f0G$&@gR|)~|!h$7{ zfV#mHEaoPLiRLCo7HQ^22BxN|Mrn!0rk2K*pjCyS71G8;v~ueRco!Bd)dbWHreH|| z4Z4{cSr{6pB&Hds8k?u3C0nE#q?#M0BqbRWwUT}Y0q??sWhw!6gDO}I4NQ{L5=|{F zEE0{(O+X=&YMf|dYG9abm}X>7%)r7X0^WrM%X$Lp22-#knx>{0B^w(UnwY1irY5DP zrkI*1nVP3rT399~TBH&aEN2LK7Zxlh38))P!D47>XknaeWNMzAW@u_;lwy>YVrB{& zTd*)p1@#+=C|jNp@GdM^9urVEn1UtIIN87=H7(WBz`!ig$k@`*(kw06I5o+@($v7j zlBk8X47tQL=l%|%U`a7Iv`9%bNJ=s>O95>MFi$qJG`37lGP6vyOfoPbX0A+%$Y2pC zpl&dw7K>Cv3sW;=Gs9F%(^MnKBy?h0ibZmAs*wS4o8C+aco&w53<;9;LZzJGcSg>p+pl&b)i&3hnQF5}Skx^ojnX!3tikX3BB52#Jv4yEgl9?GXWy=Ku z-h~CrSpw9C5>Pjof+fk+(9ks5 z$Rg1&Eyc*d+{nb#+}zB>*up5qB+bGgiI`z1IRf5=r50%d>IPG=7+9Dm877*Unpha8 zB^g+ln^>fo8=5618XBb}rdk*iGf!kez`L+uF(sgGFa?XHMY5r}k-25EsfnSHfkC2$ z1*pw$VQ6V;WCFSuo`_a%5CQMPg2kVJy1^7IsU{XCiKeE8W=1Jy<_4yq-lCjavCvfzH$h77Zxm;1k??tU@=HCOtnY?HQkJoQw@w$3@pq{jX;Niq*$6;B%2V^ zZfPUnU0AR*6Hqs(g2m7%)zmOG#oWL=(ZVRzB-J1}#UKT=>NLq5v@?i^OtgT2cVWRY zmw-Cj1&aaZ+BwkmT9A8%i16Vq0xpO7a618YMElT))b(Dzm_EdRY*K!FUVK`7W_&sk z-oHY?TQKimB%qFH@0*h9{X(+64>~$2B_+`?$Ld_2ut01h zpl;{}qCs+!p`}SOXt%v#Vrp7aVoI82ifNibqPekwiLn7Oxp*;wz<~wg0s`u27l>Y% z*}1r+s5H3*d0$E?=%&W_lGLKyc<9xaMAUE7UOU;r^(#$N4EsYEeO_GS3@r@+lZCLPx z5l}Z6gU2G#z{J=*$v7o7G1b`A!Z^{uEY&bI&Dg>y(I6$+jF?7EF#&JGf~SChy1^Jc zDJF)g$(G5+h9;oyhlyocvQcVUiixR7VzRMivIQ~wGkOVl8x}lW1k?@2;7Lw0GBPkU zH8)AMOg2e1H8(a&0Sz4)8KfAPr=}PY6FkcacpDZxO9-eNjKO1QXacIy6D`a@o4^vy z(vp(R(~=TF)1N7(rbP8!4-)V;EO_=2P&XKZ$285r#30Qq**MM6EHN$7*euyRHO_*1iTFko*M+z4aVRxOf#@ZNj6G0F)%f^NKP`cFf}zxN;6J1Pck;J zFg74&^~qNP-i8IwCj#mQWAIp{7^Ehrq!}9;CK_2Jr5Y!K_C+NoCtH}Mm>C-qwPuOG zkhoSe4*_+9F?dqUO-+&$lPxR^K?gh=n3$#{CmIk>WoI_!kx~-w3E1RN;~eI#=D?($K`h5Ijw6nUt7hV4iB4oNR7kVvt14 z5R7mUaSd4k0_p};xELFzC0iJo8XH<#8W|)f8kw6J8<-j-Ss0n6rkEv}5p#8wE&>0- z(u)=Wb%QEgKqtr>CxO<0g3cc@NHa7uF#sL7oRn-1S|LkJx$92Azp!v|A)tk3oJhbkFi*!3P)9pY6ITf%JPm5irx}`BT3RM1C0QCJrY0Mhr8O)_gdH`Q8lT-iz literal 317841 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 diff --git a/esp_modem/.doctrees/cxx_api_docs.doctree b/esp_modem/.doctrees/cxx_api_docs.doctree index c40f24dece7ecd05652cab375db23b00d6dd70a5..46da6c646e5c6697f60e78c3ca9187f054ea9a54 100644 GIT binary patch literal 107137 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 diff --git a/esp_modem/.doctrees/cxx_api_links.doctree b/esp_modem/.doctrees/cxx_api_links.doctree index 5e47ab061384f8057d8e921cd2e16420e975aa17..da883df1b1b9792dfb61ca1afc807d865a3b74a4 100644 GIT binary patch delta 520 zcmaDoi}A~BMwSNFsV_IO*fO$Yux7Arc4VBz#Lk+*mZ6oAGI=Ab^JYbsUPfk+%v#nX z5Jmy}7DlL&UtlF!oDGZ|U_DtnjFUIWyKXk-?uV#7$ny}wSjhJt!sr)x1Yr~iy@VQ* zr8fDawATc5nzD{V#{CxU0{KFiRmzbJz#-&DX2YfrEkJy6eh2iciYS_Hy2{f zYWY_%nHI3jJ;fC;fo))c^U5n>0x!S<2UVxS{3FEz_RoCvMG(^*G@rwy>L5}D+TAdb z4G<9*-5!YI^LkLvuQy<2f(DQqE7-ulMyFxADj*_)rW+x;4w}7#FxFXofH3A-eT6V4 z+I(e%gnU-fi0>UEvsTuj$q#wlHvbiv0pffCa~=uJ2XWLU2THkZ zJ}0si#EAfN4u~xSak{{q%@WfYH~UH50ExTxcP(pOUBK2 z6+bd=zNGvKB=-U=C#W`+kwq&@ie>UcMc2)r)fa(yJ`mm`&AA|69fWsAyBoyY0O2js z?E&!~L3p+L(?L8DR^swY)=4DUWeA!!(2>@nzn*9I( diff --git a/esp_modem/.doctrees/environment.pickle b/esp_modem/.doctrees/environment.pickle index a8360c6fd516ea3d8ad4b6944051333a634d7547..6b171b311ddf4d84bc3ddda65ac3238aafa5af34 100644 GIT binary patch literal 405387 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 =BQY z#UG*fENF5Cvyl|;4iFlQIQdNJChDw5P$mc|Y;2cu0|3lb&Dz3|a) zjKMnW?sfy2Ot860xGk*-G6%!m%^*>lxVsc&G8NqI4KfGA-JKv&(%eny?1Bua50IBy zQl4Lw9iLcIl9-&4o0?YwUL}+Y%0>h|JK850?GvE&2_}KkF|-oEU;bkD2}T=)bZrn` zpmKwd6|}q%TyPK-|5*D3)E)_%07{O;6|3kYL13*IweC%jfdmUi!nM~PkU1E&zypvd zan7aINRSL@=lf_a@ScKW@Ulm10km4+B`6&eRSJyO0yI9)h|qL^x)jR55Y<fVE;&4@Oed>68hB%)zK0tU#i~IhR`11NaJ~qQsQU{Ly{^ z!|0(xWFIQz3`)AAH3Dc=j$an`RXKj}f)D?Jy|i8f+=yBuP&`#YdJRDPg5MF89EmGQ z(F=aCR*Ztb3uGV_`USZlb1(}2i6BwpoJ+NWAJi`xE%^Pi62J@TKpA)R?m9B=uA2o) zx}ya@DE$ofg8v3;!9TLP0y9AAl(-@my+#0Q#i$V;gAAlXjc^2H4n~de8YD`bbE#D$ zfUlc_jTFJA{|S0#9=nE+Aj#ddnp-M24Mj0KVxG%s0D>sOWe!5H%d;+CL z;!0BVf*-6Equ{rerp_3U9LOAug5L=wN}O}4RqzXeCW;G+Qqxk4ic(WX&z2q?1|oYH z$QzV;iOTz<69WT0G0-{ui+)c~Y9y{KMKAinS}}_LNgx9WHi-$(4wr(=!6^D?f<%dP zF13n&K~T{TYx5^1=B0qobs*@&(MJDhqaUr&zX+6g$t?K?&t`$qWx~T?nJ}q+5cs?d z=Dft9S+X`f5+plH zEbnzNMNKCZrwf+i%qj|3Hd1>-!2(cyN>pPIb3*}GFGl0_8^}b0O*_Jk*E1kPyD8mJAP$-` zhIJN-D~n4~b4Le@MhA_Fcc53f2hyW#1 z;!0ZdQ6#WdjEZ1L^lUzgAfH<7Qpw05P8)tq20fH$@#gtiFqmUMXAN5IRrL@qwN7Ey=A@ylzc}k zg`qHc{0X&EAU&?pwwaS$31E)bP`m8k1WJv>6{hHAKUgb9+5a14Ai;8xa3|~@$Q+Ea zpGlVFPFN!DZq0Ol28JvQAD~5=FsM^7TK30-kN6s0OA1-iu@F?PkzO8fgOcxP**_G@ zeotAHk=hZ}A>afhQ}QYWuvUyBH3VcJ6)FW&kU1EYLJUZhIOk$^2=I&@PdSG@5 zaV6@kiK8IX)`AYFVNK3SEH0jsrOC~};FqNZCbhxjEG`CytP_ZdM+1-^Lj)gkc%=rR z1}$f5aRGSXDi`E3XnBL7DGd~CP)V%E-CX4cT{LqId=5_5I)3
    QW#TJ6j03~8Gu zCgr4hrXhI;tBXM)+QU{*nv|27JS8g*yz${4Klt#TM0kff3nKxgfI%-cpdB;|nw;^2>;{_&3S>~X4K(RQX8qX@G6R}qNj;on zbPk@}1N$(hWV7Gl`T0xkDw#a4&oY} zMFkfC7_+l@kCvcxBPfwckYIgD;%RYQrFof!rK#}+CE$~1LFG|a3u1_CC%C4_@#fA zP&0RFQexIBP+OujsWb^|y92*@Sr{!iLf&8`FbIk6zN`>X^RYB3>lUc30&*mBd8Eh- zYG*2eNo6pp!V7BILE3kaH6K}OAPJBMOOr4gNWGwXm&^tdST9Bc=@Q69D)b1}g3Q5a z(5cGd9wtI<(BU2&!tQQ4kjYeV_YJJ>)&`kQR5-)kji>)YRMV8TyeP8-yflQMuLiDh zO5!GFyd@w7lMZ-GKnlzSx2Fg#9rKby8IV9Lvxq2TOhAbXR9X3f3N*;^rr1vw#hi^E zJdJ0J76#tPrl1fNCD}T5NR9AEQ%DHQFM=*N3Hbi|7)iEuuZ3v_({rGTI_4rSSs2!PFw6 zdJBmWT$~V<(mGVRZqN!@P`fEU zISJGiB3n5_9EQ<};RKmZoO3Z(^0Z=VUTvH9bWeL`b(Xw0wGLYa9GU4HIGmtqLEz1=kQR19St(GMR zXn1_|)Clls*dT0GqK>j1$6G%UvC?uQD1i}`Juye=M(el1Sify(G(SP~;cj?WSyQmk3vW*ZVlG+krE23A8l&_%ABaPdfq}TT9cJY*c&2zT_Kf09 zKm*^E#c(ev35eQb5^TjKMVWcXyI_ggbw>3gDv(Pu+%+C*X9K>=9<$dm+OippEgSCi z{F3;b%)C_SkT>p#rgqbY17*+5k~QLRwSb&p`Z7_H_Qkck9amxKpMj6mjKw3@eoM2T`Q?sbpY z-Q5Z@nF{Vs0-1y1?p+{Jnz(x{$Yd(Gy9;CvhPw}dL`icurRz13>vn?v8ttVJUaL96 zdMPJCNtUP*cC?p5y{$8&y%Yw9EVQkm$R!z32@yXAsx!12jI%hk zAh9U1B%i`n4Akzn9tXAYi0YPLc3Z)EF}kg?O4L~~`WfUhjBeC)km*FZ7k9T6ySv>$ zCKK!?5$vAf$AWHP}<8sT=o6v!M5cYA|G zNpm-z)+bS|qQQN%*=VB(c05OxGKE77A)vH1+9(1qI3FTA+X#(Ojy8%$8$}F6q-AQ3 zi;t{EQI@kZ0|TyBQ4pv^C91Z@91R8Q#b_1H1(`^N)P(vYas&6binn!dr!?m@rL(}dFWEvG{MRvjv* zZyAtN=#;)o5|cBCsv}3sZ^G+F$uGYL=)e?~g2YVtLIuntA2miVJ_DD2RPLxzdy5%Y zaYkZMYRc#xcA%@#C_hjK+@K;dLlPS2L0KVyyY+;BI~K|*I^Z);C_AMD)4b7qPK$g_ zC~@#Y@19I5O-oCK7sJ?3y&*M)q|*A9Lw8Uk1$T-@+UbWmQ%~jgk}Jq5^k^@Q9*oXF z;_ZDztVSWf(S)Vbi+ZHsTS_|x*Fh(R6Er)W_3v~|p^j5b;sfHyCrv|lk>7o!C)bz_T4 zU7^t_@6jpm(J60+&e9}|E9ueO4a98z>BM!5T+EAkW2vf?ui@6`+DyY>? zRDTe2b|0)4W7bnbl{#x4e}i0xF-yJ+WI9pq#XX;e-Q8P2CKH^RCA{WQ7Gw^FyAOaw zNpm-zIensLF4Soh}b(ovvqIaY-ZU9 zHGu)>5G+G(IG>RjbfYi95p2%X;(~baG4`PFf?78Qy0jpy*xfvLG*a}LMax#;r zfUiOA%(}5&JbU5>W*x5Qs`dn1u{jFGeAQI?&KFXghx$;6NHWJKiX8FH!x0 zos{+m7K4%!G+C3n*m!jKe{}eNO6?SlEGbagidKY-UX4qwFBcq8S=>V=@v zl+215tQVtVegiU*U^9*Ixbkt3IT#HI8FdDRETY_tyY-LV-J&3qso?HUSlz7zGMzMc z<7qn+)g&6MX8=&p!WfX@a0=W@REx+_ox%}PZBW`8Z4nW>Om`^MPNU#RP-#k3O^rEJ0oIGrA}RryNQIV#Kgb-67SR%rC{gak-6F#7?zte7 zso?G^kU1FcUIh{*&E1F=5rReDxFV}xYDs1qXn>5M{|4QF;ucWAL92VLV{}9w&AAC= z4vq-0BX9r!ST9CGN9$0t7MCOzftN`W4CK)rq_o^YiaAHmg1Q;v5v5JgGoZ8tO_QV! z%AwS6l%D`_3gi@`k~Qw~kf`J>Ql6Mu5?`8El9>}TPE`` zFmz_6fJsoZr4unffVT-w!8sZ@`detJom+##4%b&u5*r+;{WHiZ^hoV2#U=R#L{*rh zW%+=XESXczZlFNGk#^h&G;hIr2{muYNGbF!8X*Ihkafpdb7Y|l39{zPGBEfR zCuJpoYvx2SnFOz~{lGQ0Ulv-84H|j%%L3Qi)u4a{)wG}swibfQy2U(Dvo*4of%q7U z7BH3{6oSlvMmnkO#nDOJ0hz=lxbTFzxFiMCK!8RoMx3Md4o6QW0nbEJYt9vvA+xBo z9go>1#1$zfv1CwEkDQ?MzM~%IloD{=4NZ$!e1LQa#ppWmL9V*vS7?pw&_!%mg zM_G-Ya6|0W88r(Tu7H#R=lr~q)C%wrA?}&0mLUILj&a9oS*1s)4^YyT2fjNpORRT2wvn1s-_A0Zy>rIBYDLu+KCmOniP&V8iUdqQN;`9en%ok z*GZWjH3T_@v?Px)Lq}9X=O|7s8BO7x;F_7z6Luj30c7P!aE*^;{wOIwKL>HQTM?xx zJO-4k$W7t95yKCcxfmF-_9OU*K*JG!2>$455|r`)G{{4vYqq$+TTtLR7>OdV&XKahVG#`pI%HuA(1x>A*=!i~h}^)J9ZZ#nQML zE&9O&_w+s3cyy44!7q#QAjg|;>2w|)ez`OY)22^AdBx!}_C* z0&uZU?g}eP8wFIFX5vfE&&^HDONlQ^EiTQWXcU-;Zh|f-@s74LK=b`X+*vUgDko~U zGuVntiZb)kk*WZ!i(}9_q+Go4#SQmCqY0!hc0li-!b&ls5+i7lg)KLvmsOgCzWITe zo+>F7k~S!l5Ld#ZS4d#37!^_@$UuU{HQ}CWILI7~3aJw$N}O{sD%wAA1;S2r|lVEm(LV|t?W~i1h&q2X7nqU|hvYvuMf*uKmE!fl7VyLDU zL2bmk^O0R6@q9;pRw#TE%|UQo}gG`VC- z7O08lm!-uG+8?G3CTD?WY)>F&y=Z#sT`DN3h)y)HZWrdbT{6fV96?@!vbO;DyckhU zMqX#g5J_TEPAX)l1PP(enw*nZTs+``UIz*+Dg=5B$Q zFk-lulms+PM;O_WN;0AnB>q9htkGF^@N^61Q@*66O+r(%-0Arx@j01!sqx84pehS@ zM57I8Q#^pp0kavuwS-n#jV3FU6+jderPNGT9Hp6gCB{baw4RPbA51UF%uS8Y1)raR zJ0%a9B!y8c4ar&*%evp>jKm_uy5A5T3RkwHr2@|4)Ph9tR6k`!3z-{gvYeF}7)p~s z5VOxW1=PGFs{4U?E*MxZM*rg#$V7tuIl^;e2SDav%#Ee!;NDb2Y#$Z7yM;j}Q^DOI zu(~@7WI9pdjJt1*-QCt8ld0ft36MD$;ava{rHQ*^K_*kd-3}mgFx*`R5+%*uh?!G7 z>wbwE-{3$#1cIO!2i+uU11RjE)fM3(Yuw{Wbs%$yiUZ8D1*{jNY(XnnhrqTm3dRiZ zR<00p$yx!8w~Gofm#i@vaC;3)<%+tgW*w!K>kLq;f~HPV2PBBt0fA**3Em2H8pt_B zC34&aJ5h;!FmD~BAk_@dRDPY(RDKYYtjJB}qaz!GaAae+Zyh7G;M@;N;lvf3=o24c ztr(314qfW35`PME7)FDVA7nal&c(MV57EfPSZyUi%lcX9Ovlkv{}zP^rrE}#xM!LajyhaDFv>>#W5afYBb z$swo%@;vSk3;~5*X%c4NT??d-s6fNr^dKtmgwX=e#WBQjP=uTvCK38TLg4~2-4F>7C5w+mR($i&NC{D^EBd8KV z&H@Eh7AT{ZCS}bAEegR^uHng|pyCIkd;=$a5(3E?GKsvTly+^5$)Ethodt<& zV@w1Y0t!XYyfEIph}p&f>&3`}Xdx$xs3u*UUE|$d{aiylod-p6zZB$m+yRKQiLn@@ zkEk%iU4D@hcBE`Vp>^|YJ17ju2)nHyeFGGB#O}wSb=aK*g#j61cO0Z|pu&#GrRKB_ zyW5~JAS3KmbZf&zeyfO`$nM~{FLK@B((wl~l^=>CI(fQ+E~ z3(`kg(2?9N0M}t8H0D-;+(fI!+;XxTa{_wM8SE@j%^q%ZM3V;U^s1BrdAb~3t5(0?@CnUj^`wRoCT`mvOu*RwF3#Q zFDZfOg_oojrco#N90?Dj*fH z1f;WvtFw1-sBgS$P>_Gnpa{olpzt6g9H)Tv(IXtSu!Li%pKC;bt8<8}OT4qcUr3O@ zPyC=sm@7a5Lq>ou1L>njfXZPBP#4!QPtdrVzaRLX4}zs6tvge@K!HI%9kEKpEo zfoc|NH*LVBGYNq-8{`^V1=0+%1L-ZuS>QkdRU6a}ByfpKLLjXLxrSDOw2JIN`U`Rv zIFLY90ks1OT%wW?Nc%yqp;aL5Av=(G^Hu~H<#*zQZH`vF}D0+tT)sJ z82~Cs3HFh3ckzf?Q7DEOX#lM#gv|GkCjKnM<)O&eeIp$qFjNvhTG6b-bkCPt}ub^HPxC$jY15jQpGaDdIoh5aX^ysN=S!9;380X_qGesfy z(@Ro8m&v7Nrb9X@bWB)i11nr9aHoLEF5C`5s?I?J8pwCNz#0OW_dpDqY91qE@fK|q z41D1&+K4w7!@aahh{=N|A;O(9oD*W_5Ie^b!@bl@h}@t$HZQd#Gi{)YK~}IUXpr#8 zJn{?DO2$#hVhlAif*K1%HFhyKMuGKWEXN7~nMkl9OZW^heULdA?%fO$CCa_HhsLqH zyB=gR72F*KG6%!mJ3*o}arY{a$y9K6E65xSckc&@lICub7gC_LD+EDV8#D`-8xOkT zFeSANl(`7{aI|X#njXV7fjHVV0_~(e0ZPq8HB>Rjod!?W2%};hIuHga=a3<&HrDY;tLW+OX5%(C-RAvT71`t5M z6m-xOjTk9sBv-woeef(5UIqp%hu=Z!cVheC$3U%8qWV~veQ>Z|j6S%yA$5+!`vP(q zMxSs2$aJFIi@Ohw-QA8LlL_|p2#+1efXu;g_cD+uP28OWGMNhQb_bb*;qEmcQJT1W zI>=-yxVs2s4u-oofka7jHxIWW>>BKn~^H^Q-j?hIKEh z-Zn+B8XO&926Yh!`2aH~X!0PnsEFnxfTEzpOH_G)S>=olB~xwWX0*=9S_wMvzBCEz z0^32nt_Gv|Fp`H-2rj|LUDDuRK$}JKkRBVT^dxivBkGba%v46n+68QDa)m*qEm2Jc z%pnr6UW}$q3dlr)bw1&t278b>7)_fgAW@>+i+hL!ySsZqCR4%PSs-&T+&v2A=je{iVp>3N6)k!q(P@)Yvv4AWERfI$pYLE#hv;`&9ZiFoa zm9a!M4lo;GV7(ZPuumWpsnD1?3o-|zF{5M*J!%CsB8T_Tf832Q?CzEZnM?(D|G?^Q z4Up+Xg)`jUls3ZnK*J`W6qg%cT$z^)N_PakH##0R1jfVolJj$O6Z2Byi&BeAb4c5Y zM*2LAAt>b%RbXMZ!cgiAMP5)Xq68+D!6d$!c5FRHeUMXdWFiBUTgBj+h`b?XX++jZ zPc4bhFM!+;7N3`x3tkX7nvcNsKk{M-P>XR4L8=d&3>clr@I$_St zD?uca!!%AN%!$bas&}M85aLq_wL1}UprVbadKt450oIGriC76Tkzg%LcqF$AWDZ6r z;u=VlDEH!SM__mNIgrUzaQAwUIT-G~0}>_8-IR7B#1So_;*$KL)cAs;{IpESwg`g$ z9PLev_9hUw=SqQgYdr-eVWKKMn)fCigPcNIZX&NYfwcJ%G#gTonK#-OA1;$2^zB24 zn2>)A%%Eu+VjN~M$QKD8pZyQp3{h|;k$r4w} zqOV^BYsF|9#)1qa*z_RWG_(VmgVDrF1&I>pTxzXfq8dkU5*;N59Ofw?%63F;W+H`G)@`UD@^&@_8VW^O8pDFbsLn%YB* zIiUKDsCF6V5F=PGMmusl$V7roEyC@{86a~o+L3IgxYsEVJ5`C@-FHCtQNi7NLFQn% zn}=rZ{tvQ`3hsUcG6%!mLZrK!(xFkLMXp7ui7D~W{un_oj<()MTkmMCcWF@SC8`?6 zY`u@R%4j_0$C8wvpM#k5i!`O}xDH!EW?p=LHVxYE)E?TA1f^P{>ST;@bFfy7DmevY zAi?sJaFy%|G6$oI$N`BG=Ui$H?I2YVpppO7B^4x%)nbmwQM>p*1xk&?m8a;%KUgb9@h@yfor7tEcKK|Oi3HoKgokBnK;~ey%TItriE=OQy*Sw2eE?)K72LfL zWDbVA&w)fqb2p_E&Pez1f_8rArpBivmL!f2DRpKg@_>$P$9}8#=%(b_DH^!$Ah`}o z#YB~8Sca6S+nu-yatdh~ioEWGBx1caXi}~qr2usKYDp?&fQ4XzG1@5~?UbW+%Gu0^ z!L}TXMXH0msfgiTa8r>=M?)aZ+ytZ)IOpeqiU$&pi=ujeg{i=h27MK3j|;PaG6Qkt zIQqCSSSv>RGZbVX!D5+k`_lkq4n{jJ79>iXbE!2hjMR<;RY0)Qd`71RN852(3qh4D z>9a*?pj13K+Hol$r;wJR$ZN-;3=5aUC+C({fQm+~Um9>@zy6Le8wp5m1^XH~Z}7VPMdNT>W{Oi-93)KZ1Vz*P`3pfpQdiHlxAfVE;&5a}QT z3HDA2k7Id&%)zK2@& z3FI?mQ%gn{tz;#Dm#d5}S|M|?;}R$dlUqwrchSlPkW)y@P2^2>AYCR2YHJl|rspN* z#21z(=46&sj*i=oj@y#cEoZbOf8EO9Sq+b|5M-DP+@c=yWp7F2aoeI|$OI5k1uOC0 z^3mgIXnZ^kYBEWoaWY}1&4vkTuY&(ibiItZ3LdN%qgCz&Dl4hbD%S>?gV8E42Z>VH zj==8je2~dhaCZR691M5Yf<#GkHx*aGgH}(a<>Z%x*Y6hP=Zv<4M%zK;w1e6}shFsG z4|CXQv>in5u0V`-8;F(&I}DKm`y%AC4|w#kbn4Gb;`}v>FeZD<^H3 z6eH$c7 zn!73OD2pJD>nO-CPc4d1$u9?=giX+sqkZMkzB1ZL9Zx{%m#8urvx!gTzVaiGQ%K87 z1;BbS8jBA=CK7B#5pFCV2APA=Sk$wj{O)z^?q&j+Oa*s8#p-So zkm*E)Gw#U@?Cw?rnM?(DvxCgR2yZKpC~5AdbW%VKF{TM>oad#Ml;;;^$0wGQBqnF% zrskD^mjZ$BYar2{V;!xr?hH!NM3u^zjrGx%8eLmzji{A0#bY(Bpf!Zxf`h2| z$J$t@_F#=8C^-^Wz@iV)%|EIT-c9M35+P&ZX914N`po+8#ez zAH1hvDKy@NI24!*ZgmgICDyY*DVnJAV6;A<`?*A@WA`^u>jSEH+DNY-i0rjdyV95e zO0&e3!swL-SSv=Q@fc(v6)KG*AagJ(jn^Pi;+#vZN(1TqI#4H~C^027f3)AgFnWF+ z+2_}N0VU$mdIGe>#xD!|b!>xW!LN}m%HZCx>^FP@B}d}QRP-tUtQDgQu(qYn8P{?k zb1F$W|{oO7vFPoQ1d1{+_3&Fd5N>gXK9=o|xDMX?l= zibpGop-@pgMy)6)?kljs$_=8TpDt4ji$ST8xH1*J3IJ=xr~=-A3?x`C5}sl>4>AX% z3iu2XCC<6jssfNs;028q6%?hWr4|*Xri|XdK007T_JGkJP&y{66d0XY7~qKoD?92A z7!ATo;1?)05?89CR{~(I7?pst9d*Ww)IjE7R03WgQR19Stx7-|`?{l~#Jm*nArJ&B zywQ%pXh#68BM=Nq#$?t3gJ)*|#v0qWGc9O5y%`2cYg$l(!||QKqgbc-N!-Z zV7U7`NR%{pQ@VRV5z&eV&HBPd^NTBsOHy-3$8$!3PM)@sOkFVDmTxeLFhrGdk>pHtZ7xO2|a@-bRQ12YBdz25MD7c`prC zZV(mybeaE+0HsFaidFPl0IU_G3|$B^kYKq;xRcfbG6$m;SOF3x&bibY`bVk-K%Ius zT7Zm8Hb$3=qAwTS2ujFA6$7KSzyQ|*?@?=k5!+!{4@$DcmAz94xlUM;*(2?a^k_K01@=1I;dx|mWzR*hb1+y zG%;1CSO&1fP+afgyHE7J8Ax4GIU`MUFMtY#T5M zJ7XpbBQQBZhTup97Flz+Kv&SrvQ5F;exPvhS6o92km?0+( z(nnOt;qJB)6@rpDLNGXdP=ud8C>+QLKV6W%feb&7!4ZCrpl~1~{Om#cNDDub$J@bq zgZLbpr37*ljslMKoQYbJWXU@)Fcc?ckr7luAZLMsDhrfpOOvu@gG$`_ObiTJ3hWFF z-lzo~?(B+vlnI;xNC+eokZWiaNQPtwQWD5n;6MW9Olk)bIF*wSNNyn4&?=Ce$qu9< zkh8#n1j>HY4kXkB--C2=ZAwWh=yL3|%=CETnjMEg<8&}PkPvjONvU9OQvL%fs1IBU-Ri24v*NfN3_KZAUV zyC&_-fFAYbmxUORg=F_m@DUuHC@Vxk*K{Bq!GXIbrOaI11HF`)OU)z1xWQQi9L?ai z5$-feamD!#6o=eBB z;trm)F9c5e<@rS^@j0n^=_MJE?g8#3N^usDaU^zS6zY5@MjKKJWDs4lKygWa!DtpB zr&<{b#lHYJ3&7);<{7{flx}fnFyiX~caTB!$N+2wiA9+ul|;1|M=JngE;1fG6#y?d z^+O_<=1IQ{lwzro^h-bn(Ie^eK&I>R^Gb^H!S^;3>H%bpW`LoU0dP;v;!da(H-Z*} z(l2iFiLV0|f()WZM&K&WFD(KMu;gTq)&r2k@rdqR4~13`q!V16oRdxSTHpdG%~B)r zp92|0kHpUjy0h4=nCzP!nq_5Zg3rbgN{UB|RR*%AmIgGfc2SyEi$FpqY{bV;uzqv@5BWhMjK7WhwTdVLN`X4FWpPeBIJBfScwmVxfTEi6qf zO&u*^hg^$5&6&dSD?Vo`4GQpp3?ePXlDt_2ZRsx3t!!m!#e-_;q8TVOa2EtbE?qPM znL<>UVlG_->m{^wktr=@bgpJF&D9X<0VGnI-#tM|3U|UJeqPZXWDrql6ZiT;qS7dP zN@`AONovt(LLJ-*m8C2{Gi6F*mN-9nL3RgfNp^o}@5%j#0+gJA`|MwqM43zpOZ{Lmq?u^2JT4$p~L$p{@qK z1=?6%nlxxmGaeq%Ma6wNNE@#}t+%37$odgbF^@Y}qphnUP>P`BWza^lWTeA=VWmK6 zQWk6xJv7ZwcCIawc^E5_^FU=5Jt|EOiQ-}&q% z2T}*!Kq{3IKSyb1UWu_0&6B@BDAiIU`TK$lqDS)Q1t>NqcgBURq{4sNYGjjW@b=XJEGOP;&kUffFup zCs?$x2DG6kB05KlLFpK``KX;Ed~KM8AcN?UA-F&zF{Alm@U3D*YrasDAMnqb;!ds< zXNL=*RE*nv;GEnfZC79EmepNzkd1z?>{an}ZT{MQPFy7%e8E zME?s)dBi4RtaDEIiuvCl(@9I$)Ew>t?cF54DMZWRE)7>|40ox4Od&2f(N3Sv0&68S z+Qpn$kT+afjU?Q)N!iH+R9fGM;a>1@Pgn|s^7CDU+u_j|C<280|DrXy6WO zuuBLWk>;0$`*<|UCdr57t;6=dDluAfBS8+ySQEEzjK?!(8 zCP-IS3*w;Co#2~1vPKJ`0Vsr+T|&SYo`B-SuQVw!%MyGxZf9cF4(MVyQmfs>tW}^D zQ=s}c6>6GBXJ;yr<`L1MJ_IVjaJv_2Oekv`Mj{(5x8P!QMh1Cf5W~HslqUqs2h_$A z?zlxuiw{`nYL2!(;LYbj(fV)(Wdh==bM)2+ zSSv>BV>`$|f=g)#w>~C;%)w}V><5Vw=Ui&FK7^pHk6=$^SgPI(+1{}_(r zAEkMjg{7&Z;~$_sHL;-f0!5n(soC{pc5xnR;~ytLr5TwmkioMR6{AWY*#jU%%z=Ss zYliLs$mph8YIPV%DgH)B@)`WHD6esFuRx(}1pp~gNoWvt2==AXMqins!*oQ|ZKFH) z30wy@cv2>JYH>k)UTR5Z8i{+Ls6M{W3U&qVId)JLOI8P)vhDv_7(Lcwpf((J!~s?>WuG;g3Q5i?+%bCQSQaPt_Hii+dw8$VPwDoWDbVA_kl!d;_eL~ zld0hDZjd<`?mhw%CC%NGF8f6u(J(L{9nm0q3Fx}1I>n)HO*fkSRY z<1DB&BdXPhIj1r@qLD>rD#RFpp=NIcZB01t$Q>QgK&(+BGa`rOF=4nCmXD5TjE-o) zCqvN+547#pm|Fs9zBX}mM1$hl9lXtD3XY_tX6-gQqLHP-%fQf?1vy0wax7w&8ZQF_ zcv!A933Ei_G^mY7RF4&NL<6iBV?@K=gE}J`QXq3Mdf0nGqC~kD_lO2|cXxwKroza8 zE65xScOM3c(!||cK_*kd-4j6OV7U7vNR%{pQ*}gRbd3hX=!nMX8Vzc7L8w{V4#71V zmq4W%?oKb#9K+~{M(I#lCOW!CV|0riXdeZY_X&@VXpD|%jE-nb0nMk39!3BfKFOj% zAwy`^Xmmt_WpZ}gUrF`VIKmC66IdpBO2JlnMwe*7J4Q%DX2hSmF}mqwAjWe?2Q)?pG~oGmbcx33 z!DhtPn$&D#jSgs#JfLwE)W##K!-_ee0oIE#pyBC7odFFMkU1C~?BgI&qTGvnKm)tG zr-DqT!oYw($Q%rJp9P81#NGQrCR4%Pvq0uxxcf3llr(o!I-mhNL)6LL(rok$4RAR+ zQcv+3-Ejh%AsLAFJfXRRA-F!{4yY&_9nJt3C`3$Wj}B*mrzaVi85m*-Zp5eEA)=$h z83R%LjSgpw4rh!GXMhX9(e)Xl>obPT85*}hZ9Jm7tC+(XV7(Z_8Ghc>8P3oInS;^2 zJ_8aZ%DuRUGqAgR7RY2O3=4#S%)xN?C6Fjh+4t^ zqazyN2L0%W219373h2I~EYM9Deu$ee2KjNc6s=Di9nlya(HI@k02hFxBO0S48bfA8 z<36a3M^uj$b3_BI7h^;t*oQhJ8hRjeFnZV*L83&t7x#z;c6ZMQnM{R|fk==!81B9f z5~Yc|Pl8OQg1eW1%)xN?U63eg?xu7^gRdmDC^s`NF(*E?s3;$Ny(dBMse>+12H$ne zm6}(YtDBsYSX?|MOOqRPJ%kpR)CQBYxEL6+bh$~r@%R}i7;txmtifj6fJw;7HQ3Ip zc>*#7B`g=iZ;I9q~opmBio(Ie2rL;YMM0$iO#TwUUw{ry6M{C(mFO_GxVg#sC&Ck4_+kI>_GaSiiy zc8z!U_XA%QGvJw259D()LQDswkF*e@w0hu5&MmEoFD^+W^7?ODR}GG!Aiy1T#8nOU zAVYA3qZxs!0j!r$)xhHE=NU36ind^oS8<0I&iWt_q>rc|!d)K_6;x~GD2%6NFQmTMQH^om7ZD>pOjcql3G*=t|v>2UkAPM!ES%w-uO`gAxZZ`OfQF>dpbHqs8}v*$1-IPfMQ z3eE+_n}8@VmzoKP*BO$45|eULJ<~`^Kh(ZMDN8|)fuT4FPk$FFfsO9e22U+wonWMC zx)b7u51K(ri5}+6ypk!2S>pWQCG28;3=D~-Nu^0y3qj>Q7cX4-eGnh*Aax=N9kjtM z_Okq(lEifIoySBKMWB=d8;mPW%7S$)ZgDX%fG*|Qji`_=g9ZinBlx2;I3&;D5K0}^ zG)^7NNy)|d3o*1ZWHe zBsiK#_|p3uAagJ#gNpqa7_x|RFYX~2?Cw?snM?(DGl9&(aCaq0lqT+W1DQ+(cdLWU z!EkpyNR%e-&IXxG1$X;^%)xMXD@c?ycT?Kwl`c*#iBHcfE{-qAFHbFs&&^Ls1^0T* zMti;B24fPqN>2u}5sk-AA}fIr+3W2CC1awRnxnm5>Yccb(Muog^@8uf$wJP%qpepW z3oc4WTL|@QzM-~WDemR6fGRFhnyZ*STWYsbdqBk?QMEbd5;3q|j8^Jhkcm`iee3|4 zgVFk6^QXL(irwA+LH1F>-H$-#V7QxybazwQY7&ApmQwP|^F|v>;HDAioOCRk$EGqf zFfxDucuoIks|j>&3}h4#<0KbRP%{2IT>ws?02L#N^vA&}vYyR*V`m1!N!=kDhM4fdBN zCE_08kpL|y#qa@InnJI63`V=@;QD8@n~s=C~=pia>dQxDp(_!U1c=D6S8K45UJZGY@1AMul?($( zG|1BlhI_#U7@>4B0X3aaKEG9*Sw+$kPRx>m+Vfi%LG3uAIwP3#TVTByohPLL>KuXa z7vwUG&eH;r=|s5~_ZS^^cL#z@rb4Gr9b^uMyO)7PY2xlOkjYeVcR0u#40o>qiPFT~ zGeIU(!QC|=b1>Y!2_#CIyD6Pd6hxg*v=|-K9UasK4dRksZR`dmUNSq^qfLa-zV$%# zt*JezyAzZLh%3O+2X(<(G1?_ufz)Z2JOw!nqrMRYnNFN@sWqr80vgm!Ni0c(ulF6T zaz@836is0i~bOc|>Xth|p*_m)cd11Sk&>SB9fkIbf|ARZb?zKq_=` zTtMbvR5=A8QR19Stty8Lv_Ll(T;G63w+MQT*2fQ3f`R~dsYTrJL**btaD-zCfsJTj zy%_P1I+@YK8tUib>PA$6(fT~PZjfJb2N-OdFh*MI1nDCxjBpRT5EWKD&i=l>j(#rj zzWy$Q<8-jOAg_}VWV1o~=n-U`E{-9NgD1S!gZxcKc&!ELqf2->`-Vmgp71&d@;4db zwI8I9wD6*IgbT~LD+68yTmc0G?%*S?3b+I^gs8B@90dpKB~%44`FjtF^8Xpgqqsv0 zXZimGq>rco!d?Co6;Ld0j-Eb)BB*|Vyi7(=eFN#EM^Lecc>22fhYpT|4Y`8IJhK&~ zkF?ODv=rk`&o7D3$;?ZQPfj8#rGZaG0iOxRQc_uvO7?kRU~}-E2S&k$y&*XPTZmZi zT*3o7t-2I6V2-isnc6Ez5J$T~4_+F*Cu(rq6NROLfx868f3TZh7Salf(JksjWQ#g` zX=YxDMLcOo`cZqhs)q$Mst&3ea3?;b#05HPi@1gFqjPhEac+(cv?_cK}XgRvwD(r|H^_IcEsi%Y*!#igA5?MWe8ff4%(-y3|d^g zgo%NnN5VHhB{essvLMyU${liFsBeBsX-?{tEU>%~l6jG!ZhO=C4V6t=ItZ#6ZuPsb=Ih^$m&I+}I z$uil)STS(cW;l!20V>;Lgh&l(Ir-)B$t6WO@g>N)19W#xJnSMFKhU)(;8f6KK$_0r zaA>(iqCO9(zN|Kwo3l2-S$AQq9uK9svy6pBtEY+7wQ5; zbrz4QHU+e1B`LF{m>9*yCHV#MNQ#y4x+1YCv!oJgEK(te=>|wlx@vBdRnk zZZ6I*ElN&}PtM7Ps>bWXq{Pyc_#)6HEs%)BtGJ{hJ~N-#uq#4SjMvdcCB>*l<5iuE zt{SOUzzo2miuk0`w6xTscu?~h8Yp;mlwi}LgD*N$%Tn`7;tNYtOF_pOR;5C0$+B>U zWi45R?y|IE)D)SP0#V+BlwvRxrKIMhmVnw-ph~Sr8IN&AsgNW9F*Hli1?C2%xJ@ZZ zg=Yv58#91#C@x7X&Ia99kerPinn=z8nFh;hV8sPRnfXX*T@m4OWToI}gXn{}yGH@L zLQue|;8d zbp+0GcVl440?VF)v(CH2#IAV2ST{Xktb1NC)??6Zjv&1~0&quIS%F$@AydF+_DG?N zTUo)@&_PuQqp1Kj*QaEGZmR3yLzRMxilB;GSru32B}3&9kpgyxl@;i2iu?k|C3Eq4 ziMgpzg@|MfRajh-Uz8eOP?VpR3F@DK?H9+eDYYcNATtkYh7h`RVhL160$rvkH8BNA zCx$#IOj46G@}c@=(DfJR7RQ%VlzDpypAZ(pg{yOt2i?qbZKN^X<`nz z1_UP=tiDIB`M~Nhl2%4yUV40K0n~F?EkwOz1*#G)gMpd_pz~-!N320rh@vN^qSRu1 zi34<*OKA#JGiFLmEs2L^D5x4lg#ry7P>kn6k3L8&DM?Ju$OY9ZkUP{MSsOzSC`1Y9 z!H7|iJw=HrnfaiCyablDF_eLf##DwireH2WN~ai60kXBAC^ap$s3x0CF5VAP*ZaRpJFtQBnA~uK=iYDl-V-Oh>O|UDrAX5BD3B%d9v;yM99^`}u z61K9+%*%vTFUYYBkxWS?APp*jphhF7Gl*`?v?zw=D%1c*x8F0bxFj(z8CLknp=pLm zqZ)$T`T#itp$ZXGC`~HA)RN3Js2`AB02a5hDlSPZf&~zw8EIt&l`c=rEQv48E6L1> zFDNL8PptrV1i^^_*|Sj9pza^kD&#DOHh>G(ja-nS$YYH6f|Y9`1rD0>;?$DT0=)Gu zrUvA)S0A_0kVbYXsC9?YSV4>pqPZA%%MrQN2OnqzdkOdPar7tAVyv#!EfdqJCLz_K!+Wint^HH_6G2r57! zwT+b(WYH`nZ%QCbK!=CHW5v*^gjp;#dUZcocSwZcG zIu*INhRkkw!g4BN_{Pc#CIxObV@c}BMFNUiq*Pv-;pWXynh{kyMFYg@VNcB~DauSO zo&uV7S;_=Dj{`ih5<5jhqlc|HGcP?SbxMy2s7D2!g;CIO*49=4U0AL;rAHv%IUu0S z#1bw$CBwmQiF}!I4Qik4RgfEfBMDYYp2M`s=AqW~nc8ART zBdmZ&peZyA(Q_Td93w+SC?c7I>Kme50Bvzl>;kAcWV!%*lZLb~0J#98wL^3m7+`G% zk>LXL780V8$CC~~4I(U2V1zdj7+Rnv0+1o7;g42^K++C+8iX{Vu-FbOLvSQP1611~ z#-Q4d7^_1oXA!n(PU%sA_|nJ(SLuzCuY7T-LiQJ~l_3aw;Tg>hV!I!1>y1qiKE-7) zs=s|mawF=X8x|+J5_Y077AK;bi|WEql3a*mzz>U4{RleM1gZ9chb9gSP~GfFlADo6 z9kIC6iJ&`;k!mh&}ib!jIP~C?Z6^zeIEr(c%)N~Jr zSZHXB@J3#0d4RVOaw`o!4;^2ECIg?7jV}o>1b4skK%;qRtuDlL1jr5XDXC=`?kI-3 z!yLsOAf+fSNlpa`WhSR$xP*#sOi3*+Dax<`=NOQx#Tsk~4+_PC%sdPOp&cwkBjaf}iKkd+4*ra~QznyVmcK~aPj z(TI5j@W?UpS_KS~l_3R^5mN6LeSHI}bCK4tfnot^fdhuwR#3B%3N|z?0m$VPVhkFs z>__qsNI!IZ89eZdVJ8;0N1}ZZ^%P}wvgJoEx z%mGsyfSO^EoCZ;mnn}EAshMb|Aw?X>G^C{-7>2?E5h>!(w4j-dT>K%g55X`Qnvji< zi$7!ysKJRC9E}IrkGi4+!)y&mEFo8Dn7RTo(MoQ##D%;T1;Ykd=0?gapu~l&Clj@_ zL@L0cD_AfLg%!L=B?eR}-oQXz?Sf${bfg$PFi>@Y0s}2Lka}H+!$UDlmxTs3QvHok zjp}T~j4!A#O2w>rBp_xXH-Eq@a8Qjw$_t<%2Q6pCa21Yh3Q~(2E6DW((s~^X17Z09 zxt>5$pP7kX#Uf=GkSk$pR?rvuU|6IN2?JxKG6A1{RNo+33QF%pTWWx5DL(yZ2?eP* z0XY?E0TG7pU?Z$Z4n@;~>LDbfK@P%aG%SXYj7HOf=4`a=4ht--ZCRM%XxSZE530kF z$}5luQCC4>1dA#p{E@RLrY=+qkeedti>ENmhZO-x1q;Z0nDfCauE4Dav@#1RQ-i`1 zrXFeG6^2#NZjCWgv5rG4T67@Rxy6IrhPD(7!yYwgkRgqWVbO*fW=K|m+(gI_3G0hn<6o8}zd9csT$3GktPa#46KJlQ9E(ojOqkJ}yROe@e-9{sGM3iC} zhdPqtNSb?s!?Cyq+N#Fs8dDsu2@a>oEgsZ#iwBxpkml6D8w5ZD5ukO`X_@Je5GXDw zDorlYoYDiUOOVQBbR8%u04d7Q)q&OmL$(M(?8r^cO-e1&oYJEUi*G!ZSirUyp#~~a zO99h5@QQKJ#vwHOVCx5vJ7MU$E#aC;un@FV4ZKr{91G!^Q7uHQB*U^NsQ|p&3C%WW z<=}_Udu9-ws8%6W>gd5?Wd+I4knK`v7Q$yf@Wh{?5wZcO_9E3{nD#>U+<>-Sq1g&; zPT}>Yp#efWs-1Wf4yXkS-n@loB~b|nu9*Z2;Tyonu@J7A1PkGt$jGq}t{K%rywQl* zh=yh(anXp-PJ*3??QCS(iO`N}CsO+kGr6K}ibJy(K1qi!qnMx?L4w_=+v~`(8`TI@ zyOCOGnEpoJsE1~|84*Rip&7a%sP-cbdVn^o;jXiw3jmFf$}=<#C{-3xBOgtfl~q~_ znn$25Vm~~F8>OY7IvlA8$FKmp{SeI-coB}<3+7Ors8%8MB`~al?O#N*O9vJ;xb3ol zX+^aRYugrLI=uY=9eqQYmWH=&QKA8Lt_-ZsJ7`LTEED)fio|} zYBamx$qu_+hDbV5Z9*I%5|3;XC<$V<2-;P~6>SCxji~k@RWZo+pzldV^A@~{!R{?H zbnU2iBByeAFA8D<-c$}(i;~Kb3Ng@1F-YiGStS-gXPV$C8`|(j4I;Ri#)$=aP-mus zceWzd2#O-ig}4&h%M^m-b3+4!Jc`Ri5h030ANG7Jmkc^`CKb{;O({u*Xhxdpf{wcw znxZKT@HR9+*oop6S*TJ_I>2TmbYR%f1XUd#6BVH7n~rR|fjRNEL)B8#b`tz<08vY!?Fxv{w160h5%Av7 zfH%ibN}=7bv&FA-4wJkF$7wqz&2gL>kp_o;LRf7T~QDdkuo`~xI#1%AtqXY#tT7xX;FSYFxGVx(yhq z7Ni(uB?yK!u!bmVBpaGz=tN6JSV9T1JOslAORO<%0Xy^pExvIkDnuU=8hYrfMldYa z#A>mj8M;O^pCLL8P>VqEiEq^jY)}I&2u;!Sxds^;AXc29WEc#;fwbaXb%M)p=o-=d zh9%Y@t4c5e54vswJ=1{A&n>MWWG<-C!@3v+d!b?hQ;$+MqJ$BK(;-^0tWd#gMQSE) zD==anWCgxuE7%J$LsK+;xNSsC6(XfIP-6l6S|c1~f-xvo;JVPF1~DH2wF2Zg0t;JU z!@OuI8XQZgT3v%O(P}WPX&HIw8zZUVD1yvDzCzaMiZ*SGQISDcv0zvrkF_8$hbku~ zyiixMU|0a_Utz;yo0>u8GJ|(c&Q79 zxzH(2G;>YCiqTBO$cUhL0*(1&7>cJ10jYOItVXsN^yT+<=xL-QzxH6S-4DaY^|j>-*OtRm?{_YT&Q2Ns~9X?tQV0+&3< z8qqw2QKW*xjlkL)?3I!sIKiN5MY9aEO-FDY4s606HEkGzTkbG#ffwVTw!H$p(F$0^ zBn>o+fFcfN0KU~Zuq~CS4lpvtp&vaW5yR3@dqLq#Xc-M`6d%=2LrW}r(Lxx*I*>C7 zSqB@HMz;=&UUcuFbaq2rA*mA9t;g2c4RJ;7?4q221v*&C1!f9TU)L8)r5ECA>=FXn zs*ZiO06eOPw6Wa+c3=^j{U~(`$bRsFM-YD?xd2;?gt(f56}twQL$5h71D&0Tw*DHW zHxIG^)K??Yd=rpb*8sfcBPP7S=V?JkbwK*!lany4f$e8Qj_D9rLqkx)g6aVs319*9 zxu;tay5+8D0f_uHYFNqrD5Pw3KkU_IGdbFSfm;tJOjAPIc2ErGL!D>o$a}7<= zj!;7_K=jdVLfw3c#UfbEk71Dss#a8cEYR)2v2zlOg|I3F-9jT{9A==}tb=Yd(q2d` zwn1lT{LpPPG(^&eY6J2JEv%e`m<%h*p~K8b=?hVyqC`A$2LNUi^n5aiiLjzYb4m{^ zTo8o;+)!dlR>VqY^yBC-Y{Kl+z-@w-vG|H`QP92?$YFL6lc5;_J_(1AM+pl>ggE37 zJcMp|s)wDdV`zX-Yyvtk4>g9A5wccRkaP2}7zT?aWW&rLs!@$oK{gJ0*d7-1U}Mb4 z=9xp4qZ)|fKFAS$Sj@xfK8R{m<51iOJ=YJ5d05>CRgP*PV*8$z73ferh+(kQ4c!Nc zl)6noicpO}ZYh9dAtwhy3_?oOn7vQ1Stg)!1krk*$fY~PM96W27-nL2`oU(JL6j3= zD(I9#5=;dtM>7?ZecV^o7+2ctGLGW~)}NNH&xHl9G@5LdB+IpPDh z99pDgqBm$zvMh3I4dhMO;fW9*!qN-oV1S_!vTD?XgIG@iaW~9NT<*v04x^e5^$1>n zAP>eNyUfZ86lDi6|tIr{=(iJwhyj1sQas5>gg31*<|0D&!mimWCcb z2{8-F!I(J$Vw@@Xv`VzJi&zVV_tZ)ZOJM7f5cLzp5+eg_hhCytikw>EUdb=Oumrka z03%>bKud_x%tS7NP!7R^m&<&jG_y zELj=#^g<%~9(G6*_h|M)7963SK8oRpFhbE}WQf%uNOU3fq47iv;))!Mhyjfvz(z5# z9~$65$bp0=o>7W$#GXkjE9e3tNRYs?2XxOUQjWuZ`XjnQ@S~Cl7=&>Y5{5yr6ORZP zgnptC;yeei*DTP@fi)%(1s2w08j%}Apfxh6!GonS1X6@rP^%;M$+);W`#1)<#)DRD zK+keT-n1o;vS|xbElS*Jf)WerEJJ*8X0CZfMFqr>NEzA!l4^|1aO(*$G)6gI6*R$v zHesO!%DZR-WMC`JuviJ59W?@vKH|`XZYS!*fFfdY1E(#}IV3|1Ott8SqXZth*#=mA zfXi%yiVD1DYk-0YHe3oGZ^h|+=um_acqARG7Id3XCN?leZWU02!2*k~phE|S<`_!R ztwISfWss-fbB!PmVKW>$^k-y%O*LNg#gN8#AjucHdQ%vZbWsL?P+W#|05U`)dXE!S z+h7@|QbLGBPh3W5hj%$)THsF`$KzHCnqXRw?hN=c7DwR>? zK<7|n2|swx*aTI%k-s;pb5v2~t*k(YS7R{{)(tg8GtdO29@R(USly8*6~3% z)f}n?)nMeYeZ*=Jh_Ue1*02ah)LAIa43w}$ZvUbb><}|y)hV|2FN$(hXClu^p(ul& z#tktZsqTRu6ou4;K&xp;8F@uJfChOm4t7{K!~rn>!4eB1$ShzAQGJG3VUOpGaERGR zp2M6Df*Vh$jf~vwggFV^G{?RM1k11-Oc%a}acXI44^tN8WO7b!28P-xJ?xOBEg&(_ z>E)$8EV+p#8Q`NK)Irj)uAI;kdUVPsPUenr{ z1zOVDnFU(W+6g|jy%TyudN=4mbcmr@Dq$eoAvQ7>6_+4c2o)?YNdXD=a2FKir{@>I zEYE@%(8HFKn3S3Wc1{mRdTL%~UP@}klq`!d28Il$9^T@DjLf_Wy`22yM9^vLg7G0m ziFw62U_S&D0$K* zn_e=daY~kL7y|=XKFbcovJYcmXrIzHC8>Q%4@Yi(3d9{f+y#}oa9)N}mUS2dg9e)3 z9v(=XDd0BU9m#aI;?%^VReh}lAo)P3BG%yBoiFg3gww4 z8451Wt_m=9?NfS0pbOlS!5Tm*9C7j=(MfDdx?|OiN9!OwLI~(u5F%Xy)~S zDFPV+(#8j=bD^a@?6yXTs4iTzhYz&uI#&TM&_1PyE3qIGx}zNGM39Isq}Mp5N5UC= zEnI04*o6v^qP?^zwHRb8M{+?yJZSI}dLKB^jwOw{w8@z+~nYK$oax=I4RD z$_bj%xV5gd9^+K#>JH3=?uJE-0Cl_HZTU<>w(vLvRrYCNiAbrewK-3Mn^m)^39o9nkWl zZ3;NYg9)(8aF9ySec4$NVGImyQ+mqNi}Fhg;^X5}41iDhDnu~Cv)a$=%os)dC`qLGOOq;$!eM`KqQq?)EACmEQf zm>8NG8l5GOBV&U^L$jomq*Ul#^I6Mi>k2b-1JfjP6Z6ERv{X}5 zLzBd01G7{^lhiaz)6}G76BB4ytbn*8l$<<5FpEI#SOu}e2;6)H4Q7I>%GBI=!+7vT zAMwyC6~u?LGg5O3K=-(UGx8dU0oueE0Irksi=bAogXr`lMkm}EiKb~O21bSkrbb4I z#)he8CZ=gd7Rd%l25CmdX=zDj=1{{okY%`0qKTP>SxTyznVFfXMOu=DWuirjg+X$v zk)^R|QW`A7ZX(a{l(ZxRQ-efPV-q9Gq$D#_!?Yw*if)KpVbgG39f4-Z zm}p>Tnqpv{m}X&WY+!6@Y-E(0VrXb!nwn&sm}CyM`84%yPEImQHBL@4GEGS_GDtEv zw6ruZvrMuyGEFixwKPbwgxY+T`Zk*zCnu&F8=EJkC7UE$S|(dq7?>L-nV6fWni?df zB_~5|J`b^(_&h@>X+zDu2r-wGJdW?-3Skz#IPlw_Hhnq-)m zl4y`(Y;2K|YMgAAWNegbU}}_TWRPfPkOC4+Og4a}+{@Ir+1SL)DAm%;$TZE+)Hu!5 zC@IA(+1w=2)YvR3G1)K~mRqk<-)8ef^CTmaR1I7KVnf+ z85vue8l{++Bqt{(n>WMl&B zrdXty!Rp(Gq?(&*ZfuZbY?x@AVqk7;W|9i(1R7YFo2Qr>n;NDX!rc3qRCA3DL6x$B zv1yXInX$QvrJ0$rVRE8{k-3?1I*TN(v%``2=GT9`_(8wa$(9j^o z%+MswILRE;cQuBULT^bnH`UZICB-tu$k5El)GRH<1k~3vH?v4dN=r0N1$BVIjobGS zb5)6IT|v|QN3fo(ba;a}11!*EkJOa{jRVHR2fE@dGU5#r6H|>XEECNv%`J>lj8cuw zjg2kMk_^m~jLZ^K4GfH7#oiaF-}b~HA^-G^{tHz zp^p7VoN4BXiJ-xhWFw0tgA_v(6NBWmWD`TPRO1vggVbbmSTy_~&a{-|Gz%l+)Z{b^ z!=%I%6B9E_P^-ki)G#s0+yqgn{UXjZ6B7f2q(nmt0|QVf8CX~(ni(aT8ygs<7$+qe zT9`q7`iD5vOw&wKQ&WwMl8loKQcVmkObt>^jZKq{Q`0OHjZ!RO&8C0EnPy^xdXX68v2W=5u#DJBM{pmqZ^7TAb0&C)2<+&IlFF*(&T z(ZbZw%-p~*&BD~w#3Ics&B!bX*5TtI&NM?y1M{?GqZD&vL!-nb!<1BWGti)0swj4aa3jSNgpQ;pIRjZH0$ zEkRvZP_<_ajRgVXOiKb4y{1MMhQ=w0X~wC>=4olk7O4iQ=0+(=NyhNXScpi|3=K?@ z(-KWBEi4j^%uPTBrWz-jm>L)+8>ShV!%8F(;!I04O-(UMHa0LcF;7iRO-fBoF*Q#z zHBYm&0FCsf!b}q*&NM?yLkr_%BUAI_G(%G(qZFgG6f;v$p=4p03MvAi;U+6G%3Z%BrQ47EF~q;Jk2!4 z*vKN$+``<<)YK#q7N<(YnPy~QXkcz)WSVAXU|?uzkZ59Jm~3vInwFH5lw@gX2&+$3 zh%?O~H96VXB-u3C%)~G$#mGF(+|oEPDb>u_(9FytIR#cCsS#&dqN%xwL6U)qnSr5& zp=n}bilMoorAbn%g|UT!v6(Tf&e9;xG^12gqvT{uBcsG5Gh_4Q6f*WI95UG|1iOI$$u%?_2ai$rknOj(_4YG`PhY-EvWn3iH>U~Xh$YHn_3Vr*fQ zVv=TIkOV6&4Tv+%z`{JqFwxA^!~!$}VqtD#k!EgamY8U0l#-ZgVGOHJjfgYN(jwW= z+{oNA+0?|)$iN`c!UB|`EDSA8jZBPn`~fcX_}UpWRYxXU|?yQlw<_z@EDnyCMG3YfN}}cWLMHnHncFaNHjG!G&QrZ zG)S>9HcU=3OG!3PN(FTe4B>^AJLx8;q$C<985*TnrX(3!q!=3*8zh=pniv|GCz_-f z8>hmW$)2Q}Y@U>4nrfP6WSNv=WM*PymYAB9WMYwQW?^ZPYG#@SD}KBoCc8tHX&`qZ z!6(9k?~4WXCG*lU)8h>j4bzOkGgM}2rWS_gY351B7D*|lhK80#MoDIgNw6-5FKMP4 zm>HWT8m5|=TbNrISQuDZ8Yh~hTBcYg8(M&xoUl;vC(YE96f;v(Gqc1r3jnl z*$_#ZsVOFgsmYef#)c-KqSnMRE!ikFEycvtBr)08GT9;#8e7q%nVOtrWMp7yYHpHh znQW43YHnTBSz=nEv01WtYMQBusj*qAg_)%Vtoe~hnyH3q1{NvFM#&}y zrsfvONk$f?re;ZL#;N8>#s(I~2C(K^GHIq-q!^?or=%Gh8YUW9B&8ZBg8ILS$;lRG zDQ3oo@Fr#|X{M%_o0=piCR4A*n423JrWz+E8z&~FSePW58>ghCSSG<5G}$B>nwXrH zW?*J%X^~`L0!r*@#wlr*NoEEn21!On$;PmvGnXVojgyj0j15u}6Ae<0OjFD)O_D9s z(vnisQbEILrirljNj}6-Wg@%}4X{Fp4hKvfpfzpK<$v*piD?D~CI$v3CTWHyW@)A= zNycerX$C3giKb?WNvWykFb5P9X`FdVVydy3QIdg?nUT3gnvrResii@(k+He4SxS;| zGAs|25@}qTd19hzT3U)Rc#_a8#l*}k#lXPGGS$@B#1t`2Sx%&Jsh}xNb4x=L3qx?b z(K0D9$-q3-G&$Ma!o(m6R`OL6X`HcPTC#Ul7*33YKmEs z8Eo31nn>e7bD+jare>)|put3gG($5J1JJZuQnERyhX9L;T8MG7cw-it3hE(hv896K zRHSBsQJSHtrKM$JQj(=nVrsI1d5XE2S#qk8iG{hTfq4?Fm~Dg@hs|n)aZsz9A!^l$ zY+6EfwSskJ<%4t}R zjZ6~Lj8e_gQY}-G&67a`$!UpGz^g~II>6TTkZL+;Ak84n$UMcs(%8Z*)g;-%!on4o12=O8JQYGP49!4u1!L?Lv>Do=p;H!K}$9b(-Tb+(^AaS zjLnSh(O%qMcKtp!m^e~A$(~}HLj8j2%r?F|8v8iRUVUnSN zkx8OuQgT{aYN8R$*Hg$d-Nf9;!q_s^+|bl8$uc$BJk`R|!qm*j$TZa;G1UyzN&&ll z8hNHC8Jk#|8CawxnWv;#npvi#8YdbWm?v8%rafgS~X zrh(SVLk(OGHn7JAw{pY8BonhFLlg59WAjuC3!`L1i{zBV)MRs0Bl9E+qf|>vs8K74 zFv`HvFbPzv8Yi0?q#CCh8YO`TOcFs8UCE}PxiZjE@L8*gFv`Lx*&;C|**MWG1vGA! zXlRgVW^A5fkd~TcX^@nd40Y97B8*BjF*P!=Ff_AFHcw14v^2L&OHMR2H!wC$NisDz zFf)Q0wVnv0j8e?g(oD=!3{s5@3=PdqQ_WM85|dNS%}mWLjndK#p+;>a!YE4vQ&Z4t z97B_&L?h$Gl%z!Sq*T+yU&wHm?T>yT9}!pq@<=8Lyg)^gi(ox#%4*DX~rp*i7B9=e^X=AG_#a6i_{bg!=zLL zSgzemgi)5MrWT1NhL+}OMoAVa#wJOrCYCA5hDm0o2BvAI@B&~z5k{F98d{_!rKK7f z8K+t%rlwgKCMFtK7$;j=8mE~UnVUmBc#sIAjFM9g(=1ccOihdp)6A32(kzqB%|LVi zpm7^BvqY#-hlwyM$-p?-(#+h{!q5`5YTO{n(A*@^FwMju(a^{!$pB{5QDTfrHb^zF zFicK0H%Ur1Nizb~5SEr{iHV73;AJgPR~;w9s5Db^Gvl-rv!vvd)I>weG?S#{L~~Pv z6k`kXG!xTg1E^6ai7?72H7zmC7?c>3k}Xm}{T9MRjP85yUhr6roC7$=#hnVA|SnS;`) ziJ7Tk3TVZv39P(2PlQp%CP|i{g&GzXNk--tCYEWSadZQ-w6v6DGecw02r@W3UnIgP z%Ot}jGlR4=(E3&r3*)3@b2H<_6vGswltgpmgZuBhk#l(84%1EhWV;*&J3f+$6#%$P)Xsv@}pdE7jc6 zGRZjAGR@4?I5{OH*%CB71oq%#Pqc*9&JT$&$`}+#7M4b!>LxKI)!4`&H96HH+0xL= z+``N#%?#?n$3z%qVrgh#oMe^)T25+`YHXU8YMyFll$@HJm};B|9+d+J`%@x}N-?)g zN&&S$l8h`86U|HvQ_am2(@f10Q_W2*6HQ@Z^_&Q!QcaUgO-u~Z(o9oQERs?z43kaF zjLlM0(@c{s(=3x=_25e)j7m;5OEfnHO%zy~Cz+=jS)_rcHB1vNQwFoPNOix{I!%`D6elFdM4LMbUpDWG*L2Fd2B#)d|QsfmfOCet5cj50Ja0!?`u zB^e|q8H4r^rKOpg7+IPankE^hS-={-|A;Uu&BE9yHQ5BT5Glpn(%jI*A~hu`H6_J7 z6*O~a3acd7%XU}^?ReW{=UN^^_k6f-jugH$6k zL-S-q3($H=a0K$x%6iAhQ-teGzeu^;aM z7-sw@5{iCk=n6wjx5rivgZ7_i<|XEU)(a<^C0V3_CU%UC&5|sP%`DAL3{uUL6HO9R zK`Vx#ril_~nweRug|Shxv7u$Ec`~Tl0<9uQ1kHn3nuE4gLQNBgm?neIZBV6>5T$rW ze9!_3s#6-QGpik*-#Q@qEfZgUOODTtFO9DN=d;ul1MpJ2G;<@P6oW+bB+H~^&?+Vq zQzLUrGb8iFw8Yd@ljKBDgDo}H(8AEfB01GKF(uL1+{Dbx#1dAH%YhxzLp^)V6H`nq z4NQ|vOihdvlS~o~K|>}fMv&ncvt(HDsz7aflM^k{QqwF9QcaALEmD%qO)QhllPygQ z%s~4el0X|C7Oc!e<>-(sj21`1_l8k-pyg4ab^7^WG47U~(mJGKTy7?o^nY-W_0W?-2JGB4HC zz`!us!pzJ(1vG4#2HL9u4l5&wQCMq#aIiz8#{{Cz6OBN+vlq-Z0U`*wW0z zAj#asBrPe~*f_;3G1b)6GTAr@JYx^<{FsqqW-4ger-^Bzp^>FUvPEKAYHF&1sfBTJ zO0v0`X%c8>CfGj~5HpnsyA$d$D~JYVB2qI{hYeUqRyVw$?ST}uSd%W~L=wY917pz1 z6=`P4sc8l#=H@Ah1_l?&x;xI)z7-T0FipBi5hpBWF!7Vcm@S^eOa#hLMd7O+b5r!F~^dn29x)p~ew3WrRR9V4W^1j?awGH8(SW4RMAM zRBHfQe*tz#1YxxX22-Xw=re!;`1ql$D2OJk%`vcJEZ}a5fhfhA@{{7zEn(w0aS(NQ zXZ0Z`@|4Esz`IllU|m_0;c0&gB<&M*P)Txpetd3xZhT^VUVI8@Za>8=$u!x>$kM_v z%>uMlBq=#LF)=mK)I8b5*v!ZRR;49_E$t!C4g*umGy}s#<5UBqR3mc>i{zvf3yV~< zloZRT;yxv6myXctAQL7I`JMOtE#ahf@3>6E#VrI86}pQov@K~j>Xp`nq9fn_pi z9U|D}rPR0C0JIy_Fxez2#mvaU#4yz$**wM6EXBy!Fx3)NfkXXVPJNqAEm93ZLsBW` z=4ob0mMN(wiK$8EY39j^#>VEUpw-=AKUY%UW@7^rOH)u?XPjh|oMvL4WRQ{yTBi#d zp*J+KfDK?*Lu|&o;~zPm6A48#G%RZ&=8}+pl1jlW(J9gDQU2# zVKc;L;$x9eU_*V>N~*ag7AC3Ypb?!UQ_yw^OLI`YWMqlr+OM<0M$8qn}9QlFX8l%q&yQQVcDUk_^oZ4Gfcw3@l8|jV(EVW+ zO##$2mo`4jr&_;KMY7$X)rlxruox(6WwbcU99kyg)}N z!%u1imEh1r7m0Qt&67KLx)|9xpHJXPUj;M{FZe1_&_Ye3U6o5OSCtU$q!Ma631c?` zC?$c%%s?lBrW9qCr4|wGGCHKFlK51jokP{Q!w9H&a0Y~&zCCE1R07`}LbQ_#X_}nk zksFrr@q;Cm$7AlYMG7z_(;z$rRWWS?3}a&)(GH_~jRQTEmS_hyQ8VPQG_b%q66z>W z@dd9QAqN=~?M|9Ebx_BkiFOxN3p6a@2Wmcp<}EVQh;|aqi+pfhM6`3L+K9j?@{uKEs_nqF zA9N6{m}r+#wKap!Wzc$=XopcXeIueQ9^;fwWEbs7#gm#+sF|A3U1X6_P(ZXxQfcK9 z&?PqUBsqnu-3R1Afu`j6_?*n7qQs&~(ws%rws2-%a!zSVYP?Z$MMZo(oQLdMQ07Aq zx1aCuB&IBCMj>dxGv0_I_fWOcMRy6jAx=^d(X0djMHZ~Bi{>I_>k2%PMzazCbhrme zE=i+i@k{jY2Q% zAv)HmTCL)98fb$J(%CSB+kwd_gVM@)6B||AOZY+%ef9;vv&!k0=HN$xB1bCTiP=Va zISw3V=ob+VUT2~#AtTzEbc<@F1*Jqgj*i&_bt(z}(g3;@$?)apM28sNoCaTWERC6CM72so10mHR@7OVfi7M$u`mH0BaoDq xXkcQQGH@;fU5sRAVrpucl$4s3nrxnCYG7$$Vw7xRk&`N`7)lQEF;RX3>unq21vSCUOTXKG0 zT4wr`9$u)&VSF}chy>iHocU#`MMaq@sl`)jr}VHErXaUyqSWO4+}!-U+{B{nDXBdiIf;4crHSdOQ+k+E^QQE$7Zl}Zr6!k5 z>EQ$g57^&RdN`Bw3o45;(=$q@^cWc#7@8^QDi|3U8R{sw78ewy78hrxDFjy*m!#$v zD`*5~B<7`OBxY(VIOpr>DEO45Oz9DTIv^fuJlMG)8z3P&rH8p9H)l$5k2p+SN@`kS zX-)}D{ge#(9^T^o(xT+l_~O#Ew9JYrJ>1FpIXS7xC179naQhdfq!y*7xMU`mOqo1I zGiZuN4~t$=amf_F9%jAVlqo$NATOunm*-6>?cqx;C{2n_E-sEw%gjjy1yTzhNQ!v#N^{dP)8o_fi*gf7z=@5$7~+O0JzT*MmVzoMS)^sAmlmZ?>0x)vOxFVo zv6dtz<)lvO;RpfIU?HyL{FGGPq@4WZ>?u85KAFWOnR)3TnbID%vc#NHaJ*_{NM=a& zFsJ5~P4R1=(!-WmT9T1pG^K~VG%q_3my zSTpldQY)ZFae(Xri)TcE4bM=@Py;i1_@Rj^H7_|oB{MI5N)KmgNt&*OZgFNhRJTBC zMRHDQN@{#TVo6DA5jaahGz(C*1gg z#G=%^l8n^i)Z!@}P*Xt)a`RJ4b5i3$0R@*3D#=fd&rbqn&-m25lA=t69(hcu_~MNG za;W*B^q7*Lo0ypg^^UVcexd{JszYEfz)D03AgCZ|s6gt&wUYy>2^ z6~hGi3M$h5qEXvEwONYBnu(-4UTpl50 zVxe}6<$~fjCAA_RQvSsk6s3ZS5tv0>Ma3oYsRfxi`RTBj0t*!s8Zu>rA0X~r*PzDmK0z z?=aJfa}$e73QO}#5Q$v~Ni04QoR6mTFc-R{LW5fbSst2sK^2Zh4=1do0T)$FS&35; zdpMFn?TA!x>7~)boST?8rH2Jn@JvZ9g@l1DB(cV)<`!fm7H1Zx#uwxyCZ}fP=cItN zK{E?4xJpS%EKUVw+9?@Q8BU;h<^c=C3S4&w4p57RfuV;5Bn~OJK&<$ZjMUuJDH*3S zPJwg@A;jV#wu3wXk>i5MWtQZmf@}e+=LU;Ga_W=}dx%1ai(p=!k|6;RhSYrprAaxN z#TltZaODtjMCFko15wWpHajyVHLoNyEfYxt#M0tqh|8gta)4ErW~PA51=mXu_a=i{ zDpNEeAqo*nFU?Fzg$Y4yFDOa{R}i51fhdL8UXWj0f+~@rm7xuBA0(`x@r$=NF_-$*6`Xh1j2#SrMO^3(A$S3?KsbXKo@?Jia_L z1(bgnAi5yF0T-X8MLD42H#09MGY=HOpy-82mlmhSL#n9`h))E-W~QVTCl_Uc%STWc zg5wt=lbjDK^^;0V@)5Bn2-Z_xlnH7%fLl{jdbl$3i!!V7^GXtPra(;Q0yP4lX{?7c zF()wzTvx&hS%fTV=_`aJfs_ovB{0-Ta5C(XfHxKu6jJh&OFKIP2DLMJ+`BVHL)dLS$BrUNlGdVvGDwv^@p$nGH(96&VGkT!bmn4>C zCZqb0A8bHsMM+U2s)Q(5A}6u9B)+sDC9xzm1={=pdmhpfPkEmUyzztoSImaoB?W(A~^`uc8BSOCJ2awK$f9NK#T)B2;^KyX9nt635a_@ z?Inmk@x`UNpt>C9V2G(;&5#IzNkGycC|{;lfVu;aP=N$G(cj&3r@VR~7`&=3Q+V?ZXN z7h`--?eWk88q{58iqV+T!xW=AB^Ba)xaO41;)0ySN^qZ=DJB}EC>Ev&ZVPIW&@K(AnOcyTTr#C2BOFv^2*AWa{VP!E0+Zl@NtA*r-A;&VA(&udX-R%O zxb%S4b5d|AL@`y8Sd^Yxf~a)GVQRqTAFR^_>T^oEh5Gm?_&NHzD%iOCI(qszIJ&q5 zxdsQ@O@Y`fiqHxfScor4P0XFrBjV%e=N{_l?y6wpgr{<-D zs>mLWf|N9{$P`EuiXY4Y_20nt3dorn8BsmF@H$7YB((x{zyjVi?qSPK%qvaInNl(( z5n>t_#58Cv0&b%TK!g$t3R3e@z=d)w)M{yn45$=>uyRXtN-~r4b4qjbrgTCKggOtT zrXn*hr4lAC3DHrKUyzepmYM@*IsSrRJo9Dq(Ql1Qr*Ah$B@_pyCr0m=MPZLgXR!3Z&YFg#tHJ z3f$1kn#st(0MP<<2Ds^pT+)E;g9a)@vLLYp+@}M}KwX%UpPZbNSd4I?0I0Z0&PYwp zMs#Z+7D*#yVC_6uD+A#HBt_sMgVdDxBGA}hYH|s}4nBlQpw=>|p9yx8BtpC>wXhV_ zyUR#T1h?;Np@A-ltOU~g_GW~*4@s&dGdDHA6f{l(HWx_-H0B8EFL<+JXiCgW&d4tU zRRCa35(t~1GKc`_VTx0PC1n|ex}wCA)cBmt+)PmW3gQBHhoS@E&IZIf&fLU2XnQ1f z3Ml`8hTn9d1AJWYyrcjM68l7NMtFwd1!)8)HE=S7rg|xmXl`P5DlA=tMu1Y2OY)20 z89=x=GcP?S6;u$%!<$N3s-WZpu8RaqQY$j^((*BKHj>LSq%!QY-Z3&T^vL_?r7D2h z&K><@drH7?7FB3NEB@C7WwJ70D36Rm?J{ibmV56Zudz2;y zSOr%_ZVqUSq@)DiW#>h*88lh}8UQOwjW08X_1Ywo!6QTQ z`FRlO)D(~(K?;X|w5TBBo zRGJ>2lb@emS^!H2!XRxB32<5hOJVqNg$L#t%D7M z^e`GCl<^^yfjc8u?a598O$4Nrg61U$D3-1wZ-y!4U`q;NqBw&Iff0!U)dkboP45eiB$6sI7z6 zBSc7os!=pa{=yQlK2U!LHl7Erv;?3MAi-krU^%p*&jXbJH+ZJ>u;%6GC6+;ZA0o(d z$Soz1kr}cXa^ONMLoq`h%;=GZPlJI6?caa1jQ2~@F2AhlV0+a9%jAd>1}A8qu7@KfKN%E@#Z&sHXuu}+df0+o9bJ4~ zr}Xe7rj#Y-C8wsuCl+K*>EX@H15MH;=73t2#Z!7X5(_e+Oy1;*3XmeuAO&b}jUS;j z6;z5&>EVH?0L}DInNXUP;RaeyAOLkNq$OCampsLrsYe1`5H#(bTAW$}3IcI-$xKk2 zB|i@&2V2bmH?5#xiZ=&*s1GI#E{{R#CDF{vN-Rr+j1YsIA&e#q8qNTTi=v4`nh8_9 znc=G`U>1Q=n>Q1NaB)cr$Q(9^Ia9nXOM671HF#!TIw)&EMmeW+_6VVf=YpC*Q#yOt zp%#EvCU6v|mVgGRK^-xT9zO7>L?*cH1!`OMFlDBIVh%LG9-ot+2$_gw0Ts(rdIUga zOA2JNu{a|&wPZ?Xk7#mEeqwffYHng?PJCiY3TO!eXehOZry#W;9#m$7+WAkobHy!hhO zoHTGkozmIEm64cJ5)U3lnBvXaBL*(kGxI>rUy#z&JWzd_GNq$O7 z5DV&#fyQVcOJrCf#c=GD9*&gK0t5%tDFF{b#ZD>hVJ}Hc2T4uI`VDHEB!QDn)*mJY z2FU8Htp7})@uMsTW(J1XDOt?S3=BOoj?gk(0p5sHC@oG^NCwxc5GQAGFf%Y@i7|tn zo5jh@zyM02+z?ZEArwD^5`<8~V5&4r6r>UA7*MJu;22?N1;+qS1s9ZQEMzw*Q|Jaz zULoKHQD<#!0cq3gJT>~4uOjZNG=BDK5)UG1Fdf|g^gpu!AX6gDw4Fq9@Gl3o-xz>TN@8q4fC*&+Q=ia6z$PLXHG<|r&E^YUQH&DK`ZNn?c2IF!nu8@h>yR5lh+0dNTqDo}IhFLf zvlL$9K#F=Yj6k?zE;wUSz0l$e#oBd>qgiZoDVG+f>Owke7`ZB%+}J`ycm%md5FOMS z;8u8^HJNtrpBC6y?-tC42m&8G}qHV(BFBh2f_4KPHQSA&h9V@rm`**7!-B>)%F zEC5-RlXFWeFxxWoz@Db4vYkz?5s0)p18f8pivt{CQl#*24V$7I12o4j9VrCz?M$j;3AYsqzUy_kpq>z$Y23~xIJi757 z97Uw~o7kY{Q_ct3stdCfqY!yRZg?RIk(cBefga?fq&28V5H&TVC?mrNgewTt)Z|wm zkPV%skilq_OeV)lt41)NGGu}dW-Bzn5F-oHtQ0qdCBR0|vHB2nhV9r@@P>E~B{c15 z7MeoJ@G%A5Y^co`A!-c{4pOo))CfdgvLM$8L@G7~8$rd21yX#829@T4mOUy!d=E=j z$i-M9&4OP{xd>vrE~@R&@Ixf(II!m_ih^izjX;kAGRh)EaR$j+WEg>P1*AA5!w7^c zAVY^_7=ds_Ik@{nMvQ=5Q3{<{!Zmh@GnJEFRuex-wUkP!9W>$ELtqqm5xHp+QL@Yj z8$rjiTGhFHM%Lusk$)NU=%0^!NEpG@l8)6LvoFvc?2jyBOoue95h>!Tbh>%S$d@a zUbU14+NO`3LAcnc(_F+Tb9$6v(UF&04w^qfI7JuX6pY-#&PH(?l7(C&&?AS8S_)Lf zK&JE{r6UNk6G69J->wE-JJ$NG)e zCo?TIxiUE?6|{x}rPNHMRnYbDDd)g!)dj7D#K@6x;9#JrxQr&(2t;0p02@K|`ic)e zubi8hmx4N6)k3o{=Lb!5q~?N4MXFG^MkLEh94} zB{gqKCup@j_yjDt00(44VQR`0Z-yQ&$V#&OyqrqVD(0fZa)iau4ElqOfuV;Dx`?$W zf=Wl|>BCk5gVynb7XkNxR+Fbr@n(Z$qOXt$z_q-I++LFqw9)Po;;N9Cmjdd|qSXFU z?9^$bgJThSV4z1B)<_4Z9sFZF&9wgMLJ4kLCLnPCEU?Xrg>au>aVP9oU!Xh+8I}Yq8q;{M}54TfMW@;K} zbg(FY3VeHH+ms$|XOLiO5qQWDX+LD!lpbEtHWS1k9@_rLwkbVA@Qpc$?Ko&VF59N` zVC;|R!Pr{aHl;@#*A50yD-yB<9{zq0YrQT5#K<>Pj&`| zRC+aAHL_lU?0f?v-h+rwAmS^C_yKYUG;4vHwONAf3=BPi)N0a#_k)7lvRT6H3=G~Z zkYec;IMtC^ra+83L5JrMUZXzmiP^Xa&+E_%W*pcU;xIr!h zHUej{gL@ALxt$yV7w~Rrg_P9fOwcLP#VB1IM_Pqmk07YAk(r*Si?A4)+YpodcHqDu zBR3$5acgpoK-BXVU?ZqL#wiY(97Wlo3YwQo%|QwO6q<#<1Ze+(^ z1|ZD=NQFX%5eQdElIszWD@v0f8%F8Z93Xms?IS8BFVLP}LQRAF3BtK}OSn z?9LrOc;qvw7<66+=&(za%*n_}orV=g==BJImyIVP*^7}q|AE7TqAKY(*a$L$liZe; z5K>K30`0&dw^S8r7NEk&^$g5vj4+ksq`37eO|B7$!bSpY1l3zx!r)p4&t`iUnuWdy zq^?1;8zcA~!5*h5N!yWY1bXn3QC)z_dPt1}$yj6dhymVdAYC)LQ7-6~@93T`GT^qZuZWq1Xmn+T2$s5@XY zlbHSXYv2H(C|WL)YXr@sh2J?p7qmD`Aty7b2z010a)$UrvuF?i?GFOks|&LiBRBjc zH_Q+v%r|n4Ko52@YGFi04k_ozFaqHU8dc=npv3{X3ZPSwQO7H_xoFiX;Q`eyskyok zJ24_%gNx$Evnshppa(Y@F@}hANH3ENBM`2*32wcSQSN|TQJPfR!wBE8S-@-8yjj6hsoo6W)2h4~!P5`ktl(h>Z?4iFK9Ffhho;v~ zfe58#rbCuD6@$*S6o4+ziifVC0trG6B8;5^HaK<)p;@ca9s%&WtN4=q_@Y$sal4@7 zeZg~G{Zll+rc3}&dLekA*)IeSG!2H}f#$;yJkZ1#oLAbz3tGJu4|O#7OhQ43Z&FiG zM7bd6c7o3;1f2xPm<)1L4>$M{#p24`r2L#IS=&J83$g`6c$23*3EV4oXc)MX2fQ;fzN*!7r-{Ojd&gz>ej03=Z*3 zfnQ<#@P& zuaS#^p+^jKicsf|6n z@ril)dCrIfCrguvjEfdnjAgZhoPZqSpffnJhj|stUN}rO2X&Rbem>mQB zrW7Y7!p!gCNX^N~EGW(_p3>RFQI=SgnV6E942qw`(xj}pAV*})1Nmezh?oybuY>|V zYa!UlEVU(KGile?gfq>mQf|m+@dtod`{kf~SWCRANra0vA18Ahs^# z3ZovbvdrR4=y5!LJqWKsE}4aRB@1L|54&S`iyyokyI`;?iRfdS%)(xk*5PFQGyDuPZ#sl*1p;4)>3Uk_g?=q|RL%FMiU za6tI=u!2qjE}qf@J5?NX{IFhfT4HWyPUVyy0mtAFN7(f*pv$UZ_Gig)gQ|t%q|&4w zv67<1Oi=Y7lv-GtS(IAroRe5uoI1r1xx`}txfCUFgZ3Rl61OmcSO)9Gh-D^jXiESR zy}a&_J~w1+2~@ISL@^so2Q+TM@d>F7kz*Jp!p#k8Rq%jGcoOLWwJJcd2~`D)(=0)d z2ZazeK%-I|Ap(vuO^`BhvICvuDFqHiq^M#6-Gng34;;K%iZH!kZtN6LXlJQ{-Gfw@ zsDn%-DrDh>1x7w1DumgCJ$=p13=D_~+blhhs}Q*c8d_NxVQL8TqXw}d=matuX9#9l zfx`!sJc$fH2atJm3qJ$%feycLkbkKdexV@q=ofwip8j$`{-t90Wr572NBFTgxm%hI zaOQ0Ud6tTSR}V6e9)ZUe?CEPU;Aw9f$h%Ywz9}H{NDDqhlM|yB!QL7}tEWL%{ef?- z2DO_pnqj0g{#Jn;PpDbIosygy4?EEVOS_L03pWsBA+H;K>Tn|k<7?PXtN$x%|F4#lh@CP-@QPhH)(NN_*EZ`wDh^Y#W!67h}-l>&fg98$ivprK> zQqvMkb4uVb*u$Ki3cBzRG;9p+_ktU=S!nr&BP1T)wC&*q9c>T3Jql#xl+KK5ztSYo zr5=2syG)VW;H62B{sFjam4(&<&e{tKd2lNYGuc7BA%o-%q|vVcNH+)SacG*zy2H)D zkO&(zJ3y#qhnYmtyo_2@;7Yn^n$R;mE^XIAUWZCzP1IRuxk2M!=fF*LQj+skkjca) zXY~FoSSv=6_8Md$!QKontoH{_YLE_%A7+F55y&u%P6R&>149;ZZiWp=CF1T*5SJOD z1tl>>B;JGy?Q0M6^d<=kVVa~jagfPG#U17V3Ro{jf3KxC&t6=TUzC^*nla&q zTxsi*pPZO8#V_MmM-O{hW>E>~9`nu~p45thoXq4*u*p;WdN`Bw^NLGS%Mx>@biz0l z1x0WUWDKE)qbxrsu_QAm6;v;SwSac=rxj(U=A}&O#9gBGa1~{yXMim$o{|;810813 z$cp9x4T!{m$c$f|S+P8z@-Ys?&58%J6ToC5SR@I|P6m@HU=nAa9DD~EG}Lfe*Fi<= z1YiSJpcn_)I|UM1;-ItdwxA!d5GDWER10vf>j$c=(4?HXx&_z zgwY;D%Yj^wycb_k0&cs2iV=vD`9V&Gwq3xv2$n8kQyspD=nDXq6F~@mC^(+NK%%%p z-47hpyEX z$loB@tTiCNuS0~$Mi8HHSXh9RffBVJwn5RXO+28n=BzCsRp6o+lu^Mx1K*ztax-{3 zw-{cuLQ}s6B$I#|?QYPD0dHW!?mDhpD>GfOf&^D>c|=q#Yd`IIbr<))4- zP?0&DauZ=6Q8PEOL5>CnwN-E@E3{+_P640^4_G%RzbK%j2%b!OSn@!3D`t_Ny3xvV z=H#?={0>7(@1Ti!(M&H|9dD)?$U z_BoDg9GloBo7W?jL%_r@eh!Fgk0Ri3+v^9(<9E2jpHE0FdXkoGshc) zOeW;`tU!<|9Kp>1lEZLu2uPHugaIFc!80gN%^to+7P(z~yA)8qj5ULoL+~_AV=WZxo%c3G1y6t1f7k9WQ7~#U4yLfJsMQ z(5wn%?ioi1Gs_jE5>)eG>sLmD>J6g0517+|V7(aq%5;#41UowT`jyEb6EHeDHhh%# zE3vyc4`d%jF3tj(fZ<{%nz{HJ$UcHD#@CrV4Ke}4#U38i&H=*V7OSEW-dMf zvX7vP@%3%yf=s}0u`JD8{2yc=MJ~PoG6BQI%A~s(F|~({g)z@c)TS6#&=~+BxcfVV zCgs4}20#T8`bu6t(Cm3;T4pkQs{+boUm`Knb6~?k6Q=NeG5D798uBCcQRuYDrfFl&c<4i`RMFl^>-Y2qXB z1PFLNksN4!GIS*kXwfRDd~hqxOG(U4%_~XFK`cpvY?tq0Da+4HnUdJUl?*y=2DE|| zv^X`Z5|qn91D@orFpUN!S7?sKTw9AgxraHKhSFT2!GLWf$Zexp39-h!6THT}6UQ2J zJUbT#b{PcivQjBOe5oF4KFO-$2QQ6YO=9$ZbQi*h;wm7!IfeM^pq-i zRfA|MVN^OqHIO(!4J6l@yuAZ_Ef#2vL$8*}K~Pvhrr@kRpds4#dW zkQemBsBL;5lq>1I9rg|=qG*u!* z)3ZibzPPjn+F-wHS0@2;Omj{CNa(i!#RCaSSLa?W9=S`wdM06DHM9()?hU>bI!W=b8+dko-Jof?p%G||dk`sTgK zp!7{<-Wxn?y$R3O;!ShZY^hLb)dXQ5ky74Mdy5KNaY<2T9`a^ltX+PzngM-fEm~`e zh?)W|t3Xb(#alTcRUV)n%{bPzf(LlP=XZ|oV#c>IhQ5g#bMTQlGp}SyB5dqYRFHuo z5gc{k(;ujwyqFV{OF#`^qKZcnQy0p9U`m%YU|X;-5mc}f)o{V=AAt2@^bbCROe8qY zfNwJWFvtXqQ4<|Ol1EK22KcbMSOH`*MK1o0)x}02bBPLDc%u-{xG+)8LtfB{O{wt( zMfspxJV2?Epua}DWqA72cuO*BHg-v=rZIX(X!RX^n}*h)R8CacNB@~iOOV@0%YhhW z22uHr9kd9bATw_?$N5oq)EfS=!qFTDx;~-^l&ZsmuAG$M0 zga+9c3ZV?LlU}c*mGA5&nYpPXrYHi(Y0_f&{3)n4LR3Q=bNC#r7o$tyF2ulqaqAGq zHWGYY0&$QD7+r$RAW@=R3LlKd7z)Gg;(CzD1l#@iTRL83Hq@hXtX6uGz^ zWCDhZ_k%=9b1|g@{v1WAi7D~WPBlRx7%2G@SH7c< z|ADn)RQ9sMlvegXKu*G_h%`aw66a8AjsJnS!KNl>}&$mUe7}+S2oNg6$FwdQi>Uv zie@S(X%km|qgOOwtr!)}E0BQ{RW!#zCSX)FpFyI;Ih0xzjUcF^NzOjIr9KS$rBP|zV%pDN5h=`*& zH7_N;IJbDTfj8Q~qj>|*ScHKAa;PTgwj3$&9pQ-kZ1JDDHM*1tx;zJ5>Qi?(n{ZPV zJe*DBIS<2hAuU^8X>L*~{I+dBLP>b2t|lU!7>3$vBEmizP2N51xv9m)iRs|;&4_9h zk(j<|zOm8}RJjnkzhXr-(X%c$OMc&)^(65Q7*;3G6cJePlHUR z$i=fkCSbVuE=ZI#7gM^;}1wv`k1|s}j6kF*&!i0#vXPEKNqU+-R1gWa0b~P_iDR zS?&euI)Vxmj+ooRUL$=kZXR{UGe4(bVxJzzMr6+M_h%1-s1yn#pv-xi&45wMjK=TMvpHYBubn^snz4-fYgDhqjey| zXdOuNIp<}F>)?(Lbr-md)`1MMQwR;dvSj8$N=c&9?_jF~^FTR| zxT*!c4g_n(r~@y63?w*Cfp7MI0muZ5I`9rilsJb{s}AG`)q%PBDWy57qc>QLPNmc5 z_L!%jbWT)JGFlaaHZP}uwoifUKCBZ-_{Z7(z;{;pA*F3U@Rg~4IIc{^cbULwcd&=1 z7g*4|JNOus^N6cq(5phQR*b69Rh-i9peV=$jH)mYBubn^sZ|y7f+he#mxqt8DMKnO z$iH8CbWIt-HDyttR8DS1NaHnS5g@mbmIKL~{SyK;L5nlf^AdC73riDoGD|8)CnZJ) zWN1DhGZB=)$;^C%XUh@c@rz+PD^ZGZ&pql@Q@6!wdw>>8Q88rpl&B;`;+V+jvc-X3 zwn!*>aY)cMc`?&)LmACC-1LKrR-)Ptm>X`udNKML&p;+pG~{*=WCBJ%LtcXNo6NAg zSQun7MJ|4a)y1kHbBPLD_!c3GH{5`FMrk?u<=|!iMfo|S?X%JL8O_^gdZ2_(RON~} zN;uj+qurKp!YxklFd?A|v;wsPrTAPqj+Erocu*k)Dx8Q)HdxR58EttD_LkQIswbQh zY9t(*H>z|%J6ICfYm|TaSMr5Wq_M6kp!v2Q6HtmKuAoNW)&tgx(MjzD8Az}o#@FRb1DSx) zftmyoCC;JL+SbDZTD+EDkXn>jk`F$jpP;u!yHKNDC`!6evq6cRsL}$n3pG05GwA1g zo>IGlfgLtVRFc73!HiDf4E8A;UTNyKO4!o!i*geQoV<;C5;5j^!-FQ-5Wa?GsBK~* z>?80ZSt1X|9;Wvuv4EOop!ILWmVCI|C76ku=2Js6LDf7_ZCT8zA+TPIR`)xQi3FRc z_*&hkK_+0dy2GU@-{gYb#bO|nDRS{=tS*iPnM+jI;-1XH?qY9{$rQO*8e{@S7$<{7 zNpmr!Q$sSKo=skANqK%zc6?$vL=Gw9PR1gE>ZBGsxrE)6tt`~ z2bAcED!eg!I)kS1L3lsQP-}b;_7S-8L1c4Z3aQa+mR3B3qP^hA{&qZJNl7IAQ$97m|ak(NOjB%%7% zO{7;qxSNNV9Zs58P3J+0pSThqy=nq$#i*LpWEdE-D5{zmK_*~SO-3M5;v7n?stJ5C zVNqgAX8vgRr*ri9Hu{`nY7I)~qqPyJC4`jZhReG6R@B;v;)MjH*FFPK$5?`rG;u{Y zdL0ASic!b(fefUmj>!g@fKkUx2Z<8rP^#52pzhCT9Rog3c(jg5p-&yN0F=&0>zH9$ z$Gk$VV@7*C41QU2xj;SFd7$y-d7#8kTp^EM8-cZA)J9)H22xZTT>zPYQ5!MJl03tf zh8|})Bc4a8prgH_9 z(#fo32G2Gf!VArZ+UhmJJ|boP%5YsePioH!cUgfs%QR?~W)e;c!!&UdS}7AIhtg4h z%LCmtr;+u6hk+rB;*L8jyc#B|fCQZhhkPBG95(|4)~hN9aatq1Xm+TjHNrju7o>#J zS~F@|qd0A`6lYdZxC)r&dwVW{+6F|mf-(2@fc0Xu*G=RoU2DYxG6AE#J{2TNluL2X zH(+;hBFJQdt#EwfST-ONFkCzvBuWz(_kc{M$iPiz(gPBMw??0P7PK zR~DC~=8g`(jSj!jXU)MXP6EG?zZh5*dIS>X7)TQSY7so>mC581t3Hokys1A1;A6<1o zc-4UjD6NlHNW*m1L7Y6wU#ezf zOu(pS3P7U7Ih0!SLBgQE&uBH{H@dsDhrYW@D?w?Us6u13-!t_3J%>@NnbCd^%2Mlc zP}(Q1oJa5XfVE;&NasKXQdA+W1et(QA>9Ir66a9N3JK4!+$zwV1%@w}xS=yES?yd5 z3_Z*)A+DeUs|fmQFUYihkQUbDoW$bdDOudy3=Do*JYcd0w7C5M%xH})L6B;UW-!62 zOU~5d0`RC{F33&Lf(v8A{u5AuK_yeOq_`OvVy9?ycBW>{0xh&JP0BjU4a&^tz!F*V z0#Far*i~o&%j=wY0Y*9jq<}g=G(0L1|J>X7Uv1exy(V28Pbkq(nSD zEsV7E2oy9p(vn(M9VmRV>bbxHhH;SqSTEJm%Ruyyvvx8uF!b;{28Xy-6y#(kXO;vP zq$W?9JVmo{O6`;$meh)ZqA7mGNm=n&F9Gn&N(OgGK#R{h@q{{P+RP8q%av4MV8{YZ zI)Nq(*N`_;$qzCEnw%4%$+1PDTA*Q6-e}b%S7}~mVQFf7K?(RMbC9mAPDIw7 z4X&%Qd=Vl6ph7kX!4Cz8bQnmK@+?nyfdQ!O&!UG#c+XBEz7QkqBWf0693iPixtV#1 z1g^(JE4a|c$NaKT%M?%(Xe+3~2Ca?6+IqroUKU0>lu)8%r0^JGny=>I1vMGSZ03RW zVl?xjKqeCG1mGKO(+8P=(IDLm5+%x|xL0#vckvdG$rQOb31k9>iw}cDNpmrtP8d;* zYS!|i%o6YlB7*)Ih-S4Pj`ngVxV;Q1VFxLhab3sj&%uT)@YpyIqY8}>knuc1+9g|UYeO#Vi8ZE zNl;&->Q=n3vsP+ZsN?fpBjJBJiA_Ik|9)1J438N(x4KkM~m*Q@_ zVRvy5$Yg?T9ek}#O^^u~E=~lAlICJc+iomHsfpkYFG25&Hr?>F0q_=abZ@$~DN@*U z%K{}tq6(qWrW>ehp9LCo$Ja*0n?43>6-bq)8`Ya~jNsymsKiNhJ1%Q<+!s6!Ic&#$ zM_YTiDz7Y8UhrMopwY=Jj21}-s3IV$MS|Jd1M9_T?HvS}NU*ViukADiWCDgu|A9n_ zaw+cC9(EUh1({5di_d^ez;H2(67B`#sFU4r7gO5W;|47l2etU(laoNbVS>IIZS>*F zH-si?>Cot7Da+4HnUa`Q#SdB$k)^3bVXKc9lpu+!STS3DgJz5R=y;t*RwcMHuL4af zVoV-Udj^yvtu!yWBr_jAZZSIlNySARgi|wk%nNfYpCu_jKL=4Zl;JHKP^K&~^Y-Xq zJndHL5E;Q#8q}mpkB;I|&e6em$b<>FX#rjIH9Cm|2@~v-NTY-Cpzc{>7M<6TAg}wy zvVaeD#tic)8Jh16<_0xbiR<&BuaO69#ps;A0vSlKQ-rT`Y7R01qpSBBBubn^G1thG zx6+vh)YVHZD#|Y!?dyS?!|~vO+5|9}2o^ye^aBmx;#&lQcL10EeLV?f3j2D0Kq+#x zuLn*C!*3wnK%lQTI*tQrha$Jl=^MXP>gw^8 zK-V(IgBt;$(O%re{c2D-2x?+xk+}&7ZP6EVY7u-rJi*m}Sl6*ox$Q{jrgPRCB?gA# zq%7PaKHzQVU!Vp6aZOV6wli2OM%#IrG6RLnc+@~9V6>grfkcUOD7D(o9H6!{?9d8= z-GR|L5^!OOeQ_+_vXdU|X4G-e%XsTXA{Ojz2c<@$vNh&7>S*0MOzKuHP}zVu{}Fd` zpmx2=h`h0UFpkJ<1!WItVLg?Ffsp|OvT8x=!Z$E6Fk}g{Gcb6gO>U!CFJLn;suwO5 zN~@QLAh%&uFTx;mp)MxiP-;~#?8%V5^`JJ{Agf(EsB)wy-ob2Y7WzcgF4XZ6xaUQ! zmN_)~>2r3d3@Cl$E}@Xxp_moc;F12CeuUJ?tLTo6iD`bo*stAL$-;OO?6P^Go7$GV@ZQlO4Dd z3$>eM959?0I=+$NzOOp%NGK_+0h_$x@1CN6#eGMOS5?**BF;o{#QQPNzD z7-&GSFa~&tI-?%tR8fMS8$<`yv#K#Lz!o=Po&G^Ns2<07U}+NOsRGO(gKr)2TjoUHw|JAd!n3-Z3j9kILjVPI)F(>UeHywka++c69D)Z1eb!`MpT}_U7!+` zH`r2AM{@_F*U$-Gu+fQQf5@Od2?=#a_Yq2S#|lsi9HhBp8OUvP${i(%$r(gd)uVOC zpgHe=$Qco8?+#=sNX&#US;0K-S7Y?TQ;oqfr9kb7=PJ%fEJ{roz3vutAv?GffF9pE zBqu^q7N+2?0rBscL^)3kytR?Cvz9Q;8!b%+Nohi8XqFdx8Fo@>T3RZ+e!zbI7paLV zmDXq9-UKzZaAyLf{k!zv58i>ow=vf&ycj?6`E7E*pRHZi*$J1IG&s1el9A*#ELxf}(o7h|6O z0?0&ylk)gh6R!oCfU&q^f+p@OL{V21;GR9j?&1!R$rQQxDpnUy1DQ)y*uq_mXAuff zGrxm&GZ=L`|9E?=!)Z7JwYRz(Z`+fIVrf1oB@)#&9c{bP^Kc%*<1;vx&7h`_$CRcI z)M~4TF%vX7PE>jUSFEE$8H6KpNY0v#_I5^lJEIHGv-p|8myV0WhN-Y$+{v7i3cnZ{ z`$Qnp#2VIeljg1cxuA9cQ7ux;);?G-Mr;2K$V7_T&L=@8V6^tbv?y=wV|TF($YhFK z{1K~*V?gE-6}Ir!KE^_G>@M~NnM{$3RX`?SgmDr`lr$G3`X>k$hA)UZDTD{KT;4OU zxFj(zITh60An3tCv}`^H6mrn^5#eR?@&fQ$M39?-0kgeMaOo0fYH>k4_#zfiNI@+o zG*pRg$qQD;a&t2<^sp6_Cgo%%Pssx9x$Ddd6#!34C4xufvG0V$NKaXyP$4QkVU{jn zy%?nnTDx=*_HH}C;WeB#%Tm)vMD<=aYvG$&!OSff>3%vW-9axro69$-NmvXlPPlX7pyMU0hvow*uwiNc-s3!wcQ5aIVaR?=nRgD32OR? zsHR(>Hib<$Q&2)2ZMuQ_Tz*I!hez0{>Z47!(WcwzF!P`qW~Qj=W(+FTiE3V84g`Vq zVl>^lKqgYu5Q+zxfYEe20um+4rSOIj#&9Qg7w-m{Op%KxflR<~@hOlfX)Z=I-4HAc zUl28D%j%a}l9>h?gCyv)K{Q%>1r%h^Mh4aaP{^4M=eWVMJUEVaz;+blC6K{5;=+!= zAtzwH80j3Xo5osPl2`=ZS3oelM|Y~@8LGxR`A*GsLpWN^EU3GaxO6CNHopTUJZOq0 zb;Og_r<}Y2xs9kyfxAd0DszaGCuWw!m*$mZ=EN5i6vU@iWR`&MgdEK)po3~agTF)a z%oEhSVohmYk=G%ACm*fziY&-&^vEkL#U=R#MAh4)^~lhvM{+358v&s7H%RLdKakr< z%Nvw7Z+YEQ^HPg4lYR43N^^$XqJ$<;fI%aZa5HzH79~K!))U-`z~@+MElOwrg$j;j zWA zp`i_~x(4$xJp@-eF&CGlfZ8e0lz_3;1FeHRdPoxk_QhG?d^yz4jb?TUaYc%JEX4q+ zN9oXc!(R_`N(s2#08PGFd_ZUo@aQoRkbSiyuPB3_C{<7bKTZnsxWUo$!G_4H95G#GCILS8IZlX_=Ym@c9tN6DAdXE#O040 zl;)2;pfpHs{y2shy4ea^IeZGiA6-`tSy4SCuF&KH?-zrY5V(^A{uU?^`)|<3WLQ8J zgDP#@RuXD5Cepf;-UZ4b#Ff%Nx!~0q2Qvdh7Fa7ri;-WC(iY=0kdrXlUlJg5iF4>e zF3|cF&>=@K7I_tmXmWmDT4s7_QEGfaNfOu%TiECY!W=TKNDP0UM)FG?*g&7o-coruoQdQeIqZ3Tgsj3BPu8)h5WsJ(1~t+=Ep zGcO&fw!yk!3$16a%nR>{egG}1A$^ezdQTlzN)nZRL5q8EZjLBTLO%qMm_9s3mEl@Y z&LgglL9YzKS}`g^etk;&@b^JZ!l(?TLFN+YP|V5@&uj`&TXxukJ$=p13=BYNjbLRs zh&Ju0f&vYiF0p0~lubJWw3-of?H@iDQ)@}1GAL+BOHUXhLByvW1M?x5b^<{GgfAvW zZrbq&1r7bu&d@7&YC!=sns%^lcdP~l4L#BhTd=3E#n4MSD?#Binsl%wo#mjQp-0kT zadNjb8)|KxtDw*sO*q&R&Sg;0&?DiX4P}zhR0ehCN|Q^bWP#duepx)AYu&PHKvU-j z5W5~|dhjQs0b+|I;kGi)K3oDOIp;h=xfeglx`q9E4y^9OhiqXYI8vtO34wVsAVA5-(6f);Zodq|8W2BUt zKBDII4Sh#S%|MA6TFc?z7=bxoJa~3^b!34y#`%FKZm}_g=5%v)& zX>OPfl_HmvM5SR8M@vVy{S1+9KZJH9a;N8)#OGw@rN$>GfvQ#9i3M$RpW@Mc4w%jO zttGVfZZsthla$C&nweK(Y!pxH8Bp{#Wl3gkYJ4vEBp%#}f5@al!nNZtt?#jH<4Dd( zESi#-RmBflXqqKrNZ|rPw1mT1oLZ0wUcEtC0YEKoGNMYyxV`64f)q zJmL_n7o%%74P+w0UN63-IB6ggF#7OnhPY3sM(abuW*;$Ti?F-+ILJPVTs#kC0)~rq zXy)RtAp0nC@fnZ_7%n!VnTusXCR60%Uszpi0Wz1U^a~%^LCi$sS*k_UXb%VSAut3z zH;5*soj{=mt<kF2CLkMx4lAh~&Dbj!=o*z!VXglD*KtfaW4?gr%&;!0}tSu3zsjJC`J zkbwl-iTJuk+d(E^G}~W-M2T}KtZRg5`XZXc2o^?#^9wW$jNu=&wwVz8cE|XXrTwR-^_a8^}DOf)RHUh^XKcMhi|C#}LN>4og{(-*G2QlEYFO zWZpo8rL%8n!~ln-5y)uFA<-Yvv@&n!dQ_*dLBkCtFyR_7#NC^ zvZxq%ZXkz(0xt`cy-Sm_YC&}duJRFg#>QUNfU^w=!KMUq4fTUfp6bCC334bn*g!d% z+QA0SAtVHwImk8C4>l932U`xvq2OQxWm;+n8)|0h5kYO(q@OrQ00u(gik2mXLHf_Lq2{mm*5p}VPvunJ&tDkF#r}F^UAX7oU#vPU<*T$1U z<`ET&xC=mXLX(uuQM79(t^)aH&CHT zh2|BI@2MD?mq6yxBQ%9j%T1#91<)=iUxK_&#h`o+GLIfXDS{f5B<#+iU10tLd7g@a z`3GbkX@N;{9|l}&lF+K01#%PhTb0wP-l`NbhORNl0#)SHZdHP-M-qZk*Uuz{*(Y6ly*!XqKrZqg>$u2DVMyy3wHs)MN= zY~ad`gkXC|n_zoQ^Q@O2#?&6xDg-$cRG(&nYF26o z8`?mF1Y)3}B(*3vGcPeGKDDSQAAFMn!O*3}U_%?o`?#AYWDYj8fJ_AiDj9gfhAU7ZX@Btoqm<0*~+yP7S$iobfc|-*%?vV$g zf>ser&^mj#I(r9)`o_Bk1^EXJaLBF)g#;Btb}h&}dW5VNmXHngbBzdabq;ZLiFfw* z3kmY~i5~=s_XsFRs2IeDK<3dSh~=;Zv5RY%Cul&@-w%9g6TxDZc74H{pkSb4uwDn5 zM~`4tz!I#Xe%^lm;eLanNO%Vd2r35b8<2UV1uV&(Y;XlZd}7R+4{{UrTU2wX-lAeM zfpxM$br!W-RN&H|gkal3n_$~W^OLP)~?Idl2?HJXAO#>cmph||? z!3Hj|NeH%kvc9c*a5MYL&Y z&~+8@;7yVQLl%4i3S`AyNo7GQmPKN|h}%*EKxcFYA^4#nKG=jX5Q`pXedAr|P5cP~ zkQ;RHoq2$FGXym)0&j*uJ195{+<~tG1uEfthSAajj*!NOQ-nG8zvxGloiA&aqmH4$V0X{{;p7O09LhF3rfR3Ym)Mzc&jC@Ewm zfXPHKnZ(1ufPC-Bu*@=O#U~^+fW|Ixr)45C4gS0`1(eirn@>2eOad7|kGvv<$SbHr zk)!!#gyt8#gVVUvG{t%5C@9I}HlJ{wISev@9(hIvXP!w;8f}{Wnl* zCN?{uY-q*3(FL1R{IZa87UoH2qsQwEljC&=RP?x08vcSECHeS)I~w3QtukeiuyybKI}S@vMk0Zcmbf*PTaBhGOo-7Hs-N|50ojCs1r7f@cIN6F8NDEaeJ z%R!Auf_-rM9z#i;vjXt;!y!Ansbdk|emFHP!qyM>%ObB2&W}h0pzbBO#wR-aP+l=a zn&RE1hqp8zJ(m)CB@OsI%-AW#RJ_WL@X1@$OoYf|93`osTTjz6(;1r_|a;XLDM!N9QAlhRB8@5;w@2$w}`NhXqA|g2Tx*# zJ7q*AX2PTALoG2A_7OD`GdHMtke6DLnKsbHF)P>=^hmtaI>QjsfgrXzz?fkO2Q`g| z>IYzMZUpPaSZ}xuWFo;fKE9(oxpxj5$Z=-!g zaC;p4`Sf^OG^2e)@Y%NFh_hb)fR1Bu0405*n%|fseuJlvNVwh}ZHYieCpEIb(T-Lc zA@>oJQ{y2spCmR)C_d($EjK@um4B;`YB zX!&Gx*n)upd)+(K%Gc3hiykh}m~?V}URoydecf1&a~o!3aHEX{jjT%W+&g)*8l%G& z6i!VNHwTaH(nvc{Yn`Z$D(0{SSTDw~#cYs?1iPL1hAoOfCSVK#IG9sDY=Payr$P2n z??db2hBiBDL-^77PjELhXr-*Rk=CJ+AGpKqS2saNmQQ` za}Z?EOf8N!Yba~h4DezNw4Nq&3gkdZqEaPjYJk|O5VY}v2XV8|laP{B8L^cCbLjFwmw$Xuda3LhoFXn$dMaUjTKid?J#G6BQI2_R9@ zTukW#5~Tgzptd7uDaq)-#?Ttr7;5dtOi(JvU92LNaHH);@P7Fe@GJ|?b?O6qxCFV~ zl+kwMR?xz!Q;2<=;G<6noR8v{HF`D*c)ZyU$9OZo6D6qG?Lj-_0aS0&yu*z)w#Ndp z6jWIgRhD91=0x+>Vmhd-C#pq**;)ka#b_-a0hvfq+iNDs1dO)VKaeO($*p$Xlx0T>~iCaEAx^;iI1SiMn@RIon-9mo$#)y8?0-M z`I7TOrTAIG{i(fN~3w_$q7{E64koE>^y<>VsxHnf=ndXR=_vZUIH=!qbqU=BubP^ zakqo8yZ9K$WQtt85M%;|i*JBLNpmr!ohNZb8?Lw{zbG}npeR2r6S7l@pbtlTQKP*m z@R1}qPt}DS2$#jr46e`7H)uWtrFWw0Ui$Z=-YRaup<8etwGbACA`yZnC{)fY|gTvcAb)}XxnvShL%%AmEIJzXKB8MR}7R7 zh%4vO*YJY1Vl-!SK?V|RI^k>1dVoy8XdG68M2T}Kwbt;NA;CZ;iGHM_YuH zvk5L_xJQXj(vo*HsU-77$?{ zftO4WYythGbyCYO1=oqANe$Gu2cIE3Vv-u_*s+>5N?V)s*<`eNRrZq1+*A@%*8nWK zZUEKQL^Vh;M}on6F`CZTK_(JxW8!N%ZvvTs(R8-3#=R(o*cox`E@lClOp%N4V|B3| z$Xuer7WddSb{Fe|Os2@iJRlP=!q^2QN}7u)9lJ(aCSH`9m=X`|k`naXXeVW~lR`-+ z#TS&+iK_N7J1L_L$H6xf%#xI!pM#hRo{n0bQ+?F|TR~=Ce10}Px+ydtJ@W=-1>#D5 z^wBf0R*WXVB9MUuOK^NmfLf3V7}e7{kSK8urPk;fQuPFy*hx*!$OpwaLC=j=Povcn zCDqe*P*NZ2)zjz@8e#|ywR&Q-p>l5%R4~QogJ+$IN;OzFZP2`?*$PV4#1-J^H4RuR zMoq(IL+K9R=O8Cx)HK2%bBS{(wQ3rqBaVx6i{ncwO5#ELAx3MP(RBng-w7cDO729J z8-utrG+Nu>s%_G!T-z|0RFE`kjybML^O{Bql%k0%z|m_OuvUzkCLd%V!Dc_cK8+8^ z1dN)d0whYDL#b8MAZ_^p)ij{Vy~N~_)S~#}RB*Hs^yO&hX0&rdN#~{!l;+8;ZjjFr zq``53^&q#AmLJJmGKw;?ke3o)oLfBF)*Ef>(Y&p<1C+qY%zUG(b7;5Uj&SppxFr)z zwkSgj)F1iIE6q(xEdrHQM5UtPut0}!+zho<6NG(4Tx!#&acX1FO)V}?Ob2g8r*(3p z`L?@lprV(kwgu*53$R{{UJ0))rQ=^OKyJe5mAHY-CCa7nUI|7k2)m1|KqeFHVc_dW ziGobPaIp_alr$Gpx^zJbv9cO;UPW$dd`eZCkf!beQVN{& z^FYN9iHG)4y`RQZU`UTX8qG)YyFfXNxS9lgBp<95qs{yrWFWzc0bdJr56A?J7U*Y? zC~*#@)<`~53lvoO!A?&boi`qBfr5G@G#^X+14{Db)_yc@f&K!yjkN4YUJDduAipF& zIk&U|RPYikVMd#tqfJjrnx4jX6de9QR1zA@mD43qMj)=tN3Wc~S}`goO?w6kZqlL9N8%%=Em(ocO}h z#GK5M%F&Vb(ZLLw4`$p4C3P~h;o#Y?Lij+;p|*p7u#a%;AV58LQPY9OgBeA|kSRf; zk`M)h8KZ}S4ZcIcP?K61jguNPowh~Me4ol)P?1Yi>jHD13Ro{jpTxw0(s46>kO>%l zl3b7|Q7*;3PX)V+6G0|Z)QhqKnSkNqVvs0lE~er>70@cdw4D5M@EZA|{G8Di+-M7q z<}J7yP?9IA`o$dT8*RZs2igYHVhPl0^%!ckO7Y3r94X1E@t{HqR5%fpY_J|?HrgH= z?Cr64R8Kf1)JQlqZ(db_%0r@>0GQ1yuwIPj)p?MK6g5`XfK0$>tS~rIe&#xM7k>xY zN0E!KfK0$}F&pVFrnGs5boXCIVqSWDX#uFSSia(asI2ML*Sd0Ans>K<(U2aHQ?kBtw>aPH98mai<-p^eNQ$ZRIa_EeM$olF4H=t(Y&+n0;=DMYRY1E*1>u)I_tAR zCKBu(;@jX-1~LJo>&xgwd1oEFi%)>;qsYaJK_+0hn4M-W{tB{>A{So(nSkM9UeaAm z>F|OG;(()q{PNVI_>}x|@I4O%y*E0-Fgn6O$p&*VP+}*l0H^;5g9ylNL>0>vjxg{e zvR_f^=mF{A^OxdBPxdQL%EFy9C_dTG7nHhjo4<(%bX#xM79Iu$`sX}vklW~y^N@DW zf|e~LC6UK-)n^kJY5vv6?NQ1Ws<|8{IuS=yuPd4(Oe8LK)Dbc(noxtXv{0 z#b8~jK=Um|O`sG_T#=2w#R#kwqYHZ-WFWzU7+)853&;eF?$ra3C~*#@))phAvl~IR zOnyOXQDR9x_;`DQ9vtmpjdrjo>0rGCC3m9A4a{cV=-knupF1*krgBvSJJ*w_B!ji8 z8Jz+e>{CF|R8BN(Y57IDiQs$PhC#9+d~L~4+eSs$N8lw&nDaR-s2lE^QPU08kCSEr zwTwUu+lWm?C~J)5xEUC*uJppZ8j|KSI?qA1E>Vq4%o!c9UX13jjWYv(oY-BQ0y3Fk`xajV-VtO1hKm<~L}}vUK9I>2xi}MK0)~s1fka7jF{Lv) zYKS3aP?sYwwWK`1C_6r}q$DvpBR4g#1iXF?eB}{A507?1M!O)CbV1gGl0Q*JI%XGS zv@to@8yVin|G;t+5`e+weD@OIsp&)8R6DmoqQp6r2GtIzpG17MGg{kZf!e8^qqPkswasHtiXW|QhG}i1>pI#s z0+$bx2*efr=yeoWD@Gk<;Y#UPo-oJ+42QaaM2T}KwdyFe z%U@w*d9Xzy1S{gvE)h5pVx5-G!rML_9lry0seM67ezcMrrj^um)JlrtE)ff?Tp}vP z49v`tHz-9DSBRt6Hejt7wao&MfdmU;d;@W{AQLcZo0T9@;v7n?+6L*Q9ne5rK~ZX2 zYEe;YN<1uH33_w1z8S4=z^%MBpnYqk7bu%RiJqv^V|2b~=*<`X8G-f922hG7t{6wJ zZ@^kH>Kj%!N_#htKu*G_Z}>pw66a8A)i=`E7s(|h=B0p-uoLq597nHkz*;dXocSOFDe4>5fK0%sa8`gs ziE}6oDjZPXXtcud8{KKz!BO#3@}HiA+;QN_pT$^p=%E5XuQUKa)fwXIIK)kQNi>q(En~#5ZytBVwNRYozyq~|HE9merf?=r#3LbD+ za)H7UdKfEah#Dfoi^vew2l*X$h+2^vmbxJGhzd*GL-|C7sU(gt4GtgR5Oo2C02M>j z31r?thN#CthiD`y1gIFI;UM!!3sI7%LcsZo_MlE@=3_Tba@D5v$ zoWXNJ4h02X7AUKiCS}!v3g(SW3=CPq>!G@YydXNr1Pbo=_PtMOv z%S?|auC;R(w0av{L$j1r7NlZn?fCLQk7m}$3IHh%LhwUDe6R^&AXWrICK@~(20e+1 znth0&w!W=5GTl3qCyq3Lk-qTs6)+BkY7|14;ob{PRb$_ zc0Fvlskuq1MN_iC^)qu>ViA_=`4pnk1=qxcs%uq{A8}XLov`6-%u=B!^=L*R*xVeF8AS-3QOfg+QsQ$`^U_N) zAiW#h>6zmE5&}x*xXmX%zXX8{qDy`$F3B$#%`Xg8F7JnAeh~oY7kGl8d2VS3C30%y zmR68K^vEr21&KwOC6z?AVMnVL;u?EHGOO@{vkD|N&^({)0wr&1Vk)CHDz5L?joNSucFA83G$Hj=xDRLl#=#f)6K^HE^7bTW}ccl^<63ZHG ziVeo57@-5X3%yYGI+4DJJQ$Q5sZj$2f()Wdx-O}R&&(%wsCP77XAQ-4J&)3K-2h6C z)JWHLAcN?Vu8T&~HE3DGkRD|sR9>H^G+nO+B}Zzc>(wBG=#j3uib{${3vAGw9(5-G z>D$XCl(2tLny_zy(jzqz_6?9hbV=CBqX|1}*q7L<-W0a5*}bXMb7Tb>M302cS5y(7 zRGOBSS`-gE)M&K($UvQC8-uIV4x%)1n}E_JHA-zGkU?}w+$E!l8$8lJ>`U%?N)vY? zC{0o$amRxUqDSHuNG(gvD~T^GO)X6wExU*If(1e??lqJq?>_r0Y)0(uxPk+SxszaKIg)ji%~hl&V?E@-tJWBxY6dgZABL z$@rl3%SBD$d+8)h85puCKi%RVD76xs?1?**JnI8!&l%bzonIDG4#GTFW$+x4Pk6%} z?mY>98N>J}X+PAYh%bI28}wjX0QP_mk|<3YGzZg<*chhbrZ=Q5kf4@nQ7UA?5~wP| zU6`x}^~e!-J`pIqP)ZEYmQLh-LpV=4DNV{kOLtU0Zyd=2jQwAKK!qtis(udS03RK- z9Fn7!Ln}9C5#B@I;zPm|0C7zTe3`8YWF2Xljne)&&Ta7ovmkA@vF-&00q*ja+^+a; zkg-ICEM`|6td~$%oF8PhW_n&K(#TktFUrUm+HeFB%~cCfx}-*BU5d?BP7pSLAu+=%b+hH)S3P-C5C^>tG!09@;Q#aaB4C%Qi6_n_4n@@aGDj8%D zJ#r5hXrO8|^DqpnRum_>KJQEe8AOk~Bam8AlA2eXnV(0> z* zG};Ud{sRR8?hq$;VDJyfSmHt!{l);WRzl-~%!vhgM1|U*E?FqK_`n)}O!XIM<-363{P_oh%_)+>oD0h$G9zn-`ls?)T zS}xFB6A9fu!Wqcd555SC$je5mL7v4Po}HyhSzs$i^Gg=Z4t)pLPBh3b@Wb*!jTY?j zORfA;2}(lr$S?fKMX8A;sqx@r%~FUwR>d7u;)81)jS3`ga=|42#Z8W?v>p_QA=#U?3NXTeQX=?&N@$d@1jVqLrR(h!!VqM4Kt?$l?2bJ?#31AX* z;e#K_xC`jQhfX|qYTzw)sM#tbrPvv5EHN--(c^Y5ys=Mwr9*g!2Pv^X3>!=CppufP zifOd51iA_cRBGY7gN;h*cC@iXRGJ*jjU`u5&LXZ2g5FpHYsF|Rody|5aHUruF9QSk znkPTZ%aIp=Ou%R?T?dI0=TK@jmV}^^Sg4($bx3yqF0Whuh$IRm$! zVy6@*l_q83EqaDcgQ+wxv#>OEbabh4O6?S)V}I~An4E{&=+XmFX-QP&gxO#kJbT*- zw=YJAml&W^;eSBad!vo&piRc(P7lLqcxlj#jS}wE4YkBe*hi#vQ%46WMh7WC%>#`r zY(>`)oY6rme3_x+tGG*D)bVtrJ!zvSkbrJcCcXPGSR0Vssl^5Hd8s9tX(Vogr20G$ zE7%pdmw$kk_n;Z#*7zo}{orQ1c z!V+Wx#?ZwtkSI|u#l3b6yNmaMOr~hCB?n{zhKm^j85pu?;^KE8`zUhpVUP(JE@mU$ z#gs0hM;;zBFdrQrqRJ|#(cvMDtkK0suukoeSYgTRGUSGb_(7#5Q4Q14;UVzCfMGhJ zM#KVoP>XPMcxX!P6pgG<@Olxv3x28D0~sA2g6~_vIzlkI;1{XIMgBTmye%$jre{(H z2Z!MrmeJuM#PWKYwd;mtVjdkHvg2i7@XN9XlMZ0gkr%X%39|7U$EZ`5D@Y}1g??!g z=I{_NsEJF|5C-P(5Lhq9@X%zCi4+Z8WPnV-7`o65qI|FgyNlm~?4!uVvq2_cxLBWN zE|vwEOp%K}VRf-7$XudQ1AGXMs>4I0tB0tw2@Y@hKDv4cx)xxxqXJ&lPkx)2x=qy~ zH#}qqDlJEchho9~{Wvfg4<#awJhq6u~IxVBe9zd3B(5&-DN~t@# zdT4a@5F|Nb9UB~a`@u(thY%$#%}N-&-G{+C);T&nM1$cW8&DIMr~v`Y;UTbIjNzd} zAQLGXx|j|!0b{TwBAD{wA?z-e0hvsZi%(&7aU958qQVwF*ph|5xeU9DeLyBtf@M)#JHv9oZnR_;S^@lYtX;sxN7$S-qF#a(b1vN(V^HWSzAEU7N8{( z=(h}y7G*=EC?nJz7#$s=!RSynsEJF|cmU?;5Lhq9=+H-yi4=`o90QqvF>=u!Liy+r zb{BhtOs2@iKe4*F7i2C`VT*fo2)m1`K_*k=;sB5d7-2jaBubi#DIFbxooemmZfQ1p z?hs-Mp8Vsp@echD_LW0ZB^ekQKwxx`h{BaUc$2~CAQ5rLWfO6{^&C){IXXx*x`Zed z=>|UB>0xw-+2{^4L@iIBg`1;;M5BX5qk}}FgG87IzSChTFLlpS8yzIVJUuHF<>Vq7 z3=+)(HF1d=7Qh@N0_(*XBvJ@vpzr{quOK&J3}9>nnM;&QaSyp*cX1WSWQvAdG(aX` zxOfjplqN1-1u~f;7uSPKz;N*)kSJ*`rgV@9b^uX&YF=tlX7cDb5uyb-LdS_lhlfUo zhla%MXQx4>CGO#X(KSS%{qRZP)kDc(a`XTqKkzj68qm$1qicxha=X#!0Ysw*5RGoi z89kqRbPW;cEE>Aj!=uAPL^Td6xLJ$l!$T)QOV;UT_~ z)S}$Xyu_UN)S{w%@HOWIJ;n(-cprRq8CPmvX|8T^PGWKK6wEu?_+VFiX=Dk4vgMJe6z?DA8sz5V9}YS?pI|8Jfr11Pim643CHX~ILeUTrYD9)2UpNB; zY>)@b-Ww}Y!;c4K9#P?kJL?k_j(pA@uFl@Up}z61K|%gO100OXAaCPNj3fu6BFH>? z1fzJUpKC;bt8<8}OT4qcUr3O@Py8TAmKGrYQ!zZvK<3dSJh@$5!#tf`&*KhEGHaVekf}I=)QmuF z1J+BZwqfz~^9&i_vauZGN!&q4a@kl4GLNW0!(GJ?6?kkOu8uCQ16{TBfV@k^;OhdJ zM~~oR4{(h1@pp6?;N-Uu_(B6GWhM_@ct{hsWE}Boc-UqciadfqE35?Ex^wRFKIOxwrsi0)~rkfkbKI;zJ;lDRS{#kO>$r zegG0B&Bc@s6-XDSmc*y$6&J@B%w#pmXyq=Lr^%tprwK=aY@;I+4)x}y`vtq+}} zV+DxzH0kZc&I6fDQS;6lWCDhZYeAxGTF8$=0>#?yBOs120V z$!yh)4sk+SO5lD)?3Ci9QhHa6Wr!KSO7PfO6=-an@Vp;deK!Idb&0e-a-s#4v52cf z&@WU0YsILZAA$^|sIuDzG6AEqdjk?B&Y=srKvOfNNr|{C>R((83|Sa%M@w($m7T%p z5XR^b1|60=d<7--(aH{7Qy|(`V67Mx zMnDv$eNk1A2^f`KG)R;r^q4?2Zd%Vk? zR)a!`l41K4P>LtB&eIs};f?n2Mwj?O(tt)5nRnfGWDz z`OhR!yOyY)9OnEdST9DOb3e#LiUwGxfK0&XbB0Hw-}{6(_yTpYBko~U>@NNWvX3Gc z9|M_y;o?}DxmX!wGDR-_hts-!q zgGd~M`B|be^sQQ{m*tx&1wCv?Xb*p?)r|ZbXG0?T!ph0r?Vl*pYmmTN21TqCyS# zs0dM^$K&kp>+9&}67TEpGSG)JR)RcD#Xu|vnMaR6|;&td~%& z!sPEgz*WjwkQZ?W9LZJ6X^?qD1sU!tg{YuoadY(a8Q{Qs1oA8u1MdOIJbDBkdx)p6 ztAFS~pHKT87Agze zUMx+@+QY@b&{>)^Iz0E8k(g}J%D60&w;eO*q{8b-Vp1v1SD7Vd zZ3Pugpp;I`l3~&VfHxNJoj|CW65Et7H^>08Tfm@$R%@qdWU+!SJzCGiz|bS%o1c=J z8&X-2YGvgPxtrWKKczG$bxIakUI1G8asn1&uTV;xl9|?o|M$G%;Z#Lx4D3B{ZF(Oa3Uj73n(>#wP+CI7f7-Mt4E6!?0$!(SCEdZ4r5rj*&ysf zz1j^q>_S|Fd_Dafed5tCE`!9eHA!ZmUD^dP!i6Lwa9vmhG0TD^vyd-qg6Ov*Nq?xH zx1WEwAM^?`unAeICeYx`ng(YbhqHdbS<$92bxvk5R;)RUbsWyhwt$K8Tf$gwaMoiu zOUeo++X83#Tf@Y5!dY@QFtKJhYZsgqZVQv`gR}m@S*CU{*&I0Q8l2@|50hO5XFY_o z>KtIQf{rkj2b?A01QYXzv)bUS*KpQGXP7!M7Z|Gn&Uy-G`Mbhox4>DFZZNSYaF(At zOl&ipCF=nd>oG#4hP0gg^7!PEqMY~=8n;dMn~QD#Xc)L5iK5Yr8in8?p7Day}*sz+35SlnEkUs{x$ z8lRk#4ONZThe?U0De*<13&$W4iC1w+MSNyHv0+z)rWmiIi%N=7jmE1w8C^9}t$-PT zMHTT$rDL|gcLkC}Urk17VmBbg8rj~-vf2~S|*pju+8*$P_aMlJm%hR8M zAqy<~2+k4=go!x>!C3jhFxI>f80#$PYGaVz9s#%`tgJw-wvZ`cGkc`a#jUJhYbT*9 zgwa%hn(I@tK$}>4_)w*wq9UlGR#wH8dC5>YM5KV7VPyrn0x7=$a`9?>USe)4R3Rc6 zLlqX68nJfYN12Y6Z+X4C6q4gWWrXWE|Eo0Noo2wGKlb z6qT8|#hLi!Q(^KL&IReu1$RI3Cxp}z46h@~GiVTj%qq@I2i>V$Selpvt^vVG2CMH; zYd)|#jHH#3n3o=3S^)JNRtr(D@`9>F%V3~p0q6j4&{2<26{6^gsVKD=U*Z7W8CIGC z)r^@EQ%mAu849WfQK3LX2NdJ5Gf5IlN)nSZazV8U;QrZ6chE97`UGzP4!5Gp`{4KX4sHJpI~66OM+!WNQqtgOKI%|gV5 zkj0@_sX}Cgk!4`FghHfHG(j)Ggvg+1g5B*1k>W>67|y<>6%Z%(ASX1Cu$5J2UM8%1 zL5^jJWJ)RlX;1+KH5xgcL3CrLMKLs2p$0Iz{hoQnC5d^-u);?UO*2dy)ez*?2gn%+ zRfw2EX;S&6mSm z2u^Iso`tFgb^oANA!j+X0bHxS(_&_7rd+0LY@kH!0pkYI>j3AP`VWWLu3FN#188!q7 zXFY~x->lc5Bf7z29ia2kz^w0ZRvKs{Ggzzyw6Gn_dJJa;ftI>}#Cill1t_Gpv9f}! zQikMB31kWA@Gy9+7@9Ohk>x>y!8j#BL%&FpS-atu3qeb0=yjA#6nQHvsQplD^QW%Ds zLlxsU&A{A%c+(8b4G5TKK#FMwXr?J3`4p6gu{cZ|!P+_PQ~^OJKDi;Fd<^ytBihU+ynMAB<$44t-u%$T9thg`xU>9MkcPMo3I zqy@3b)4<(z75Nu8xVLrUVGJ&|;51TbcM%bsuQ40es?!&Mj)F{GYxgj3Q z4K2|u2bn>-&7c++r8a}iK(!eyFF?{H!W!Ip0iqHm{t(3zI2}M#Acr7m4A~tr^N+9s z9)YINFhtLF5Oa(S5uu1=4ytd6asjl(L9q*<=8)+E>`fZd!T{s~jMfg(VPJr@8AOH) z&|64|N*+%-05yoPM1c|BL||xvng~FKpoTwM83IW==xGqrgu-GwtPH`C1PxGahZuuu zKVqy7t(-;Jra7fY0pd#|6I`V?O1|>Nr3%?!xK@TB?1g7EH;C7y2OgR@EI@U$CrNHb8g<0t zPA7uyG)79_aCagZit09RlH7)}I0uXCTnM`kdnh8U`9XCbVpK3bFSQ(EB~sHp9AcrN zF~S>pspSFQM#!x+_&juc37QOiPBy+Iz!2R1$^(t&p|!dY(-9yy#HXZ|VYs6h>JD=h zcYu_lxFk6hB$Sz)is2F}x-liSxTGk*62pz!m~MnB4KPGB^1+2YYReF*H47S&g^m4V zSOCpK$Ua6^k73HJ(+TEw7vYz+IL z0|bUhR{Ad1yKu%BD9D` z%p-tDj*-_YV3@27DUghidcWxF8&I8#w1y273rGtbFwC}snvGPjp=k*~E~gM<&}d~p zl7B$@q2tTofnN+evG@mF52}Aqg1;mlG=+y@s5HbQsKF0Wi_Fxq;!R777Jjj036(tyEYd~TNxkAI#6_ANma-$_K7stXhtXu*Nh>p~n@i($GfG^mm4Z-i=8 zXCr2OL4{E&X2l}`F$=l*173lHY7A0d00lW{IV*;%aAZ@ETGUuUt|ySz>tGlN%LmBy z1d{s9O!O)iDZ_wV30t#*zQ_l|B7I007$cPl`1GUt2FX%TdMDaa158Wt=|@W_NW}@r zsYnZmFnk9aVMTH%nifsSss80xJ1BIKXyMl(ZLT+MmQNHGs9=T*ad`eN;#>j>`6K^Pn zQWQgx%Fz_0{w^e>p>sCaW?7Kb;xrGbCr{8kB(*5!Ayt@=Y8AXS1!5d@5(HNHfX50z z88`_lv5Bg;;Nc2ql&+IN`A6?Ib_n!WHzI(!+$1l0%<>_**QN0!~FMxfe_ z)I!7bH~L0BG~3OHDB=yx&<#PgA8F77v{?;zodsP0XoOUrp=m&=vXC12Xv(at(o)bo z0&Nld;W6AOEd|x#NJTh?1<>t>XtuzMaNJ%nhw4PN3aKxFVHIruBAQ(~u&BXpmjz5K zs%2Q)wh+_d?FZ=S8_KjaylsmT4M-(2qNQwQ1!5!ZqJ$U^Z#qCb@_yLOH#9}ljp}|J zHkP1n#U#;2G~K8+B1I3#WsntfR#sp=u>G89_Q4xRSoInjqv%DoO%KufMYau`c_CJ# z*#%E_*zGbz(uryl;sB9&WSc-q5UWMdt}?D@GeBrWwFjw+LAD2dPb!+X;8hHEZ<(QM zN3|0d;L1W(z}hBs;u!Ob*IEXad8GZnnE z6|qK86k#sJmC#hPGT2vrGMcw}Z^0Gjc|aHtP7ge)-Cf=z~p zK6nXiaYiC&!yRM^YzSxxEbiHKWZMnQiMJi9mYTMc;CBOvS_*AfK!m0R#6XOI_l5?% zIfhaS?S`dI&}u8JQ4U?O3s0Lcg%sKgi|=&EDN|UjMo(=>YALiGv3>-+K{GxC65z1q z^Uz^?)J5&4pp}Us&>{u4=>lGVK+OSf76I>yf|!Vu$zjD6qLBzO(E>DH2Bye~^&LDsogA_;5wiud8CZP2ju-Jh*2vJc&%>xa|;$OyLj@6ll z<`_C%gZzR^%pliRy9VJJJBHeevQ`7bL$Jm;BGG|@#?Tl=7n;`)6)?;S$RP?ChQk^| zsD_(^(sMy(o@TZ2S}MX4N|5Ct7&cg9jcE(mp%-ZJjWbap`jF7jLtiz5VX-Dw ziw(`tHKO?p(P@BM1d305t4?5p8fZaiil)ys$j|_>;shnbVE7HB74NDOTz*5>h~_se zu?AUHf)RMobra~B25f$AX$2v3L4_XH#VFVd6$_Ypl(G>ej4+%I(Sl`#3SKKxGjUsi z5%VA`@GV=xUWgf*qUpnJBVwu$DXoDT3)t5h;V2V~L9qhYg%&l4`3R^LAjc6{*a92o zMN84(SVGn68kC7vgJDg}$V1;4NexF4WCrpTvPM_5X=99v47!R1!vcA%1%WwKIWggd zx{3wE0$BeVTX>;r1&0?}h#^)8Kw}88vIWB?=n4U}Y-wnK(1PY2^6ahI!GsM=>fs@Gq9~Ts4;E?ZtUYS1kJw~4gh6LTzWD54;xQLcK|*^&>Nc=vkueVa=n;t+mWJ933SUCYXkerGsCF7!V$q8h!Wh|v8{!H{m9TC-w$5&dD{5yKnQ9Y!M?G~^Di_q*xsZ&7qgAY7{_yfrW*kUBa)fBAQHNYHtcY+z{>`b)v*C@St zkOiQ=8j4qi?P!cjWLQ6bE z+Y8+}gi@P@xRPQo>gst()F6lW6S{;9nyt~J1tq`?Q1xRRgN85=zEBKSQ=*$|Xo_}( z8fpQek8Ts{=1VLV!D@aCi%d|pqS|ADZV!%~lUOW-RUzmW8X4m-1J!07beoa(LSnHE zIz!`!ZkwSYl0H-$kVj}?`6)l=mdSKy# zC=B3+5>v7wRyv~}M~7h(W~T;j6SR!QSA>g#_O(C`vxArn%?R*GID|Y(SSTXIA&1~0 zbi-3U>|`B71B7A|(1CfVF{F%;wX%Yon}@|PSS%qMW(HA>YMctPanQr|u$TuMV@5X5 z9I71EKos{uj_AW;9#;23RHGV);y&oPept-I>OQD)R09#)_pGcyhvGpDgQafhK1ih0 zZ30q+Y6Nmi0VE4KIS^tHQliG}eS*z00i7d=*84;*-61AIjvK@<6SLC~Hq#8EoCs4v zrxcQ4Do8n+smRql#I2xu9@=KWFxnlX8U#BSwV{#e7hFP0O9Qd-1QLh1iWSTeAF$=n zA|(^OL4%TIky~pZZ^8~wg!mAaUN8p(42_Ugqb3~0dJ2fUVP@iTKW29r)pV#w@cILJ zFb>&eR#u=WgZKt1(P9n(pjt^pA&ERS2R`f(VhJqBpc|EtvY07Y6>3l+=LoPg^!Q1L zSx64X%n=adOu?sBqNQELS}44yR$^EJTaSdOpCFbP8DKl~63tTN)C%`XegTFh(ES1! z0b>GMLX2i6auI}b2p+^#SXg7u<={Ot54mfMVk*|t`H&(Z1tXWE*@MOfHS7%yFqT@N zch!)m7SK8yh%H`dZUc9FkWW5@gb0#jF$dYuTn8TdK{f&{@R3JK(1Hn66oPsV7?xtm z%BZIo64CdtLz=ipvlp`92<`My3`c|!iY6mNtOh}%3#ku{Ct?s+HJ@X*aRz~Td3 zW*byg;5AzV6il$;Qt)^yPUl01B8OC9 zN`NVYJO!U?1bGOX;n1N!BLi%z@tQA&G`<5#zR=a1!jPnkG600)GNc2LAsW$poS@nU z%Q%%1LL7SHGD17N%Lyz0kVm^r!N)VB=5bAA!=O1EeAY4+Ghr*nkj*qSLe_+8wi>e8 zpo0i;84PP4AscK7*MP@R&>4dy84A~cYN#Z1><+X6zcdHB10Nb4@R2Z7H7HT3j4B5@ zhZ;-x!F$FgsLGA}y-}T`iYjkq1v92l)}pMj+LVh&Zon~_)?pITU&2)gVZq)sCXbi8>d_;mA5@EN_G;8pmY z;Ki+-S)jG8omrrzt)1ZG+dH90r6U=dWsnH69bzMMQE>^998|ElBn2ec!(C96pPpX; zvpfsxDz==&q|_X+b9y+^Q}Z(OQc^3XWVs|VFl0FO@D>+jWad@q<>V(Pf{tAmj1MVF z%qz|T`yrqxzoK%=l^wh&IWcES5348G z^pYu!Q?fi085qFwSzaKPcOnBr`;@jRN$pd5ICAq-AnxelE~wOn^D>;W+!GlXG|=?+ z@Ic~B0k`SFNT#zDrzRF9XH3b81p5)Yk=(&xMG66l>8Vq&xi<>QL=;D6C4i0X5e}#< z$;i(G9hY93lL~cP`;;DT(9Q|ywY-pPZNWmiFrgk*=hEVm{9J`h@Fg52nc%QiD9g+0T557-a!x9eCWIhFGp`R! z5y%jbHaX5te4zE$xe9QB_9;DFi3OR^t>sWBf<$y7-Nz|C63*cJ z;Yy3ZE>wUN?WIMj#UNWbk_!srL8GA1yV*c|T`<2#2pSrox!=UR6j1nrbnt_8fZQ5i zT%K71N-E&%;6TElfK1he3ipVET&e)!W#*-$I9Uj0NNzmbC*bVe1CjxolZ)Te+#nO6 z2Mt2q4ieIZ3H9*1Ko2Y|$w-B{oddKPCNsAn2YQnOh_4Ig_wa+gnN(Z?x=k%JKM&+p zPS6}rJXjuF#`J&%pc;f=6DbOrc_pbuX^F|HU_IbLd}KW!0jM5fP;*8BB$b7^p9@aQ@rfxZnV>=rY710Y z7cSf*fk>S)fB`XkANCknjb{nMVfR-O^ zQ@}YMOn_A;gH(bp&dy3nWMF8U(o>#ZlwVp9A0M9@UmOpjbK~>lQ{q$ObK~RVQ{t23 zQ{&^~)8Z53ljBR`^W%%+E8`8*(-VzN(oB<5ObpDEQw=T5l1z-#OiYqYlP!|dlG2RQ zQY;e_Et1lVjf~9=jSLM;EE7|Vjgrig6B8{{Ei5b&jZ7>crAyW-8oRGS%EP(Fp2_HMDhwp}Co%QEHNziJ76LshM$Fl0lMbvaxB3 zfeFZ6mMKtItfQ?f%ndD#3{6v$%qFf%tWO)@tzPfSWnH8nLf zNlZ2{OEok}O|vvjO-eQ~fx2P~#1*0BSBFd4{K?B^j6+B$^tV7+EGInVA}|EX5!x%^=Cpz|6$R)X*T=G||w+2ox}h#>T11<`$M_mWJkO zW~oN0#)ih0CME{38;Va--)0N5By$UMlVr2hL`w@(V@rb+lO#(6V+%tIBeP@+15-%z zD(f`$Z8kMZHA^nwlCUT39BU7$l{bTcnsKCnu$( zCL0=ASQuCunVK3Ur&?MVnwgnEZN5l-n-dd_%}mWKElg5P(oB<6%negaOp;7ejgpfM zOpJ_@jG#7OroPR|X2~WN76xg_X2}*wCaGzL$wrB$hKZKusYV7SDanaYo3B#e=2XK( z12fYU1M|c*3sYkQV@qQrqtp~bLj%*)B;&*+bEwVNsc&;~l3A*8a*~m0N{W#|lDVO! zrGc4clBJPplA)=kL6RlZ=9|>F+1xleG1b`EJSi>NB-zq3*}}rW+%U<++&tCPASo?5 z8EW%wh|R?38A3@LYVKW#xuoQoR10Hs!?Yyxv_y+E3*$5c%QTA=a|@#+%f!?q!^D(C zgA`+9iZ=SrkYwN8mCyMnHZ%cTcjl$TbP(6 zK|}j7^=-CHPE0XNHB2!yH!(LzGfuTgNi{G_GE7S}G&Qg=G=$~Wr_{IEz#`Sm*f`0^ z*wWM}#l$2zIWgHZ+0-D}z|1l&CDGIX>gVSWn@LEy1QHn3+?S-9YiW_1oNAI}Y;2fn zVQFAyXl9sZm}F*Q1S)6}jV#ij=DsG?Tw?<>GlNufOM^6H%d})OGvmZW1EVA(6HqtB zBE<|=-@YZ)+*EU8gCt|aMB@|#b7M1;R8S|-z{1=-#njl;Fx3#|-uI-MYitOrlnsnc zlg!PG%}p%L%#00_6D^F)&CCr_Ea36>kyLX{jV#R#(oE9QER#)*O)V`<%?%ALlg!hM zEX+Y3fTf4eq?&7JV3e4gYLIA@W@(&~Y+_+-k!oa-WS*9qYGjgPWC=6(E2-wDn5QNh zCZ!k{85>!EYS?58Bl9FPvs43v9q0}O85{)U*V zN>u9#n&$t4^<)*p8^k4GfgXFLt`uk-Fdjb86>pIdZa$2&9p;@YNikU%bvNBqQTglT;%UQ&Te&BSWLqWK$z!gA`bC#zUNGM&{<`=7uSzMy4r=iN;B3hK2?P z=BB15$*JZ^W~M2y<_#ZlrllGgni!Z`q^6{$rY5Ht8>fL<#AaqjCg#beX_m>briB1; zrWvK0rdcK>nwuJ$8zq}3nwyy?S(q7_TBev7n1b33&{z;6&NNG-RCD7rv&7_7%R~!P zLo;&&!!!$1Qxl6cvos^KBv^+}ggDa-Ee*`ml8sW#jSYx_Cdn3tX=X;o7M9=vJQE{hL!+c*So2nbIMYm14a|~F5-m-Q zjg6DdEX|V5&CL=m3@wdKjFXcL&0*aq}Sr{6pB&Hds8k?u3C0nE#q?#M0BqbTcD`Pn#O*1qwNlr^N zwY0EEG%_~<8JKFEXkuz$m~5D4WDYBl6o@k|(KI#1DB0M+(8N47H8m+UHO16C$<#c} z(gHNnn+h{ci8#{?Ee$Pp*8Cx1!nx!QhrzRO#ni`l`TEJ3>8gZtjm>XK8BpM_onV6-320hG^jVz5V zQE263iYq#9b7ni-oJrdpb&8bKPGiD@Yo$;qik28f267Llfz8zq|= z8JeY8CYh(07#k%TC8nBNrlwgWSr~$N&~Vcs&NO4wRMVssBa^h`M6;BXMDsM$6k{Wc zL~{#sGgDKOL|B~a5oel_fuVu9iIHiVnSp_!r9q;JiD9z2d1_ixQc{wor6H_7H6YG3 zgVf|?W0PdlWHS@Pq!c6bG;>Si#H3U+V?#4Di{unoiDX2aX^E!hCI(3cCT0eP7KWyY zi7AHWhL$EtsTRf-2F7N_usX|xIMa+$O^uS1Escy4lgy0GlT*wLEE7S^T4M`SlO!`U zSh$%HXPQ}BO0s!cih&`x_hV>ok!+X>YCxn~8YCtgo4}fK7Q~rmoMvuenVM>8k!q4= zX<=?+V3}%UkZP8gW@>C|ZVYcZSP^GhlBuDgX|j<;qG4K!k%769iK)4{nTfH5QHn{L zg+UUmw6r14Gy@CsB*R2AQxgl&42XrfiA9>Zp;=<0p;1a=s)aGEKD8sxG)s$QLvtf@ z%Vbj%Ln8x&L<^DCa0R3xoQuCTogbeUpBA4PpAH@y zPPI%-Ni$0_H!@2!Of$AHO|mpIOHHvbH?&MnHZxC7N=&pgHnT9cNHj<_HcmE9O-{75 zFt9W=PBczSNwr8$ffbLQV8`@O*KW(?BnvZ8FE}~L%)}(sz%a$kIK|vBH95)1G9}p* z*0AuVh1~|pNrsjt$)Ld_!^G6Iq{Ngo%M{ZzgG6&<0~2EdSaS1)*zHYxm?shna%lAW zlWwwsp`~eBVvIWUA5TEV27oRX4gm}F>_VwsX;Xpv%UU~G_RW@%z*V4i4_Vr-lW zYbJ-1ZnAk&l4+`GnvrEvijkR#ky&DDQj&>9vYCaYNvfG?8m#yUhnVaRS*C&9i3A@F z3%)oO)R)Xl%S?|qOf*b00?$yHrI}h7nx~m38CxW!m>L>d8W|;-B__eT9Fe4%YG7t; zmS~u2W^Q3_VPIikX=$8jl4_Y^nQUkQYI4FtA(}K(Q&P-KP0h>_(<}^(jm=U`(hQSK zjEs|$EX|C~KqCs!^bkv$sUY{6C#M;wSy-4Q8zxy8rWsorrWq!iS(>J%Sfs$3U-2ZG znwn~6VQy$j4g~34N{WLU}Zxp zX{M%_7^Ws$CL0@?fQniZ%d}*p)U*^6QNlG*gq4jEoEnP0dYGEt5@B zP0fvsQb5Vy$RNeQJT=7#W@;vBrWzWWfRa?Ag&C-ioM@Jolx&`sln81pq?nq*YlUpm zOf^k2Ffm9oOEyk3G)qiNG&V~%Pfas5F*Pz|`C# zImyVv)YL2~%{bLO$=JZc*Z|gi%O}lLixh*@yL9}}ZQ19NjD!&KwMWaGrd6bq9?bK{hh6w4%7gQlD$LlcwJ(hSTj zEiIA^OhAb}%{V2^GRe%q#30GYDA^cRbXJmNsBuz~iLpUSVxmE+k!gy#rAe}7T3S+S zS}JH5%`_3#KB2rI?tRr5G3(S*DsAo0uY|DVvEjE)_JzX>Ms~VqpkwH(Dko zCK;HgnkFZkTbLLm!AibXB8@XPOiQ*fGBq}|v@|kEPBbz%Gd3_aNU|_8OHDCLGJ{PU zv=eC@Xb#jk$>2sD^zkY;FRVgQ;}OG-8e^$=iD(Frk57H`Z#Q$aUGEw)sUoQl*e zFiJBtwY0QMOiHpeN=!{QFi$ZzGfPf2GO;i>H84+t6|=n%S=FFk0cf3QRt=F~^)Of@6L^HD#ixe{xgT$0%b0d?) zG^13rv{cKKWb{26tHzYq?!&INHa(?GEXtEG`28HHA%LxFflOz4b54C z>N`WI>C?zF-6YW@%{n4o12=O8JQYGO`ioZU7Lh(hw7XI(Mfcef|hI=rYD*trlpvt8Jim! zS{fLcrkSLqrC1u9nOm5onkJf>frjkB>0usurY9Mg7^i~jPGi$FV^hmy!z4okBa=kS zq~x@;)I=kguNRPKx{0}wg|TI-xuL0Hl4WYLd8&n_g{hg5k!h+yVyYRal>&DABJxa6 zGB&X^Gq6ZYGEYgfG_y=eHBK}%Fi*BjPBBdeEd+pu`x5d@Pf1BONHR-KNwzdKO*KtT zO*S+)NHsAtv@lFcOG!zBrR8PhnGPDbwzNn~GcYo@NH#J^Ndt`sBqf`gnj2bz`od7R zuYj0NbZSeEPlf7S1=g8W4=*qpAO(g4mPLZ_^}!|ahKUAgCWeV-DM@J-W@%{_2BsFt zNye#Z=0@hpsc9+6rfHBR&sl51=J&|rH4dtFJy>m4Gu$mLV7Fwo!v#9P0zC@&OarZz zhZ?vUY+#QKZsmrFNhW4Vh9>4I#^$LO7Dma27Rf1zsmbQ1M&?NtMyZyTP@}dIVU&TT zVG^iTHBL4)NHtD1G)e*wm?VNGx{^&nb7i12;j^|AVU&eYvPEJ_vT>qW3TWIc(a<2# z%-B4|AT2e?(jX}@8S1K?L>QH5Vrpb!VQ6NVY@V28XlZVlmYis4ZeVPhl4NRbU}gk0 zYBv!^8Ksz~rJ0ze7^E5*7#fgi)3Trlz3PIEE%k ziAKhWDM^XuNvWoZ$!Vq*X%^rHG&rpG6JZo+D!>rb$FWE;vouaLG)_*lG_){DF*33+ zNHR!Cg1YJ;5k?spnxz?;ni*J_TUaC}8Jbv_CnXt}86_JUSf(T!fJXAbt~yMFQN~Fo zNrq|3MutXasRk*g$>x?uW@#4YiDo8AiOI(1DNt7(CBi6BhcGQMG1bsC(cHuY)c3MX zF-f*av@kPGNl8sHh8lI82%{1Wjm?rQ(~MIr6H`D#|E9*KX=W*D7O5!~hDoUguv~kR z2%{`hO)U~l3@y#mjFK!;j7^eKO)OKA4U^1F4NTKa;RV2HB8)OIG_*)dN=r2|GETKj zOii;eOiVPeFiy6#G)^-yGB<~M@GKEV86~G0rdg(>nVJ|IrkN+3rCBDMn}O#3LE|=N zW{FUv&J$r&l7VrurJ1>@g`p*A)wn^Dp}9$-VVa3SqM?ydk^#)9i^Ld}Y>;YTVVIn1 zZjzL2l4b;|AuKJ^5)%{6z{^^ouDVQwQE8^;X2xkLW=Y8@sfmV`X(ma@iRPvTDaID& zX(p!022i7}5@D24YFc8NF(@%6C0nF|`YonOM&_obMyVF2pz$oIQP+tuD#g?^DKRO@ z)F36<0<>z_$ROD=IngK$v=G%O$s`qO)J-CcGBQq0OG`9OF-|g1Gcz?vG6$to6Ejo8 z6wr!S6Igk5n+T(fO_D4@3pFe(l8nqPOf1ttOg~Xql3dn3$BDW@(&kY+!1cl5ClpY?+#Bkd_9j*P!X@ zB@srMTcjALSfnPWSsJ7nm{}yJrkPrrn0rka~rCYr*+>N62WrJ5$0nwS`*rJ1IrSR|!b7$%#T8Jnf1 zrkN&NrdcM#>cOu>7?qrAmS}DYnkcX|Pclz6vPc6>YnUclrWzQenkT}N=yxKF0+l8v z78a%^$(AXm#)bxVps}V@BO~)9bITOaqDMISuu!4~yE+Q>K>z2N>m zC_fpd7+M-8rGlD+W{H-T#s;9}nnp$j#)d{lumsGM3|ll$4|t(7F|aWb;&GLnFh~#6(z=iGvuU3{8wcQ=Udi2FXdr zpglxsX{IJdmL`U#Nrq__utqNz5k{q17#pP~n}8M~rI=fq8=6?8rX;1Nq?o6IX6{U3 zwImNQMwwU|r6n3A8e67-It0d+CZIh#mWgKOrb%fjpbaeG#K1>{QAvhLCdny=M&?Or zsmbP+W|pAcU8%;#X{Jf378Z%HydVHE3P%Di0re=sRtiDX5lFxY^&(*PS^e+?JOPq` z3-RRuP%f)id5s2q~v7Kx^D~6YRbgK6jS45 z%QW*8(?W@3A{1c{(|5KD8=wo0gJ$`I3J@VO1DR28BW?}!gtAVGDigLP(2 zhUd2_ko=a3FTW+n=f;=DSAg?bY6@hjU7ER(QHnvLd6H#PGH4Z(iK&sfrJ0d=Vp?Kq zs!4JpsKJ(+YG`3-Vv(F`oS2emY;Iy^W?~5|$F;x?>7kyz=7}jLmIkItCZ;CFiAg4j zhM*yn6eGxRj9D_Qc-5h{y~&9dX{l)z2B{{-$rdR|<|dX&=E;^O24uXb4x4Y4HJ_=%cVin z(U!@kmT90JD3)f)X+|k&sfMPO=Ab=J;0Q4z!YBh%Q5({!YJdUL~{cp&`QKK14Cob3RaMVQc}!7E2~nCVa-=7B8*B(G)^(I z01as*TN;}g7=qVDSs11nffni+z&o}!L>QH9Y;0zfm}X#^2r@6#)WE&co856wA{(8QY3z=u3#CWDSvD9r(-G>f!k3qu2g+GzTp+Ha0LeG%-%J01bheq*|t$CYz<1nHj=58&RZ~nFd;? zl9Fm-Vwz-OU1T>!nTEv;0n3S3ZYxc&FVy3BClDVmorKyQQqETW}vbmADk+D%~ zDrgwl$j}6|7Z~jKIEa~8a~WzJK~qKoL<838qT=|>_*`={1K1E}5<#^Fp!FAEholfz z3pY0nq84i_4D1FAxY7)WQmhF+DL&m2Hhhx>QHOUjA94^+X?za6CzS)%l{Fupy8C&uT+r+}vPQ_PY~lZ}ilEez8vKs!W|l9Lk?Qxi?ilTD1xj4WU^ zSw7g(9`fukFttoGFibQ~H84swGPkfuPD-(`NHt4Iu}n?1NV9;o{0b?t!zkGlbaI7- zNvfHNp;2lIXtBCkqM@;2vQe6$Q5r0D6jNe{X|lOFs8MBTXlP<$nqpvS32M0}ni`p< znItC}!-oD#DX}9p%?z@g%iP2uG06-xTalb@YJnHZwL# zF*OHGXd0TQ7+D&nfkulh&5{xgO+bf2fbFQH#14y;7DXF04xuAi0LlXfd$P&7ls zvJ+x13F#-<#5~2wB-Py1AUWCC$kNyXwDtuw*pOnFW@v1bmY8Y)+M{onYGjxK8pkwC zu}Dr$PE9rkMPiyMJO_7E-{xc^b5qOIv^3C2F8J)Q0*&@&Ff_NOEpn57verY0L2gT`FV%uSL~Q%uZL6I0R*(~Of~eT~^f8kc02 zlw@X^YL;SXk(6X;W@uoTY-C_zYHn<4l4y~d2+PNFA;w{CEy7&~^~rpQTD*M@c%Fyq zSqRnxKIyiH6*M>qI-0h$w1+J-H!(f6cuEg9^hny$lFXbbJpyi-IjMPxxv8OfnT0Ny z$t6=JPtk0gqLKBQiGiViiU#=j+zDV_+mx(VD1snf+mup}Di9N_XhKpCdrD4PW=?AH zl&odR3=BQIF8SqoIr)hxAe)LI#`g&27iFe{hb_U*iZ3n7oKialba-ZNK|JVWcMy-e zC^ZeVYPlq}0(35Kk5E!kYGO%7YCOnz$hBVJlX*k+GxBp&^@~dL@=}ZR%kzt}LAS8# z78K=|O=ur#p1ITGq9Q1Jz?9wFx!6YWl#H+4{lo{`-ZAwjPK z4NLfen$Mu=ip(^koka5@A6yp^?HsB$A~1@4P~C{sPbS(`WzKKp{-S>^OgbMO;DiH_7pdN~dpX6W}14qj)XEFnX3 zCjMz|xNR#N5|}eI+cV!%;;7m!&jXX9b$BI8hmjI(N3dVZGpDYjA#c^b?^gU zVGP~AMzq7II$o5LSrl)Wl$>O2Ze{^mQ3tve0dzZz3F!2Iq_ji>6U&r=a~bG9Br_9J kQ_G~J)TGp8^E6WfOA8aDWD|>&B#R^?V`5!aTAHK>0016lkN^Mx diff --git a/esp_modem/.doctrees/index.doctree b/esp_modem/.doctrees/index.doctree index 799cfe226f47170e6cc29fcdee8cf51235623ff2..19dfecfe7e12236ada7d133b389e90c0c35382fd 100644 GIT binary patch delta 48 zcmX>ieo&mHfpzM(i7aoengz5fpzN6i7aVF&5+4( zhiJ*rC1j^7RD%;jLx!7X;}noHSu@x&*jZzzXk>U#PGh#HXYJt&ElyQPtw>HSD1rGe z1)`A{|A8FGo*|Qw2+;y^T!tgEU9nS8?T($2;SH1T37O2rQm4V%BMx#yZens#zCw9X zVnIP_kwSi1YLNmcuqz=Z`(?;ap2A}90P=uLMhje!U<@>6$Yemx$k5G@pUlr{#LU{G zI9ZEDQ5e;HztW_P=E*^#L5UBf zp_o_=4jJ;^APq<<2;?RQ+<6LQ1t`toOy7{?ZNolcvNOAVvP{Meh+81Rjo zWL$-40r?j_J!@bl=*{{Ze2kOLIO^(UGTuUT5^EWEhD^pQh!&7#_+1C`IY`5Ega%Z{ zuz<4H`ww9p*nbQ7-I!T>OeY`UH8q`*A(MrWhT109!^njw zS2Ebp)l3!@07ZtBz`=TSDZkPr!Xd<;A(Q0?_XQ|~@cRLjL_m7HG4#}fQX=+r1xkn@ zO{h_U-*F&|_%dWNkkTT44Ot*tK-IS%Bp-tOg3!?;0BL*ZBH9;;ux12I4yo;th}^W` zf;KI9U>@Sglu=-T8j zLP;JnS?fT;M7MfCiChF`7+4q7KyDEer~M$K*kh+;h-I+B>qc-AIt-ElE64BR$+aTd z^&n$mbN9nXJ7a3T!ASX@hEJ`~d-S zyBLPsk)ljIB{@|$d9u2wC@Z+ZH`!5CP6nyT2Z|RVa3d0GD>zid&eT$(j<<&|vYDkVX#{36x-Iknj#;?csIy z4UJGJNiE9F%uCDxl{OMgq*Pj<0Fup+$r1(Wf&~!24S7#OmOLBvc@NKOM04?x6S5FrGT;0FEm zf{KU_NQ++*W`SyqEU;OiGAb(@ TWT5Eg11bTGY_b{5rAc}K7@gvu delta 3715 zcmbOcIn9T)fpsdk+CYibjU#FRPItTm<6qjJnC+ShZ}VGbWO6Yyz7o7GwL_wCbfZ7L#qPH$!PshFA}y z=9JbckT^hddMe(;0}AtcjtuFHB8Uq>fsQ}9fubLzA)i-is~kF^b`%U z0+bMNrZ8{<)12JM;X2ut!z)EP;{wDnkjTRCevps3GNd!kLbQN9jGoFgFq4_)WJ9i& z$?G^f>!mZEKy(so8Fz+s#zTk}kY)H?2l6^d!##usRL8J_620c+JKRB&ySc;br89m* zR1)hNo($=X9}q3Xxdx;G$u+1^myRBFpvVTfA1QQEb)ahic^DKO_~UxA6z@3^=`1-$ z1_p@RA>PfXn{3Kw<|Lh^h9-eOkZUuLjRNQSjeNfK$bt~_@jD%qlK3*Dv!vmcgF+NN zF`-5uIQAg)}NWh7!Ud#-AabIv3SpkxTrgc>#Y9S5?AFGD&5DJA02paiXXLAHRZPF+Zv1o;J~ zV{)IUxCOMb?h!~yEzV5OQ%Ffo&MeN%&nupih+KhlK`U?`m@$(lNXkwAE$ZkZoz)Nb zH6$_M4=YepKqx~xs|Tb@7UZ4`&&hMdu6amj%>@Y&-KGE~Z4sD3U|mqdWF$-&*G>+U z5Z02;+DN34lP5`NGp?PyPeQzYA0q=pacPEj)_Ra$>8#Zt3Tl3a94LX}_aMk!Vi@j% z1$yk19`TgqRNdtKoSej@{G!B?%=|pv-29Z(oGFQ*rV}Tq^Z~1x{9ja54kH$Xz-=(7 zdnQkijP#Svx&n71u`wW#A)R#*qzf7YuqI5;mdO*P%O@X~I<7CB^$4T@Y!k#-P#un( z_fX^~+sgRVW9mWp8{|2V-;k3PD6FJlP668libI5+9+8sNqTI~9#2nqsyo}VM%#y^s zzbr07AEi#;`y-^$fkA{BoqCi_8}S;$d@kO!GE`J0lq z2d34C@WvHK@-UBsJqe1V4A03O%Ci0&7#SE~X(!7P6b$UKQ!>Od*bv39HAob!4-z=I zgE?#Opi^5xuq4l zC8_n01c#K!z%mN3l!#d{$|5JQ(j+7^`7@zar!J&;MKTmFr2v)T7D*nb4U9(%qQ_(%G2>($$#-($QI(p;$Xb18hMCPZr4Z4BafS(V!Y2 d>lZ)BY*0~@1u{E}VY8EV03(}B26JhW9spFuox1=4 diff --git a/esp_modem/.doctrees/internal_docs.doctree b/esp_modem/.doctrees/internal_docs.doctree index b88844da264b6185b85e8efbd3dc23f4abc2d038..62e9d442b5030b501b30d54522bcd845c2c0af21 100644 GIT binary patch literal 485900 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

    Sz}xhL{CpZhlH>4$;f)e-Usx%!}U%s3Y2o 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

    W%3X9rpgV^K`+QaH`hEX61> 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 - + ESP MODEM — esp-modem documentation @@ -12,9 +12,7 @@ - - @@ -36,7 +34,7 @@

    -

    ESP MODEM

    +

    ESP MODEM

    This component is used to communicate with modems in the command mode (using AT commands), as well as the data mode (over PPPoS protocol). The modem device is modeled with a DCE (Data Communication Equipment) object, which is composed of:

    @@ -60,9 +58,9 @@ The modem device is modeled with a DCE (Data Communication Equipment) object, wh
    -

    Modem components

    +

    Modem components

    -

    DCE

    +

    DCE

    This is the basic operational unit of the esp_modem component, abstracting a specific module in software, which is basically configured by

      @@ -77,20 +75,20 @@ which is basically configured by

    -

    DTE

    +

    DTE

    Is an abstraction of the physical interface connected to the modem. Current implementation supports only UART

    -

    PPP netif

    +

    PPP netif

    Is used to attach the specific network interface to a network communication protocol used by the modem. Currently implementation supports only PPPoS protocol.

    -

    Module

    +

    Module

    Abstraction of the specific modem device. Currently the component supports SIM800, BG96, SIM7600.

    -

    Use cases

    +

    Use cases

    Users interact with the esp-modem using the DCE’s interface, to basically

    • Switch between command and data mode to connect to the internet via cellular network.

    • @@ -106,32 +104,32 @@ IP address changes.

    -

    Extensibility

    +

    Extensibility

    -

    CMUX

    +

    CMUX

    Implementation of virtual terminals is an experimental feature, which allows users to also issue commands in the data mode, after creating multiple virtual terminals, designating some of them solely to data mode, others solely to command mode.

    -

    DTE’s

    +

    DTE’s

    Currently, we support only UART (and USB as a preview feature), but modern modules support other communication interfaces, such as USB, SPI.

    -

    Other devices

    +

    Other devices

    Adding a new device is a must-have requirement for the esp-modem component. Different modules support different commands, or some commands might have a different implementation. Adding a new device means to provide a new implementation as a class derived from GenericModule, where we could add new commands or modify the existing ones.

    -

    Configuration

    +

    Configuration

    Modem abstraction is configurable both compile-time and run-time.

    -

    Component Kconfig

    +

    Component Kconfig

    Compile-time configuration is provided using menuconfig. Please check the description for the CMUX mode configuration options.

    -

    Runtime configuration

    +

    Runtime configuration

    Is defined using standard configuration structures for DTE and DCE objects separately. Please find documentation of

    • :cpp:class:esp_modem_dte_config_t

    • @@ -206,7 +204,7 @@ as a class derived from + @@ -223,7 +221,7 @@ as a class derived from Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/_sources/cxx_api_links.rst.txt b/esp_modem/_sources/cxx_api_links.rst.txt index 86da3d8d5..ef5070b36 100644 --- a/esp_modem/_sources/cxx_api_links.rst.txt +++ b/esp_modem/_sources/cxx_api_links.rst.txt @@ -1,4 +1,4 @@ - + - :cpp:func:`esp_modem::DCE::sync` - :cpp:func:`esp_modem::DCE::get_operator_name` - :cpp:func:`esp_modem::DCE::store_profile` diff --git a/esp_modem/_static/_sphinx_javascript_frameworks_compat.js b/esp_modem/_static/_sphinx_javascript_frameworks_compat.js deleted file mode 100644 index 8549469dc..000000000 --- a/esp_modem/_static/_sphinx_javascript_frameworks_compat.js +++ /dev/null @@ -1,134 +0,0 @@ -/* - * _sphinx_javascript_frameworks_compat.js - * ~~~~~~~~~~ - * - * Compatability shim for jQuery and underscores.js. - * - * WILL BE REMOVED IN Sphinx 6.0 - * xref RemovedInSphinx60Warning - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} diff --git a/esp_modem/_static/basic.css b/esp_modem/_static/basic.css index 4e9a9f1fa..bf18350b6 100644 --- a/esp_modem/_static/basic.css +++ b/esp_modem/_static/basic.css @@ -222,7 +222,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 360px; + min-width: 450px; max-width: 800px; } @@ -237,6 +237,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -324,15 +334,13 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -371,8 +379,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -380,8 +386,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -424,6 +428,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } +table.footnote td, table.footnote th { + border: 0 !important; +} + th { text-align: left; padding-right: 5px; @@ -606,26 +614,20 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -aside.footnote > span, -div.citation > span { + +dl.footnote > dt, +dl.citation > dt { float: left; + margin-right: 0.5em; } -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { + +dl.footnote > dd, +dl.citation > dd { margin-bottom: 0em; } -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { + +dl.footnote > dd:after, +dl.citation > dd:after { content: ""; clear: both; } @@ -642,6 +644,10 @@ dl.field-list > dt { padding-right: 5px; } +dl.field-list > dt:after { + content: ":"; +} + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/esp_modem/_static/doctools.js b/esp_modem/_static/doctools.js index 527b876ca..e1bfd708b 100644 --- a/esp_modem/_static/doctools.js +++ b/esp_modem/_static/doctools.js @@ -2,155 +2,357 @@ * doctools.js * ~~~~~~~~~~~ * - * Base JavaScript utilities for all Sphinx HTML documentation. + * Sphinx JavaScript utilities for all documentation. * * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ -"use strict"; -const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ - "TEXTAREA", - "INPUT", - "SELECT", - "BUTTON", -]); +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); -const _ready = (callback) => { - if (document.readyState !== "loading") { - callback(); - } else { - document.addEventListener("DOMContentLoaded", callback); +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x } + return decodeURIComponent(x.replace(/\+/g, ' ')); }; +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + /** * Small JavaScript module for the documentation. */ -const Documentation = { - init: () => { - Documentation.initDomainIndexTable(); - Documentation.initOnKeyListeners(); +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS: {}, - PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), - LOCALE: "unknown", + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext: (string) => { - const translated = Documentation.TRANSLATIONS[string]; - switch (typeof translated) { - case "undefined": - return string; // no translation - case "string": - return translated; // translation exists - default: - return translated[0]; // (singular, plural) translation tuple exists + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); } }, - ngettext: (singular, plural, n) => { - const translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated !== "undefined") - return translated[Documentation.PLURAL_EXPR(n)]; - return n === 1 ? singular : plural; - }, - - addTranslations: (catalog) => { - Object.assign(Documentation.TRANSLATIONS, catalog.messages); - Documentation.PLURAL_EXPR = new Function( - "n", - `return (${catalog.plural_expr})` - ); - Documentation.LOCALE = catalog.locale; + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } }, /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** * helper function to focus on search bar */ - focusSearchBar: () => { - document.querySelectorAll("input[name=q]")[0]?.focus(); + focusSearchBar : function() { + $('input[name=q]').first().focus(); }, /** - * Initialise the domain index toggle buttons + * make the url absolute */ - initDomainIndexTable: () => { - const toggler = (el) => { - const idNumber = el.id.substr(7); - const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); - if (el.src.substr(-9) === "minus.png") { - el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; - toggledRows.forEach((el) => (el.style.display = "none")); - } else { - el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; - toggledRows.forEach((el) => (el.style.display = "")); - } - }; - - const togglerElements = document.querySelectorAll("img.toggler"); - togglerElements.forEach((el) => - el.addEventListener("click", (event) => toggler(event.currentTarget)) - ); - togglerElements.forEach((el) => (el.style.display = "")); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; }, - initOnKeyListeners: () => { + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { // only install a listener if it is really needed - if ( - !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && - !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS - ) - return; + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; - document.addEventListener("keydown", (event) => { - // bail for input elements - if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; - // bail with special keys - if (event.altKey || event.ctrlKey || event.metaKey) return; + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; - if (!event.shiftKey) { + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / switch (event.key) { - case "ArrowLeft": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const prevLink = document.querySelector('link[rel="prev"]'); - if (prevLink && prevLink.href) { - window.location.href = prevLink.href; - event.preventDefault(); - } - break; - case "ArrowRight": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const nextLink = document.querySelector('link[rel="next"]'); - if (nextLink && nextLink.href) { - window.location.href = nextLink.href; - event.preventDefault(); - } - break; + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; } } - - // some keyboard layouts may need Shift to get / - switch (event.key) { - case "/": - if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; - Documentation.focusSearchBar(); - event.preventDefault(); - } }); - }, + } }; // quick alias for translations -const _ = Documentation.gettext; +_ = Documentation.gettext; -_ready(Documentation.init); +$(document).ready(function() { + Documentation.init(); +}); diff --git a/asio/_static/jquery-3.6.0.js b/esp_modem/_static/jquery-3.5.1.js similarity index 98% rename from asio/_static/jquery-3.6.0.js rename to esp_modem/_static/jquery-3.5.1.js index fc6c299b7..50937333b 100644 --- a/asio/_static/jquery-3.6.0.js +++ b/esp_modem/_static/jquery-3.5.1.js @@ -1,15 +1,15 @@ /*! - * jQuery JavaScript Library v3.6.0 + * jQuery JavaScript Library v3.5.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * - * Copyright OpenJS Foundation and other contributors + * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * - * Date: 2021-03-02T17:08Z + * Date: 2020-05-04T22:49Z */ ( function( global, factory ) { @@ -76,16 +76,12 @@ var support = {}; var isFunction = function isFunction( obj ) { - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; var isWindow = function isWindow( obj ) { @@ -151,7 +147,7 @@ function toType( obj ) { var - version = "3.6.0", + version = "3.5.1", // Define a local copy of jQuery jQuery = function( selector, context ) { @@ -405,7 +401,7 @@ jQuery.extend( { if ( isArrayLike( Object( arr ) ) ) { jQuery.merge( ret, typeof arr === "string" ? - [ arr ] : arr + [ arr ] : arr ); } else { push.call( ret, arr ); @@ -500,9 +496,9 @@ if ( typeof Symbol === "function" ) { // Populate the class2type map jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); function isArrayLike( obj ) { @@ -522,14 +518,14 @@ function isArrayLike( obj ) { } var Sizzle = /*! - * Sizzle CSS Selector Engine v2.3.6 + * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * - * Date: 2021-02-16 + * Date: 2020-03-14 */ ( function( window ) { var i, @@ -1112,8 +1108,8 @@ support = Sizzle.support = {}; * @returns {Boolean} True iff elem is a non-HTML XML node */ isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; + var namespace = elem.namespaceURI, + docElem = ( elem.ownerDocument || elem ).documentElement; // Support: IE <=8 // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes @@ -3028,9 +3024,9 @@ var rneedsContext = jQuery.expr.match.needsContext; function nodeName( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); -} +}; var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); @@ -4001,8 +3997,8 @@ jQuery.extend( { resolveContexts = Array( i ), resolveValues = slice.call( arguments ), - // the primary Deferred - primary = jQuery.Deferred(), + // the master Deferred + master = jQuery.Deferred(), // subordinate callback factory updateFunc = function( i ) { @@ -4010,30 +4006,30 @@ jQuery.extend( { resolveContexts[ i ] = this; resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); + master.resolveWith( resolveContexts, resolveValues ); } }; }; // Single- and empty arguments are adopted like Promise.resolve if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, !remaining ); // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || + if ( master.state() === "pending" || isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - return primary.then(); + return master.then(); } } // Multiple arguments are aggregated like Promise.all array elements while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); } - return primary.promise(); + return master.promise(); } } ); @@ -4184,8 +4180,8 @@ var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } @@ -5093,7 +5089,10 @@ function buildFragment( elems, context, scripts, selection, ignored ) { } -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; function returnTrue() { return true; @@ -5388,8 +5387,8 @@ jQuery.event = { event = jQuery.event.fix( nativeEvent ), handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], special = jQuery.event.special[ event.type ] || {}; // Use the fix-ed jQuery.Event rather than the (read-only) native event @@ -5513,12 +5512,12 @@ jQuery.event = { get: isFunction( hook ) ? function() { if ( this.originalEvent ) { - return hook( this.originalEvent ); + return hook( this.originalEvent ); } } : function() { if ( this.originalEvent ) { - return this.originalEvent[ name ]; + return this.originalEvent[ name ]; } }, @@ -5657,13 +5656,7 @@ function leverageNative( el, type, expectSync ) { // Cancel the outer synthetic event event.stopImmediatePropagation(); event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; + return result.value; } // If this is an inner synthetic event for an event with a bubbling surrogate @@ -5828,7 +5821,34 @@ jQuery.each( { targetTouches: true, toElement: true, touches: true, - which: true + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } }, jQuery.event.addProp ); jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { @@ -5854,12 +5874,6 @@ jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateTyp return true; }, - // Suppress native focus or blur as it's already being fired - // in leverageNative. - _default: function() { - return true; - }, - delegateType: delegateType }; } ); @@ -6527,10 +6541,6 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); // set in CSS while `offset*` properties report correct values. // Behavior in IE 9 is more subtle than in newer versions & it passes // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) reliableTrDimensions: function() { var table, tr, trChild, trStyle; if ( reliableTrDimensionsVal == null ) { @@ -6538,32 +6548,17 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); tr = document.createElement( "tr" ); trChild = document.createElement( "div" ); - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. + table.style.cssText = "position:absolute;left:-11111px"; tr.style.height = "1px"; trChild.style.height = "9px"; - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - documentElement .appendChild( table ) .appendChild( tr ) .appendChild( trChild ); trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; documentElement.removeChild( table ); } @@ -7027,10 +7022,10 @@ jQuery.each( [ "height", "width" ], function( _i, dimension ) { // Running getBoundingClientRect on a disconnected node // in IE throws an error. ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); } }, @@ -7089,7 +7084,7 @@ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, swap( elem, { marginLeft: 0 }, function() { return elem.getBoundingClientRect().left; } ) - ) + "px"; + ) + "px"; } } ); @@ -7228,7 +7223,7 @@ Tween.propHooks = { if ( jQuery.fx.step[ tween.prop ] ) { jQuery.fx.step[ tween.prop ]( tween ); } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || + jQuery.cssHooks[ tween.prop ] || tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); } else { @@ -7473,7 +7468,7 @@ function defaultPrefilter( elem, props, opts ) { anim.done( function() { - /* eslint-enable no-loop-func */ + /* eslint-enable no-loop-func */ // The final step of a "hide" animation is actually hiding the element if ( !hidden ) { @@ -7593,7 +7588,7 @@ function Animation( elem, properties, options ) { tweens: [], createTween: function( prop, end ) { var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.opts.specialEasing[ prop ] || animation.opts.easing ); animation.tweens.push( tween ); return tween; }, @@ -7766,8 +7761,7 @@ jQuery.fn.extend( { anim.stop( true ); } }; - - doAnimation.finish = doAnimation; + doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each( doAnimation ) : @@ -8407,8 +8401,8 @@ jQuery.fn.extend( { if ( this.setAttribute ) { this.setAttribute( "class", className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" + "" : + dataPriv.get( this, "__className__" ) || "" ); } } @@ -8423,7 +8417,7 @@ jQuery.fn.extend( { while ( ( elem = this[ i++ ] ) ) { if ( elem.nodeType === 1 && ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; + return true; } } @@ -8713,7 +8707,9 @@ jQuery.extend( jQuery.event, { special.bindType || type; // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + handle = ( + dataPriv.get( cur, "events" ) || Object.create( null ) + )[ event.type ] && dataPriv.get( cur, "handle" ); if ( handle ) { handle.apply( cur, data ); @@ -8860,7 +8856,7 @@ var rquery = ( /\?/ ); // Cross-browser xml parsing jQuery.parseXML = function( data ) { - var xml, parserErrorElem; + var xml; if ( !data || typeof data !== "string" ) { return null; } @@ -8869,17 +8865,12 @@ jQuery.parseXML = function( data ) { // IE throws on parseFromString with invalid input. try { xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} + } catch ( e ) { + xml = undefined; + } - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); } return xml; }; @@ -8980,14 +8971,16 @@ jQuery.fn.extend( { // Can add propHook for "elements" to filter or add form elements var elements = jQuery.prop( this, "elements" ); return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { + } ) + .filter( function() { var type = this.type; // Use .is( ":disabled" ) so that fieldset[disabled] works return this.name && !jQuery( this ).is( ":disabled" ) && rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { + } ) + .map( function( _i, elem ) { var val = jQuery( this ).val(); if ( val == null ) { @@ -9040,8 +9033,7 @@ var // Anchor tag for parsing the document origin originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; + originAnchor.href = location.href; // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport function addToPrefiltersOrTransports( structure ) { @@ -9422,8 +9414,8 @@ jQuery.extend( { // Context for global events is callbackContext if it is a DOM node or jQuery collection globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, + jQuery( callbackContext ) : + jQuery.event, // Deferreds deferred = jQuery.Deferred(), @@ -9735,10 +9727,8 @@ jQuery.extend( { response = ajaxHandleResponses( s, jqXHR, responses ); } - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { + // Use a noop converter for missing script + if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { s.converters[ "text script" ] = function() {}; } @@ -10476,6 +10466,12 @@ jQuery.offset = { options.using.call( elem, props ); } else { + if ( typeof props.top === "number" ) { + props.top += "px"; + } + if ( typeof props.left === "number" ) { + props.left += "px"; + } curElem.css( props ); } } @@ -10644,11 +10640,8 @@ jQuery.each( [ "top", "left" ], function( _i, prop ) { // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { @@ -10733,8 +10726,7 @@ jQuery.fn.extend( { } } ); -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup contextmenu" ).split( " " ), function( _i, name ) { @@ -10745,8 +10737,7 @@ jQuery.each( this.on( name, null, data, fn ) : this.trigger( name ); }; - } -); + } ); diff --git a/esp_modem/_static/jquery.js b/esp_modem/_static/jquery.js index c4c6022f2..b0614034a 100644 --- a/esp_modem/_static/jquery.js +++ b/esp_modem/_static/jquery.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 { - const [docname, title, anchor, descr, score, filename] = result - return score + score: function(result) { + return result[4]; }, */ @@ -30,11 +28,9 @@ if (typeof Scorer === "undefined") { // or matches in the last dotted part of the object name objPartialMatch: 6, // Additive scores depending on the priority of the object - objPrio: { - 0: 15, // used to be importantResults - 1: 5, // used to be objectResults - 2: -5, // used to be unimportantResults - }, + objPrio: {0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5}, // used to be unimportantResults // Used when the priority is not in the mapping. objPrioDefault: 0, @@ -43,495 +39,452 @@ if (typeof Scorer === "undefined") { partialTitle: 7, // query found in terms term: 5, - partialTerm: 2, + partialTerm: 2 }; } -const _removeChildren = (element) => { - while (element && element.lastChild) element.removeChild(element.lastChild); -}; - -/** - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping - */ -const _escapeRegExp = (string) => - string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string - -const _displayItem = (item, searchTerms) => { - const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; - const docUrlRoot = DOCUMENTATION_OPTIONS.URL_ROOT; - const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; - const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; - const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; - - const [docName, title, anchor, descr, score, _filename] = item; - - let listItem = document.createElement("li"); - let requestUrl; - let linkUrl; - if (docBuilder === "dirhtml") { - // dirhtml builder - let dirname = docName + "/"; - if (dirname.match(/\/index\/$/)) - dirname = dirname.substring(0, dirname.length - 6); - else if (dirname === "index/") dirname = ""; - requestUrl = docUrlRoot + dirname; - linkUrl = requestUrl; - } else { - // normal html builders - requestUrl = docUrlRoot + docName + docFileSuffix; - linkUrl = docName + docLinkSuffix; +if (!splitQuery) { + function splitQuery(query) { + return query.split(/\s+/); } - let linkEl = listItem.appendChild(document.createElement("a")); - linkEl.href = linkUrl + anchor; - linkEl.dataset.score = score; - linkEl.innerHTML = title; - if (descr) - listItem.appendChild(document.createElement("span")).innerHTML = - " (" + descr + ")"; - else if (showSearchSummary) - fetch(requestUrl) - .then((responseData) => responseData.text()) - .then((data) => { - if (data) - listItem.appendChild( - Search.makeSearchSummary(data, searchTerms) - ); - }); - Search.output.appendChild(listItem); -}; -const _finishSearch = (resultCount) => { - Search.stopPulse(); - Search.title.innerText = _("Search Results"); - if (!resultCount) - Search.status.innerText = Documentation.gettext( - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." - ); - else - Search.status.innerText = _( - `Search finished, found ${resultCount} page(s) matching the search query.` - ); -}; -const _displayNextItem = ( - results, - resultCount, - searchTerms -) => { - // results left, load the summary and display it - // this is intended to be dynamic (don't sub resultsCount) - if (results.length) { - _displayItem(results.pop(), searchTerms); - setTimeout( - () => _displayNextItem(results, resultCount, searchTerms), - 5 - ); - } - // search finished, update title and status message - else _finishSearch(resultCount); -}; - -/** - * Default splitQuery function. Can be overridden in ``sphinx.search`` with a - * custom function per language. - * - * The regular expression works by splitting the string on consecutive characters - * that are not Unicode letters, numbers, underscores, or emoji characters. - * This is the same as ``\W+`` in Python, preserving the surrogate pair area. - */ -if (typeof splitQuery === "undefined") { - var splitQuery = (query) => query - .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) - .filter(term => term) // remove remaining empty strings } /** * Search Module */ -const Search = { - _index: null, - _queued_query: null, - _pulse_status: -1, +var Search = { - htmlToText: (htmlString) => { - const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); - const docContent = htmlElement.querySelector('[role="main"]'); - if (docContent !== undefined) return docContent.textContent; - console.warn( - "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." - ); - return ""; + _index : null, + _queued_query : null, + _pulse_status : -1, + + htmlToText : function(htmlString) { + var virtualDocument = document.implementation.createHTMLDocument('virtual'); + var htmlElement = $(htmlString, virtualDocument); + htmlElement.find('.headerlink').remove(); + docContent = htmlElement.find('[role=main]')[0]; + if(docContent === undefined) { + console.warn("Content block not found. Sphinx search tries to obtain it " + + "via '[role=main]'. Could you check your theme or template."); + return ""; + } + return docContent.textContent || docContent.innerText; }, - init: () => { - const query = new URLSearchParams(window.location.search).get("q"); - document - .querySelectorAll('input[name="q"]') - .forEach((el) => (el.value = query)); - if (query) Search.performSearch(query); + init : function() { + var params = $.getQueryParameters(); + if (params.q) { + var query = params.q[0]; + $('input[name="q"]')[0].value = query; + this.performSearch(query); + } }, - loadIndex: (url) => - (document.body.appendChild(document.createElement("script")).src = url), + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, + dataType: "script", cache: true, + complete: function(jqxhr, textstatus) { + if (textstatus != "success") { + document.getElementById("searchindexloader").src = url; + } + }}); + }, - setIndex: (index) => { - Search._index = index; - if (Search._queued_query !== null) { - const query = Search._queued_query; - Search._queued_query = null; - Search.query(query); + setIndex : function(index) { + var q; + this._index = index; + if ((q = this._queued_query) !== null) { + this._queued_query = null; + Search.query(q); } }, - hasIndex: () => Search._index !== null, + hasIndex : function() { + return this._index !== null; + }, - deferQuery: (query) => (Search._queued_query = query), + deferQuery : function(query) { + this._queued_query = query; + }, - stopPulse: () => (Search._pulse_status = -1), + stopPulse : function() { + this._pulse_status = 0; + }, - startPulse: () => { - if (Search._pulse_status >= 0) return; - - const pulse = () => { + startPulse : function() { + if (this._pulse_status >= 0) + return; + function pulse() { + var i; Search._pulse_status = (Search._pulse_status + 1) % 4; - Search.dots.innerText = ".".repeat(Search._pulse_status); - if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); - }; + var dotString = ''; + for (i = 0; i < Search._pulse_status; i++) + dotString += '.'; + Search.dots.text(dotString); + if (Search._pulse_status > -1) + window.setTimeout(pulse, 500); + } pulse(); }, /** * perform a search for something (or wait until index is loaded) */ - performSearch: (query) => { + performSearch : function(query) { // create the required interface elements - const searchText = document.createElement("h2"); - searchText.textContent = _("Searching"); - const searchSummary = document.createElement("p"); - searchSummary.classList.add("search-summary"); - searchSummary.innerText = ""; - const searchList = document.createElement("ul"); - searchList.classList.add("search"); + this.out = $('#search-results'); + this.title = $('

      ' + _('Searching') + '

      ').appendTo(this.out); + this.dots = $('').appendTo(this.title); + this.status = $('

       

      ').appendTo(this.out); + this.output = $('
      -

      Create DTE and DCE

      +

      Create DTE and DCE

      group ESP_MODEM_INIT_DTE
      @@ -72,10 +70,10 @@ std::shared_ptr<DTE> create_uart_dte(const dte_config *config)

      Create UART DTE.

      -
      Parameters:
      +
      Parameters

      configDTE configuration

      -
      Returns:
      +
      Returns

      shared ptr to DTE on success nullptr on failure (either due to insufficient memory or wrong dte configuration) if exceptions are disabled the API abort()’s on error

      @@ -86,10 +84,10 @@ std::shared_ptr<DTE> create_vfs_dte(const dte_config *config)

      Create VFS DTE.

      -
      Parameters:
      +
      Parameters

      configDTE configuration

      -
      Returns:
      +
      Returns

      shared ptr to DTE on success nullptr on failure (either due to insufficient memory or wrong dte configuration) if exceptions are disabled the API abort()’s on error

      @@ -109,14 +107,14 @@ std::unique_ptr<DCE> create_SIM7600_dce(const dce_config *config, std::shared_ptr<DTE> dte, esp_netif_t *netif)

      Create DCE based on SIM7600 module.

      -
      Parameters:
      +
      Parameters
      • configDCE configuration

      • dte – reference to the communicating DTE

      • netif – reference to the network interface

      -
      Returns:
      +
      Returns

      unique ptr to the created DCE on success nullptr on failure if exceptions are disabled the API abort()’s on error

      @@ -157,10 +155,10 @@
      -

      Mode switching commands

      +

      Mode switching commands

      -template<class SpecificModule>
      class DCE_T
      +template<class SpecificModule>
      class esp_modem::DCE_T

      General DCE class templated on a specific module. It is responsible for all the necessary transactions related to switching modes and consequent synergy with aggregated objects of DTE, Netif and a specific Module.

      Public Functions

      @@ -175,7 +173,7 @@
      -

      Modem commands

      +

      Modem commands

      -

      Destroy the DCE

      +

      Destroy the DCE

      The DCE object is created as std::unique_ptr by default and as such doesn’t have to be explicitly destroyed. It simply gets destroyed and cleaned-up automatically if the object goes out of the block scope.

      @@ -272,7 +270,7 @@ It simply gets destroyed and cleaned-up automatically if the object goes out of - + @@ -289,7 +287,7 @@ It simply gets destroyed and cleaned-up automatically if the object goes out of ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/cxx_api_links.html b/esp_modem/cxx_api_links.html index d5a62d9c7..82862088e 100644 --- a/esp_modem/cxx_api_links.html +++ b/esp_modem/cxx_api_links.html @@ -4,7 +4,7 @@ - + <no title> — esp-modem documentation @@ -12,9 +12,7 @@ - - @@ -114,7 +112,7 @@ - + @@ -131,7 +129,7 @@ ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/genindex.html b/esp_modem/genindex.html index b5c805314..833dad88f 100644 --- a/esp_modem/genindex.html +++ b/esp_modem/genindex.html @@ -11,9 +11,7 @@ - - @@ -613,7 +611,7 @@ - + @@ -630,7 +628,7 @@ ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 diff --git a/esp_modem/index.html b/esp_modem/index.html index 8cc1662c8..91c8c6346 100644 --- a/esp_modem/index.html +++ b/esp_modem/index.html @@ -4,7 +4,7 @@ - + ESP-MODEM Programmers manual — esp-modem documentation @@ -12,9 +12,7 @@ - - @@ -35,7 +33,7 @@
      -

      ESP-MODEM Programmers manual

      +

      ESP-MODEM Programmers manual

      - + @@ -166,7 +164,7 @@ ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/internal_design.html b/esp_modem/internal_design.html index 25e6086ed..e1edf2959 100644 --- a/esp_modem/internal_design.html +++ b/esp_modem/internal_design.html @@ -4,7 +4,7 @@ - + Internal design — esp-modem documentation @@ -12,9 +12,7 @@ - - @@ -36,9 +34,9 @@
      -

      Internal design

      +

      Internal design

      -

      Design decisions

      +

      Design decisions

      • Use C++ with additional C API

      • Use exceptions

        @@ -61,17 +59,17 @@ such as implantation of a minimal device (ModuleIf), add new AT commands (oOnly
      -

      DCE collaboration model

      +

      DCE collaboration model

      The diagram describes how the DCE class collaborates with DTE, PPP and the device abstraction

      DCE_architecture

      -

      Terminal inheritance

      +

      Terminal inheritance

      Terminal is a class which can read or write data, and can handle callbacks when data are available. UART specialization is provided implementing these method using the uart driver.

      -

      CMUX terminal

      +

      CMUX terminal

      The below diagram depicts the idea of using CMUX terminal mode using the CMuxInstance class which is a terminal (it implements the basic read/write methods) interfacing arbitrary number of virtual terminals, but at the same time it is also composed of CMux class, which consumes the original terminal and uses its read/write methods @@ -130,7 +128,7 @@ to multiplex the terminal.

      - + @@ -147,7 +145,7 @@ to multiplex the terminal.

      ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/internal_docs.html b/esp_modem/internal_docs.html index 6cd43058c..593fc8393 100644 --- a/esp_modem/internal_docs.html +++ b/esp_modem/internal_docs.html @@ -4,7 +4,7 @@ - + DCE Internal implementation — esp-modem documentation @@ -12,9 +12,7 @@ - - @@ -35,7 +33,7 @@
      -

      DCE Internal implementation

      +

      DCE Internal implementation

      This chapter provides a detailed description of the classes and building blocks of the esp-modem component and their responsibilities.

      The esp-modem actually implements the DCE class, which in turn aggregates these thee units:

        @@ -64,7 +62,7 @@
        -template<class SpecificModule>
        class DCE_T
        +template<class SpecificModule>
        class esp_modem::DCE_T
        #include <esp_modem_dce.hpp>

        General DCE class templated on a specific module. It is responsible for all the necessary transactions related to switching modes and consequent synergy with aggregated objects of DTE, Netif and a specific Module.

        @@ -81,7 +79,7 @@
        -class DCE : public esp_modem::DCE_T<GenericModule>
        +class esp_modem::DCE : public esp_modem::DCE_T<GenericModule>, public esp_modem::DCE_T<GenericModule>
        #include <esp_modem_dce.hpp>

        Common abstraction of the modem DCE, specialized by the GenericModule which is a parent class for the supported devices and most common modems, as well.

        @@ -92,7 +90,7 @@ command_result sync()

        Sends the initial AT sequence to sync up with the device.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -103,13 +101,13 @@ command_result get_operator_name(std::string &name, int &act)

        Reads the operator name.

        -
        Parameters:
        +
        Parameters
        • operator[out] name

        • access[out] technology

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -120,7 +118,7 @@ command_result store_profile()

        Stores current user profile.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -131,10 +129,10 @@ command_result set_pin(const std::string &pin)

        Sets the supplied PIN code.

        -
        Parameters:
        +
        Parameters

        pin[in] Pin

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -145,14 +143,14 @@ command_result at(const std::string &cmd, std::string &out, int timeout)

        Execute the supplied AT command.

        -
        Parameters:
        +
        Parameters
        • at[in] AT command

        • out[out] Command output string

        • timeout[in] AT command timeout in milliseconds

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -163,10 +161,10 @@ command_result read_pin(bool &pin_ok)

        Checks if the SIM needs a PIN.

        -
        Parameters:
        +
        Parameters

        pin_ok[out] true if the SIM card doesn’t need a PIN to unlock

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -177,10 +175,10 @@ command_result set_echo(const bool echo_on)

        Sets echo mode.

        -
        Parameters:
        +
        Parameters

        echo_on[in] true if echo mode on (repeats the commands)

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -191,10 +189,10 @@ command_result sms_txt_mode(const bool txt)

        Sets the Txt or Pdu mode for SMS (only txt is supported)

        -
        Parameters:
        +
        Parameters

        txt[in] true if txt mode

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -205,7 +203,7 @@ command_result sms_character_set()

        Sets the default (GSM) character set.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -216,13 +214,13 @@ command_result send_sms(const std::string &number, const std::string &message)

        Sends SMS message in txt mode.

        -
        Parameters:
        +
        Parameters
        • number[in] Phone number to send the message to

        • message[in] Text message to be sent

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -233,7 +231,7 @@ command_result resume_data_mode()

        Resumes data mode (Switches back to the data mode, which was temporarily suspended)

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -244,10 +242,10 @@ command_result set_pdp_context(PdpContext &p1)

        Sets php context.

        -
        Parameters:
        +
        Parameters

        p1[in] PdP context struct to setup modem cellular connection

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -258,7 +256,7 @@ command_result set_command_mode()

        Switches to the command mode.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -269,7 +267,7 @@ command_result set_cmux()

        Switches to the CMUX mode.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -280,10 +278,10 @@ command_result get_imsi(std::string &imsi)

        Reads the IMSI number.

        -
        Parameters:
        +
        Parameters

        imsi[out] Module’s IMSI number

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -294,10 +292,10 @@ command_result get_imei(std::string &imei)

        Reads the IMEI number.

        -
        Parameters:
        +
        Parameters

        imei[out] Module’s IMEI number

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -308,10 +306,10 @@ command_result get_module_name(std::string &name)

        Reads the module name.

        -
        Parameters:
        +
        Parameters

        name[out] module name

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -322,7 +320,7 @@ command_result set_data_mode()

        Sets the modem to data mode.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -333,13 +331,13 @@ command_result get_signal_quality(int &rssi, int &ber)

        Get Signal quality.

        -
        Parameters:
        +
        Parameters
        • rssi[out] signal strength indication

        • ber[out] channel bit error rate

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -350,13 +348,13 @@ command_result set_flow_control(int dce_flow, int dte_flow)

        Sets HW control flow.

        -
        Parameters:
        +
        Parameters
        • dce_flow[in] 0=none, 2=RTS hw flow control of DCE

        • dte_flow[in] 0=none, 2=CTS hw flow control of DTE

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -367,7 +365,7 @@ command_result hang_up()

        Hangs up current data call.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -378,14 +376,14 @@ command_result get_battery_status(int &voltage, int &bcs, int &bcl)

        Get voltage levels of modem power up circuitry.

        -
        Parameters:
        +
        Parameters
        • voltage[out] Current status in mV

        • bcs[out] charge status (-1-Not available, 0-Not charging, 1-Charging, 2-Charging done)

        • bcl[out] 1-100% battery capacity, -1-Not available

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -396,7 +394,7 @@ command_result power_down()

        Power down the module.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -407,7 +405,7 @@ command_result reset()

        Reset the module.

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -418,10 +416,10 @@ command_result set_baud(int baud)

        Configures the baudrate.

        -
        Parameters:
        +
        Parameters

        baud[in] Desired baud rate of the DTE

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -432,14 +430,14 @@ command_result set_operator(int mode, int format, const std::string &oper)

        Force an attempt to connect to a specific operator.

        -
        Parameters:
        +
        Parameters
        • mode[in] mode of attempt mode=0 - automatic mode=1 - manual mode=2 - deregister mode=3 - set format for read operation mode=4 - manual with fallback to automatic

        • format[in] what format the operator is given in format=0 - long format format=1 - short format format=2 - numeric

        • oper[in] the operator to connect to

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -450,10 +448,10 @@ command_result set_network_attachment_state(int state)

        Attach or detach from the GPRS service.

        -
        Parameters:
        +
        Parameters

        state[in] 1-attach 0-detach

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -464,10 +462,10 @@ command_result get_network_attachment_state(int &state)

        Get network attachment state.

        -
        Parameters:
        +
        Parameters

        state[out] 1-attached 0-detached

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -478,10 +476,10 @@ command_result set_radio_state(int state)

        What mode the radio should be set to.

        -
        Parameters:
        +
        Parameters

        state[in] state 1-full 0-minimum …

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -492,10 +490,10 @@ command_result get_radio_state(int &state)

        Get current radio state.

        -
        Parameters:
        +
        Parameters

        state[out] 1-full 0-minimum …

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -506,10 +504,10 @@ command_result set_network_mode(int mode)

        Set network mode.

        -
        Parameters:
        +
        Parameters

        mode[in] preferred mode

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -520,10 +518,10 @@ command_result set_preferred_mode(int mode)

        Preferred network mode (CAT-M and/or NB-IoT)

        -
        Parameters:
        +
        Parameters

        mode[in] preferred selection

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -534,10 +532,10 @@ command_result set_network_bands(const std::string &mode, const int *bands, int size)

        Set network bands for CAT-M or NB-IoT.

        -
        Parameters:
        +
        Parameters

        mode[in] CAT-M or NB-IoT

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -548,10 +546,10 @@ command_result get_network_system_mode(int &mode)

        Show network system mode.

        -
        Parameters:
        +
        Parameters

        mode[out] current network mode

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -562,10 +560,10 @@ command_result set_gnss_power_mode(int mode)

        GNSS power control.

        -
        Parameters:
        +
        Parameters

        mode[out] power mode (0 - off, 1 - on)

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -576,10 +574,10 @@ command_result get_gnss_power_mode(int &mode)

        GNSS power control.

        -
        Parameters:
        +
        Parameters

        mode[out] power mode (0 - off, 1 - on)

        -
        Returns:
        +
        Returns

        OK, FAIL or TIMEOUT

        @@ -591,7 +589,7 @@
        -

        DTE abstraction

        +

        DTE abstraction

        DTE is a basic unit to talk to the module using a Terminal interface. It also implements and uses the CMUX to multiplex terminals. Besides the DTE documentation, this section also refers to the

          @@ -605,7 +603,7 @@ terminals. Besides the DTE documentation, this section also refers to the

          Definition of DTE and related classes.

          -class DTE : public esp_modem::CommandableIf
          +class esp_modem::DTE : public esp_modem::CommandableIf
          #include <esp_modem_dte.hpp>

          DTE (Data Terminal Equipment) class

          @@ -616,7 +614,7 @@ terminals. Besides the DTE documentation, this section also refers to the

          explicit DTE(const esp_modem_dte_config *config, std::unique_ptr<Terminal> t)

          Creates a DTE instance from the terminal.

          -
          Parameters:
          +
          Parameters
          • configDTE config structure

          • t – unique-ptr to Terminal

          • @@ -630,13 +628,13 @@ terminals. Besides the DTE documentation, this section also refers to the

            int write(uint8_t *data, size_t len)

            Writing to the underlying terminal.

            -
            Parameters:
            +
            Parameters
            • data – Data pointer to write

            • len – Data len to write

            -
            Returns:
            +
            Returns

            number of bytes written

            @@ -647,13 +645,13 @@ terminals. Besides the DTE documentation, this section also refers to the

            int read(uint8_t **d, size_t len)

            Reading from the underlying terminal.

            -
            Parameters:
            +
            Parameters
            • d – Returning the data pointer of the received payload

            • len – Length of the data payload

            -
            Returns:
            +
            Returns

            number of bytes read

            @@ -664,7 +662,7 @@ terminals. Besides the DTE documentation, this section also refers to the

            void set_read_cb(std::function<bool(uint8_t *data, size_t len)> f)

            Sets read callback with valid data and length.

            -
            Parameters:
            +
            Parameters

            f – Function to be called on data available

            @@ -675,7 +673,7 @@ terminals. Besides the DTE documentation, this section also refers to the

            void set_error_cb(std::function<void(terminal_error err)> f)

            Sets DTE error callback.

            -
            Parameters:
            +
            Parameters

            f – Function to be called on DTE error

            @@ -686,10 +684,10 @@ terminals. Besides the DTE documentation, this section also refers to the

            bool set_mode(modem_mode m)

            Sets the DTE to desired mode (Command/Data/Cmux)

            -
            Parameters:
            +
            Parameters

            m – Desired operation mode

            -
            Returns:
            +
            Returns

            true on success

            @@ -700,14 +698,14 @@ terminals. Besides the DTE documentation, this section also refers to the

            virtual command_result command(const std::string &command, got_line_cb got_line, uint32_t time_ms) override

            Sends command and provides callback with responding line.

            -
            Parameters:
            +
            Parameters
            • command – String parameter representing command

            • got_line – Function to be called after line available as a response

            • time_ms – Time in ms to wait for the answer

            -
            Returns:
            +
            Returns

            OK, FAIL, TIMEOUT

            @@ -725,7 +723,7 @@ terminals. Besides the DTE documentation, this section also refers to the

          -

          Terminal interface

          +

          Terminal interface

          group ESP_MODEM_TERMINAL
          @@ -762,7 +760,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      -class Terminal
      +class esp_modem::Terminal
      #include <esp_modem_terminal.hpp>

      Terminal interface. All communication interfaces must comply to this interface in order to be used as a DTE.

      @@ -774,13 +772,13 @@ terminals. Besides the DTE documentation, this section also refers to the

      virtual int write(uint8_t *data, size_t len) = 0

      Writes data to the terminal.

      -
      Parameters:
      +
      Parameters
      • data – Data pointer

      • len – Data len

      -
      Returns:
      +
      Returns

      length of data written

      @@ -791,13 +789,13 @@ terminals. Besides the DTE documentation, this section also refers to the

      virtual int read(uint8_t *data, size_t len) = 0

      Read from the terminal. This function doesn’t block, but return all available data.

      -
      Parameters:
      +
      Parameters
      • data – Data pointer to store the read payload

      • len – Maximum data len to read

      -
      Returns:
      +
      Returns

      length of data actually read

      @@ -810,7 +808,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      -

      CMUX implementation

      +

      CMUX implementation

      group ESP_MODEM_CMUX
      @@ -852,7 +850,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      -class CMux
      +class esp_modem::CMux
      #include <esp_modem_cmux.hpp>

      CMux class which consumes the original terminal and creates multiple virtual terminals from it. This class itself is not usable as a DTE terminal, only via its instances defined in CMuxInstance

      @@ -863,7 +861,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      bool init()

      Initializes CMux protocol.

      -
      Returns:
      +
      Returns

      true on success

      @@ -874,7 +872,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      bool deinit()

      Closes and deinits CMux protocol.

      -
      Returns:
      +
      Returns

      true on success

      @@ -885,7 +883,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      std::pair<std::shared_ptr<Terminal>, unique_buffer> detach()

      Ejects the attached terminal and buffer, so they could be used as traditional command/data DTE’s.

      -
      Returns:
      +
      Returns

      pair of the original terminal and buffer

      @@ -896,7 +894,7 @@ terminals. Besides the DTE documentation, this section also refers to the

      void set_read_cb(int inst, std::function<bool(uint8_t *data, size_t len)> f)

      Sets read callback for the appropriate terminal.

      -
      Parameters:
      +
      Parameters
      • inst – Index of the terminal

      • f – function pointer

      • @@ -910,14 +908,14 @@ terminals. Besides the DTE documentation, this section also refers to the

        int write(int i, uint8_t *data, size_t len)

        Writes to the appropriate terminal.

        -
        Parameters:
        +
        Parameters
        • i – Index of the terminal

        • data – Data to write

        • len – Data length to write

        -
        Returns:
        +
        Returns

        The actual written length

        @@ -928,7 +926,7 @@ terminals. Besides the DTE documentation, this section also refers to the

        -class CMuxInstance : public esp_modem::Terminal
        +class esp_modem::CMuxInstance : public esp_modem::Terminal
        #include <esp_modem_cmux.hpp>

        This represents a specific instance of a CMUX virtual terminal. This class also implements Terminal interface and as such could be used as a DTE’s terminal.

        @@ -939,13 +937,13 @@ terminals. Besides the DTE documentation, this section also refers to the

        inline virtual int write(uint8_t *data, size_t len) override

        Writes data to the terminal.

        -
        Parameters:
        +
        Parameters
        • data – Data pointer

        • len – Data len

        -
        Returns:
        +
        Returns

        length of data written

        @@ -956,13 +954,13 @@ terminals. Besides the DTE documentation, this section also refers to the

        inline virtual int read(uint8_t *data, size_t len) override

        Read from the terminal. This function doesn’t block, but return all available data.

        -
        Parameters:
        +
        Parameters
        • data – Data pointer to store the read payload

        • len – Maximum data len to read

        -
        Returns:
        +
        Returns

        length of data actually read

        @@ -976,14 +974,14 @@ terminals. Besides the DTE documentation, this section also refers to the

      -

      Netif

      +

      Netif

      group ESP_MODEM_NETIF

      Network interface layer of the esp-modem.

      -class Netif
      +class esp_modem::Netif
      #include <esp_modem_netif.hpp>

      Network interface class responsible to glue the esp-netif to the modem’s DCE.

      @@ -1014,14 +1012,14 @@ terminals. Besides the DTE documentation, this section also refers to the

      -

      Module abstraction

      +

      Module abstraction

      group ESP_MODEM_MODULE

      Definition of modules representing specific modem devices.

      -class GenericModule : public esp_modem::ModuleIf
      +class esp_modem::GenericModule : public esp_modem::ModuleIf
      #include <esp_modem_dce_module.hpp>

      This is a basic building block for custom modules as well as for the supported modules in the esp-modem component It derives from the ModuleIf.

      @@ -1104,13 +1102,13 @@ terminals. Besides the DTE documentation, this section also refers to the

      -

      Adding new devices

      +

      Adding new devices

      To support a new module, developers would have to implement a new class derived from esp_modem::GenericModule the same way as it is described in the Advanced user manual. The only difference is that the new class (and factory extension) would be available in the esp_modem code base.

      -

      Implement a new generic command

      +

      Implement a new generic command

      Adding a generic command, i.e. the command that is shared for all modules and is included in the esp_modem::GenericModule, has to be declared first in the include/generate/esp_modem_command_declare.inc file, which is the single source of supported command definitions, that is used in:

      @@ -1130,7 +1128,7 @@ of supported command definitions, that is used in:

      human readable argument name is baud, it’s the first argument, so expands to p1 (second argument would be p2, etc)

      -

      Command library

      +

      Command library

      This is a namespace holding a library of typical AT commands used by supported devices. Please refer to the C API Documentation for the list of supported commands.

      @@ -1190,7 +1188,7 @@ Please refer to the
      -

      Modem types

      +

      Modem types

      group ESP_MODEM_TYPES
      @@ -1271,7 +1269,7 @@ Please refer to the
      -class CommandableIf
      +class esp_modem::CommandableIf
      #include <esp_modem_types.hpp>

      Interface for classes eligible to send AT commands (Modules, DCEs, DTEs)

      @@ -1283,14 +1281,14 @@ Please refer to the virtual command_result command(const std::string &command, got_line_cb got_line, uint32_t time_ms, const char separator) = 0

      Sends custom AT command.

      -
      Parameters:
      +
      Parameters
      • command – Command to be sent

      • got_line – callback if a line received

      • time_ms – timeout in milliseconds

      -
      Returns:
      +
      Returns

      OK, FAIL or TIMEOUT

      @@ -1301,7 +1299,7 @@ Please refer to the
      -class ModuleIf
      +class esp_modem::ModuleIf
      #include <esp_modem_types.hpp>

      Interface for classes implementing a module for the modem.

      @@ -1313,7 +1311,7 @@ Please refer to the virtual bool setup_data_mode() = 0

      Sets the data mode up (provides the necessary configuration to connect to the cellular network)

      -
      Returns:
      +
      Returns

      true on success

      @@ -1324,10 +1322,10 @@ Please refer to the virtual bool set_mode(modem_mode mode) = 0

      Sets the operation mode.

      -
      Parameters:
      +
      Parameters

      mode – Desired mode

      -
      Returns:
      +
      Returns

      true on success

      @@ -1399,7 +1397,7 @@ Please refer to the - + @@ -1416,7 +1414,7 @@ Please refer to the Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 | diff --git a/esp_modem/search.html b/esp_modem/search.html index f5f7644e2..a477819d5 100644 --- a/esp_modem/search.html +++ b/esp_modem/search.html @@ -12,9 +12,7 @@ - - @@ -117,7 +115,7 @@ ©2016 - 2021, Espressif Systems (Shanghai) Co., Ltd. | - Powered by Sphinx 5.3.0 + Powered by Sphinx 4.5.0 & Alabaster 0.7.12 diff --git a/esp_modem/searchindex.js b/esp_modem/searchindex.js index a3fc575d7..fbe3087d8 100644 --- a/esp_modem/searchindex.js +++ b/esp_modem/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["README", "advanced_api", "api_docs", "cxx_api_docs", "cxx_api_links", "index", "internal_design", "internal_docs"], "filenames": ["README.md", "advanced_api.rst", "api_docs.rst", "cxx_api_docs.rst", "cxx_api_links.rst", "index.rst", "internal_design.md", "internal_docs.rst"], "titles": ["ESP MODEM", "Advanced esp-modem use cases", "C API Documentation", "C++ API Documentation", "<no title>", "ESP-MODEM Programmers manual", "Internal design", "DCE Internal implementation"], "terms": {"thi": [0, 1, 2, 7], "i": [0, 1, 2, 3, 6, 7], "commun": [0, 2, 3, 5, 7], "command": [0, 1, 5, 6], "mode": [0, 2, 5, 6, 7], "AT": [0, 1, 2, 3, 6, 7], "well": [0, 6, 7], "data": [0, 2, 3, 6, 7], "over": [0, 6], "pppo": 0, "protocol": [0, 7], "The": [0, 1, 2, 3, 6, 7], "model": [0, 1, 5], "equip": [0, 7], "object": [0, 1, 3, 7], "which": [0, 1, 2, 6, 7], "compos": [0, 6], "termin": [0, 1, 2, 5], "abstract": [0, 5, 6], "current": [0, 2, 7], "onli": [0, 1, 2, 6, 7], "uart": [0, 1, 2, 3, 6, 7], "implement": [0, 1, 2, 5, 6], "repres": [0, 1, 7], "network": [0, 1, 2, 3, 6, 7], "interfac": [0, 2, 3, 5, 6], "specif": [0, 1, 2, 3, 7], "its": [0, 2, 6, 7], "o": 0, "set_mod": [0, 7], "send_command": 0, "event": [0, 2], "basic": [0, 1, 2, 3, 6, 7], "oper": [0, 2, 7], "unit": [0, 7], "_": 0, "softwar": 0, "media": 0, "defin": [0, 1, 2, 7], "librari": [0, 5], "support": [0, 1, 2, 7], "type": [0, 2, 5], "config": [0, 1, 2, 3, 7], "lwip": 0, "after": [0, 2, 7], "creat": [0, 2, 5, 7], "applic": [0, 1, 2, 3], "interact": 0, "issu": [0, 2], "switch": [0, 2, 5, 7], "between": [0, 7], "an": [0, 1, 2, 7], "physic": 0, "connect": [0, 1, 2, 7], "attach": [0, 2, 7], "sim800": [0, 1, 3, 7], "bg96": [0, 1, 3, 7], "sim7600": [0, 1, 3, 7], "user": [0, 1, 2, 7], "internet": 0, "via": [0, 7], "cellular": [0, 2, 7], "send": [0, 2, 3, 6, 7], "variou": 0, "e": [0, 1, 7], "g": [0, 1], "sm": [0, 2, 7], "typic": [0, 1, 2, 7], "regist": 0, "handler": 0, "receiv": [0, 7], "notif": 0, "avail": [0, 2, 6, 7], "ip": 0, "address": 0, "chang": 0, "common": [0, 1, 2, 6, 7], "ar": [0, 2, 3, 6, 7], "also": [0, 1, 2, 6, 7], "list": [0, 2, 7], "exampl": [0, 1], "pppos_client": 0, "simpl": [0, 2], "client": 0, "read": [0, 2, 6, 7], "some": [0, 6, 7], "properti": 0, "public": [0, 1, 2, 3, 7], "mqtt": 0, "broker": 0, "modem_consol": [0, 1], "exercis": 0, "all": [0, 1, 3, 7], "possibl": [0, 1], "consol": 0, "ap_to_pppo": 0, "focus": 0, "provid": [0, 1, 6, 7], "wifi": 0, "ap": 0, "forward": [0, 7], "packet": 0, "nat": 0, "from": [0, 1, 2, 6, 7], "virtual": [0, 1, 6, 7], "experiment": 0, "featur": 0, "allow": 0, "multipl": [0, 7], "design": [0, 5], "them": 0, "sole": [0, 7], "we": [0, 7], "usb": 0, "preview": 0, "modern": 0, "spi": [0, 1], "ad": [0, 5], "new": [0, 2, 5, 6], "must": [0, 7], "have": [0, 3, 7], "requir": 0, "differ": [0, 1, 6, 7], "might": [0, 6], "mean": [0, 7], "class": [0, 1, 3, 6, 7], "deriv": [0, 1, 7], "genericmodul": [0, 1, 6, 7], "where": 0, "could": [0, 1, 6, 7], "add": [0, 6, 7], "modifi": 0, "exist": [0, 1, 7], "ones": 0, "both": [0, 7], "compil": [0, 6], "time": [0, 6, 7], "run": 0, "menuconfig": 0, "pleas": [0, 1, 7], "check": [0, 2, 7], "descript": [0, 7], "option": [0, 2], "standard": [0, 2], "structur": [0, 1, 5, 7], "separ": [0, 7], "find": 0, "document": [0, 7], "cpp": [0, 7], "esp_modem_dte_config_t": [0, 2], "esp_modem_dce_config_t": [0, 2], "chapter": [1, 7], "outlin": 1, "extens": [1, 5, 7], "compon": [1, 5, 7], "It": [1, 3, 7], "handl": [1, 2, 6], "mani": 1, "wai": [1, 7], "build": [1, 7], "top": 1, "gener": [1, 2, 3, 5, 6], "share": [1, 3, 7], "uniqu": [1, 3, 7], "vanilla": 1, "pointer": [1, 2, 7], "templat": [1, 3, 6, 7], "dce_t": [1, 3, 7], "one": [1, 7], "function": [1, 2, 3, 7], "group": [1, 2, 3, 7], "esp_modem_dce_factori": 1, "enum": [1, 2, 7], "modemtyp": 1, "choic": 1, "when": [1, 6], "valu": [1, 2, 7], "enumer": [1, 2, 7], "default": [1, 2, 3, 7], "most": [1, 2, 6, 7], "appli": 1, "sim7070": [1, 3, 7], "sim7000": [1, 3, 7], "bg69": 1, "factoryhelp": 1, "includ": [1, 2, 7], "hpp": [1, 7], "helper": [1, 7], "either": [1, 3, 7], "plain": [1, 2], "shared_ptr": [1, 3, 7], "unique_ptr": [1, 3, 7], "typenam": 1, "t_modul": 1, "creator": 1, "dte": [1, 2, 5, 6], "netif": [1, 2, 3, 5, 6], "throw": [1, 6], "base": [1, 3, 7], "configur": [1, 3, 5, 7], "suppli": [1, 2, 7], "app": [1, 2], "arg": 1, "inlin": [1, 3, 7], "std": [1, 3, 7], "build_uniqu": 1, "const": [1, 2, 3, 7], "cfg": 1, "chosen": [1, 2], "paramet": [1, 2, 3, 7], "argument": [1, 7], "builder": 1, "constructor": [1, 6], "esp_modem": [1, 3, 4, 7], "esp_modem_dte_config": [1, 2, 3, 7], "ppp": [1, 2, 5, 6, 7], "return": [1, 2, 3, 7], "success": [1, 2, 3, 7], "static": 1, "necessari": [1, 3, 7], "need": [1, 2, 7], "devic": [1, 2, 5, 6], "ani": 1, "In": 1, "recommend": 1, "order": [1, 7], "appropri": [1, 7], "dce_factori": 1, "refer": [1, 3, 7], "note": [1, 2], "trivial": 1, "overrid": [1, 7], "demonstr": 1, "purpos": 1, "unsupport": 1, "i2c": 1, "two": [1, 2, 7], "step": 1, "correspond": 1, "should": [1, 2, 7], "io": 1, "method": [1, 6, 7], "veri": 2, "consist": [2, 3, 7], "part": 2, "workflow": [2, 3], "dce": [2, 4, 5], "instanc": [2, 7], "us": [2, 3, 5, 6, 7], "esp_modem_new": 2, "call": [2, 7], "esp_modem_set_mod": 2, "perform": 2, "desir": [2, 7], "unrel": 2, "esp": [2, 7], "back": [2, 7], "again": 2, "destroi": [2, 5], "sing": 2, "esp_modem_destroi": 2, "These": 2, "set": [2, 3, 7], "work": [2, 7], "esp_modem_c_api": 2, "typedef": [2, 3, 7], "esp_modem_dce_mod": 2, "esp_modem_dce_mode_t": 2, "esp_modem_dce_devic": 2, "esp_modem_dce_device_t": 2, "esp_modem_terminal_error": 2, "esp_modem_terminal_error_t": 2, "error": [2, 3, 6, 7], "void": [2, 3, 7], "esp_modem_terminal_error_cbt": 2, "callback": [2, 6, 7], "esp_modem_mode_command": 2, "startup": 2, "esp_modem_mode_data": 2, "esp_modem_mode_cmux": 2, "multiplex": [2, 6, 7], "esp_modem_dce_genet": 2, "esp_modem_dce_sim7600": 2, "esp_modem_dce_sim7070": 2, "esp_modem_dce_sim7000": 2, "esp_modem_dce_bg96": 2, "esp_modem_dce_sim800": 2, "esp_modem_terminal_buffer_overflow": 2, "esp_modem_terminal_checksum_error": 2, "esp_modem_terminal_unexpected_control_flow": 2, "esp_modem_terminal_device_gon": 2, "esp_modem_terminal_unknown_error": 2, "esp_modem_dce_t": 2, "dte_config": [2, 3], "dce_config": [2, 3], "esp_netif_t": [2, 3], "now": 2, "null": 2, "failur": [2, 3, 6], "esp_modem_new_dev": 2, "modul": [2, 3, 5, 6], "": [2, 3, 5, 7], "esp_err_t": 2, "esp_modem_set_error_cb": 2, "err_cb": 2, "esp_ok": 2, "esp_fail": 2, "actual": [2, 7], "textual": 2, "char": [2, 7], "expect": 2, "output": [2, 7], "point": [2, 7], "alloc": [2, 6], "space": 2, "least": 2, "esp_modem_c_api_str_max": 2, "64": 2, "byte": [2, 7], "truncat": 2, "size": [2, 7], "command_result": [2, 7], "esp_modem_sync": 2, "initi": [2, 3, 6, 7], "sequenc": [2, 7], "sync": [2, 3, 4, 7], "up": [2, 3, 7], "ok": [2, 7], "fail": [2, 7], "timeout": [2, 7], "esp_modem_get_operator_nam": 2, "name": [2, 7], "int": [2, 7], "act": [2, 7], "out": [2, 3, 7], "access": [2, 7], "technologi": [2, 7], "esp_modem_store_profil": 2, "store": [2, 7], "profil": [2, 7], "esp_modem_set_pin": 2, "pin": [2, 7], "code": [2, 6, 7], "esp_modem_at": 2, "cmd": [2, 7], "execut": [2, 7], "string": [2, 7], "millisecond": [2, 7], "esp_modem_read_pin": 2, "bool": [2, 7], "pin_ok": [2, 7], "sim": [2, 7], "true": [2, 7], "card": [2, 7], "doesn": [2, 3, 7], "t": [2, 3, 7], "unlock": [2, 7], "esp_modem_set_echo": 2, "echo_on": [2, 7], "echo": [2, 7], "repeat": [2, 7], "esp_modem_sms_txt_mod": 2, "txt": [2, 7], "pdu": [2, 7], "esp_modem_sms_character_set": 2, "gsm": [2, 7], "charact": [2, 7], "esp_modem_send_sm": 2, "number": [2, 6, 7], "messag": [2, 7], "phone": [2, 7], "text": [2, 7], "sent": [2, 7], "esp_modem_resume_data_mod": 2, "resum": [2, 7], "wa": [2, 7], "temporarili": [2, 7], "suspend": [2, 7], "esp_modem_set_pdp_context": 2, "esp_modem_pdpcontext_t": 2, "p1": [2, 7], "php": [2, 7], "context": [2, 7], "pdp": [2, 7], "struct": [2, 7], "setup": [2, 7], "esp_modem_set_command_mod": 2, "esp_modem_set_cmux": 2, "cmux": [2, 5], "esp_modem_get_imsi": 2, "imsi": [2, 7], "esp_modem_get_imei": 2, "imei": [2, 7], "esp_modem_get_module_nam": 2, "esp_modem_set_data_mod": 2, "esp_modem_get_signal_qu": 2, "rssi": [2, 7], "ber": [2, 7], "get": [2, 3, 7], "signal": [2, 7], "qualiti": [2, 7], "strength": [2, 7], "indic": [2, 7], "channel": [2, 7], "bit": [2, 7], "rate": [2, 7], "esp_modem_set_flow_control": 2, "dce_flow": [2, 7], "dte_flow": [2, 7], "hw": [2, 7], "control": [2, 7], "flow": [2, 7], "0": [2, 7], "none": [2, 7], "2": [2, 7], "rt": [2, 7], "ct": [2, 7], "esp_modem_hang_up": 2, "hang": [2, 7], "esp_modem_get_battery_statu": 2, "voltag": [2, 7], "bc": [2, 7], "bcl": [2, 7], "level": [2, 7], "power": [2, 7], "circuitri": [2, 7], "statu": [2, 7], "mv": [2, 7], "charg": [2, 7], "1": [2, 7], "Not": [2, 7], "done": [2, 7], "100": [2, 7], "batteri": [2, 7], "capac": [2, 7], "esp_modem_power_down": 2, "down": [2, 6, 7], "esp_modem_reset": 2, "reset": [2, 3, 4, 7], "esp_modem_set_baud": 2, "baud": [2, 7], "baudrat": [2, 7], "esp_modem_set_oper": 2, "format": [2, 7], "forc": [2, 7], "attempt": [2, 7], "automat": [2, 3, 7], "manual": [2, 7], "deregist": [2, 7], "3": [2, 7], "4": [2, 7], "fallback": [2, 7], "what": [2, 7], "given": [2, 7], "long": [2, 6, 7], "short": [2, 7], "numer": [2, 7], "esp_modem_set_network_attachment_st": 2, "state": [2, 7], "detach": [2, 7], "gpr": [2, 7], "servic": [2, 7], "esp_modem_get_network_attachment_st": 2, "esp_modem_set_radio_st": 2, "radio": [2, 7], "full": [2, 7], "minimum": [2, 7], "esp_modem_get_radio_st": 2, "esp_modem_set_network_mod": 2, "prefer": [2, 7], "esp_modem_set_preferred_mod": 2, "cat": [2, 7], "m": [2, 7], "nb": [2, 7], "iot": [2, 7], "select": [2, 7], "esp_modem_set_network_band": 2, "band": [2, 7], "esp_modem_get_network_system_mod": 2, "show": [2, 7], "system": [2, 7], "esp_modem_set_gnss_power_mod": 2, "gnss": [2, 7], "off": [2, 6, 7], "esp_modem_get_gnss_power_mod": 2, "esp_modem_config": 2, "esp_modem_dte_default_config": 2, "esp_modem_dce_default_config": 2, "apn": 2, "esp_modem_dce_config": [2, 3], "esp_modem_flow_ctrl_t": 2, "esp_modem_flow_control_non": 2, "esp_modem_flow_control_sw": 2, "esp_modem_flow_control_hw": 2, "esp_modem_uart_term_config": 2, "h": 2, "member": 2, "uart_port_t": 2, "port_num": 2, "port": 2, "uart_word_length_t": 2, "data_bit": 2, "uart_stop_bits_t": 2, "stop_bit": 2, "stop": [2, 7], "uart_parity_t": 2, "pariti": 2, "flow_control": 2, "uart_sclk_t": 2, "source_clk": 2, "sourc": [2, 7], "clock": 2, "baud_rat": 2, "tx_io_num": 2, "txd": 2, "rx_io_num": 2, "rxd": 2, "rts_io_num": 2, "cts_io_num": 2, "rx_buffer_s": 2, "rx": 2, "buffer": [2, 7], "tx_buffer_s": 2, "tx": 2, "event_queue_s": 2, "queue": 2, "esp_modem_vfs_term_config": 2, "vf": [2, 3], "fd": 2, "alreadi": 2, "file": [2, 7], "descriptor": 2, "delet": 2, "esp_modem_vfs_resourc": 2, "custom": [2, 5, 7], "close": [2, 7], "resourc": 2, "clenaup": 2, "complet": [2, 7], "sw": 2, "follow": [2, 7], "portion": 2, "dedic": 2, "size_t": [2, 7], "dte_buffer_s": 2, "uint32_t": [2, 7], "task_stack_s": 2, "task": 2, "stack": 2, "unsign": 2, "task_prior": 2, "prioriti": 2, "uart_config": 2, "vfs_config": 2, "extension_config": 2, "logic": [2, 7], "similar": 3, "construct": [3, 7], "esp_modem_init_dt": 3, "create_uart_dt": 3, "ptr": [3, 7], "nullptr": 3, "due": 3, "insuffici": 3, "memori": 3, "wrong": 3, "except": [3, 6], "disabl": 3, "abort": [3, 6], "create_vfs_dt": 3, "esp_modem_init_dc": 3, "create_sim7600_dc": 3, "create_sim7070_dc": 3, "create_sim7000_dc": 3, "create_sim800_dc": 3, "create_bg96_dc": 3, "create_generic_dc": 3, "specificmodul": [3, 6, 7], "respons": [3, 7], "transact": [3, 7], "relat": [3, 7], "consequ": [3, 7], "synergi": [3, 7], "aggreg": [3, 7], "set_data": [3, 7], "get_operator_nam": [3, 4, 7], "store_profil": [3, 4, 7], "set_pin": [3, 4, 7], "read_pin": [3, 4, 7], "set_echo": [3, 4, 7], "sms_txt_mode": [3, 4, 7], "sms_character_set": [3, 4, 7], "send_sm": [3, 4, 7], "resume_data_mod": [3, 4, 7], "set_pdp_context": [3, 4, 7], "set_command_mod": [3, 4, 7], "set_cmux": [3, 4, 7], "get_imsi": [3, 4, 7], "get_imei": [3, 4, 7], "get_module_nam": [3, 4, 7], "set_data_mod": [3, 4, 7], "get_signal_qu": [3, 4, 7], "set_flow_control": [3, 4, 7], "hang_up": [3, 4, 7], "get_battery_statu": [3, 4, 7], "power_down": [3, 4, 7], "set_baud": [3, 4, 7], "set_oper": [3, 4, 7], "set_network_attachment_st": [3, 4, 7], "get_network_attachment_st": [3, 4, 7], "set_radio_st": [3, 4, 7], "get_radio_st": [3, 4, 7], "set_network_mod": [3, 4, 7], "set_preferred_mod": [3, 4, 7], "set_network_band": [3, 4, 7], "get_network_system_mod": [3, 4, 7], "set_gnss_power_mod": [3, 4, 7], "get_gnss_power_mod": [3, 4, 7], "explicitli": [3, 7], "simpli": 3, "clean": 3, "goe": 3, "block": [3, 6, 7], "scope": 3, "brief": 5, "intro": 5, "case": [5, 6], "other": [5, 7], "kconfig": 5, "runtim": [5, 6, 7], "c": [5, 6, 7], "lifecycl": 5, "api": [5, 6, 7], "advanc": [5, 7], "instanti": 5, "factori": [5, 7], "intern": 5, "decis": 5, "collabor": 5, "inherit": 5, "addit": [6, 7], "macro": [6, 7], "wrapper": 6, "try": 6, "catch": 6, "easier": 6, "ON": 6, "init": [6, 7], "treat": 6, "program": 6, "break": 6, "more": 6, "privat": 6, "modem": 6, "special": [6, 7], "implant": 6, "minim": 6, "moduleif": [6, 7], "oonli": 6, "without": [6, 7], "diagram": 6, "describ": [6, 7], "how": 6, "can": [6, 7], "write": [6, 7], "driver": 6, "below": 6, "depict": 6, "idea": 6, "cmuxinst": [6, 7], "arbitrari": 6, "same": [6, 7], "consum": [6, 7], "origin": [6, 7], "detail": 7, "turn": 7, "thee": 7, "develop": 7, "would": 7, "explain": 7, "section": 7, "esp_modem_dc": 7, "definit": 7, "dce_mod": 7, "parent": 7, "pdpcontext": 7, "talk": 7, "besid": 7, "esp_modem_dt": 7, "commandableif": 7, "explicit": 7, "uint8_t": 7, "len": 7, "underli": 7, "written": 7, "d": 7, "payload": 7, "length": 7, "set_read_cb": 7, "f": 7, "valid": 7, "set_error_cb": 7, "terminal_error": 7, "err": 7, "modem_mod": 7, "got_line_cb": 7, "got_lin": 7, "time_m": 7, "respond": 7, "line": 7, "wait": 7, "answer": 7, "abov": 7, "esp_modem_termin": 7, "buffer_overflow": 7, "checksum_error": 7, "unexpected_control_flow": 7, "device_gon": 7, "compli": 7, "subclass": 7, "maximum": 7, "esp_modem_cmux": 7, "cmux_stat": 7, "machin": 7, "header": 7, "footer": 7, "recov": 7, "itself": 7, "usabl": 7, "deinit": 7, "pair": 7, "unique_buff": 7, "eject": 7, "so": 7, "thei": 7, "tradit": 7, "inst": 7, "index": 7, "esp_modem_netif": 7, "layer": 7, "glue": 7, "start": 7, "wait_until_ppp_exit": 7, "until": 7, "esp_modem_modul": 7, "esp_modem_dce_modul": 7, "just": 7, "setup_data_mod": 7, "mandatori": 7, "abl": 7, "configure_pdp_context": 7, "new_pdp": 7, "simplifi": 7, "version": 7, "To": 7, "ha": 7, "declar": 7, "first": 7, "esp_modem_command_declar": 7, "inc": 7, "singl": 7, "therefor": 7, "care": 7, "taken": 7, "correctli": 7, "specifi": 7, "especi": 7, "keep": 7, "low": 7, "6": 7, "preprocessor": 7, "clariti": 7, "expand": 7, "pattern": 7, "int_in": 7, "input": 7, "integ": 7, "human": 7, "readabl": 7, "second": 7, "p2": 7, "etc": 7, "namespac": 7, "hold": 7, "esp_modem_dce_command": 7, "esp_modem_declare_dce_command": 7, "return_typ": 7, "num": 7, "get_battery_status_sim7xxx": 7, "set_gnss_power_mode_sim76xx": 7, "power_down_sim76xx": 7, "power_down_sim70xx": 7, "set_network_bands_sim76xx": 7, "power_down_sim8xx": 7, "set_data_mode_sim8xx": 7, "esp_modem_typ": 7, "undef": 7, "command_mod": 7, "8212": 7, "suppos": 7, "data_mod": 7, "cmux_mod": 7, "assign": 7, "result": 7, "successfulli": 7, "didn": 7, "timelin": 7, "elig": 7}, "objects": {"": [[2, 0, 1, "c.ESP_MODEM_DCE_DEFAULT_CONFIG", "ESP_MODEM_DCE_DEFAULT_CONFIG"], [7, 0, 1, "c.ESP_MODEM_DECLARE_DCE_COMMAND", "ESP_MODEM_DECLARE_DCE_COMMAND"], [2, 0, 1, "c.ESP_MODEM_DTE_DEFAULT_CONFIG", "ESP_MODEM_DTE_DEFAULT_CONFIG"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device18ESP_MODEM_DCE_BG96E", "ESP_MODEM_DCE_BG96"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_GENETICE", "ESP_MODEM_DCE_GENETIC"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7000E", "ESP_MODEM_DCE_SIM7000"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7070E", "ESP_MODEM_DCE_SIM7070"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7600E", "ESP_MODEM_DCE_SIM7600"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device20ESP_MODEM_DCE_SIM800E", "ESP_MODEM_DCE_SIM800"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_HWE", "ESP_MODEM_FLOW_CONTROL_HW"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t27ESP_MODEM_FLOW_CONTROL_NONEE", "ESP_MODEM_FLOW_CONTROL_NONE"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_SWE", "ESP_MODEM_FLOW_CONTROL_SW"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_CMUXE", "ESP_MODEM_MODE_CMUX"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode22ESP_MODEM_MODE_COMMANDE", "ESP_MODEM_MODE_COMMAND"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_DATAE", "ESP_MODEM_MODE_DATA"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error34ESP_MODEM_TERMINAL_BUFFER_OVERFLOWE", "ESP_MODEM_TERMINAL_BUFFER_OVERFLOW"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error33ESP_MODEM_TERMINAL_CHECKSUM_ERRORE", "ESP_MODEM_TERMINAL_CHECKSUM_ERROR"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error30ESP_MODEM_TERMINAL_DEVICE_GONEE", "ESP_MODEM_TERMINAL_DEVICE_GONE"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error42ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOWE", "ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOW"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error32ESP_MODEM_TERMINAL_UNKNOWN_ERRORE", "ESP_MODEM_TERMINAL_UNKNOWN_ERROR"], [1, 2, 1, "_CPPv49ModemType", "ModemType"], [1, 1, 1, "_CPPv4N9ModemType4BG96E", "ModemType::BG96"], [1, 1, 1, "_CPPv4N9ModemType13GenericModuleE", "ModemType::GenericModule"], [1, 1, 1, "_CPPv4N9ModemType7SIM7000E", "ModemType::SIM7000"], [1, 1, 1, "_CPPv4N9ModemType7SIM7070E", "ModemType::SIM7070"], [1, 1, 1, "_CPPv4N9ModemType7SIM7600E", "ModemType::SIM7600"], [1, 1, 1, "_CPPv4N9ModemType6SIM800E", "ModemType::SIM800"], [7, 2, 1, "_CPPv410cmux_state", "cmux_state"], [7, 1, 1, "_CPPv4N10cmux_state6FOOTERE", "cmux_state::FOOTER"], [7, 1, 1, "_CPPv4N10cmux_state6HEADERE", "cmux_state::HEADER"], [7, 1, 1, "_CPPv4N10cmux_state4INITE", "cmux_state::INIT"], [7, 1, 1, "_CPPv4N10cmux_state7PAYLOADE", "cmux_state::PAYLOAD"], [7, 1, 1, "_CPPv4N10cmux_state7RECOVERE", "cmux_state::RECOVER"], [7, 2, 1, "_CPPv414command_result", "command_result"], [7, 1, 1, "_CPPv4N14command_result4FAILE", "command_result::FAIL"], [7, 1, 1, "_CPPv4N14command_result2OKE", "command_result::OK"], [7, 1, 1, "_CPPv4N14command_result7TIMEOUTE", "command_result::TIMEOUT"], [3, 3, 1, "_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_BG96_dce"], [3, 4, 1, "_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_BG96_dce::config"], [3, 4, 1, "_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_BG96_dce::dte"], [3, 4, 1, "_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_BG96_dce::netif"], [3, 3, 1, "_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7000_dce"], [3, 4, 1, "_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7000_dce::config"], [3, 4, 1, "_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7000_dce::dte"], [3, 4, 1, "_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7000_dce::netif"], [3, 3, 1, "_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7070_dce"], [3, 4, 1, "_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7070_dce::config"], [3, 4, 1, "_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7070_dce::dte"], [3, 4, 1, "_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7070_dce::netif"], [3, 3, 1, "_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7600_dce"], [3, 4, 1, "_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7600_dce::config"], [3, 4, 1, "_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7600_dce::dte"], [3, 4, 1, "_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM7600_dce::netif"], [3, 3, 1, "_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM800_dce"], [3, 4, 1, "_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM800_dce::config"], [3, 4, 1, "_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM800_dce::dte"], [3, 4, 1, "_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_SIM800_dce::netif"], [3, 3, 1, "_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_generic_dce"], [3, 4, 1, "_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_generic_dce::config"], [3, 4, 1, "_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_generic_dce::dte"], [3, 4, 1, "_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t", "create_generic_dce::netif"], [3, 3, 1, "_CPPv415create_uart_dtePK10dte_config", "create_uart_dte"], [3, 4, 1, "_CPPv415create_uart_dtePK10dte_config", "create_uart_dte::config"], [3, 3, 1, "_CPPv414create_vfs_dtePK10dte_config", "create_vfs_dte"], [3, 4, 1, "_CPPv414create_vfs_dtePK10dte_config", "create_vfs_dte::config"], [3, 5, 1, "_CPPv410dce_config", "dce_config"], [3, 5, 1, "_CPPv410dte_config", "dte_config"], [7, 6, 1, "_CPPv4N9esp_modem4BG96E", "esp_modem::BG96"], [7, 6, 1, "_CPPv4N9esp_modem4CMuxE", "esp_modem::CMux"], [7, 3, 1, "_CPPv4N9esp_modem4CMux6deinitEv", "esp_modem::CMux::deinit"], [7, 3, 1, "_CPPv4N9esp_modem4CMux6detachEv", "esp_modem::CMux::detach"], [7, 3, 1, "_CPPv4N9esp_modem4CMux4initEv", "esp_modem::CMux::init"], [7, 3, 1, "_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE", "esp_modem::CMux::set_read_cb"], [7, 4, 1, "_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE", "esp_modem::CMux::set_read_cb::f"], [7, 4, 1, "_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE", "esp_modem::CMux::set_read_cb::inst"], [7, 3, 1, "_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t", "esp_modem::CMux::write"], [7, 4, 1, "_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t", "esp_modem::CMux::write::data"], [7, 4, 1, "_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t", "esp_modem::CMux::write::i"], [7, 4, 1, "_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t", "esp_modem::CMux::write::len"], [7, 6, 1, "_CPPv4N9esp_modem12CMuxInstanceE", "esp_modem::CMuxInstance"], [7, 3, 1, "_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t", "esp_modem::CMuxInstance::read"], [7, 4, 1, "_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t", "esp_modem::CMuxInstance::read::data"], [7, 4, 1, "_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t", "esp_modem::CMuxInstance::read::len"], [7, 3, 1, "_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t", "esp_modem::CMuxInstance::write"], [7, 4, 1, "_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t", "esp_modem::CMuxInstance::write::data"], [7, 4, 1, "_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t", "esp_modem::CMuxInstance::write::len"], [7, 6, 1, "_CPPv4N9esp_modem13CommandableIfE", "esp_modem::CommandableIf"], [7, 3, 1, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc", "esp_modem::CommandableIf::command"], [7, 4, 1, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc", "esp_modem::CommandableIf::command::command"], [7, 4, 1, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc", "esp_modem::CommandableIf::command::got_line"], [7, 4, 1, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc", "esp_modem::CommandableIf::command::separator"], [7, 4, 1, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc", "esp_modem::CommandableIf::command::time_ms"], [7, 6, 1, "_CPPv4N9esp_modem3DCEE", "esp_modem::DCE"], [7, 3, 1, "_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi", "esp_modem::DCE::at"], [7, 4, 1, "_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi", "esp_modem::DCE::at::cmd"], [7, 4, 1, "_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi", "esp_modem::DCE::at::out"], [7, 4, 1, "_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi", "esp_modem::DCE::at::timeout"], [7, 3, 1, "_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi", "esp_modem::DCE::get_battery_status"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi", "esp_modem::DCE::get_battery_status::bcl"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi", "esp_modem::DCE::get_battery_status::bcs"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi", "esp_modem::DCE::get_battery_status::voltage"], [7, 3, 1, "_CPPv4N9esp_modem3DCE19get_gnss_power_modeERi", "esp_modem::DCE::get_gnss_power_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE19get_gnss_power_modeERi", "esp_modem::DCE::get_gnss_power_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8get_imeiERNSt6stringE", "esp_modem::DCE::get_imei"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8get_imeiERNSt6stringE", "esp_modem::DCE::get_imei::imei"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8get_imsiERNSt6stringE", "esp_modem::DCE::get_imsi"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8get_imsiERNSt6stringE", "esp_modem::DCE::get_imsi::imsi"], [7, 3, 1, "_CPPv4N9esp_modem3DCE15get_module_nameERNSt6stringE", "esp_modem::DCE::get_module_name"], [7, 4, 1, "_CPPv4N9esp_modem3DCE15get_module_nameERNSt6stringE", "esp_modem::DCE::get_module_name::name"], [7, 3, 1, "_CPPv4N9esp_modem3DCE28get_network_attachment_stateERi", "esp_modem::DCE::get_network_attachment_state"], [7, 4, 1, "_CPPv4N9esp_modem3DCE28get_network_attachment_stateERi", "esp_modem::DCE::get_network_attachment_state::state"], [7, 3, 1, "_CPPv4N9esp_modem3DCE23get_network_system_modeERi", "esp_modem::DCE::get_network_system_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE23get_network_system_modeERi", "esp_modem::DCE::get_network_system_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi", "esp_modem::DCE::get_operator_name"], [7, 4, 1, "_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi", "esp_modem::DCE::get_operator_name::act"], [7, 4, 1, "_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi", "esp_modem::DCE::get_operator_name::name"], [7, 3, 1, "_CPPv4N9esp_modem3DCE15get_radio_stateERi", "esp_modem::DCE::get_radio_state"], [7, 4, 1, "_CPPv4N9esp_modem3DCE15get_radio_stateERi", "esp_modem::DCE::get_radio_state::state"], [7, 3, 1, "_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi", "esp_modem::DCE::get_signal_quality"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi", "esp_modem::DCE::get_signal_quality::ber"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi", "esp_modem::DCE::get_signal_quality::rssi"], [7, 3, 1, "_CPPv4N9esp_modem3DCE7hang_upEv", "esp_modem::DCE::hang_up"], [7, 3, 1, "_CPPv4N9esp_modem3DCE10power_downEv", "esp_modem::DCE::power_down"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8read_pinERb", "esp_modem::DCE::read_pin"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8read_pinERb", "esp_modem::DCE::read_pin::pin_ok"], [7, 3, 1, "_CPPv4N9esp_modem3DCE5resetEv", "esp_modem::DCE::reset"], [7, 3, 1, "_CPPv4N9esp_modem3DCE16resume_data_modeEv", "esp_modem::DCE::resume_data_mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE", "esp_modem::DCE::send_sms"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE", "esp_modem::DCE::send_sms::message"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE", "esp_modem::DCE::send_sms::number"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8set_baudEi", "esp_modem::DCE::set_baud"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8set_baudEi", "esp_modem::DCE::set_baud::baud"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8set_cmuxEv", "esp_modem::DCE::set_cmux"], [7, 3, 1, "_CPPv4N9esp_modem3DCE16set_command_modeEv", "esp_modem::DCE::set_command_mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE13set_data_modeEv", "esp_modem::DCE::set_data_mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE8set_echoEKb", "esp_modem::DCE::set_echo"], [7, 4, 1, "_CPPv4N9esp_modem3DCE8set_echoEKb", "esp_modem::DCE::set_echo::echo_on"], [7, 3, 1, "_CPPv4N9esp_modem3DCE16set_flow_controlEii", "esp_modem::DCE::set_flow_control"], [7, 4, 1, "_CPPv4N9esp_modem3DCE16set_flow_controlEii", "esp_modem::DCE::set_flow_control::dce_flow"], [7, 4, 1, "_CPPv4N9esp_modem3DCE16set_flow_controlEii", "esp_modem::DCE::set_flow_control::dte_flow"], [7, 3, 1, "_CPPv4N9esp_modem3DCE19set_gnss_power_modeEi", "esp_modem::DCE::set_gnss_power_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE19set_gnss_power_modeEi", "esp_modem::DCE::set_gnss_power_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE28set_network_attachment_stateEi", "esp_modem::DCE::set_network_attachment_state"], [7, 4, 1, "_CPPv4N9esp_modem3DCE28set_network_attachment_stateEi", "esp_modem::DCE::set_network_attachment_state::state"], [7, 3, 1, "_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii", "esp_modem::DCE::set_network_bands"], [7, 4, 1, "_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii", "esp_modem::DCE::set_network_bands::bands"], [7, 4, 1, "_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii", "esp_modem::DCE::set_network_bands::mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii", "esp_modem::DCE::set_network_bands::size"], [7, 3, 1, "_CPPv4N9esp_modem3DCE16set_network_modeEi", "esp_modem::DCE::set_network_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE16set_network_modeEi", "esp_modem::DCE::set_network_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE", "esp_modem::DCE::set_operator"], [7, 4, 1, "_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE", "esp_modem::DCE::set_operator::format"], [7, 4, 1, "_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE", "esp_modem::DCE::set_operator::mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE", "esp_modem::DCE::set_operator::oper"], [7, 3, 1, "_CPPv4N9esp_modem3DCE15set_pdp_contextER10PdpContext", "esp_modem::DCE::set_pdp_context"], [7, 4, 1, "_CPPv4N9esp_modem3DCE15set_pdp_contextER10PdpContext", "esp_modem::DCE::set_pdp_context::p1"], [7, 3, 1, "_CPPv4N9esp_modem3DCE7set_pinERKNSt6stringE", "esp_modem::DCE::set_pin"], [7, 4, 1, "_CPPv4N9esp_modem3DCE7set_pinERKNSt6stringE", "esp_modem::DCE::set_pin::pin"], [7, 3, 1, "_CPPv4N9esp_modem3DCE18set_preferred_modeEi", "esp_modem::DCE::set_preferred_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE18set_preferred_modeEi", "esp_modem::DCE::set_preferred_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem3DCE15set_radio_stateEi", "esp_modem::DCE::set_radio_state"], [7, 4, 1, "_CPPv4N9esp_modem3DCE15set_radio_stateEi", "esp_modem::DCE::set_radio_state::state"], [7, 3, 1, "_CPPv4N9esp_modem3DCE17sms_character_setEv", "esp_modem::DCE::sms_character_set"], [7, 3, 1, "_CPPv4N9esp_modem3DCE12sms_txt_modeEKb", "esp_modem::DCE::sms_txt_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DCE12sms_txt_modeEKb", "esp_modem::DCE::sms_txt_mode::txt"], [7, 3, 1, "_CPPv4N9esp_modem3DCE13store_profileEv", "esp_modem::DCE::store_profile"], [7, 3, 1, "_CPPv4N9esp_modem3DCE4syncEv", "esp_modem::DCE::sync"], [7, 6, 1, "_CPPv4N9esp_modem8DCE_ModeE", "esp_modem::DCE_Mode"], [3, 6, 1, "_CPPv4I0EN9esp_modem5DCE_TE", "esp_modem::DCE_T"], [7, 6, 1, "_CPPv4I0EN9esp_modem5DCE_TE", "esp_modem::DCE_T"], [3, 7, 1, "_CPPv4I0EN9esp_modem5DCE_TE", "esp_modem::DCE_T::SpecificModule"], [7, 7, 1, "_CPPv4I0EN9esp_modem5DCE_TE", "esp_modem::DCE_T::SpecificModule"], [3, 3, 1, "_CPPv4N9esp_modem5DCE_T8set_dataEv", "esp_modem::DCE_T::set_data"], [7, 3, 1, "_CPPv4N9esp_modem5DCE_T8set_dataEv", "esp_modem::DCE_T::set_data"], [7, 6, 1, "_CPPv4N9esp_modem3DTEE", "esp_modem::DTE"], [7, 3, 1, "_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE", "esp_modem::DTE::DTE"], [7, 4, 1, "_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE", "esp_modem::DTE::DTE::config"], [7, 4, 1, "_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE", "esp_modem::DTE::DTE::t"], [7, 3, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t", "esp_modem::DTE::command"], [7, 3, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc", "esp_modem::DTE::command"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t", "esp_modem::DTE::command::command"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc", "esp_modem::DTE::command::command"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t", "esp_modem::DTE::command::got_line"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc", "esp_modem::DTE::command::got_line"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc", "esp_modem::DTE::command::separator"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t", "esp_modem::DTE::command::time_ms"], [7, 4, 1, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc", "esp_modem::DTE::command::time_ms"], [7, 3, 1, "_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t", "esp_modem::DTE::read"], [7, 4, 1, "_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t", "esp_modem::DTE::read::d"], [7, 4, 1, "_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t", "esp_modem::DTE::read::len"], [7, 3, 1, "_CPPv4N9esp_modem3DTE12set_error_cbENSt8functionIFv14terminal_errorEEE", "esp_modem::DTE::set_error_cb"], [7, 4, 1, "_CPPv4N9esp_modem3DTE12set_error_cbENSt8functionIFv14terminal_errorEEE", "esp_modem::DTE::set_error_cb::f"], [7, 3, 1, "_CPPv4N9esp_modem3DTE8set_modeE10modem_mode", "esp_modem::DTE::set_mode"], [7, 4, 1, "_CPPv4N9esp_modem3DTE8set_modeE10modem_mode", "esp_modem::DTE::set_mode::m"], [7, 3, 1, "_CPPv4N9esp_modem3DTE11set_read_cbENSt8functionIFbP7uint8_t6size_tEEE", "esp_modem::DTE::set_read_cb"], [7, 4, 1, "_CPPv4N9esp_modem3DTE11set_read_cbENSt8functionIFbP7uint8_t6size_tEEE", "esp_modem::DTE::set_read_cb::f"], [7, 3, 1, "_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t", "esp_modem::DTE::write"], [7, 4, 1, "_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t", "esp_modem::DTE::write::data"], [7, 4, 1, "_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t", "esp_modem::DTE::write::len"], [7, 6, 1, "_CPPv4N9esp_modem13GenericModuleE", "esp_modem::GenericModule"], [7, 3, 1, "_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE", "esp_modem::GenericModule::GenericModule"], [7, 4, 1, "_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE", "esp_modem::GenericModule::GenericModule::dte"], [7, 4, 1, "_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE", "esp_modem::GenericModule::GenericModule::pdp"], [7, 3, 1, "_CPPv4N9esp_modem13GenericModule21configure_pdp_contextENSt10unique_ptrI10PdpContextEE", "esp_modem::GenericModule::configure_pdp_context"], [7, 4, 1, "_CPPv4N9esp_modem13GenericModule21configure_pdp_contextENSt10unique_ptrI10PdpContextEE", "esp_modem::GenericModule::configure_pdp_context::new_pdp"], [7, 3, 1, "_CPPv4N9esp_modem13GenericModule17get_operator_nameERNSt6stringE", "esp_modem::GenericModule::get_operator_name"], [7, 4, 1, "_CPPv4N9esp_modem13GenericModule17get_operator_nameERNSt6stringE", "esp_modem::GenericModule::get_operator_name::name"], [7, 3, 1, "_CPPv4N9esp_modem13GenericModule8set_modeE10modem_mode", "esp_modem::GenericModule::set_mode"], [7, 4, 1, "_CPPv4N9esp_modem13GenericModule8set_modeE10modem_mode", "esp_modem::GenericModule::set_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem13GenericModule15setup_data_modeEv", "esp_modem::GenericModule::setup_data_mode"], [7, 6, 1, "_CPPv4N9esp_modem8ModuleIfE", "esp_modem::ModuleIf"], [7, 3, 1, "_CPPv4N9esp_modem8ModuleIf8set_modeE10modem_mode", "esp_modem::ModuleIf::set_mode"], [7, 4, 1, "_CPPv4N9esp_modem8ModuleIf8set_modeE10modem_mode", "esp_modem::ModuleIf::set_mode::mode"], [7, 3, 1, "_CPPv4N9esp_modem8ModuleIf15setup_data_modeEv", "esp_modem::ModuleIf::setup_data_mode"], [7, 6, 1, "_CPPv4N9esp_modem5NetifE", "esp_modem::Netif"], [7, 3, 1, "_CPPv4N9esp_modem5Netif5startEv", "esp_modem::Netif::start"], [7, 3, 1, "_CPPv4N9esp_modem5Netif4stopEv", "esp_modem::Netif::stop"], [7, 3, 1, "_CPPv4N9esp_modem5Netif20wait_until_ppp_exitsEv", "esp_modem::Netif::wait_until_ppp_exits"], [7, 6, 1, "_CPPv4N9esp_modem10PdpContextE", "esp_modem::PdpContext"], [7, 6, 1, "_CPPv4N9esp_modem7SIM7000E", "esp_modem::SIM7000"], [7, 6, 1, "_CPPv4N9esp_modem7SIM7070E", "esp_modem::SIM7070"], [7, 6, 1, "_CPPv4N9esp_modem7SIM7600E", "esp_modem::SIM7600"], [7, 6, 1, "_CPPv4N9esp_modem6SIM800E", "esp_modem::SIM800"], [7, 6, 1, "_CPPv4N9esp_modem8TerminalE", "esp_modem::Terminal"], [7, 3, 1, "_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t", "esp_modem::Terminal::read"], [7, 4, 1, "_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t", "esp_modem::Terminal::read::data"], [7, 4, 1, "_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t", "esp_modem::Terminal::read::len"], [7, 3, 1, "_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t", "esp_modem::Terminal::write"], [7, 4, 1, "_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t", "esp_modem::Terminal::write::data"], [7, 4, 1, "_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t", "esp_modem::Terminal::write::len"], [1, 6, 1, "_CPPv4I0EN9esp_modem11dce_factory7CreatorE", "esp_modem::dce_factory::Creator"], [1, 7, 1, "_CPPv4I0EN9esp_modem11dce_factory7CreatorE", "esp_modem::dce_factory::Creator::T_Module"], [1, 6, 1, "_CPPv4N9esp_modem11dce_factory7FactoryE", "esp_modem::dce_factory::Factory"], [1, 3, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build"], [1, 7, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build::Args"], [1, 7, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build::T_Module"], [1, 4, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build::args"], [1, 4, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build::cfg"], [1, 3, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique"], [1, 3, 1, "_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique"], [1, 7, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::Args"], [1, 7, 1, "_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::Args"], [1, 7, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::T_Module"], [1, 4, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::args"], [1, 4, 1, "_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::args"], [1, 4, 1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::cfg"], [1, 4, 1, "_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args", "esp_modem::dce_factory::Factory::build_unique::cfg"], [1, 6, 1, "_CPPv4N9esp_modem11dce_factory13FactoryHelperE", "esp_modem::dce_factory::FactoryHelper"], [2, 3, 1, "_CPPv412esp_modem_atPKcPci", "esp_modem_at"], [2, 4, 1, "_CPPv412esp_modem_atPKcPci", "esp_modem_at::cmd"], [2, 4, 1, "_CPPv412esp_modem_atPKcPci", "esp_modem_at::out"], [2, 4, 1, "_CPPv412esp_modem_atPKcPci", "esp_modem_at::timeout"], [2, 6, 1, "_CPPv420esp_modem_dce_config", "esp_modem_dce_config"], [2, 8, 1, "_CPPv4N20esp_modem_dce_config3apnE", "esp_modem_dce_config::apn"], [2, 5, 1, "_CPPv422esp_modem_dce_config_t", "esp_modem_dce_config_t"], [2, 2, 1, "_CPPv420esp_modem_dce_device", "esp_modem_dce_device"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device18ESP_MODEM_DCE_BG96E", "esp_modem_dce_device::ESP_MODEM_DCE_BG96"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_GENETICE", "esp_modem_dce_device::ESP_MODEM_DCE_GENETIC"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7000E", "esp_modem_dce_device::ESP_MODEM_DCE_SIM7000"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7070E", "esp_modem_dce_device::ESP_MODEM_DCE_SIM7070"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7600E", "esp_modem_dce_device::ESP_MODEM_DCE_SIM7600"], [2, 1, 1, "_CPPv4N20esp_modem_dce_device20ESP_MODEM_DCE_SIM800E", "esp_modem_dce_device::ESP_MODEM_DCE_SIM800"], [2, 5, 1, "_CPPv422esp_modem_dce_device_t", "esp_modem_dce_device_t"], [2, 2, 1, "_CPPv418esp_modem_dce_mode", "esp_modem_dce_mode"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_CMUXE", "esp_modem_dce_mode::ESP_MODEM_MODE_CMUX"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode22ESP_MODEM_MODE_COMMANDE", "esp_modem_dce_mode::ESP_MODEM_MODE_COMMAND"], [2, 1, 1, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_DATAE", "esp_modem_dce_mode::ESP_MODEM_MODE_DATA"], [2, 5, 1, "_CPPv420esp_modem_dce_mode_t", "esp_modem_dce_mode_t"], [2, 3, 1, "_CPPv417esp_modem_destroyP15esp_modem_dce_t", "esp_modem_destroy"], [2, 4, 1, "_CPPv417esp_modem_destroyP15esp_modem_dce_t", "esp_modem_destroy::dce"], [2, 6, 1, "_CPPv420esp_modem_dte_config", "esp_modem_dte_config"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config15dte_buffer_sizeE", "esp_modem_dte_config::dte_buffer_size"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config16extension_configE", "esp_modem_dte_config::extension_config"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config13task_priorityE", "esp_modem_dte_config::task_priority"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config15task_stack_sizeE", "esp_modem_dte_config::task_stack_size"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config11uart_configE", "esp_modem_dte_config::uart_config"], [2, 8, 1, "_CPPv4N20esp_modem_dte_config10vfs_configE", "esp_modem_dte_config::vfs_config"], [2, 5, 1, "_CPPv422esp_modem_dte_config_t", "esp_modem_dte_config_t"], [2, 2, 1, "_CPPv421esp_modem_flow_ctrl_t", "esp_modem_flow_ctrl_t"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_HWE", "esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_HW"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t27ESP_MODEM_FLOW_CONTROL_NONEE", "esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_NONE"], [2, 1, 1, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_SWE", "esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_SW"], [2, 3, 1, "_CPPv428esp_modem_get_battery_statusPiPiPi", "esp_modem_get_battery_status"], [2, 4, 1, "_CPPv428esp_modem_get_battery_statusPiPiPi", "esp_modem_get_battery_status::bcl"], [2, 4, 1, "_CPPv428esp_modem_get_battery_statusPiPiPi", "esp_modem_get_battery_status::bcs"], [2, 4, 1, "_CPPv428esp_modem_get_battery_statusPiPiPi", "esp_modem_get_battery_status::voltage"], [2, 3, 1, "_CPPv429esp_modem_get_gnss_power_modePi", "esp_modem_get_gnss_power_mode"], [2, 4, 1, "_CPPv429esp_modem_get_gnss_power_modePi", "esp_modem_get_gnss_power_mode::mode"], [2, 3, 1, "_CPPv418esp_modem_get_imeiPc", "esp_modem_get_imei"], [2, 4, 1, "_CPPv418esp_modem_get_imeiPc", "esp_modem_get_imei::imei"], [2, 3, 1, "_CPPv418esp_modem_get_imsiPc", "esp_modem_get_imsi"], [2, 4, 1, "_CPPv418esp_modem_get_imsiPc", "esp_modem_get_imsi::imsi"], [2, 3, 1, "_CPPv425esp_modem_get_module_namePc", "esp_modem_get_module_name"], [2, 4, 1, "_CPPv425esp_modem_get_module_namePc", "esp_modem_get_module_name::name"], [2, 3, 1, "_CPPv438esp_modem_get_network_attachment_statePi", "esp_modem_get_network_attachment_state"], [2, 4, 1, "_CPPv438esp_modem_get_network_attachment_statePi", "esp_modem_get_network_attachment_state::state"], [2, 3, 1, "_CPPv433esp_modem_get_network_system_modePi", "esp_modem_get_network_system_mode"], [2, 4, 1, "_CPPv433esp_modem_get_network_system_modePi", "esp_modem_get_network_system_mode::mode"], [2, 3, 1, "_CPPv427esp_modem_get_operator_namePcPi", "esp_modem_get_operator_name"], [2, 4, 1, "_CPPv427esp_modem_get_operator_namePcPi", "esp_modem_get_operator_name::act"], [2, 4, 1, "_CPPv427esp_modem_get_operator_namePcPi", "esp_modem_get_operator_name::name"], [2, 3, 1, "_CPPv425esp_modem_get_radio_statePi", "esp_modem_get_radio_state"], [2, 4, 1, "_CPPv425esp_modem_get_radio_statePi", "esp_modem_get_radio_state::state"], [2, 3, 1, "_CPPv428esp_modem_get_signal_qualityPiPi", "esp_modem_get_signal_quality"], [2, 4, 1, "_CPPv428esp_modem_get_signal_qualityPiPi", "esp_modem_get_signal_quality::ber"], [2, 4, 1, "_CPPv428esp_modem_get_signal_qualityPiPi", "esp_modem_get_signal_quality::rssi"], [2, 3, 1, "_CPPv417esp_modem_hang_upv", "esp_modem_hang_up"], [2, 3, 1, "_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new"], [2, 4, 1, "_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new::dce_config"], [2, 4, 1, "_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new::dte_config"], [2, 4, 1, "_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new::netif"], [2, 3, 1, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new_dev"], [2, 4, 1, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new_dev::dce_config"], [2, 4, 1, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new_dev::dte_config"], [2, 4, 1, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new_dev::module"], [2, 4, 1, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t", "esp_modem_new_dev::netif"], [2, 3, 1, "_CPPv420esp_modem_power_downv", "esp_modem_power_down"], [2, 3, 1, "_CPPv418esp_modem_read_pinPb", "esp_modem_read_pin"], [2, 4, 1, "_CPPv418esp_modem_read_pinPb", "esp_modem_read_pin::pin_ok"], [2, 3, 1, "_CPPv415esp_modem_resetv", "esp_modem_reset"], [2, 3, 1, "_CPPv426esp_modem_resume_data_modev", "esp_modem_resume_data_mode"], [2, 3, 1, "_CPPv418esp_modem_send_smsPKcPKc", "esp_modem_send_sms"], [2, 4, 1, "_CPPv418esp_modem_send_smsPKcPKc", "esp_modem_send_sms::message"], [2, 4, 1, "_CPPv418esp_modem_send_smsPKcPKc", "esp_modem_send_sms::number"], [2, 3, 1, "_CPPv418esp_modem_set_baudi", "esp_modem_set_baud"], [2, 4, 1, "_CPPv418esp_modem_set_baudi", "esp_modem_set_baud::baud"], [2, 3, 1, "_CPPv418esp_modem_set_cmuxv", "esp_modem_set_cmux"], [2, 3, 1, "_CPPv426esp_modem_set_command_modev", "esp_modem_set_command_mode"], [2, 3, 1, "_CPPv423esp_modem_set_data_modev", "esp_modem_set_data_mode"], [2, 3, 1, "_CPPv418esp_modem_set_echoKb", "esp_modem_set_echo"], [2, 4, 1, "_CPPv418esp_modem_set_echoKb", "esp_modem_set_echo::echo_on"], [2, 3, 1, "_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt", "esp_modem_set_error_cb"], [2, 4, 1, "_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt", "esp_modem_set_error_cb::dce"], [2, 4, 1, "_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt", "esp_modem_set_error_cb::err_cb"], [2, 3, 1, "_CPPv426esp_modem_set_flow_controlii", "esp_modem_set_flow_control"], [2, 4, 1, "_CPPv426esp_modem_set_flow_controlii", "esp_modem_set_flow_control::dce_flow"], [2, 4, 1, "_CPPv426esp_modem_set_flow_controlii", "esp_modem_set_flow_control::dte_flow"], [2, 3, 1, "_CPPv429esp_modem_set_gnss_power_modei", "esp_modem_set_gnss_power_mode"], [2, 4, 1, "_CPPv429esp_modem_set_gnss_power_modei", "esp_modem_set_gnss_power_mode::mode"], [2, 3, 1, "_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t", "esp_modem_set_mode"], [2, 4, 1, "_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t", "esp_modem_set_mode::dce"], [2, 4, 1, "_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t", "esp_modem_set_mode::mode"], [2, 3, 1, "_CPPv438esp_modem_set_network_attachment_statei", "esp_modem_set_network_attachment_state"], [2, 4, 1, "_CPPv438esp_modem_set_network_attachment_statei", "esp_modem_set_network_attachment_state::state"], [2, 3, 1, "_CPPv427esp_modem_set_network_bandsPKcPKii", "esp_modem_set_network_bands"], [2, 4, 1, "_CPPv427esp_modem_set_network_bandsPKcPKii", "esp_modem_set_network_bands::bands"], [2, 4, 1, "_CPPv427esp_modem_set_network_bandsPKcPKii", "esp_modem_set_network_bands::mode"], [2, 4, 1, "_CPPv427esp_modem_set_network_bandsPKcPKii", "esp_modem_set_network_bands::size"], [2, 3, 1, "_CPPv426esp_modem_set_network_modei", "esp_modem_set_network_mode"], [2, 4, 1, "_CPPv426esp_modem_set_network_modei", "esp_modem_set_network_mode::mode"], [2, 3, 1, "_CPPv422esp_modem_set_operatoriiPKc", "esp_modem_set_operator"], [2, 4, 1, "_CPPv422esp_modem_set_operatoriiPKc", "esp_modem_set_operator::format"], [2, 4, 1, "_CPPv422esp_modem_set_operatoriiPKc", "esp_modem_set_operator::mode"], [2, 4, 1, "_CPPv422esp_modem_set_operatoriiPKc", "esp_modem_set_operator::oper"], [2, 3, 1, "_CPPv425esp_modem_set_pdp_contextP22esp_modem_PdpContext_t", "esp_modem_set_pdp_context"], [2, 4, 1, "_CPPv425esp_modem_set_pdp_contextP22esp_modem_PdpContext_t", "esp_modem_set_pdp_context::p1"], [2, 3, 1, "_CPPv417esp_modem_set_pinPKc", "esp_modem_set_pin"], [2, 4, 1, "_CPPv417esp_modem_set_pinPKc", "esp_modem_set_pin::pin"], [2, 3, 1, "_CPPv428esp_modem_set_preferred_modei", "esp_modem_set_preferred_mode"], [2, 4, 1, "_CPPv428esp_modem_set_preferred_modei", "esp_modem_set_preferred_mode::mode"], [2, 3, 1, "_CPPv425esp_modem_set_radio_statei", "esp_modem_set_radio_state"], [2, 4, 1, "_CPPv425esp_modem_set_radio_statei", "esp_modem_set_radio_state::state"], [2, 3, 1, "_CPPv427esp_modem_sms_character_setv", "esp_modem_sms_character_set"], [2, 3, 1, "_CPPv422esp_modem_sms_txt_modeKb", "esp_modem_sms_txt_mode"], [2, 4, 1, "_CPPv422esp_modem_sms_txt_modeKb", "esp_modem_sms_txt_mode::txt"], [2, 3, 1, "_CPPv423esp_modem_store_profilev", "esp_modem_store_profile"], [2, 3, 1, "_CPPv414esp_modem_syncv", "esp_modem_sync"], [2, 2, 1, "_CPPv424esp_modem_terminal_error", "esp_modem_terminal_error"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error34ESP_MODEM_TERMINAL_BUFFER_OVERFLOWE", "esp_modem_terminal_error::ESP_MODEM_TERMINAL_BUFFER_OVERFLOW"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error33ESP_MODEM_TERMINAL_CHECKSUM_ERRORE", "esp_modem_terminal_error::ESP_MODEM_TERMINAL_CHECKSUM_ERROR"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error30ESP_MODEM_TERMINAL_DEVICE_GONEE", "esp_modem_terminal_error::ESP_MODEM_TERMINAL_DEVICE_GONE"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error42ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOWE", "esp_modem_terminal_error::ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOW"], [2, 1, 1, "_CPPv4N24esp_modem_terminal_error32ESP_MODEM_TERMINAL_UNKNOWN_ERRORE", "esp_modem_terminal_error::ESP_MODEM_TERMINAL_UNKNOWN_ERROR"], [2, 5, 1, "_CPPv428esp_modem_terminal_error_cbt", "esp_modem_terminal_error_cbt"], [2, 5, 1, "_CPPv426esp_modem_terminal_error_t", "esp_modem_terminal_error_t"], [2, 6, 1, "_CPPv426esp_modem_uart_term_config", "esp_modem_uart_term_config"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config9baud_rateE", "esp_modem_uart_term_config::baud_rate"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config10cts_io_numE", "esp_modem_uart_term_config::cts_io_num"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config9data_bitsE", "esp_modem_uart_term_config::data_bits"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config16event_queue_sizeE", "esp_modem_uart_term_config::event_queue_size"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config12flow_controlE", "esp_modem_uart_term_config::flow_control"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config6parityE", "esp_modem_uart_term_config::parity"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config8port_numE", "esp_modem_uart_term_config::port_num"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config10rts_io_numE", "esp_modem_uart_term_config::rts_io_num"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config14rx_buffer_sizeE", "esp_modem_uart_term_config::rx_buffer_size"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config9rx_io_numE", "esp_modem_uart_term_config::rx_io_num"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config10source_clkE", "esp_modem_uart_term_config::source_clk"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config9stop_bitsE", "esp_modem_uart_term_config::stop_bits"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config14tx_buffer_sizeE", "esp_modem_uart_term_config::tx_buffer_size"], [2, 8, 1, "_CPPv4N26esp_modem_uart_term_config9tx_io_numE", "esp_modem_uart_term_config::tx_io_num"], [2, 6, 1, "_CPPv425esp_modem_vfs_term_config", "esp_modem_vfs_term_config"], [2, 8, 1, "_CPPv4N25esp_modem_vfs_term_config7deleterE", "esp_modem_vfs_term_config::deleter"], [2, 8, 1, "_CPPv4N25esp_modem_vfs_term_config2fdE", "esp_modem_vfs_term_config::fd"], [2, 8, 1, "_CPPv4N25esp_modem_vfs_term_config8resourceE", "esp_modem_vfs_term_config::resource"], [7, 3, 1, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi", "get_battery_status_sim7xxx"], [7, 4, 1, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi", "get_battery_status_sim7xxx::bcl"], [7, 4, 1, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi", "get_battery_status_sim7xxx::bcs"], [7, 4, 1, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi", "get_battery_status_sim7xxx::t"], [7, 4, 1, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi", "get_battery_status_sim7xxx::voltage"], [7, 5, 1, "_CPPv411got_line_cb", "got_line_cb"], [7, 2, 1, "_CPPv410modem_mode", "modem_mode"], [7, 1, 1, "_CPPv4N10modem_mode9CMUX_MODEE", "modem_mode::CMUX_MODE"], [7, 1, 1, "_CPPv4N10modem_mode12COMMAND_MODEE", "modem_mode::COMMAND_MODE"], [7, 1, 1, "_CPPv4N10modem_mode9DATA_MODEE", "modem_mode::DATA_MODE"], [7, 1, 1, "_CPPv4N10modem_mode5UNDEFE", "modem_mode::UNDEF"], [7, 3, 1, "_CPPv418power_down_sim70xxP13CommandableIf", "power_down_sim70xx"], [7, 4, 1, "_CPPv418power_down_sim70xxP13CommandableIf", "power_down_sim70xx::t"], [7, 3, 1, "_CPPv418power_down_sim76xxP13CommandableIf", "power_down_sim76xx"], [7, 4, 1, "_CPPv418power_down_sim76xxP13CommandableIf", "power_down_sim76xx::t"], [7, 3, 1, "_CPPv417power_down_sim8xxP13CommandableIf", "power_down_sim8xx"], [7, 4, 1, "_CPPv417power_down_sim8xxP13CommandableIf", "power_down_sim8xx::t"], [7, 3, 1, "_CPPv420set_data_mode_sim8xxP13CommandableIf", "set_data_mode_sim8xx"], [7, 4, 1, "_CPPv420set_data_mode_sim8xxP13CommandableIf", "set_data_mode_sim8xx::t"], [7, 3, 1, "_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi", "set_gnss_power_mode_sim76xx"], [7, 4, 1, "_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi", "set_gnss_power_mode_sim76xx::mode"], [7, 4, 1, "_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi", "set_gnss_power_mode_sim76xx::t"], [7, 3, 1, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii", "set_network_bands_sim76xx"], [7, 4, 1, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii", "set_network_bands_sim76xx::bands"], [7, 4, 1, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii", "set_network_bands_sim76xx::mode"], [7, 4, 1, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii", "set_network_bands_sim76xx::size"], [7, 4, 1, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii", "set_network_bands_sim76xx::t"], [7, 2, 1, "_CPPv414terminal_error", "terminal_error"], [7, 1, 1, "_CPPv4N14terminal_error15BUFFER_OVERFLOWE", "terminal_error::BUFFER_OVERFLOW"], [7, 1, 1, "_CPPv4N14terminal_error14CHECKSUM_ERRORE", "terminal_error::CHECKSUM_ERROR"], [7, 1, 1, "_CPPv4N14terminal_error11DEVICE_GONEE", "terminal_error::DEVICE_GONE"], [7, 1, 1, "_CPPv4N14terminal_error23UNEXPECTED_CONTROL_FLOWE", "terminal_error::UNEXPECTED_CONTROL_FLOW"]]}, "objtypes": {"0": "c:macro", "1": "cpp:enumerator", "2": "cpp:enum", "3": "cpp:function", "4": "cpp:functionParam", "5": "cpp:type", "6": "cpp:class", "7": "cpp:templateParam", "8": "cpp:member"}, "objnames": {"0": ["c", "macro", "C macro"], "1": ["cpp", "enumerator", "C++ enumerator"], "2": ["cpp", "enum", "C++ enum"], "3": ["cpp", "function", "C++ function"], "4": ["cpp", "functionParam", "C++ function parameter"], "5": ["cpp", "type", "C++ type"], "6": ["cpp", "class", "C++ class"], "7": ["cpp", "templateParam", "C++ template parameter"], "8": ["cpp", "member", "C++ member"]}, "titleterms": {"esp": [0, 1, 5], "modem": [0, 1, 2, 3, 5, 7], "compon": 0, "dce": [0, 1, 3, 6, 7], "dte": [0, 3, 7], "ppp": 0, "netif": [0, 7], "modul": [0, 1, 7], "us": [0, 1], "case": [0, 1], "extens": 0, "cmux": [0, 6, 7], "": 0, "other": 0, "devic": [0, 7], "configur": [0, 2], "kconfig": 0, "runtim": 0, "advanc": 1, "custom": 1, "instanti": 1, "factori": 1, "creat": [1, 3], "new": [1, 7], "commun": 1, "interfac": [1, 7], "c": [2, 3], "api": [2, 3], "document": [2, 3], "lifecycl": 2, "command": [2, 3, 7], "structur": 2, "mode": 3, "switch": 3, "destroi": 3, "programm": 5, "manual": 5, "intern": [6, 7], "design": 6, "decis": 6, "collabor": 6, "model": 6, "termin": [6, 7], "inherit": 6, "implement": 7, "abstract": 7, "ad": 7, "gener": 7, "librari": 7, "type": 7}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"ESP MODEM": [[0, "esp-modem"]], "Modem components": [[0, "modem-components"]], "DCE": [[0, "dce"]], "DTE": [[0, "dte"]], "PPP netif": [[0, "ppp-netif"]], "Module": [[0, "module"]], "Use cases": [[0, "use-cases"]], "Extensibility": [[0, "extensibility"]], "CMUX": [[0, "cmux"]], "DTE\u2019s": [[0, "dte-s"]], "Other devices": [[0, "other-devices"]], "Configuration": [[0, "configuration"]], "Component Kconfig": [[0, "component-kconfig"]], "Runtime configuration": [[0, "runtime-configuration"]], "Advanced esp-modem use cases": [[1, "advanced-esp-modem-use-cases"]], "Custom instantiation with DCE factory": [[1, "custom-instantiation-with-dce-factory"]], "Create custom module": [[1, "create-custom-module"]], "Create new communication interface": [[1, "create-new-communication-interface"]], "C API Documentation": [[2, "c-api-documentation"]], "Lifecycle API": [[2, "lifecycle-api"]], "Modem commands": [[2, "modem-commands"], [3, "modem-commands"]], "Configuration structures": [[2, "configuration-structures"]], "C++ API Documentation": [[3, "c-api-documentation"]], "Create DTE and DCE": [[3, "create-dte-and-dce"]], "Mode switching commands": [[3, "mode-switching-commands"]], "Destroy the DCE": [[3, "destroy-the-dce"]], "ESP-MODEM Programmers manual": [[5, "esp-modem-programmers-manual"]], "Internal design": [[6, "internal-design"]], "Design decisions": [[6, "design-decisions"]], "DCE collaboration model": [[6, "dce-collaboration-model"]], "Terminal inheritance": [[6, "terminal-inheritance"]], "CMUX terminal": [[6, "cmux-terminal"]], "DCE Internal implementation": [[7, "dce-internal-implementation"]], "DTE abstraction": [[7, "dte-abstraction"]], "Terminal interface": [[7, "terminal-interface"]], "CMUX implementation": [[7, "cmux-implementation"]], "Netif": [[7, "netif"]], "Module abstraction": [[7, "module-abstraction"]], "Adding new devices": [[7, "adding-new-devices"]], "Implement a new generic command": [[7, "implement-a-new-generic-command"]], "Command library": [[7, "command-library"]], "Modem types": [[7, "modem-types"]]}, "indexentries": {"modemtype (c++ enum)": [[1, "_CPPv49ModemType"]], "modemtype::bg96 (c++ enumerator)": [[1, "_CPPv4N9ModemType4BG96E"]], "modemtype::genericmodule (c++ enumerator)": [[1, "_CPPv4N9ModemType13GenericModuleE"]], "modemtype::sim7000 (c++ enumerator)": [[1, "_CPPv4N9ModemType7SIM7000E"]], "modemtype::sim7070 (c++ enumerator)": [[1, "_CPPv4N9ModemType7SIM7070E"]], "modemtype::sim7600 (c++ enumerator)": [[1, "_CPPv4N9ModemType7SIM7600E"]], "modemtype::sim800 (c++ enumerator)": [[1, "_CPPv4N9ModemType6SIM800E"]], "esp_modem::dce_factory::creator (c++ class)": [[1, "_CPPv4I0EN9esp_modem11dce_factory7CreatorE"]], "esp_modem::dce_factory::factory (c++ class)": [[1, "_CPPv4N9esp_modem11dce_factory7FactoryE"]], "esp_modem::dce_factory::factory::build (c++ function)": [[1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args"]], "esp_modem::dce_factory::factory::build_unique (c++ function)": [[1, "_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args"], [1, "_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args"]], "esp_modem::dce_factory::factoryhelper (c++ class)": [[1, "_CPPv4N9esp_modem11dce_factory13FactoryHelperE"]], "esp_modem_dce_default_config (c macro)": [[2, "c.ESP_MODEM_DCE_DEFAULT_CONFIG"]], "esp_modem_dte_default_config (c macro)": [[2, "c.ESP_MODEM_DTE_DEFAULT_CONFIG"]], "esp_modem_at (c++ function)": [[2, "_CPPv412esp_modem_atPKcPci"]], "esp_modem_dce_config (c++ struct)": [[2, "_CPPv420esp_modem_dce_config"]], "esp_modem_dce_config::apn (c++ member)": [[2, "_CPPv4N20esp_modem_dce_config3apnE"]], "esp_modem_dce_config_t (c++ type)": [[2, "_CPPv422esp_modem_dce_config_t"]], "esp_modem_dce_device (c++ enum)": [[2, "_CPPv420esp_modem_dce_device"]], "esp_modem_dce_device::esp_modem_dce_bg96 (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device18ESP_MODEM_DCE_BG96E"]], "esp_modem_dce_device::esp_modem_dce_genetic (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_GENETICE"]], "esp_modem_dce_device::esp_modem_dce_sim7000 (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7000E"]], "esp_modem_dce_device::esp_modem_dce_sim7070 (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7070E"]], "esp_modem_dce_device::esp_modem_dce_sim7600 (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7600E"]], "esp_modem_dce_device::esp_modem_dce_sim800 (c++ enumerator)": [[2, "_CPPv4N20esp_modem_dce_device20ESP_MODEM_DCE_SIM800E"]], "esp_modem_dce_device_t (c++ type)": [[2, "_CPPv422esp_modem_dce_device_t"]], "esp_modem_dce_mode (c++ enum)": [[2, "_CPPv418esp_modem_dce_mode"]], "esp_modem_dce_mode::esp_modem_mode_cmux (c++ enumerator)": [[2, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_CMUXE"]], "esp_modem_dce_mode::esp_modem_mode_command (c++ enumerator)": [[2, "_CPPv4N18esp_modem_dce_mode22ESP_MODEM_MODE_COMMANDE"]], "esp_modem_dce_mode::esp_modem_mode_data (c++ enumerator)": [[2, "_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_DATAE"]], "esp_modem_dce_mode_t (c++ type)": [[2, "_CPPv420esp_modem_dce_mode_t"]], "esp_modem_destroy (c++ function)": [[2, "_CPPv417esp_modem_destroyP15esp_modem_dce_t"]], "esp_modem_dte_config (c++ struct)": [[2, "_CPPv420esp_modem_dte_config"]], "esp_modem_dte_config::dte_buffer_size (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config15dte_buffer_sizeE"]], "esp_modem_dte_config::extension_config (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config16extension_configE"]], "esp_modem_dte_config::task_priority (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config13task_priorityE"]], "esp_modem_dte_config::task_stack_size (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config15task_stack_sizeE"]], "esp_modem_dte_config::uart_config (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config11uart_configE"]], "esp_modem_dte_config::vfs_config (c++ member)": [[2, "_CPPv4N20esp_modem_dte_config10vfs_configE"]], "esp_modem_dte_config_t (c++ type)": [[2, "_CPPv422esp_modem_dte_config_t"]], "esp_modem_flow_ctrl_t (c++ enum)": [[2, "_CPPv421esp_modem_flow_ctrl_t"]], "esp_modem_flow_ctrl_t::esp_modem_flow_control_hw (c++ enumerator)": [[2, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_HWE"]], "esp_modem_flow_ctrl_t::esp_modem_flow_control_none (c++ enumerator)": [[2, "_CPPv4N21esp_modem_flow_ctrl_t27ESP_MODEM_FLOW_CONTROL_NONEE"]], "esp_modem_flow_ctrl_t::esp_modem_flow_control_sw (c++ enumerator)": [[2, "_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_SWE"]], "esp_modem_get_battery_status (c++ function)": [[2, "_CPPv428esp_modem_get_battery_statusPiPiPi"]], "esp_modem_get_gnss_power_mode (c++ function)": [[2, "_CPPv429esp_modem_get_gnss_power_modePi"]], "esp_modem_get_imei (c++ function)": [[2, "_CPPv418esp_modem_get_imeiPc"]], "esp_modem_get_imsi (c++ function)": [[2, "_CPPv418esp_modem_get_imsiPc"]], "esp_modem_get_module_name (c++ function)": [[2, "_CPPv425esp_modem_get_module_namePc"]], "esp_modem_get_network_attachment_state (c++ function)": [[2, "_CPPv438esp_modem_get_network_attachment_statePi"]], "esp_modem_get_network_system_mode (c++ function)": [[2, "_CPPv433esp_modem_get_network_system_modePi"]], "esp_modem_get_operator_name (c++ function)": [[2, "_CPPv427esp_modem_get_operator_namePcPi"]], "esp_modem_get_radio_state (c++ function)": [[2, "_CPPv425esp_modem_get_radio_statePi"]], "esp_modem_get_signal_quality (c++ function)": [[2, "_CPPv428esp_modem_get_signal_qualityPiPi"]], "esp_modem_hang_up (c++ function)": [[2, "_CPPv417esp_modem_hang_upv"]], "esp_modem_new (c++ function)": [[2, "_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t"]], "esp_modem_new_dev (c++ function)": [[2, "_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t"]], "esp_modem_power_down (c++ function)": [[2, "_CPPv420esp_modem_power_downv"]], "esp_modem_read_pin (c++ function)": [[2, "_CPPv418esp_modem_read_pinPb"]], "esp_modem_reset (c++ function)": [[2, "_CPPv415esp_modem_resetv"]], "esp_modem_resume_data_mode (c++ function)": [[2, "_CPPv426esp_modem_resume_data_modev"]], "esp_modem_send_sms (c++ function)": [[2, "_CPPv418esp_modem_send_smsPKcPKc"]], "esp_modem_set_baud (c++ function)": [[2, "_CPPv418esp_modem_set_baudi"]], "esp_modem_set_cmux (c++ function)": [[2, "_CPPv418esp_modem_set_cmuxv"]], "esp_modem_set_command_mode (c++ function)": [[2, "_CPPv426esp_modem_set_command_modev"]], "esp_modem_set_data_mode (c++ function)": [[2, "_CPPv423esp_modem_set_data_modev"]], "esp_modem_set_echo (c++ function)": [[2, "_CPPv418esp_modem_set_echoKb"]], "esp_modem_set_error_cb (c++ function)": [[2, "_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt"]], "esp_modem_set_flow_control (c++ function)": [[2, "_CPPv426esp_modem_set_flow_controlii"]], "esp_modem_set_gnss_power_mode (c++ function)": [[2, "_CPPv429esp_modem_set_gnss_power_modei"]], "esp_modem_set_mode (c++ function)": [[2, "_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t"]], "esp_modem_set_network_attachment_state (c++ function)": [[2, "_CPPv438esp_modem_set_network_attachment_statei"]], "esp_modem_set_network_bands (c++ function)": [[2, "_CPPv427esp_modem_set_network_bandsPKcPKii"]], "esp_modem_set_network_mode (c++ function)": [[2, "_CPPv426esp_modem_set_network_modei"]], "esp_modem_set_operator (c++ function)": [[2, "_CPPv422esp_modem_set_operatoriiPKc"]], "esp_modem_set_pdp_context (c++ function)": [[2, "_CPPv425esp_modem_set_pdp_contextP22esp_modem_PdpContext_t"]], "esp_modem_set_pin (c++ function)": [[2, "_CPPv417esp_modem_set_pinPKc"]], "esp_modem_set_preferred_mode (c++ function)": [[2, "_CPPv428esp_modem_set_preferred_modei"]], "esp_modem_set_radio_state (c++ function)": [[2, "_CPPv425esp_modem_set_radio_statei"]], "esp_modem_sms_character_set (c++ function)": [[2, "_CPPv427esp_modem_sms_character_setv"]], "esp_modem_sms_txt_mode (c++ function)": [[2, "_CPPv422esp_modem_sms_txt_modeKb"]], "esp_modem_store_profile (c++ function)": [[2, "_CPPv423esp_modem_store_profilev"]], "esp_modem_sync (c++ function)": [[2, "_CPPv414esp_modem_syncv"]], "esp_modem_terminal_error (c++ enum)": [[2, "_CPPv424esp_modem_terminal_error"]], "esp_modem_terminal_error::esp_modem_terminal_buffer_overflow (c++ enumerator)": [[2, "_CPPv4N24esp_modem_terminal_error34ESP_MODEM_TERMINAL_BUFFER_OVERFLOWE"]], "esp_modem_terminal_error::esp_modem_terminal_checksum_error (c++ enumerator)": [[2, "_CPPv4N24esp_modem_terminal_error33ESP_MODEM_TERMINAL_CHECKSUM_ERRORE"]], "esp_modem_terminal_error::esp_modem_terminal_device_gone (c++ enumerator)": [[2, "_CPPv4N24esp_modem_terminal_error30ESP_MODEM_TERMINAL_DEVICE_GONEE"]], "esp_modem_terminal_error::esp_modem_terminal_unexpected_control_flow (c++ enumerator)": [[2, "_CPPv4N24esp_modem_terminal_error42ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOWE"]], "esp_modem_terminal_error::esp_modem_terminal_unknown_error (c++ enumerator)": [[2, "_CPPv4N24esp_modem_terminal_error32ESP_MODEM_TERMINAL_UNKNOWN_ERRORE"]], "esp_modem_terminal_error_cbt (c++ type)": [[2, "_CPPv428esp_modem_terminal_error_cbt"]], "esp_modem_terminal_error_t (c++ type)": [[2, "_CPPv426esp_modem_terminal_error_t"]], "esp_modem_uart_term_config (c++ struct)": [[2, "_CPPv426esp_modem_uart_term_config"]], "esp_modem_uart_term_config::baud_rate (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config9baud_rateE"]], "esp_modem_uart_term_config::cts_io_num (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config10cts_io_numE"]], "esp_modem_uart_term_config::data_bits (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config9data_bitsE"]], "esp_modem_uart_term_config::event_queue_size (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config16event_queue_sizeE"]], "esp_modem_uart_term_config::flow_control (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config12flow_controlE"]], "esp_modem_uart_term_config::parity (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config6parityE"]], "esp_modem_uart_term_config::port_num (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config8port_numE"]], "esp_modem_uart_term_config::rts_io_num (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config10rts_io_numE"]], "esp_modem_uart_term_config::rx_buffer_size (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config14rx_buffer_sizeE"]], "esp_modem_uart_term_config::rx_io_num (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config9rx_io_numE"]], "esp_modem_uart_term_config::source_clk (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config10source_clkE"]], "esp_modem_uart_term_config::stop_bits (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config9stop_bitsE"]], "esp_modem_uart_term_config::tx_buffer_size (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config14tx_buffer_sizeE"]], "esp_modem_uart_term_config::tx_io_num (c++ member)": [[2, "_CPPv4N26esp_modem_uart_term_config9tx_io_numE"]], "esp_modem_vfs_term_config (c++ struct)": [[2, "_CPPv425esp_modem_vfs_term_config"]], "esp_modem_vfs_term_config::deleter (c++ member)": [[2, "_CPPv4N25esp_modem_vfs_term_config7deleterE"]], "esp_modem_vfs_term_config::fd (c++ member)": [[2, "_CPPv4N25esp_modem_vfs_term_config2fdE"]], "esp_modem_vfs_term_config::resource (c++ member)": [[2, "_CPPv4N25esp_modem_vfs_term_config8resourceE"]], "create_bg96_dce (c++ function)": [[3, "_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_sim7000_dce (c++ function)": [[3, "_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_sim7070_dce (c++ function)": [[3, "_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_sim7600_dce (c++ function)": [[3, "_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_sim800_dce (c++ function)": [[3, "_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_generic_dce (c++ function)": [[3, "_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t"]], "create_uart_dte (c++ function)": [[3, "_CPPv415create_uart_dtePK10dte_config"]], "create_vfs_dte (c++ function)": [[3, "_CPPv414create_vfs_dtePK10dte_config"]], "dce_config (c++ type)": [[3, "_CPPv410dce_config"]], "dte_config (c++ type)": [[3, "_CPPv410dte_config"]], "esp_modem::dce_t (c++ class)": [[3, "_CPPv4I0EN9esp_modem5DCE_TE"], [7, "_CPPv4I0EN9esp_modem5DCE_TE"]], "esp_modem::dce_t::set_data (c++ function)": [[3, "_CPPv4N9esp_modem5DCE_T8set_dataEv"], [7, "_CPPv4N9esp_modem5DCE_T8set_dataEv"]], "esp_modem_declare_dce_command (c macro)": [[7, "c.ESP_MODEM_DECLARE_DCE_COMMAND"]], "cmux_state (c++ enum)": [[7, "_CPPv410cmux_state"]], "cmux_state::footer (c++ enumerator)": [[7, "_CPPv4N10cmux_state6FOOTERE"]], "cmux_state::header (c++ enumerator)": [[7, "_CPPv4N10cmux_state6HEADERE"]], "cmux_state::init (c++ enumerator)": [[7, "_CPPv4N10cmux_state4INITE"]], "cmux_state::payload (c++ enumerator)": [[7, "_CPPv4N10cmux_state7PAYLOADE"]], "cmux_state::recover (c++ enumerator)": [[7, "_CPPv4N10cmux_state7RECOVERE"]], "command_result (c++ enum)": [[7, "_CPPv414command_result"]], "command_result::fail (c++ enumerator)": [[7, "_CPPv4N14command_result4FAILE"]], "command_result::ok (c++ enumerator)": [[7, "_CPPv4N14command_result2OKE"]], "command_result::timeout (c++ enumerator)": [[7, "_CPPv4N14command_result7TIMEOUTE"]], "esp_modem::bg96 (c++ class)": [[7, "_CPPv4N9esp_modem4BG96E"]], "esp_modem::cmux (c++ class)": [[7, "_CPPv4N9esp_modem4CMuxE"]], "esp_modem::cmux::deinit (c++ function)": [[7, "_CPPv4N9esp_modem4CMux6deinitEv"]], "esp_modem::cmux::detach (c++ function)": [[7, "_CPPv4N9esp_modem4CMux6detachEv"]], "esp_modem::cmux::init (c++ function)": [[7, "_CPPv4N9esp_modem4CMux4initEv"]], "esp_modem::cmux::set_read_cb (c++ function)": [[7, "_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE"]], "esp_modem::cmux::write (c++ function)": [[7, "_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t"]], "esp_modem::cmuxinstance (c++ class)": [[7, "_CPPv4N9esp_modem12CMuxInstanceE"]], "esp_modem::cmuxinstance::read (c++ function)": [[7, "_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t"]], "esp_modem::cmuxinstance::write (c++ function)": [[7, "_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t"]], "esp_modem::commandableif (c++ class)": [[7, "_CPPv4N9esp_modem13CommandableIfE"]], "esp_modem::commandableif::command (c++ function)": [[7, "_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc"]], "esp_modem::dce (c++ class)": [[7, "_CPPv4N9esp_modem3DCEE"]], "esp_modem::dce::at (c++ function)": [[7, "_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi"]], "esp_modem::dce::get_battery_status (c++ function)": [[7, "_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi"]], "esp_modem::dce::get_gnss_power_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE19get_gnss_power_modeERi"]], "esp_modem::dce::get_imei (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8get_imeiERNSt6stringE"]], "esp_modem::dce::get_imsi (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8get_imsiERNSt6stringE"]], "esp_modem::dce::get_module_name (c++ function)": [[7, "_CPPv4N9esp_modem3DCE15get_module_nameERNSt6stringE"]], "esp_modem::dce::get_network_attachment_state (c++ function)": [[7, "_CPPv4N9esp_modem3DCE28get_network_attachment_stateERi"]], "esp_modem::dce::get_network_system_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE23get_network_system_modeERi"]], "esp_modem::dce::get_operator_name (c++ function)": [[7, "_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi"]], "esp_modem::dce::get_radio_state (c++ function)": [[7, "_CPPv4N9esp_modem3DCE15get_radio_stateERi"]], "esp_modem::dce::get_signal_quality (c++ function)": [[7, "_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi"]], "esp_modem::dce::hang_up (c++ function)": [[7, "_CPPv4N9esp_modem3DCE7hang_upEv"]], "esp_modem::dce::power_down (c++ function)": [[7, "_CPPv4N9esp_modem3DCE10power_downEv"]], "esp_modem::dce::read_pin (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8read_pinERb"]], "esp_modem::dce::reset (c++ function)": [[7, "_CPPv4N9esp_modem3DCE5resetEv"]], "esp_modem::dce::resume_data_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE16resume_data_modeEv"]], "esp_modem::dce::send_sms (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE"]], "esp_modem::dce::set_baud (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8set_baudEi"]], "esp_modem::dce::set_cmux (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8set_cmuxEv"]], "esp_modem::dce::set_command_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE16set_command_modeEv"]], "esp_modem::dce::set_data_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE13set_data_modeEv"]], "esp_modem::dce::set_echo (c++ function)": [[7, "_CPPv4N9esp_modem3DCE8set_echoEKb"]], "esp_modem::dce::set_flow_control (c++ function)": [[7, "_CPPv4N9esp_modem3DCE16set_flow_controlEii"]], "esp_modem::dce::set_gnss_power_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE19set_gnss_power_modeEi"]], "esp_modem::dce::set_network_attachment_state (c++ function)": [[7, "_CPPv4N9esp_modem3DCE28set_network_attachment_stateEi"]], "esp_modem::dce::set_network_bands (c++ function)": [[7, "_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii"]], "esp_modem::dce::set_network_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE16set_network_modeEi"]], "esp_modem::dce::set_operator (c++ function)": [[7, "_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE"]], "esp_modem::dce::set_pdp_context (c++ function)": [[7, "_CPPv4N9esp_modem3DCE15set_pdp_contextER10PdpContext"]], "esp_modem::dce::set_pin (c++ function)": [[7, "_CPPv4N9esp_modem3DCE7set_pinERKNSt6stringE"]], "esp_modem::dce::set_preferred_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE18set_preferred_modeEi"]], "esp_modem::dce::set_radio_state (c++ function)": [[7, "_CPPv4N9esp_modem3DCE15set_radio_stateEi"]], "esp_modem::dce::sms_character_set (c++ function)": [[7, "_CPPv4N9esp_modem3DCE17sms_character_setEv"]], "esp_modem::dce::sms_txt_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DCE12sms_txt_modeEKb"]], "esp_modem::dce::store_profile (c++ function)": [[7, "_CPPv4N9esp_modem3DCE13store_profileEv"]], "esp_modem::dce::sync (c++ function)": [[7, "_CPPv4N9esp_modem3DCE4syncEv"]], "esp_modem::dce_mode (c++ class)": [[7, "_CPPv4N9esp_modem8DCE_ModeE"]], "esp_modem::dte (c++ class)": [[7, "_CPPv4N9esp_modem3DTEE"]], "esp_modem::dte::dte (c++ function)": [[7, "_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE"]], "esp_modem::dte::command (c++ function)": [[7, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t"], [7, "_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc"]], "esp_modem::dte::read (c++ function)": [[7, "_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t"]], "esp_modem::dte::set_error_cb (c++ function)": [[7, "_CPPv4N9esp_modem3DTE12set_error_cbENSt8functionIFv14terminal_errorEEE"]], "esp_modem::dte::set_mode (c++ function)": [[7, "_CPPv4N9esp_modem3DTE8set_modeE10modem_mode"]], "esp_modem::dte::set_read_cb (c++ function)": [[7, "_CPPv4N9esp_modem3DTE11set_read_cbENSt8functionIFbP7uint8_t6size_tEEE"]], "esp_modem::dte::write (c++ function)": [[7, "_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t"]], "esp_modem::genericmodule (c++ class)": [[7, "_CPPv4N9esp_modem13GenericModuleE"]], "esp_modem::genericmodule::genericmodule (c++ function)": [[7, "_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE"]], "esp_modem::genericmodule::configure_pdp_context (c++ function)": [[7, "_CPPv4N9esp_modem13GenericModule21configure_pdp_contextENSt10unique_ptrI10PdpContextEE"]], "esp_modem::genericmodule::get_operator_name (c++ function)": [[7, "_CPPv4N9esp_modem13GenericModule17get_operator_nameERNSt6stringE"]], "esp_modem::genericmodule::set_mode (c++ function)": [[7, "_CPPv4N9esp_modem13GenericModule8set_modeE10modem_mode"]], "esp_modem::genericmodule::setup_data_mode (c++ function)": [[7, "_CPPv4N9esp_modem13GenericModule15setup_data_modeEv"]], "esp_modem::moduleif (c++ class)": [[7, "_CPPv4N9esp_modem8ModuleIfE"]], "esp_modem::moduleif::set_mode (c++ function)": [[7, "_CPPv4N9esp_modem8ModuleIf8set_modeE10modem_mode"]], "esp_modem::moduleif::setup_data_mode (c++ function)": [[7, "_CPPv4N9esp_modem8ModuleIf15setup_data_modeEv"]], "esp_modem::netif (c++ class)": [[7, "_CPPv4N9esp_modem5NetifE"]], "esp_modem::netif::start (c++ function)": [[7, "_CPPv4N9esp_modem5Netif5startEv"]], "esp_modem::netif::stop (c++ function)": [[7, "_CPPv4N9esp_modem5Netif4stopEv"]], "esp_modem::netif::wait_until_ppp_exits (c++ function)": [[7, "_CPPv4N9esp_modem5Netif20wait_until_ppp_exitsEv"]], "esp_modem::pdpcontext (c++ struct)": [[7, "_CPPv4N9esp_modem10PdpContextE"]], "esp_modem::sim7000 (c++ class)": [[7, "_CPPv4N9esp_modem7SIM7000E"]], "esp_modem::sim7070 (c++ class)": [[7, "_CPPv4N9esp_modem7SIM7070E"]], "esp_modem::sim7600 (c++ class)": [[7, "_CPPv4N9esp_modem7SIM7600E"]], "esp_modem::sim800 (c++ class)": [[7, "_CPPv4N9esp_modem6SIM800E"]], "esp_modem::terminal (c++ class)": [[7, "_CPPv4N9esp_modem8TerminalE"]], "esp_modem::terminal::read (c++ function)": [[7, "_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t"]], "esp_modem::terminal::write (c++ function)": [[7, "_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t"]], "get_battery_status_sim7xxx (c++ function)": [[7, "_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi"]], "got_line_cb (c++ type)": [[7, "_CPPv411got_line_cb"]], "modem_mode (c++ enum)": [[7, "_CPPv410modem_mode"]], "modem_mode::cmux_mode (c++ enumerator)": [[7, "_CPPv4N10modem_mode9CMUX_MODEE"]], "modem_mode::command_mode (c++ enumerator)": [[7, "_CPPv4N10modem_mode12COMMAND_MODEE"]], "modem_mode::data_mode (c++ enumerator)": [[7, "_CPPv4N10modem_mode9DATA_MODEE"]], "modem_mode::undef (c++ enumerator)": [[7, "_CPPv4N10modem_mode5UNDEFE"]], "power_down_sim70xx (c++ function)": [[7, "_CPPv418power_down_sim70xxP13CommandableIf"]], "power_down_sim76xx (c++ function)": [[7, "_CPPv418power_down_sim76xxP13CommandableIf"]], "power_down_sim8xx (c++ function)": [[7, "_CPPv417power_down_sim8xxP13CommandableIf"]], "set_data_mode_sim8xx (c++ function)": [[7, "_CPPv420set_data_mode_sim8xxP13CommandableIf"]], "set_gnss_power_mode_sim76xx (c++ function)": [[7, "_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi"]], "set_network_bands_sim76xx (c++ function)": [[7, "_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii"]], "terminal_error (c++ enum)": [[7, "_CPPv414terminal_error"]], "terminal_error::buffer_overflow (c++ enumerator)": [[7, "_CPPv4N14terminal_error15BUFFER_OVERFLOWE"]], "terminal_error::checksum_error (c++ enumerator)": [[7, "_CPPv4N14terminal_error14CHECKSUM_ERRORE"]], "terminal_error::device_gone (c++ enumerator)": [[7, "_CPPv4N14terminal_error11DEVICE_GONEE"]], "terminal_error::unexpected_control_flow (c++ enumerator)": [[7, "_CPPv4N14terminal_error23UNEXPECTED_CONTROL_FLOWE"]]}}) \ No newline at end of file +Search.setIndex({docnames:["README","advanced_api","api_docs","cxx_api_docs","cxx_api_links","index","internal_design","internal_docs"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","advanced_api.rst","api_docs.rst","cxx_api_docs.rst","cxx_api_links.rst","index.rst","internal_design.md","internal_docs.rst"],objects:{"":[[2,0,1,"c.ESP_MODEM_DCE_DEFAULT_CONFIG","ESP_MODEM_DCE_DEFAULT_CONFIG"],[7,0,1,"c.ESP_MODEM_DECLARE_DCE_COMMAND","ESP_MODEM_DECLARE_DCE_COMMAND"],[2,0,1,"c.ESP_MODEM_DTE_DEFAULT_CONFIG","ESP_MODEM_DTE_DEFAULT_CONFIG"],[2,1,1,"_CPPv4N20esp_modem_dce_device18ESP_MODEM_DCE_BG96E","ESP_MODEM_DCE_BG96"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_GENETICE","ESP_MODEM_DCE_GENETIC"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7000E","ESP_MODEM_DCE_SIM7000"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7070E","ESP_MODEM_DCE_SIM7070"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7600E","ESP_MODEM_DCE_SIM7600"],[2,1,1,"_CPPv4N20esp_modem_dce_device20ESP_MODEM_DCE_SIM800E","ESP_MODEM_DCE_SIM800"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_HWE","ESP_MODEM_FLOW_CONTROL_HW"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t27ESP_MODEM_FLOW_CONTROL_NONEE","ESP_MODEM_FLOW_CONTROL_NONE"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_SWE","ESP_MODEM_FLOW_CONTROL_SW"],[2,1,1,"_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_CMUXE","ESP_MODEM_MODE_CMUX"],[2,1,1,"_CPPv4N18esp_modem_dce_mode22ESP_MODEM_MODE_COMMANDE","ESP_MODEM_MODE_COMMAND"],[2,1,1,"_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_DATAE","ESP_MODEM_MODE_DATA"],[2,1,1,"_CPPv4N24esp_modem_terminal_error34ESP_MODEM_TERMINAL_BUFFER_OVERFLOWE","ESP_MODEM_TERMINAL_BUFFER_OVERFLOW"],[2,1,1,"_CPPv4N24esp_modem_terminal_error33ESP_MODEM_TERMINAL_CHECKSUM_ERRORE","ESP_MODEM_TERMINAL_CHECKSUM_ERROR"],[2,1,1,"_CPPv4N24esp_modem_terminal_error30ESP_MODEM_TERMINAL_DEVICE_GONEE","ESP_MODEM_TERMINAL_DEVICE_GONE"],[2,1,1,"_CPPv4N24esp_modem_terminal_error42ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOWE","ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOW"],[2,1,1,"_CPPv4N24esp_modem_terminal_error32ESP_MODEM_TERMINAL_UNKNOWN_ERRORE","ESP_MODEM_TERMINAL_UNKNOWN_ERROR"],[1,2,1,"_CPPv49ModemType","ModemType"],[1,1,1,"_CPPv4N9ModemType4BG96E","ModemType::BG96"],[1,1,1,"_CPPv4N9ModemType13GenericModuleE","ModemType::GenericModule"],[1,1,1,"_CPPv4N9ModemType7SIM7000E","ModemType::SIM7000"],[1,1,1,"_CPPv4N9ModemType7SIM7070E","ModemType::SIM7070"],[1,1,1,"_CPPv4N9ModemType7SIM7600E","ModemType::SIM7600"],[1,1,1,"_CPPv4N9ModemType6SIM800E","ModemType::SIM800"],[7,2,1,"_CPPv410cmux_state","cmux_state"],[7,1,1,"_CPPv4N10cmux_state6FOOTERE","cmux_state::FOOTER"],[7,1,1,"_CPPv4N10cmux_state6HEADERE","cmux_state::HEADER"],[7,1,1,"_CPPv4N10cmux_state4INITE","cmux_state::INIT"],[7,1,1,"_CPPv4N10cmux_state7PAYLOADE","cmux_state::PAYLOAD"],[7,1,1,"_CPPv4N10cmux_state7RECOVERE","cmux_state::RECOVER"],[7,2,1,"_CPPv414command_result","command_result"],[7,1,1,"_CPPv4N14command_result4FAILE","command_result::FAIL"],[7,1,1,"_CPPv4N14command_result2OKE","command_result::OK"],[7,1,1,"_CPPv4N14command_result7TIMEOUTE","command_result::TIMEOUT"],[3,3,1,"_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_BG96_dce"],[3,4,1,"_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_BG96_dce::config"],[3,4,1,"_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_BG96_dce::dte"],[3,4,1,"_CPPv415create_BG96_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_BG96_dce::netif"],[3,3,1,"_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7000_dce"],[3,4,1,"_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7000_dce::config"],[3,4,1,"_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7000_dce::dte"],[3,4,1,"_CPPv418create_SIM7000_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7000_dce::netif"],[3,3,1,"_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7070_dce"],[3,4,1,"_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7070_dce::config"],[3,4,1,"_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7070_dce::dte"],[3,4,1,"_CPPv418create_SIM7070_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7070_dce::netif"],[3,3,1,"_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7600_dce"],[3,4,1,"_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7600_dce::config"],[3,4,1,"_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7600_dce::dte"],[3,4,1,"_CPPv418create_SIM7600_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM7600_dce::netif"],[3,3,1,"_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM800_dce"],[3,4,1,"_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM800_dce::config"],[3,4,1,"_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM800_dce::dte"],[3,4,1,"_CPPv417create_SIM800_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_SIM800_dce::netif"],[3,3,1,"_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_generic_dce"],[3,4,1,"_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_generic_dce::config"],[3,4,1,"_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_generic_dce::dte"],[3,4,1,"_CPPv418create_generic_dcePK10dce_configNSt10shared_ptrI3DTEEEP11esp_netif_t","create_generic_dce::netif"],[3,3,1,"_CPPv415create_uart_dtePK10dte_config","create_uart_dte"],[3,4,1,"_CPPv415create_uart_dtePK10dte_config","create_uart_dte::config"],[3,3,1,"_CPPv414create_vfs_dtePK10dte_config","create_vfs_dte"],[3,4,1,"_CPPv414create_vfs_dtePK10dte_config","create_vfs_dte::config"],[3,5,1,"_CPPv410dce_config","dce_config"],[3,5,1,"_CPPv410dte_config","dte_config"],[7,6,1,"_CPPv4N9esp_modem4BG96E","esp_modem::BG96"],[7,6,1,"_CPPv4N9esp_modem4CMuxE","esp_modem::CMux"],[7,3,1,"_CPPv4N9esp_modem4CMux6deinitEv","esp_modem::CMux::deinit"],[7,3,1,"_CPPv4N9esp_modem4CMux6detachEv","esp_modem::CMux::detach"],[7,3,1,"_CPPv4N9esp_modem4CMux4initEv","esp_modem::CMux::init"],[7,3,1,"_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE","esp_modem::CMux::set_read_cb"],[7,4,1,"_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE","esp_modem::CMux::set_read_cb::f"],[7,4,1,"_CPPv4N9esp_modem4CMux11set_read_cbEiNSt8functionIFbP7uint8_t6size_tEEE","esp_modem::CMux::set_read_cb::inst"],[7,3,1,"_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t","esp_modem::CMux::write"],[7,4,1,"_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t","esp_modem::CMux::write::data"],[7,4,1,"_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t","esp_modem::CMux::write::i"],[7,4,1,"_CPPv4N9esp_modem4CMux5writeEiP7uint8_t6size_t","esp_modem::CMux::write::len"],[7,6,1,"_CPPv4N9esp_modem12CMuxInstanceE","esp_modem::CMuxInstance"],[7,3,1,"_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t","esp_modem::CMuxInstance::read"],[7,4,1,"_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t","esp_modem::CMuxInstance::read::data"],[7,4,1,"_CPPv4N9esp_modem12CMuxInstance4readEP7uint8_t6size_t","esp_modem::CMuxInstance::read::len"],[7,3,1,"_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t","esp_modem::CMuxInstance::write"],[7,4,1,"_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t","esp_modem::CMuxInstance::write::data"],[7,4,1,"_CPPv4N9esp_modem12CMuxInstance5writeEP7uint8_t6size_t","esp_modem::CMuxInstance::write::len"],[7,6,1,"_CPPv4N9esp_modem13CommandableIfE","esp_modem::CommandableIf"],[7,3,1,"_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc","esp_modem::CommandableIf::command"],[7,4,1,"_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc","esp_modem::CommandableIf::command::command"],[7,4,1,"_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc","esp_modem::CommandableIf::command::got_line"],[7,4,1,"_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc","esp_modem::CommandableIf::command::separator"],[7,4,1,"_CPPv4N9esp_modem13CommandableIf7commandERKNSt6stringE11got_line_cb8uint32_tKc","esp_modem::CommandableIf::command::time_ms"],[7,6,1,"_CPPv4N9esp_modem3DCEE","esp_modem::DCE"],[7,3,1,"_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi","esp_modem::DCE::at"],[7,4,1,"_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi","esp_modem::DCE::at::cmd"],[7,4,1,"_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi","esp_modem::DCE::at::out"],[7,4,1,"_CPPv4N9esp_modem3DCE2atERKNSt6stringERNSt6stringEi","esp_modem::DCE::at::timeout"],[7,3,1,"_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi","esp_modem::DCE::get_battery_status"],[7,4,1,"_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi","esp_modem::DCE::get_battery_status::bcl"],[7,4,1,"_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi","esp_modem::DCE::get_battery_status::bcs"],[7,4,1,"_CPPv4N9esp_modem3DCE18get_battery_statusERiRiRi","esp_modem::DCE::get_battery_status::voltage"],[7,3,1,"_CPPv4N9esp_modem3DCE19get_gnss_power_modeERi","esp_modem::DCE::get_gnss_power_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE19get_gnss_power_modeERi","esp_modem::DCE::get_gnss_power_mode::mode"],[7,3,1,"_CPPv4N9esp_modem3DCE8get_imeiERNSt6stringE","esp_modem::DCE::get_imei"],[7,4,1,"_CPPv4N9esp_modem3DCE8get_imeiERNSt6stringE","esp_modem::DCE::get_imei::imei"],[7,3,1,"_CPPv4N9esp_modem3DCE8get_imsiERNSt6stringE","esp_modem::DCE::get_imsi"],[7,4,1,"_CPPv4N9esp_modem3DCE8get_imsiERNSt6stringE","esp_modem::DCE::get_imsi::imsi"],[7,3,1,"_CPPv4N9esp_modem3DCE15get_module_nameERNSt6stringE","esp_modem::DCE::get_module_name"],[7,4,1,"_CPPv4N9esp_modem3DCE15get_module_nameERNSt6stringE","esp_modem::DCE::get_module_name::name"],[7,3,1,"_CPPv4N9esp_modem3DCE28get_network_attachment_stateERi","esp_modem::DCE::get_network_attachment_state"],[7,4,1,"_CPPv4N9esp_modem3DCE28get_network_attachment_stateERi","esp_modem::DCE::get_network_attachment_state::state"],[7,3,1,"_CPPv4N9esp_modem3DCE23get_network_system_modeERi","esp_modem::DCE::get_network_system_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE23get_network_system_modeERi","esp_modem::DCE::get_network_system_mode::mode"],[7,3,1,"_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi","esp_modem::DCE::get_operator_name"],[7,4,1,"_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi","esp_modem::DCE::get_operator_name::act"],[7,4,1,"_CPPv4N9esp_modem3DCE17get_operator_nameERNSt6stringERi","esp_modem::DCE::get_operator_name::name"],[7,3,1,"_CPPv4N9esp_modem3DCE15get_radio_stateERi","esp_modem::DCE::get_radio_state"],[7,4,1,"_CPPv4N9esp_modem3DCE15get_radio_stateERi","esp_modem::DCE::get_radio_state::state"],[7,3,1,"_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi","esp_modem::DCE::get_signal_quality"],[7,4,1,"_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi","esp_modem::DCE::get_signal_quality::ber"],[7,4,1,"_CPPv4N9esp_modem3DCE18get_signal_qualityERiRi","esp_modem::DCE::get_signal_quality::rssi"],[7,3,1,"_CPPv4N9esp_modem3DCE7hang_upEv","esp_modem::DCE::hang_up"],[7,3,1,"_CPPv4N9esp_modem3DCE10power_downEv","esp_modem::DCE::power_down"],[7,3,1,"_CPPv4N9esp_modem3DCE8read_pinERb","esp_modem::DCE::read_pin"],[7,4,1,"_CPPv4N9esp_modem3DCE8read_pinERb","esp_modem::DCE::read_pin::pin_ok"],[7,3,1,"_CPPv4N9esp_modem3DCE5resetEv","esp_modem::DCE::reset"],[7,3,1,"_CPPv4N9esp_modem3DCE16resume_data_modeEv","esp_modem::DCE::resume_data_mode"],[7,3,1,"_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE","esp_modem::DCE::send_sms"],[7,4,1,"_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE","esp_modem::DCE::send_sms::message"],[7,4,1,"_CPPv4N9esp_modem3DCE8send_smsERKNSt6stringERKNSt6stringE","esp_modem::DCE::send_sms::number"],[7,3,1,"_CPPv4N9esp_modem3DCE8set_baudEi","esp_modem::DCE::set_baud"],[7,4,1,"_CPPv4N9esp_modem3DCE8set_baudEi","esp_modem::DCE::set_baud::baud"],[7,3,1,"_CPPv4N9esp_modem3DCE8set_cmuxEv","esp_modem::DCE::set_cmux"],[7,3,1,"_CPPv4N9esp_modem3DCE16set_command_modeEv","esp_modem::DCE::set_command_mode"],[7,3,1,"_CPPv4N9esp_modem3DCE13set_data_modeEv","esp_modem::DCE::set_data_mode"],[7,3,1,"_CPPv4N9esp_modem3DCE8set_echoEKb","esp_modem::DCE::set_echo"],[7,4,1,"_CPPv4N9esp_modem3DCE8set_echoEKb","esp_modem::DCE::set_echo::echo_on"],[7,3,1,"_CPPv4N9esp_modem3DCE16set_flow_controlEii","esp_modem::DCE::set_flow_control"],[7,4,1,"_CPPv4N9esp_modem3DCE16set_flow_controlEii","esp_modem::DCE::set_flow_control::dce_flow"],[7,4,1,"_CPPv4N9esp_modem3DCE16set_flow_controlEii","esp_modem::DCE::set_flow_control::dte_flow"],[7,3,1,"_CPPv4N9esp_modem3DCE19set_gnss_power_modeEi","esp_modem::DCE::set_gnss_power_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE19set_gnss_power_modeEi","esp_modem::DCE::set_gnss_power_mode::mode"],[7,3,1,"_CPPv4N9esp_modem3DCE28set_network_attachment_stateEi","esp_modem::DCE::set_network_attachment_state"],[7,4,1,"_CPPv4N9esp_modem3DCE28set_network_attachment_stateEi","esp_modem::DCE::set_network_attachment_state::state"],[7,3,1,"_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii","esp_modem::DCE::set_network_bands"],[7,4,1,"_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii","esp_modem::DCE::set_network_bands::bands"],[7,4,1,"_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii","esp_modem::DCE::set_network_bands::mode"],[7,4,1,"_CPPv4N9esp_modem3DCE17set_network_bandsERKNSt6stringEPKii","esp_modem::DCE::set_network_bands::size"],[7,3,1,"_CPPv4N9esp_modem3DCE16set_network_modeEi","esp_modem::DCE::set_network_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE16set_network_modeEi","esp_modem::DCE::set_network_mode::mode"],[7,3,1,"_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE","esp_modem::DCE::set_operator"],[7,4,1,"_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE","esp_modem::DCE::set_operator::format"],[7,4,1,"_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE","esp_modem::DCE::set_operator::mode"],[7,4,1,"_CPPv4N9esp_modem3DCE12set_operatorEiiRKNSt6stringE","esp_modem::DCE::set_operator::oper"],[7,3,1,"_CPPv4N9esp_modem3DCE15set_pdp_contextER10PdpContext","esp_modem::DCE::set_pdp_context"],[7,4,1,"_CPPv4N9esp_modem3DCE15set_pdp_contextER10PdpContext","esp_modem::DCE::set_pdp_context::p1"],[7,3,1,"_CPPv4N9esp_modem3DCE7set_pinERKNSt6stringE","esp_modem::DCE::set_pin"],[7,4,1,"_CPPv4N9esp_modem3DCE7set_pinERKNSt6stringE","esp_modem::DCE::set_pin::pin"],[7,3,1,"_CPPv4N9esp_modem3DCE18set_preferred_modeEi","esp_modem::DCE::set_preferred_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE18set_preferred_modeEi","esp_modem::DCE::set_preferred_mode::mode"],[7,3,1,"_CPPv4N9esp_modem3DCE15set_radio_stateEi","esp_modem::DCE::set_radio_state"],[7,4,1,"_CPPv4N9esp_modem3DCE15set_radio_stateEi","esp_modem::DCE::set_radio_state::state"],[7,3,1,"_CPPv4N9esp_modem3DCE17sms_character_setEv","esp_modem::DCE::sms_character_set"],[7,3,1,"_CPPv4N9esp_modem3DCE12sms_txt_modeEKb","esp_modem::DCE::sms_txt_mode"],[7,4,1,"_CPPv4N9esp_modem3DCE12sms_txt_modeEKb","esp_modem::DCE::sms_txt_mode::txt"],[7,3,1,"_CPPv4N9esp_modem3DCE13store_profileEv","esp_modem::DCE::store_profile"],[7,3,1,"_CPPv4N9esp_modem3DCE4syncEv","esp_modem::DCE::sync"],[7,6,1,"_CPPv4N9esp_modem8DCE_ModeE","esp_modem::DCE_Mode"],[3,6,1,"_CPPv4I0EN9esp_modem5DCE_TE","esp_modem::DCE_T"],[7,6,1,"_CPPv4I0EN9esp_modem5DCE_TE","esp_modem::DCE_T"],[3,7,1,"_CPPv4I0EN9esp_modem5DCE_TE","esp_modem::DCE_T::SpecificModule"],[7,7,1,"_CPPv4I0EN9esp_modem5DCE_TE","esp_modem::DCE_T::SpecificModule"],[3,3,1,"_CPPv4N9esp_modem5DCE_T8set_dataEv","esp_modem::DCE_T::set_data"],[7,3,1,"_CPPv4N9esp_modem5DCE_T8set_dataEv","esp_modem::DCE_T::set_data"],[7,6,1,"_CPPv4N9esp_modem3DTEE","esp_modem::DTE"],[7,3,1,"_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE","esp_modem::DTE::DTE"],[7,4,1,"_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE","esp_modem::DTE::DTE::config"],[7,4,1,"_CPPv4N9esp_modem3DTE3DTEEPK20esp_modem_dte_configNSt10unique_ptrI8TerminalEE","esp_modem::DTE::DTE::t"],[7,3,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t","esp_modem::DTE::command"],[7,3,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc","esp_modem::DTE::command"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t","esp_modem::DTE::command::command"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc","esp_modem::DTE::command::command"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t","esp_modem::DTE::command::got_line"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc","esp_modem::DTE::command::got_line"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc","esp_modem::DTE::command::separator"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_t","esp_modem::DTE::command::time_ms"],[7,4,1,"_CPPv4N9esp_modem3DTE7commandERKNSt6stringE11got_line_cb8uint32_tc","esp_modem::DTE::command::time_ms"],[7,3,1,"_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t","esp_modem::DTE::read"],[7,4,1,"_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t","esp_modem::DTE::read::d"],[7,4,1,"_CPPv4N9esp_modem3DTE4readEPP7uint8_t6size_t","esp_modem::DTE::read::len"],[7,3,1,"_CPPv4N9esp_modem3DTE12set_error_cbENSt8functionIFv14terminal_errorEEE","esp_modem::DTE::set_error_cb"],[7,4,1,"_CPPv4N9esp_modem3DTE12set_error_cbENSt8functionIFv14terminal_errorEEE","esp_modem::DTE::set_error_cb::f"],[7,3,1,"_CPPv4N9esp_modem3DTE8set_modeE10modem_mode","esp_modem::DTE::set_mode"],[7,4,1,"_CPPv4N9esp_modem3DTE8set_modeE10modem_mode","esp_modem::DTE::set_mode::m"],[7,3,1,"_CPPv4N9esp_modem3DTE11set_read_cbENSt8functionIFbP7uint8_t6size_tEEE","esp_modem::DTE::set_read_cb"],[7,4,1,"_CPPv4N9esp_modem3DTE11set_read_cbENSt8functionIFbP7uint8_t6size_tEEE","esp_modem::DTE::set_read_cb::f"],[7,3,1,"_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t","esp_modem::DTE::write"],[7,4,1,"_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t","esp_modem::DTE::write::data"],[7,4,1,"_CPPv4N9esp_modem3DTE5writeEP7uint8_t6size_t","esp_modem::DTE::write::len"],[7,6,1,"_CPPv4N9esp_modem13GenericModuleE","esp_modem::GenericModule"],[7,3,1,"_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE","esp_modem::GenericModule::GenericModule"],[7,4,1,"_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE","esp_modem::GenericModule::GenericModule::dte"],[7,4,1,"_CPPv4N9esp_modem13GenericModule13GenericModuleENSt10shared_ptrI3DTEEENSt10unique_ptrI10PdpContextEE","esp_modem::GenericModule::GenericModule::pdp"],[7,3,1,"_CPPv4N9esp_modem13GenericModule21configure_pdp_contextENSt10unique_ptrI10PdpContextEE","esp_modem::GenericModule::configure_pdp_context"],[7,4,1,"_CPPv4N9esp_modem13GenericModule21configure_pdp_contextENSt10unique_ptrI10PdpContextEE","esp_modem::GenericModule::configure_pdp_context::new_pdp"],[7,3,1,"_CPPv4N9esp_modem13GenericModule17get_operator_nameERNSt6stringE","esp_modem::GenericModule::get_operator_name"],[7,4,1,"_CPPv4N9esp_modem13GenericModule17get_operator_nameERNSt6stringE","esp_modem::GenericModule::get_operator_name::name"],[7,3,1,"_CPPv4N9esp_modem13GenericModule8set_modeE10modem_mode","esp_modem::GenericModule::set_mode"],[7,4,1,"_CPPv4N9esp_modem13GenericModule8set_modeE10modem_mode","esp_modem::GenericModule::set_mode::mode"],[7,3,1,"_CPPv4N9esp_modem13GenericModule15setup_data_modeEv","esp_modem::GenericModule::setup_data_mode"],[7,6,1,"_CPPv4N9esp_modem8ModuleIfE","esp_modem::ModuleIf"],[7,3,1,"_CPPv4N9esp_modem8ModuleIf8set_modeE10modem_mode","esp_modem::ModuleIf::set_mode"],[7,4,1,"_CPPv4N9esp_modem8ModuleIf8set_modeE10modem_mode","esp_modem::ModuleIf::set_mode::mode"],[7,3,1,"_CPPv4N9esp_modem8ModuleIf15setup_data_modeEv","esp_modem::ModuleIf::setup_data_mode"],[7,6,1,"_CPPv4N9esp_modem5NetifE","esp_modem::Netif"],[7,3,1,"_CPPv4N9esp_modem5Netif5startEv","esp_modem::Netif::start"],[7,3,1,"_CPPv4N9esp_modem5Netif4stopEv","esp_modem::Netif::stop"],[7,3,1,"_CPPv4N9esp_modem5Netif20wait_until_ppp_exitsEv","esp_modem::Netif::wait_until_ppp_exits"],[7,6,1,"_CPPv4N9esp_modem10PdpContextE","esp_modem::PdpContext"],[7,6,1,"_CPPv4N9esp_modem7SIM7000E","esp_modem::SIM7000"],[7,6,1,"_CPPv4N9esp_modem7SIM7070E","esp_modem::SIM7070"],[7,6,1,"_CPPv4N9esp_modem7SIM7600E","esp_modem::SIM7600"],[7,6,1,"_CPPv4N9esp_modem6SIM800E","esp_modem::SIM800"],[7,6,1,"_CPPv4N9esp_modem8TerminalE","esp_modem::Terminal"],[7,3,1,"_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t","esp_modem::Terminal::read"],[7,4,1,"_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t","esp_modem::Terminal::read::data"],[7,4,1,"_CPPv4N9esp_modem8Terminal4readEP7uint8_t6size_t","esp_modem::Terminal::read::len"],[7,3,1,"_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t","esp_modem::Terminal::write"],[7,4,1,"_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t","esp_modem::Terminal::write::data"],[7,4,1,"_CPPv4N9esp_modem8Terminal5writeEP7uint8_t6size_t","esp_modem::Terminal::write::len"],[1,6,1,"_CPPv4I0EN9esp_modem11dce_factory7CreatorE","esp_modem::dce_factory::Creator"],[1,7,1,"_CPPv4I0EN9esp_modem11dce_factory7CreatorE","esp_modem::dce_factory::Creator::T_Module"],[1,6,1,"_CPPv4N9esp_modem11dce_factory7FactoryE","esp_modem::dce_factory::Factory"],[1,3,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build"],[1,7,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build::Args"],[1,7,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build::T_Module"],[1,4,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build::args"],[1,4,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory5buildEP3DCEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build::cfg"],[1,3,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique"],[1,3,1,"_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique"],[1,7,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::Args"],[1,7,1,"_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::Args"],[1,7,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::T_Module"],[1,4,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::args"],[1,4,1,"_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::args"],[1,4,1,"_CPPv4I0DpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::cfg"],[1,4,1,"_CPPv4IDpEN9esp_modem11dce_factory7Factory12build_uniqueENSt10unique_ptrI3DCEEEPK6configDpRR4Args","esp_modem::dce_factory::Factory::build_unique::cfg"],[1,6,1,"_CPPv4N9esp_modem11dce_factory13FactoryHelperE","esp_modem::dce_factory::FactoryHelper"],[2,3,1,"_CPPv412esp_modem_atPKcPci","esp_modem_at"],[2,4,1,"_CPPv412esp_modem_atPKcPci","esp_modem_at::cmd"],[2,4,1,"_CPPv412esp_modem_atPKcPci","esp_modem_at::out"],[2,4,1,"_CPPv412esp_modem_atPKcPci","esp_modem_at::timeout"],[2,6,1,"_CPPv420esp_modem_dce_config","esp_modem_dce_config"],[2,8,1,"_CPPv4N20esp_modem_dce_config3apnE","esp_modem_dce_config::apn"],[2,5,1,"_CPPv422esp_modem_dce_config_t","esp_modem_dce_config_t"],[2,2,1,"_CPPv420esp_modem_dce_device","esp_modem_dce_device"],[2,1,1,"_CPPv4N20esp_modem_dce_device18ESP_MODEM_DCE_BG96E","esp_modem_dce_device::ESP_MODEM_DCE_BG96"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_GENETICE","esp_modem_dce_device::ESP_MODEM_DCE_GENETIC"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7000E","esp_modem_dce_device::ESP_MODEM_DCE_SIM7000"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7070E","esp_modem_dce_device::ESP_MODEM_DCE_SIM7070"],[2,1,1,"_CPPv4N20esp_modem_dce_device21ESP_MODEM_DCE_SIM7600E","esp_modem_dce_device::ESP_MODEM_DCE_SIM7600"],[2,1,1,"_CPPv4N20esp_modem_dce_device20ESP_MODEM_DCE_SIM800E","esp_modem_dce_device::ESP_MODEM_DCE_SIM800"],[2,5,1,"_CPPv422esp_modem_dce_device_t","esp_modem_dce_device_t"],[2,2,1,"_CPPv418esp_modem_dce_mode","esp_modem_dce_mode"],[2,1,1,"_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_CMUXE","esp_modem_dce_mode::ESP_MODEM_MODE_CMUX"],[2,1,1,"_CPPv4N18esp_modem_dce_mode22ESP_MODEM_MODE_COMMANDE","esp_modem_dce_mode::ESP_MODEM_MODE_COMMAND"],[2,1,1,"_CPPv4N18esp_modem_dce_mode19ESP_MODEM_MODE_DATAE","esp_modem_dce_mode::ESP_MODEM_MODE_DATA"],[2,5,1,"_CPPv420esp_modem_dce_mode_t","esp_modem_dce_mode_t"],[2,3,1,"_CPPv417esp_modem_destroyP15esp_modem_dce_t","esp_modem_destroy"],[2,4,1,"_CPPv417esp_modem_destroyP15esp_modem_dce_t","esp_modem_destroy::dce"],[2,6,1,"_CPPv420esp_modem_dte_config","esp_modem_dte_config"],[2,8,1,"_CPPv4N20esp_modem_dte_config15dte_buffer_sizeE","esp_modem_dte_config::dte_buffer_size"],[2,8,1,"_CPPv4N20esp_modem_dte_config16extension_configE","esp_modem_dte_config::extension_config"],[2,8,1,"_CPPv4N20esp_modem_dte_config13task_priorityE","esp_modem_dte_config::task_priority"],[2,8,1,"_CPPv4N20esp_modem_dte_config15task_stack_sizeE","esp_modem_dte_config::task_stack_size"],[2,8,1,"_CPPv4N20esp_modem_dte_config11uart_configE","esp_modem_dte_config::uart_config"],[2,8,1,"_CPPv4N20esp_modem_dte_config10vfs_configE","esp_modem_dte_config::vfs_config"],[2,5,1,"_CPPv422esp_modem_dte_config_t","esp_modem_dte_config_t"],[2,2,1,"_CPPv421esp_modem_flow_ctrl_t","esp_modem_flow_ctrl_t"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_HWE","esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_HW"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t27ESP_MODEM_FLOW_CONTROL_NONEE","esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_NONE"],[2,1,1,"_CPPv4N21esp_modem_flow_ctrl_t25ESP_MODEM_FLOW_CONTROL_SWE","esp_modem_flow_ctrl_t::ESP_MODEM_FLOW_CONTROL_SW"],[2,3,1,"_CPPv428esp_modem_get_battery_statusPiPiPi","esp_modem_get_battery_status"],[2,4,1,"_CPPv428esp_modem_get_battery_statusPiPiPi","esp_modem_get_battery_status::bcl"],[2,4,1,"_CPPv428esp_modem_get_battery_statusPiPiPi","esp_modem_get_battery_status::bcs"],[2,4,1,"_CPPv428esp_modem_get_battery_statusPiPiPi","esp_modem_get_battery_status::voltage"],[2,3,1,"_CPPv429esp_modem_get_gnss_power_modePi","esp_modem_get_gnss_power_mode"],[2,4,1,"_CPPv429esp_modem_get_gnss_power_modePi","esp_modem_get_gnss_power_mode::mode"],[2,3,1,"_CPPv418esp_modem_get_imeiPc","esp_modem_get_imei"],[2,4,1,"_CPPv418esp_modem_get_imeiPc","esp_modem_get_imei::imei"],[2,3,1,"_CPPv418esp_modem_get_imsiPc","esp_modem_get_imsi"],[2,4,1,"_CPPv418esp_modem_get_imsiPc","esp_modem_get_imsi::imsi"],[2,3,1,"_CPPv425esp_modem_get_module_namePc","esp_modem_get_module_name"],[2,4,1,"_CPPv425esp_modem_get_module_namePc","esp_modem_get_module_name::name"],[2,3,1,"_CPPv438esp_modem_get_network_attachment_statePi","esp_modem_get_network_attachment_state"],[2,4,1,"_CPPv438esp_modem_get_network_attachment_statePi","esp_modem_get_network_attachment_state::state"],[2,3,1,"_CPPv433esp_modem_get_network_system_modePi","esp_modem_get_network_system_mode"],[2,4,1,"_CPPv433esp_modem_get_network_system_modePi","esp_modem_get_network_system_mode::mode"],[2,3,1,"_CPPv427esp_modem_get_operator_namePcPi","esp_modem_get_operator_name"],[2,4,1,"_CPPv427esp_modem_get_operator_namePcPi","esp_modem_get_operator_name::act"],[2,4,1,"_CPPv427esp_modem_get_operator_namePcPi","esp_modem_get_operator_name::name"],[2,3,1,"_CPPv425esp_modem_get_radio_statePi","esp_modem_get_radio_state"],[2,4,1,"_CPPv425esp_modem_get_radio_statePi","esp_modem_get_radio_state::state"],[2,3,1,"_CPPv428esp_modem_get_signal_qualityPiPi","esp_modem_get_signal_quality"],[2,4,1,"_CPPv428esp_modem_get_signal_qualityPiPi","esp_modem_get_signal_quality::ber"],[2,4,1,"_CPPv428esp_modem_get_signal_qualityPiPi","esp_modem_get_signal_quality::rssi"],[2,3,1,"_CPPv417esp_modem_hang_upv","esp_modem_hang_up"],[2,3,1,"_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new"],[2,4,1,"_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new::dce_config"],[2,4,1,"_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new::dte_config"],[2,4,1,"_CPPv413esp_modem_newPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new::netif"],[2,3,1,"_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new_dev"],[2,4,1,"_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new_dev::dce_config"],[2,4,1,"_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new_dev::dte_config"],[2,4,1,"_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new_dev::module"],[2,4,1,"_CPPv417esp_modem_new_dev22esp_modem_dce_device_tPK22esp_modem_dte_config_tPK22esp_modem_dce_config_tP11esp_netif_t","esp_modem_new_dev::netif"],[2,3,1,"_CPPv420esp_modem_power_downv","esp_modem_power_down"],[2,3,1,"_CPPv418esp_modem_read_pinPb","esp_modem_read_pin"],[2,4,1,"_CPPv418esp_modem_read_pinPb","esp_modem_read_pin::pin_ok"],[2,3,1,"_CPPv415esp_modem_resetv","esp_modem_reset"],[2,3,1,"_CPPv426esp_modem_resume_data_modev","esp_modem_resume_data_mode"],[2,3,1,"_CPPv418esp_modem_send_smsPKcPKc","esp_modem_send_sms"],[2,4,1,"_CPPv418esp_modem_send_smsPKcPKc","esp_modem_send_sms::message"],[2,4,1,"_CPPv418esp_modem_send_smsPKcPKc","esp_modem_send_sms::number"],[2,3,1,"_CPPv418esp_modem_set_baudi","esp_modem_set_baud"],[2,4,1,"_CPPv418esp_modem_set_baudi","esp_modem_set_baud::baud"],[2,3,1,"_CPPv418esp_modem_set_cmuxv","esp_modem_set_cmux"],[2,3,1,"_CPPv426esp_modem_set_command_modev","esp_modem_set_command_mode"],[2,3,1,"_CPPv423esp_modem_set_data_modev","esp_modem_set_data_mode"],[2,3,1,"_CPPv418esp_modem_set_echoKb","esp_modem_set_echo"],[2,4,1,"_CPPv418esp_modem_set_echoKb","esp_modem_set_echo::echo_on"],[2,3,1,"_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt","esp_modem_set_error_cb"],[2,4,1,"_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt","esp_modem_set_error_cb::dce"],[2,4,1,"_CPPv422esp_modem_set_error_cbP15esp_modem_dce_t28esp_modem_terminal_error_cbt","esp_modem_set_error_cb::err_cb"],[2,3,1,"_CPPv426esp_modem_set_flow_controlii","esp_modem_set_flow_control"],[2,4,1,"_CPPv426esp_modem_set_flow_controlii","esp_modem_set_flow_control::dce_flow"],[2,4,1,"_CPPv426esp_modem_set_flow_controlii","esp_modem_set_flow_control::dte_flow"],[2,3,1,"_CPPv429esp_modem_set_gnss_power_modei","esp_modem_set_gnss_power_mode"],[2,4,1,"_CPPv429esp_modem_set_gnss_power_modei","esp_modem_set_gnss_power_mode::mode"],[2,3,1,"_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t","esp_modem_set_mode"],[2,4,1,"_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t","esp_modem_set_mode::dce"],[2,4,1,"_CPPv418esp_modem_set_modeP15esp_modem_dce_t20esp_modem_dce_mode_t","esp_modem_set_mode::mode"],[2,3,1,"_CPPv438esp_modem_set_network_attachment_statei","esp_modem_set_network_attachment_state"],[2,4,1,"_CPPv438esp_modem_set_network_attachment_statei","esp_modem_set_network_attachment_state::state"],[2,3,1,"_CPPv427esp_modem_set_network_bandsPKcPKii","esp_modem_set_network_bands"],[2,4,1,"_CPPv427esp_modem_set_network_bandsPKcPKii","esp_modem_set_network_bands::bands"],[2,4,1,"_CPPv427esp_modem_set_network_bandsPKcPKii","esp_modem_set_network_bands::mode"],[2,4,1,"_CPPv427esp_modem_set_network_bandsPKcPKii","esp_modem_set_network_bands::size"],[2,3,1,"_CPPv426esp_modem_set_network_modei","esp_modem_set_network_mode"],[2,4,1,"_CPPv426esp_modem_set_network_modei","esp_modem_set_network_mode::mode"],[2,3,1,"_CPPv422esp_modem_set_operatoriiPKc","esp_modem_set_operator"],[2,4,1,"_CPPv422esp_modem_set_operatoriiPKc","esp_modem_set_operator::format"],[2,4,1,"_CPPv422esp_modem_set_operatoriiPKc","esp_modem_set_operator::mode"],[2,4,1,"_CPPv422esp_modem_set_operatoriiPKc","esp_modem_set_operator::oper"],[2,3,1,"_CPPv425esp_modem_set_pdp_contextP22esp_modem_PdpContext_t","esp_modem_set_pdp_context"],[2,4,1,"_CPPv425esp_modem_set_pdp_contextP22esp_modem_PdpContext_t","esp_modem_set_pdp_context::p1"],[2,3,1,"_CPPv417esp_modem_set_pinPKc","esp_modem_set_pin"],[2,4,1,"_CPPv417esp_modem_set_pinPKc","esp_modem_set_pin::pin"],[2,3,1,"_CPPv428esp_modem_set_preferred_modei","esp_modem_set_preferred_mode"],[2,4,1,"_CPPv428esp_modem_set_preferred_modei","esp_modem_set_preferred_mode::mode"],[2,3,1,"_CPPv425esp_modem_set_radio_statei","esp_modem_set_radio_state"],[2,4,1,"_CPPv425esp_modem_set_radio_statei","esp_modem_set_radio_state::state"],[2,3,1,"_CPPv427esp_modem_sms_character_setv","esp_modem_sms_character_set"],[2,3,1,"_CPPv422esp_modem_sms_txt_modeKb","esp_modem_sms_txt_mode"],[2,4,1,"_CPPv422esp_modem_sms_txt_modeKb","esp_modem_sms_txt_mode::txt"],[2,3,1,"_CPPv423esp_modem_store_profilev","esp_modem_store_profile"],[2,3,1,"_CPPv414esp_modem_syncv","esp_modem_sync"],[2,2,1,"_CPPv424esp_modem_terminal_error","esp_modem_terminal_error"],[2,1,1,"_CPPv4N24esp_modem_terminal_error34ESP_MODEM_TERMINAL_BUFFER_OVERFLOWE","esp_modem_terminal_error::ESP_MODEM_TERMINAL_BUFFER_OVERFLOW"],[2,1,1,"_CPPv4N24esp_modem_terminal_error33ESP_MODEM_TERMINAL_CHECKSUM_ERRORE","esp_modem_terminal_error::ESP_MODEM_TERMINAL_CHECKSUM_ERROR"],[2,1,1,"_CPPv4N24esp_modem_terminal_error30ESP_MODEM_TERMINAL_DEVICE_GONEE","esp_modem_terminal_error::ESP_MODEM_TERMINAL_DEVICE_GONE"],[2,1,1,"_CPPv4N24esp_modem_terminal_error42ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOWE","esp_modem_terminal_error::ESP_MODEM_TERMINAL_UNEXPECTED_CONTROL_FLOW"],[2,1,1,"_CPPv4N24esp_modem_terminal_error32ESP_MODEM_TERMINAL_UNKNOWN_ERRORE","esp_modem_terminal_error::ESP_MODEM_TERMINAL_UNKNOWN_ERROR"],[2,5,1,"_CPPv428esp_modem_terminal_error_cbt","esp_modem_terminal_error_cbt"],[2,5,1,"_CPPv426esp_modem_terminal_error_t","esp_modem_terminal_error_t"],[2,6,1,"_CPPv426esp_modem_uart_term_config","esp_modem_uart_term_config"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config9baud_rateE","esp_modem_uart_term_config::baud_rate"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config10cts_io_numE","esp_modem_uart_term_config::cts_io_num"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config9data_bitsE","esp_modem_uart_term_config::data_bits"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config16event_queue_sizeE","esp_modem_uart_term_config::event_queue_size"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config12flow_controlE","esp_modem_uart_term_config::flow_control"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config6parityE","esp_modem_uart_term_config::parity"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config8port_numE","esp_modem_uart_term_config::port_num"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config10rts_io_numE","esp_modem_uart_term_config::rts_io_num"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config14rx_buffer_sizeE","esp_modem_uart_term_config::rx_buffer_size"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config9rx_io_numE","esp_modem_uart_term_config::rx_io_num"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config10source_clkE","esp_modem_uart_term_config::source_clk"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config9stop_bitsE","esp_modem_uart_term_config::stop_bits"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config14tx_buffer_sizeE","esp_modem_uart_term_config::tx_buffer_size"],[2,8,1,"_CPPv4N26esp_modem_uart_term_config9tx_io_numE","esp_modem_uart_term_config::tx_io_num"],[2,6,1,"_CPPv425esp_modem_vfs_term_config","esp_modem_vfs_term_config"],[2,8,1,"_CPPv4N25esp_modem_vfs_term_config7deleterE","esp_modem_vfs_term_config::deleter"],[2,8,1,"_CPPv4N25esp_modem_vfs_term_config2fdE","esp_modem_vfs_term_config::fd"],[2,8,1,"_CPPv4N25esp_modem_vfs_term_config8resourceE","esp_modem_vfs_term_config::resource"],[7,3,1,"_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi","get_battery_status_sim7xxx"],[7,4,1,"_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi","get_battery_status_sim7xxx::bcl"],[7,4,1,"_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi","get_battery_status_sim7xxx::bcs"],[7,4,1,"_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi","get_battery_status_sim7xxx::t"],[7,4,1,"_CPPv426get_battery_status_sim7xxxP13CommandableIfRiRiRi","get_battery_status_sim7xxx::voltage"],[7,5,1,"_CPPv411got_line_cb","got_line_cb"],[7,2,1,"_CPPv410modem_mode","modem_mode"],[7,1,1,"_CPPv4N10modem_mode9CMUX_MODEE","modem_mode::CMUX_MODE"],[7,1,1,"_CPPv4N10modem_mode12COMMAND_MODEE","modem_mode::COMMAND_MODE"],[7,1,1,"_CPPv4N10modem_mode9DATA_MODEE","modem_mode::DATA_MODE"],[7,1,1,"_CPPv4N10modem_mode5UNDEFE","modem_mode::UNDEF"],[7,3,1,"_CPPv418power_down_sim70xxP13CommandableIf","power_down_sim70xx"],[7,4,1,"_CPPv418power_down_sim70xxP13CommandableIf","power_down_sim70xx::t"],[7,3,1,"_CPPv418power_down_sim76xxP13CommandableIf","power_down_sim76xx"],[7,4,1,"_CPPv418power_down_sim76xxP13CommandableIf","power_down_sim76xx::t"],[7,3,1,"_CPPv417power_down_sim8xxP13CommandableIf","power_down_sim8xx"],[7,4,1,"_CPPv417power_down_sim8xxP13CommandableIf","power_down_sim8xx::t"],[7,3,1,"_CPPv420set_data_mode_sim8xxP13CommandableIf","set_data_mode_sim8xx"],[7,4,1,"_CPPv420set_data_mode_sim8xxP13CommandableIf","set_data_mode_sim8xx::t"],[7,3,1,"_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi","set_gnss_power_mode_sim76xx"],[7,4,1,"_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi","set_gnss_power_mode_sim76xx::mode"],[7,4,1,"_CPPv427set_gnss_power_mode_sim76xxP13CommandableIfi","set_gnss_power_mode_sim76xx::t"],[7,3,1,"_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii","set_network_bands_sim76xx"],[7,4,1,"_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii","set_network_bands_sim76xx::bands"],[7,4,1,"_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii","set_network_bands_sim76xx::mode"],[7,4,1,"_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii","set_network_bands_sim76xx::size"],[7,4,1,"_CPPv425set_network_bands_sim76xxP13CommandableIfRKNSt6stringEPKii","set_network_bands_sim76xx::t"],[7,2,1,"_CPPv414terminal_error","terminal_error"],[7,1,1,"_CPPv4N14terminal_error15BUFFER_OVERFLOWE","terminal_error::BUFFER_OVERFLOW"],[7,1,1,"_CPPv4N14terminal_error14CHECKSUM_ERRORE","terminal_error::CHECKSUM_ERROR"],[7,1,1,"_CPPv4N14terminal_error11DEVICE_GONEE","terminal_error::DEVICE_GONE"],[7,1,1,"_CPPv4N14terminal_error23UNEXPECTED_CONTROL_FLOWE","terminal_error::UNEXPECTED_CONTROL_FLOW"]]},objnames:{"0":["c","macro","C macro"],"1":["cpp","enumerator","C++ enumerator"],"2":["cpp","enum","C++ enum"],"3":["cpp","function","C++ function"],"4":["cpp","functionParam","C++ function parameter"],"5":["cpp","type","C++ type"],"6":["cpp","class","C++ class"],"7":["cpp","templateParam","C++ template parameter"],"8":["cpp","member","C++ member"]},objtypes:{"0":"c:macro","1":"cpp:enumerator","2":"cpp:enum","3":"cpp:function","4":"cpp:functionParam","5":"cpp:type","6":"cpp:class","7":"cpp:templateParam","8":"cpp:member"},terms:{"0":[2,7],"1":[2,7],"100":[2,7],"2":[2,7],"3":[2,7],"4":[2,7],"6":7,"64":2,"8212":7,"abstract":[0,5,6],"break":6,"byte":[2,7],"case":[5,6],"catch":6,"char":[2,7],"class":[0,1,3,6,7],"const":[1,2,3,7],"default":[1,2,3,7],"enum":[1,2,7],"function":[1,2,3,7],"int":[2,7],"long":[2,6,7],"new":[0,2,5,6],"null":2,"public":[0,1,2,3,7],"return":[1,2,3,7],"short":[2,7],"static":1,"switch":[0,2,5,7],"throw":[1,6],"true":[2,7],"try":6,"void":[2,3,7],AT:[0,1,2,3,6,7],In:1,Is:0,It:[1,3,7],Not:[2,7],ON:6,The:[0,1,2,3,6,7],These:2,To:7,_:0,abl:7,abort:[3,6],abov:7,access:[2,7],act:[2,7],actual:[2,7],ad:[0,5],add:[0,6,7],addit:[6,7],address:0,advanc:[5,7],after:[0,2,7],again:2,aggreg:[3,7],all:[0,1,3,7],alloc:[2,6],allow:0,alreadi:2,also:[0,1,2,6,7],an:[0,1,2,7],ani:1,answer:7,ap:0,ap_to_pppo:0,api:[5,6,7],apn:2,app:[1,2],appli:1,applic:[0,1,2,3],appropri:[1,7],ar:[0,2,3,6,7],arbitrari:6,arg:1,argument:[1,7],assign:7,attach:[0,2,7],attempt:[2,7],automat:[2,3,7],avail:[0,2,6,7],back:[2,7],band:[2,7],base:[1,3,7],basic:[0,1,2,3,6,7],batteri:[2,7],baud:[2,7],baud_rat:2,baudrat:[2,7],bc:[2,7],bcl:[2,7],below:6,ber:[2,7],besid:7,between:[0,7],bg69:1,bg96:[0,1,3,7],bit:[2,7],block:[3,6,7],bool:[2,7],both:[0,7],brief:5,broker:0,buffer:[2,7],buffer_overflow:7,build:[1,7],build_uniqu:1,builder:1,c:[5,6,7],call:[2,7],callback:[2,6,7],can:[6,7],capac:[2,7],card:[2,7],care:7,cat:[2,7],cellular:[0,2,7],cfg:1,chang:0,channel:[2,7],chapter:[1,7],charact:[2,7],charg:[2,7],check:[0,2,7],checksum_error:7,choic:1,chosen:[1,2],circuitri:[2,7],clariti:7,clean:3,clenaup:2,client:0,clock:2,close:[2,7],cmd:[2,7],cmux:[2,5],cmux_mod:7,cmux_stat:7,cmuxinst:[6,7],code:[2,6,7],collabor:5,command:[0,1,5,6],command_mod:7,command_result:[2,7],commandableif:7,common:[0,1,2,6,7],commun:[0,2,3,5,7],compil:[0,6],complet:[2,7],compli:7,compon:[1,5,7],compos:[0,6],config:[0,1,2,3,7],configur:[1,3,5,7],configure_pdp_context:7,connect:[0,1,2,7],consequ:[3,7],consist:[2,3,7],consol:0,construct:[3,7],constructor:[1,6],consum:[6,7],context:[2,7],control:[2,7],correctli:7,correspond:1,could:[0,1,6,7],cpp:[0,7],creat:[0,2,5,7],create_bg96_dc:3,create_generic_dc:3,create_sim7000_dc:3,create_sim7070_dc:3,create_sim7600_dc:3,create_sim800_dc:3,create_uart_dt:3,create_vfs_dt:3,creator:1,ct:[2,7],cts_io_num:2,current:[0,2,7],custom:[2,5,7],d:7,data:[0,2,3,6,7],data_bit:2,data_mod:7,dce:[2,4,5],dce_config:[2,3],dce_factori:1,dce_flow:[2,7],dce_mod:7,dce_t:[1,3,7],decis:5,declar:7,dedic:2,defin:[0,1,2,7],definit:7,deinit:7,delet:2,demonstr:1,depict:6,deregist:[2,7],deriv:[0,1,7],describ:[6,7],descript:[0,7],descriptor:2,design:[0,5],desir:[2,7],destroi:[2,5],detach:[2,7],detail:7,develop:7,devic:[1,2,5,6],device_gon:7,diagram:6,didn:7,differ:[0,1,6,7],disabl:3,document:[0,7],doesn:[2,3,7],done:[2,7],down:[2,6,7],driver:6,dte:[1,2,5,6],dte_buffer_s:2,dte_config:[2,3],dte_flow:[2,7],due:3,e:[0,1,7],easier:6,echo:[2,7],echo_on:[2,7],either:[1,3,7],eject:7,elig:7,enumer:[1,2,7],equip:[0,7],err:7,err_cb:2,error:[2,3,6,7],esp:[2,7],esp_err_t:2,esp_fail:2,esp_modem:[1,3,4,7],esp_modem_at:2,esp_modem_c_api:2,esp_modem_c_api_str_max:2,esp_modem_cmux:7,esp_modem_command_declar:7,esp_modem_config:2,esp_modem_dc:7,esp_modem_dce_bg96:2,esp_modem_dce_command:7,esp_modem_dce_config:[2,3],esp_modem_dce_config_t:[0,2],esp_modem_dce_default_config:2,esp_modem_dce_devic:2,esp_modem_dce_device_t:2,esp_modem_dce_factori:1,esp_modem_dce_genet:2,esp_modem_dce_mod:2,esp_modem_dce_mode_t:2,esp_modem_dce_modul:7,esp_modem_dce_sim7000:2,esp_modem_dce_sim7070:2,esp_modem_dce_sim7600:2,esp_modem_dce_sim800:2,esp_modem_dce_t:2,esp_modem_declare_dce_command:7,esp_modem_destroi:2,esp_modem_dt:7,esp_modem_dte_config:[1,2,3,7],esp_modem_dte_config_t:[0,2],esp_modem_dte_default_config:2,esp_modem_flow_control_hw:2,esp_modem_flow_control_non:2,esp_modem_flow_control_sw:2,esp_modem_flow_ctrl_t:2,esp_modem_get_battery_statu:2,esp_modem_get_gnss_power_mod:2,esp_modem_get_imei:2,esp_modem_get_imsi:2,esp_modem_get_module_nam:2,esp_modem_get_network_attachment_st:2,esp_modem_get_network_system_mod:2,esp_modem_get_operator_nam:2,esp_modem_get_radio_st:2,esp_modem_get_signal_qu:2,esp_modem_hang_up:2,esp_modem_init_dc:3,esp_modem_init_dt:3,esp_modem_mode_cmux:2,esp_modem_mode_command:2,esp_modem_mode_data:2,esp_modem_modul:7,esp_modem_netif:7,esp_modem_new:2,esp_modem_new_dev:2,esp_modem_pdpcontext_t:2,esp_modem_power_down:2,esp_modem_read_pin:2,esp_modem_reset:2,esp_modem_resume_data_mod:2,esp_modem_send_sm:2,esp_modem_set_baud:2,esp_modem_set_cmux:2,esp_modem_set_command_mod:2,esp_modem_set_data_mod:2,esp_modem_set_echo:2,esp_modem_set_error_cb:2,esp_modem_set_flow_control:2,esp_modem_set_gnss_power_mod:2,esp_modem_set_mod:2,esp_modem_set_network_attachment_st:2,esp_modem_set_network_band:2,esp_modem_set_network_mod:2,esp_modem_set_oper:2,esp_modem_set_pdp_context:2,esp_modem_set_pin:2,esp_modem_set_preferred_mod:2,esp_modem_set_radio_st:2,esp_modem_sms_character_set:2,esp_modem_sms_txt_mod:2,esp_modem_store_profil:2,esp_modem_sync:2,esp_modem_termin:7,esp_modem_terminal_buffer_overflow:2,esp_modem_terminal_checksum_error:2,esp_modem_terminal_device_gon:2,esp_modem_terminal_error:2,esp_modem_terminal_error_cbt:2,esp_modem_terminal_error_t:2,esp_modem_terminal_unexpected_control_flow:2,esp_modem_terminal_unknown_error:2,esp_modem_typ:7,esp_modem_uart_term_config:2,esp_modem_vfs_resourc:2,esp_modem_vfs_term_config:2,esp_netif_t:[2,3],esp_ok:2,especi:7,etc:7,event:[0,2],event_queue_s:2,exampl:[0,1],except:[3,6],execut:[2,7],exercis:0,exist:[0,1,7],expand:7,expect:2,experiment:0,explain:7,explicit:7,explicitli:[3,7],extens:[1,5,7],extension_config:2,f:7,factori:[5,7],factoryhelp:1,fail:[2,7],failur:[2,3,6],fallback:[2,7],fd:2,featur:0,file:[2,7],find:0,first:7,flow:[2,7],flow_control:2,focus:0,follow:[2,7],footer:7,forc:[2,7],format:[2,7],forward:[0,7],from:[0,1,2,6,7],full:[2,7],g:[0,1],gener:[1,2,3,5,6],genericmodul:[0,1,6,7],get:[2,3,7],get_battery_statu:[3,4,7],get_battery_status_sim7xxx:7,get_gnss_power_mod:[3,4,7],get_imei:[3,4,7],get_imsi:[3,4,7],get_module_nam:[3,4,7],get_network_attachment_st:[3,4,7],get_network_system_mod:[3,4,7],get_operator_nam:[3,4,7],get_radio_st:[3,4,7],get_signal_qu:[3,4,7],given:[2,7],glue:7,gnss:[2,7],goe:3,got_lin:7,got_line_cb:7,gpr:[2,7],group:[1,2,3,7],gsm:[2,7],h:2,ha:7,handl:[1,2,6],handler:0,hang:[2,7],hang_up:[3,4,7],have:[0,3,7],header:7,helper:[1,7],hold:7,how:6,hpp:[1,7],human:7,hw:[2,7],i2c:1,i:[0,1,7],idea:6,imei:[2,7],implant:6,implement:[0,1,2,5,6],imsi:[2,7],inc:7,includ:[1,2,7],index:7,indic:[2,7],inherit:5,init:[6,7],initi:[2,3,6,7],inlin:[1,3,7],input:7,inst:7,instanc:[2,7],instanti:5,insuffici:3,int_in:7,integ:7,interact:0,interfac:[0,2,3,5,6],intern:5,internet:0,intro:5,io:1,iot:[2,7],ip:0,issu:[0,2],its:[0,2,6,7],itself:7,just:7,kconfig:5,keep:7,layer:7,least:2,len:7,length:7,level:[2,7],librari:[0,5],lifecycl:5,line:7,list:[0,2,7],logic:[2,7],low:7,lwip:0,m:[2,7],machin:7,macro:[6,7],mandatori:7,mani:1,manual:[2,7],maximum:7,mean:[0,7],media:0,member:2,memori:3,menuconfig:0,messag:[2,7],method:[1,6,7],might:[0,6],millisecond:[2,7],minim:6,minimum:[2,7],mode:[0,2,5,6,7],model:[0,1,5],modem:6,modem_consol:[0,1],modem_mod:7,modemtyp:1,modern:0,modifi:0,modul:[2,3,5,6],moduleif:[6,7],more:6,most:[1,2,6,7],mqtt:0,ms:7,multipl:[0,7],multiplex:[2,6,7],must:[0,7],mv:[2,7],name:[2,7],namespac:7,nat:0,nb:[2,7],necessari:[1,3,7],need:[1,2,7],netif:[1,2,3,5,6],network:[0,1,2,3,6,7],new_pdp:7,none:[2,7],note:[1,2],notif:0,now:2,nullptr:3,num:7,number:[2,6,7],numer:[2,7],o:0,object:[0,1,3,7],off:[2,6,7],ok:[2,7],one:[1,7],ones:0,onli:[0,1,2,6,7],oonli:6,oper:[0,2,7],option:[0,2],order:[1,7],origin:[6,7],other:[5,7],out:[2,3,7],outlin:1,output:[2,7],over:[0,6],overrid:[1,7],p1:[2,7],p2:7,packet:0,pair:7,paramet:[1,2,3,7],parent:7,pariti:2,part:2,pattern:7,payload:7,pdp:[2,7],pdpcontext:7,pdu:[2,7],perform:2,phone:[2,7],php:[2,7],physic:0,pin:[2,7],pin_ok:[2,7],plain:[1,2],pleas:[0,1,7],point:[2,7],pointer:[1,2,7],port:2,port_num:2,portion:2,possibl:[0,1],power:[2,7],power_down:[3,4,7],power_down_sim70xx:7,power_down_sim76xx:7,power_down_sim8xx:7,ppp:[1,2,5,6,7],pppo:0,pppos_client:0,prefer:[2,7],preprocessor:7,preview:0,prioriti:2,privat:6,profil:[2,7],program:6,properti:0,protocol:[0,7],provid:[0,1,6,7],ptr:[3,7],purpos:1,qualiti:[2,7],queue:2,radio:[2,7],rate:[2,7],read:[0,2,6,7],read_pin:[3,4,7],readabl:7,receiv:[0,7],recommend:1,recov:7,refer:[1,3,7],regist:0,relat:[3,7],repeat:[2,7],repres:[0,1,7],requir:0,reset:[2,3,4,7],resourc:2,respond:7,respons:[3,7],result:7,resum:[2,7],resume_data_mod:[3,4,7],return_typ:7,rssi:[2,7],rt:[2,7],rts_io_num:2,run:0,runtim:[5,6,7],rx:2,rx_buffer_s:2,rx_io_num:2,rxd:2,s:[2,3,5,7],same:[6,7],scope:3,second:7,section:7,select:[2,7],send:[0,2,3,6,7],send_command:0,send_sm:[3,4,7],sent:[2,7],separ:[0,7],sequenc:[2,7],servic:[2,7],set:[2,3,7],set_baud:[3,4,7],set_cmux:[3,4,7],set_command_mod:[3,4,7],set_data:[3,7],set_data_mod:[3,4,7],set_data_mode_sim8xx:7,set_echo:[3,4,7],set_error_cb:7,set_flow_control:[3,4,7],set_gnss_power_mod:[3,4,7],set_gnss_power_mode_sim76xx:7,set_mod:[0,7],set_network_attachment_st:[3,4,7],set_network_band:[3,4,7],set_network_bands_sim76xx:7,set_network_mod:[3,4,7],set_oper:[3,4,7],set_pdp_context:[3,4,7],set_pin:[3,4,7],set_preferred_mod:[3,4,7],set_radio_st:[3,4,7],set_read_cb:7,setup:[2,7],setup_data_mod:7,share:[1,3,7],shared_ptr:[1,3,7],should:[1,2,7],show:[2,7],signal:[2,7],sim7000:[1,3,7],sim7070:[1,3,7],sim7600:[0,1,3,7],sim800:[0,1,3,7],sim:[2,7],similar:3,simpl:[0,2],simpli:3,simplifi:7,sing:2,singl:7,size:[2,7],size_t:[2,7],sm:[0,2,7],sms_character_set:[3,4,7],sms_txt_mode:[3,4,7],so:7,softwar:0,sole:[0,7],some:[0,6,7],sourc:[2,7],source_clk:2,space:2,special:[6,7],specif:[0,1,2,3,7],specifi:7,specificmodul:[3,6,7],spi:[0,1],stack:2,standard:[0,2],start:7,startup:2,state:[2,7],statu:[2,7],std:[1,3,7],step:1,stop:[2,7],stop_bit:2,store:[2,7],store_profil:[3,4,7],strength:[2,7],string:[2,7],struct:[2,7],structur:[0,1,5,7],subclass:7,success:[1,2,3,7],successfulli:7,suppli:[1,2,7],support:[0,1,2,7],suppos:7,suspend:[2,7],sw:2,sync:[2,3,4,7],synergi:[3,7],system:[2,7],t:[2,3,7],t_modul:1,taken:7,talk:7,task:2,task_prior:2,task_stack_s:2,technolog:[2,7],templat:[1,3,6,7],temporarili:[2,7],termin:[0,1,2,5],terminal_error:7,text:[2,7],textual:2,thee:7,thei:7,them:0,therefor:7,thi:[0,1,2,7],time:[0,6,7],time_m:7,timelin:7,timeout:[2,7],top:1,tradit:7,transact:[3,7],treat:6,trivial:1,truncat:2,turn:7,two:[1,2,7],tx:2,tx_buffer_s:2,tx_io_num:2,txd:2,txt:[2,7],type:[0,2,5],typedef:[2,3,7],typenam:1,typic:[0,1,2,7],uart:[0,1,2,3,6,7],uart_config:2,uart_parity_t:2,uart_port_t:2,uart_sclk_t:2,uart_stop_bits_t:2,uart_word_length_t:2,uint32_t:[2,7],uint8_t:7,undef:7,underli:7,unexpected_control_flow:7,uniqu:[1,3,7],unique_buff:7,unique_ptr:[1,3,7],unit:[0,7],unlock:[2,7],unrel:2,unsign:2,unsupport:1,until:7,up:[2,3,7],us:[2,3,5,6,7],usabl:7,usb:0,user:[0,1,2,7],valid:7,valu:[1,2,7],vanilla:1,variou:0,veri:2,version:7,vf:[2,3],vfs_config:2,via:[0,7],virtual:[0,1,6,7],voltag:[2,7],wa:[2,7],wai:[1,7],wait:7,wait_until_ppp_exit:7,we:[0,7],well:[0,6,7],what:[2,7],when:[1,6],where:0,which:[0,1,2,6,7],wifi:0,without:[6,7],work:[2,7],workflow:[2,3],would:7,wrapper:6,write:[6,7],written:7,wrong:3},titles:["ESP MODEM","Advanced esp-modem use cases","C API Documentation","C++ API Documentation","<no title>","ESP-MODEM Programmers manual","Internal design","DCE Internal implementation"],titleterms:{"abstract":7,"case":[0,1],"new":[1,7],"switch":3,ad:7,advanc:1,api:[2,3],c:[2,3],cmux:[0,6,7],collabor:6,command:[2,3,7],commun:1,compon:0,configur:[0,2],creat:[1,3],custom:1,dce:[0,1,3,6,7],decis:6,design:6,destroi:3,devic:[0,7],document:[2,3],dte:[0,3,7],esp:[0,1,5],extens:0,factori:1,gener:7,implement:7,inherit:6,instanti:1,interfac:[1,7],intern:[6,7],kconfig:0,librari:7,lifecycl:2,manual:5,mode:3,model:6,modem:[0,1,2,3,5,7],modul:[0,1,7],netif:[0,7],other:0,ppp:0,programm:5,runtim:0,s:0,structur:2,termin:[6,7],type:7,us:[0,1]}}) \ No newline at end of file diff --git a/esp_websocket_client/.buildinfo b/esp_websocket_client/.buildinfo index b87e021b0..be1f1fdd7 100644 --- a/esp_websocket_client/.buildinfo +++ b/esp_websocket_client/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4fec2b6164c6154f059e28882b4eaad7 +config: c16d9f87e40ac76b27d25955482f9fa9 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/esp_websocket_client/_static/_sphinx_javascript_frameworks_compat.js b/esp_websocket_client/_static/_sphinx_javascript_frameworks_compat.js deleted file mode 100644 index 8549469dc..000000000 --- a/esp_websocket_client/_static/_sphinx_javascript_frameworks_compat.js +++ /dev/null @@ -1,134 +0,0 @@ -/* - * _sphinx_javascript_frameworks_compat.js - * ~~~~~~~~~~ - * - * Compatability shim for jQuery and underscores.js. - * - * WILL BE REMOVED IN Sphinx 6.0 - * xref RemovedInSphinx60Warning - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} diff --git a/esp_websocket_client/_static/basic.css b/esp_websocket_client/_static/basic.css index 4e9a9f1fa..bf18350b6 100644 --- a/esp_websocket_client/_static/basic.css +++ b/esp_websocket_client/_static/basic.css @@ -222,7 +222,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 360px; + min-width: 450px; max-width: 800px; } @@ -237,6 +237,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -324,15 +334,13 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -371,8 +379,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -380,8 +386,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -424,6 +428,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } +table.footnote td, table.footnote th { + border: 0 !important; +} + th { text-align: left; padding-right: 5px; @@ -606,26 +614,20 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -aside.footnote > span, -div.citation > span { + +dl.footnote > dt, +dl.citation > dt { float: left; + margin-right: 0.5em; } -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { + +dl.footnote > dd, +dl.citation > dd { margin-bottom: 0em; } -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { + +dl.footnote > dd:after, +dl.citation > dd:after { content: ""; clear: both; } @@ -642,6 +644,10 @@ dl.field-list > dt { padding-right: 5px; } +dl.field-list > dt:after { + content: ":"; +} + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/esp_websocket_client/_static/doctools.js b/esp_websocket_client/_static/doctools.js index 527b876ca..e1bfd708b 100644 --- a/esp_websocket_client/_static/doctools.js +++ b/esp_websocket_client/_static/doctools.js @@ -2,155 +2,357 @@ * doctools.js * ~~~~~~~~~~~ * - * Base JavaScript utilities for all Sphinx HTML documentation. + * Sphinx JavaScript utilities for all documentation. * * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ -"use strict"; -const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ - "TEXTAREA", - "INPUT", - "SELECT", - "BUTTON", -]); +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); -const _ready = (callback) => { - if (document.readyState !== "loading") { - callback(); - } else { - document.addEventListener("DOMContentLoaded", callback); +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x } + return decodeURIComponent(x.replace(/\+/g, ' ')); }; +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + /** * Small JavaScript module for the documentation. */ -const Documentation = { - init: () => { - Documentation.initDomainIndexTable(); - Documentation.initOnKeyListeners(); +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS: {}, - PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), - LOCALE: "unknown", + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext: (string) => { - const translated = Documentation.TRANSLATIONS[string]; - switch (typeof translated) { - case "undefined": - return string; // no translation - case "string": - return translated; // translation exists - default: - return translated[0]; // (singular, plural) translation tuple exists + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); } }, - ngettext: (singular, plural, n) => { - const translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated !== "undefined") - return translated[Documentation.PLURAL_EXPR(n)]; - return n === 1 ? singular : plural; - }, - - addTranslations: (catalog) => { - Object.assign(Documentation.TRANSLATIONS, catalog.messages); - Documentation.PLURAL_EXPR = new Function( - "n", - `return (${catalog.plural_expr})` - ); - Documentation.LOCALE = catalog.locale; + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } }, /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** * helper function to focus on search bar */ - focusSearchBar: () => { - document.querySelectorAll("input[name=q]")[0]?.focus(); + focusSearchBar : function() { + $('input[name=q]').first().focus(); }, /** - * Initialise the domain index toggle buttons + * make the url absolute */ - initDomainIndexTable: () => { - const toggler = (el) => { - const idNumber = el.id.substr(7); - const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); - if (el.src.substr(-9) === "minus.png") { - el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; - toggledRows.forEach((el) => (el.style.display = "none")); - } else { - el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; - toggledRows.forEach((el) => (el.style.display = "")); - } - }; - - const togglerElements = document.querySelectorAll("img.toggler"); - togglerElements.forEach((el) => - el.addEventListener("click", (event) => toggler(event.currentTarget)) - ); - togglerElements.forEach((el) => (el.style.display = "")); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; }, - initOnKeyListeners: () => { + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { // only install a listener if it is really needed - if ( - !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && - !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS - ) - return; + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; - document.addEventListener("keydown", (event) => { - // bail for input elements - if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; - // bail with special keys - if (event.altKey || event.ctrlKey || event.metaKey) return; + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; - if (!event.shiftKey) { + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / switch (event.key) { - case "ArrowLeft": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const prevLink = document.querySelector('link[rel="prev"]'); - if (prevLink && prevLink.href) { - window.location.href = prevLink.href; - event.preventDefault(); - } - break; - case "ArrowRight": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const nextLink = document.querySelector('link[rel="next"]'); - if (nextLink && nextLink.href) { - window.location.href = nextLink.href; - event.preventDefault(); - } - break; + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; } } - - // some keyboard layouts may need Shift to get / - switch (event.key) { - case "/": - if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; - Documentation.focusSearchBar(); - event.preventDefault(); - } }); - }, + } }; // quick alias for translations -const _ = Documentation.gettext; +_ = Documentation.gettext; -_ready(Documentation.init); +$(document).ready(function() { + Documentation.init(); +}); diff --git a/esp_websocket_client/_static/jquery-3.6.0.js b/esp_websocket_client/_static/jquery-3.5.1.js similarity index 98% rename from esp_websocket_client/_static/jquery-3.6.0.js rename to esp_websocket_client/_static/jquery-3.5.1.js index fc6c299b7..50937333b 100644 --- a/esp_websocket_client/_static/jquery-3.6.0.js +++ b/esp_websocket_client/_static/jquery-3.5.1.js @@ -1,15 +1,15 @@ /*! - * jQuery JavaScript Library v3.6.0 + * jQuery JavaScript Library v3.5.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * - * Copyright OpenJS Foundation and other contributors + * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * - * Date: 2021-03-02T17:08Z + * Date: 2020-05-04T22:49Z */ ( function( global, factory ) { @@ -76,16 +76,12 @@ var support = {}; var isFunction = function isFunction( obj ) { - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; var isWindow = function isWindow( obj ) { @@ -151,7 +147,7 @@ function toType( obj ) { var - version = "3.6.0", + version = "3.5.1", // Define a local copy of jQuery jQuery = function( selector, context ) { @@ -405,7 +401,7 @@ jQuery.extend( { if ( isArrayLike( Object( arr ) ) ) { jQuery.merge( ret, typeof arr === "string" ? - [ arr ] : arr + [ arr ] : arr ); } else { push.call( ret, arr ); @@ -500,9 +496,9 @@ if ( typeof Symbol === "function" ) { // Populate the class2type map jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); function isArrayLike( obj ) { @@ -522,14 +518,14 @@ function isArrayLike( obj ) { } var Sizzle = /*! - * Sizzle CSS Selector Engine v2.3.6 + * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * - * Date: 2021-02-16 + * Date: 2020-03-14 */ ( function( window ) { var i, @@ -1112,8 +1108,8 @@ support = Sizzle.support = {}; * @returns {Boolean} True iff elem is a non-HTML XML node */ isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; + var namespace = elem.namespaceURI, + docElem = ( elem.ownerDocument || elem ).documentElement; // Support: IE <=8 // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes @@ -3028,9 +3024,9 @@ var rneedsContext = jQuery.expr.match.needsContext; function nodeName( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); -} +}; var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); @@ -4001,8 +3997,8 @@ jQuery.extend( { resolveContexts = Array( i ), resolveValues = slice.call( arguments ), - // the primary Deferred - primary = jQuery.Deferred(), + // the master Deferred + master = jQuery.Deferred(), // subordinate callback factory updateFunc = function( i ) { @@ -4010,30 +4006,30 @@ jQuery.extend( { resolveContexts[ i ] = this; resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); + master.resolveWith( resolveContexts, resolveValues ); } }; }; // Single- and empty arguments are adopted like Promise.resolve if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, !remaining ); // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || + if ( master.state() === "pending" || isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - return primary.then(); + return master.then(); } } // Multiple arguments are aggregated like Promise.all array elements while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); } - return primary.promise(); + return master.promise(); } } ); @@ -4184,8 +4180,8 @@ var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } @@ -5093,7 +5089,10 @@ function buildFragment( elems, context, scripts, selection, ignored ) { } -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; function returnTrue() { return true; @@ -5388,8 +5387,8 @@ jQuery.event = { event = jQuery.event.fix( nativeEvent ), handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], special = jQuery.event.special[ event.type ] || {}; // Use the fix-ed jQuery.Event rather than the (read-only) native event @@ -5513,12 +5512,12 @@ jQuery.event = { get: isFunction( hook ) ? function() { if ( this.originalEvent ) { - return hook( this.originalEvent ); + return hook( this.originalEvent ); } } : function() { if ( this.originalEvent ) { - return this.originalEvent[ name ]; + return this.originalEvent[ name ]; } }, @@ -5657,13 +5656,7 @@ function leverageNative( el, type, expectSync ) { // Cancel the outer synthetic event event.stopImmediatePropagation(); event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; + return result.value; } // If this is an inner synthetic event for an event with a bubbling surrogate @@ -5828,7 +5821,34 @@ jQuery.each( { targetTouches: true, toElement: true, touches: true, - which: true + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } }, jQuery.event.addProp ); jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { @@ -5854,12 +5874,6 @@ jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateTyp return true; }, - // Suppress native focus or blur as it's already being fired - // in leverageNative. - _default: function() { - return true; - }, - delegateType: delegateType }; } ); @@ -6527,10 +6541,6 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); // set in CSS while `offset*` properties report correct values. // Behavior in IE 9 is more subtle than in newer versions & it passes // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) reliableTrDimensions: function() { var table, tr, trChild, trStyle; if ( reliableTrDimensionsVal == null ) { @@ -6538,32 +6548,17 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); tr = document.createElement( "tr" ); trChild = document.createElement( "div" ); - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. + table.style.cssText = "position:absolute;left:-11111px"; tr.style.height = "1px"; trChild.style.height = "9px"; - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - documentElement .appendChild( table ) .appendChild( tr ) .appendChild( trChild ); trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; documentElement.removeChild( table ); } @@ -7027,10 +7022,10 @@ jQuery.each( [ "height", "width" ], function( _i, dimension ) { // Running getBoundingClientRect on a disconnected node // in IE throws an error. ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); } }, @@ -7089,7 +7084,7 @@ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, swap( elem, { marginLeft: 0 }, function() { return elem.getBoundingClientRect().left; } ) - ) + "px"; + ) + "px"; } } ); @@ -7228,7 +7223,7 @@ Tween.propHooks = { if ( jQuery.fx.step[ tween.prop ] ) { jQuery.fx.step[ tween.prop ]( tween ); } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || + jQuery.cssHooks[ tween.prop ] || tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); } else { @@ -7473,7 +7468,7 @@ function defaultPrefilter( elem, props, opts ) { anim.done( function() { - /* eslint-enable no-loop-func */ + /* eslint-enable no-loop-func */ // The final step of a "hide" animation is actually hiding the element if ( !hidden ) { @@ -7593,7 +7588,7 @@ function Animation( elem, properties, options ) { tweens: [], createTween: function( prop, end ) { var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.opts.specialEasing[ prop ] || animation.opts.easing ); animation.tweens.push( tween ); return tween; }, @@ -7766,8 +7761,7 @@ jQuery.fn.extend( { anim.stop( true ); } }; - - doAnimation.finish = doAnimation; + doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each( doAnimation ) : @@ -8407,8 +8401,8 @@ jQuery.fn.extend( { if ( this.setAttribute ) { this.setAttribute( "class", className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" + "" : + dataPriv.get( this, "__className__" ) || "" ); } } @@ -8423,7 +8417,7 @@ jQuery.fn.extend( { while ( ( elem = this[ i++ ] ) ) { if ( elem.nodeType === 1 && ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; + return true; } } @@ -8713,7 +8707,9 @@ jQuery.extend( jQuery.event, { special.bindType || type; // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + handle = ( + dataPriv.get( cur, "events" ) || Object.create( null ) + )[ event.type ] && dataPriv.get( cur, "handle" ); if ( handle ) { handle.apply( cur, data ); @@ -8860,7 +8856,7 @@ var rquery = ( /\?/ ); // Cross-browser xml parsing jQuery.parseXML = function( data ) { - var xml, parserErrorElem; + var xml; if ( !data || typeof data !== "string" ) { return null; } @@ -8869,17 +8865,12 @@ jQuery.parseXML = function( data ) { // IE throws on parseFromString with invalid input. try { xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} + } catch ( e ) { + xml = undefined; + } - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); } return xml; }; @@ -8980,14 +8971,16 @@ jQuery.fn.extend( { // Can add propHook for "elements" to filter or add form elements var elements = jQuery.prop( this, "elements" ); return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { + } ) + .filter( function() { var type = this.type; // Use .is( ":disabled" ) so that fieldset[disabled] works return this.name && !jQuery( this ).is( ":disabled" ) && rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { + } ) + .map( function( _i, elem ) { var val = jQuery( this ).val(); if ( val == null ) { @@ -9040,8 +9033,7 @@ var // Anchor tag for parsing the document origin originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; + originAnchor.href = location.href; // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport function addToPrefiltersOrTransports( structure ) { @@ -9422,8 +9414,8 @@ jQuery.extend( { // Context for global events is callbackContext if it is a DOM node or jQuery collection globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, + jQuery( callbackContext ) : + jQuery.event, // Deferreds deferred = jQuery.Deferred(), @@ -9735,10 +9727,8 @@ jQuery.extend( { response = ajaxHandleResponses( s, jqXHR, responses ); } - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { + // Use a noop converter for missing script + if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { s.converters[ "text script" ] = function() {}; } @@ -10476,6 +10466,12 @@ jQuery.offset = { options.using.call( elem, props ); } else { + if ( typeof props.top === "number" ) { + props.top += "px"; + } + if ( typeof props.left === "number" ) { + props.left += "px"; + } curElem.css( props ); } } @@ -10644,11 +10640,8 @@ jQuery.each( [ "top", "left" ], function( _i, prop ) { // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { @@ -10733,8 +10726,7 @@ jQuery.fn.extend( { } } ); -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup contextmenu" ).split( " " ), function( _i, name ) { @@ -10745,8 +10737,7 @@ jQuery.each( this.on( name, null, data, fn ) : this.trigger( name ); }; - } -); + } ); diff --git a/esp_websocket_client/_static/jquery.js b/esp_websocket_client/_static/jquery.js index c4c6022f2..b0614034a 100644 --- a/esp_websocket_client/_static/jquery.js +++ b/esp_websocket_client/_static/jquery.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 { - const [docname, title, anchor, descr, score, filename] = result - return score + score: function(result) { + return result[4]; }, */ @@ -30,11 +28,9 @@ if (typeof Scorer === "undefined") { // or matches in the last dotted part of the object name objPartialMatch: 6, // Additive scores depending on the priority of the object - objPrio: { - 0: 15, // used to be importantResults - 1: 5, // used to be objectResults - 2: -5, // used to be unimportantResults - }, + objPrio: {0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5}, // used to be unimportantResults // Used when the priority is not in the mapping. objPrioDefault: 0, @@ -43,495 +39,452 @@ if (typeof Scorer === "undefined") { partialTitle: 7, // query found in terms term: 5, - partialTerm: 2, + partialTerm: 2 }; } -const _removeChildren = (element) => { - while (element && element.lastChild) element.removeChild(element.lastChild); -}; - -/** - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping - */ -const _escapeRegExp = (string) => - string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string - -const _displayItem = (item, searchTerms) => { - const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; - const docUrlRoot = DOCUMENTATION_OPTIONS.URL_ROOT; - const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; - const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; - const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; - - const [docName, title, anchor, descr, score, _filename] = item; - - let listItem = document.createElement("li"); - let requestUrl; - let linkUrl; - if (docBuilder === "dirhtml") { - // dirhtml builder - let dirname = docName + "/"; - if (dirname.match(/\/index\/$/)) - dirname = dirname.substring(0, dirname.length - 6); - else if (dirname === "index/") dirname = ""; - requestUrl = docUrlRoot + dirname; - linkUrl = requestUrl; - } else { - // normal html builders - requestUrl = docUrlRoot + docName + docFileSuffix; - linkUrl = docName + docLinkSuffix; +if (!splitQuery) { + function splitQuery(query) { + return query.split(/\s+/); } - let linkEl = listItem.appendChild(document.createElement("a")); - linkEl.href = linkUrl + anchor; - linkEl.dataset.score = score; - linkEl.innerHTML = title; - if (descr) - listItem.appendChild(document.createElement("span")).innerHTML = - " (" + descr + ")"; - else if (showSearchSummary) - fetch(requestUrl) - .then((responseData) => responseData.text()) - .then((data) => { - if (data) - listItem.appendChild( - Search.makeSearchSummary(data, searchTerms) - ); - }); - Search.output.appendChild(listItem); -}; -const _finishSearch = (resultCount) => { - Search.stopPulse(); - Search.title.innerText = _("Search Results"); - if (!resultCount) - Search.status.innerText = Documentation.gettext( - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." - ); - else - Search.status.innerText = _( - `Search finished, found ${resultCount} page(s) matching the search query.` - ); -}; -const _displayNextItem = ( - results, - resultCount, - searchTerms -) => { - // results left, load the summary and display it - // this is intended to be dynamic (don't sub resultsCount) - if (results.length) { - _displayItem(results.pop(), searchTerms); - setTimeout( - () => _displayNextItem(results, resultCount, searchTerms), - 5 - ); - } - // search finished, update title and status message - else _finishSearch(resultCount); -}; - -/** - * Default splitQuery function. Can be overridden in ``sphinx.search`` with a - * custom function per language. - * - * The regular expression works by splitting the string on consecutive characters - * that are not Unicode letters, numbers, underscores, or emoji characters. - * This is the same as ``\W+`` in Python, preserving the surrogate pair area. - */ -if (typeof splitQuery === "undefined") { - var splitQuery = (query) => query - .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) - .filter(term => term) // remove remaining empty strings } /** * Search Module */ -const Search = { - _index: null, - _queued_query: null, - _pulse_status: -1, +var Search = { - htmlToText: (htmlString) => { - const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); - const docContent = htmlElement.querySelector('[role="main"]'); - if (docContent !== undefined) return docContent.textContent; - console.warn( - "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." - ); - return ""; + _index : null, + _queued_query : null, + _pulse_status : -1, + + htmlToText : function(htmlString) { + var virtualDocument = document.implementation.createHTMLDocument('virtual'); + var htmlElement = $(htmlString, virtualDocument); + htmlElement.find('.headerlink').remove(); + docContent = htmlElement.find('[role=main]')[0]; + if(docContent === undefined) { + console.warn("Content block not found. Sphinx search tries to obtain it " + + "via '[role=main]'. Could you check your theme or template."); + return ""; + } + return docContent.textContent || docContent.innerText; }, - init: () => { - const query = new URLSearchParams(window.location.search).get("q"); - document - .querySelectorAll('input[name="q"]') - .forEach((el) => (el.value = query)); - if (query) Search.performSearch(query); + init : function() { + var params = $.getQueryParameters(); + if (params.q) { + var query = params.q[0]; + $('input[name="q"]')[0].value = query; + this.performSearch(query); + } }, - loadIndex: (url) => - (document.body.appendChild(document.createElement("script")).src = url), + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, + dataType: "script", cache: true, + complete: function(jqxhr, textstatus) { + if (textstatus != "success") { + document.getElementById("searchindexloader").src = url; + } + }}); + }, - setIndex: (index) => { - Search._index = index; - if (Search._queued_query !== null) { - const query = Search._queued_query; - Search._queued_query = null; - Search.query(query); + setIndex : function(index) { + var q; + this._index = index; + if ((q = this._queued_query) !== null) { + this._queued_query = null; + Search.query(q); } }, - hasIndex: () => Search._index !== null, + hasIndex : function() { + return this._index !== null; + }, - deferQuery: (query) => (Search._queued_query = query), + deferQuery : function(query) { + this._queued_query = query; + }, - stopPulse: () => (Search._pulse_status = -1), + stopPulse : function() { + this._pulse_status = 0; + }, - startPulse: () => { - if (Search._pulse_status >= 0) return; - - const pulse = () => { + startPulse : function() { + if (this._pulse_status >= 0) + return; + function pulse() { + var i; Search._pulse_status = (Search._pulse_status + 1) % 4; - Search.dots.innerText = ".".repeat(Search._pulse_status); - if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); - }; + var dotString = ''; + for (i = 0; i < Search._pulse_status; i++) + dotString += '.'; + Search.dots.text(dotString); + if (Search._pulse_status > -1) + window.setTimeout(pulse, 500); + } pulse(); }, /** * perform a search for something (or wait until index is loaded) */ - performSearch: (query) => { + performSearch : function(query) { // create the required interface elements - const searchText = document.createElement("h2"); - searchText.textContent = _("Searching"); - const searchSummary = document.createElement("p"); - searchSummary.classList.add("search-summary"); - searchSummary.innerText = ""; - const searchList = document.createElement("ul"); - searchList.classList.add("search"); + this.out = $('#search-results'); + this.title = $('

      ' + _('Searching') + '

      ').appendTo(this.out); + this.dots = $('').appendTo(this.title); + this.status = $('

       

      ').appendTo(this.out); + this.output = $('
      diff --git a/esp_websocket_client/index.html b/esp_websocket_client/index.html index 6e402dd8e..a59c7cf00 100644 --- a/esp_websocket_client/index.html +++ b/esp_websocket_client/index.html @@ -1,7 +1,7 @@ - + ESP WebSocket Client - ESP32 - — ESP-Protocols latest documentation @@ -16,9 +16,7 @@ - - @@ -119,7 +117,7 @@
    • »
    • ESP WebSocket Client
    • - Edit on GitHub + Edit on GitHub

    • @@ -128,13 +126,13 @@
      -

      ESP WebSocket Client

      +

      ESP WebSocket Client

      -

      Overview

      +

      Overview

      The ESP WebSocket client is an implementation of WebSocket protocol client for ESP32

      -

      Features

      +

      Features

      • Supports WebSocket over TCP, TLS with mbedtls

      • @@ -144,9 +142,9 @@
      -

      Configuration

      +

      Configuration

      -

      URI

      +

      URI

      • Supports ws, wss schemes

      • WebSocket samples:

        @@ -180,7 +178,7 @@ overridden. Sample:

      -

      TLS

      +

      TLS

      Configuration:

      const esp_websocket_client_config_t ws_cfg = {
           .uri = "wss://echo.websocket.org",
      @@ -200,7 +198,7 @@ In case a host operating system has openssl and sed pa
       

      This command will extract the second certificate in the chain and save it as a pem-file.

      -

      Subprotocol

      +

      Subprotocol

      The subprotocol field in the config struct can be used to request a subprotocol

      const esp_websocket_client_config_t ws_cfg = {
           .uri = "ws://websocket.org",
      @@ -216,7 +214,7 @@ In case a host operating system has openssl and sed pa
       
      -

      Events

      +

      Events

      • WEBSOCKET_EVENT_CONNECTED: The client has successfully established a connection to the server. The client is now ready to send and receive data. Contains no event data.

      • WEBSOCKET_EVENT_DISCONNECTED: The client has aborted the connection due to the transport layer failing to read data, e.g. because the server is unavailable. Contains no event data.

      • @@ -229,16 +227,16 @@ In case a host operating system has openssl and sed pa
      -

      Limitations and Known Issues

      +

      Limitations and Known Issues

      • The client is able to request the use of a subprotocol from the server during the handshake, but does not do any subprotocol related checks on the response from the server.

      -

      Application Example

      -

      A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the websocket.org server can be found here: example .

      +

      Application Example

      +

      A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the websocket.org server can be found here: example .

      -

      Sending Text Data

      +

      Sending Text Data

      The WebSocket client supports sending data as a text data frame, which informs the application layer that the payload data is text data encoded as UTF-8. Example:

      esp_websocket_client_send_text(client, data, len, portMAX_DELAY);
       
      @@ -246,24 +244,24 @@ In case a host operating system has openssl and sed pa
      -

      API Reference

      +

      API Reference

      -

      Header File

      +

      Header File

      -

      Functions

      +

      Functions

      esp_websocket_client_handle_t esp_websocket_client_init(const esp_websocket_client_config_t *config)

      Start a Websocket session This function must be the first function to call, and it returns a esp_websocket_client_handle_t that you must use as input to other functions in the interface. This call MUST have a corresponding call to esp_websocket_client_destroy when the operation is complete.

      -
      Parameters:
      +
      Parameters

      config[in] The configuration

      -
      Returns:
      +
      Returns

      • esp_websocket_client_handle_t

      • NULL if any errors

      • @@ -278,13 +276,13 @@ In case a host operating system has openssl and sed pa esp_err_t esp_websocket_client_set_uri(esp_websocket_client_handle_t client, const char *uri)

        Set URL for client, when performing this behavior, the options in the URL will replace the old ones Must stop the WebSocket client before set URI if the client has been connected.

        -
        Parameters:
        +
        Parameters
        • client[in] The client

        • uri[in] The uri

        -
        Returns:
        +
        Returns

        esp_err_t

        @@ -295,10 +293,10 @@ In case a host operating system has openssl and sed pa esp_err_t esp_websocket_client_start(esp_websocket_client_handle_t client)

        Open the WebSocket connection.

        -
        Parameters:
        +
        Parameters

        client[in] The client

        -
        Returns:
        +
        Returns

        esp_err_t

        @@ -314,10 +312,10 @@ In case a host operating system has openssl and sed pa

      -
      Parameters:
      +
      Parameters

      client[in] The client

      -
      Returns:
      +
      Returns

      esp_err_t

      @@ -332,10 +330,10 @@ In case a host operating system has openssl and sed pa

      -
      Parameters:
      +
      Parameters

      client[in] The client

      -
      Returns:
      +
      Returns

      esp_err_t

      @@ -346,7 +344,7 @@ In case a host operating system has openssl and sed pa int esp_websocket_client_send_bin(esp_websocket_client_handle_t client, const char *data, int len, TickType_t timeout)

      Write binary data to the WebSocket connection (data send with WS OPCODE=02, i.e. binary)

      -
      Parameters:
      +
      Parameters
      • client[in] The client

      • data[in] The data

      • @@ -354,7 +352,7 @@ In case a host operating system has openssl and sed pa
      • timeout[in] Write data timeout in RTOS ticks

      -
      Returns:
      +
      Returns

      • Number of data was sent

      • (-1) if any errors

      • @@ -369,7 +367,7 @@ In case a host operating system has openssl and sed pa int esp_websocket_client_send_text(esp_websocket_client_handle_t client, const char *data, int len, TickType_t timeout)

        Write textual data to the WebSocket connection (data send with WS OPCODE=01, i.e. text)

        -
        Parameters:
        +
        Parameters
        • client[in] The client

        • data[in] The data

        • @@ -377,7 +375,7 @@ In case a host operating system has openssl and sed pa
        • timeout[in] Write data timeout in RTOS ticks

        -
        Returns:
        +
        Returns

        • Number of data was sent

        • (-1) if any errors

        • @@ -392,7 +390,7 @@ In case a host operating system has openssl and sed pa int esp_websocket_client_send_with_opcode(esp_websocket_client_handle_t client, ws_transport_opcodes_t opcode, const uint8_t *data, int len, TickType_t timeout)

          Write opcode data to the WebSocket connection.

          -
          Parameters:
          +
          Parameters
          • client[in] The client

          • opcode[in] The opcode

          • @@ -401,7 +399,7 @@ In case a host operating system has openssl and sed pa
          • timeout[in] Write data timeout in RTOS ticks

          -
          Returns:
          +
          Returns

          • Number of data was sent

          • (-1) if any errors

          • @@ -428,13 +426,13 @@ In case a host operating system has openssl and sed pa

          -
          Parameters:
          +
          Parameters
          • client[in] The client

          • timeout[in] Timeout in RTOS ticks for waiting

          -
          Returns:
          +
          Returns

          esp_err_t

          @@ -449,7 +447,7 @@ In case a host operating system has openssl and sed pa

        -
        Parameters:
        +
        Parameters
        • client[in] The client

        • code[in] Close status code as defined in RFC6455 section-7.4

        • @@ -458,7 +456,7 @@ In case a host operating system has openssl and sed pa
        • timeout[in] Timeout in RTOS ticks for waiting

        -
        Returns:
        +
        Returns

        esp_err_t

        @@ -469,10 +467,10 @@ In case a host operating system has openssl and sed pa bool esp_websocket_client_is_connected(esp_websocket_client_handle_t client)

        Check the WebSocket client connection state.

        -
        Parameters:
        +
        Parameters

        client[in] The client handle

        -
        Returns:
        +
        Returns

        • true

        • false

        • @@ -487,10 +485,10 @@ In case a host operating system has openssl and sed pa size_t esp_websocket_client_get_ping_interval_sec(esp_websocket_client_handle_t client)

          Get the ping interval sec for client.

          -
          Parameters:
          +
          Parameters

          client[in] The client

          -
          Returns:
          +
          Returns

          The ping interval in sec

          @@ -501,13 +499,13 @@ In case a host operating system has openssl and sed pa esp_err_t esp_websocket_client_set_ping_interval_sec(esp_websocket_client_handle_t client, size_t ping_interval_sec)

          Set new ping interval sec for client.

          -
          Parameters:
          +
          Parameters
          • client[in] The client

          • ping_interval_sec[in] The new interval

          -
          Returns:
          +
          Returns

          esp_err_t

          @@ -518,7 +516,7 @@ In case a host operating system has openssl and sed pa esp_err_t esp_websocket_register_events(esp_websocket_client_handle_t client, esp_websocket_event_id_t event, esp_event_handler_t event_handler, void *event_handler_arg)

          Register the Websocket Events.

          -
          Parameters:
          +
          Parameters
          • client – The client handle

          • event – The event id

          • @@ -526,7 +524,7 @@ In case a host operating system has openssl and sed pa
          • event_handler_arg – User context

          -
          Returns:
          +
          Returns

          esp_err_t

          @@ -534,7 +532,7 @@ In case a host operating system has openssl and sed pa
      -

      Structures

      +

      Structures

      struct esp_websocket_event_data_t
      @@ -807,7 +805,7 @@ In case a host operating system has openssl and sed pa
      -

      Type Definitions

      +

      Type Definitions

      typedef struct esp_websocket_client *esp_websocket_client_handle_t
      @@ -815,7 +813,7 @@ In case a host operating system has openssl and sed pa
      -

      Enumerations

      +

      Enumerations

      enum esp_websocket_event_id_t
      diff --git a/esp_websocket_client/search.html b/esp_websocket_client/search.html index a355e39d0..2d41b3b5e 100644 --- a/esp_websocket_client/search.html +++ b/esp_websocket_client/search.html @@ -16,9 +16,7 @@ - - diff --git a/esp_websocket_client/searchindex.js b/esp_websocket_client/searchindex.js index 9cb16be24..891ea9ae6 100644 --- a/esp_websocket_client/searchindex.js +++ b/esp_websocket_client/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["ESP WebSocket Client"], "terms": {"The": 0, "i": 0, "an": 0, "implement": 0, "protocol": 0, "esp32": 0, "support": 0, "over": 0, "tcp": 0, "mbedtl": 0, "easi": 0, "setup": 0, "multipl": 0, "instanc": 0, "one": 0, "w": 0, "wss": 0, "scheme": 0, "sampl": 0, "echo": 0, "org": 0, "default": 0, "port": 0, "80": 0, "ssl": 0, "443": 0, "minim": 0, "const": 0, "esp_websocket_client_config_t": 0, "ws_cfg": 0, "us": 0, "both": 0, "path": 0, "queri": 0, "connectionhandl": 0, "id": 0, "104": 0, "If": 0, "ar": 0, "ani": 0, "option": 0, "relat": 0, "defin": 0, "overridden": 0, "123": 0, "4567": 0, "connect": 0, "cert_pem": 0, "char": 0, "websocket_org_pem_start": 0, "you": 0, "want": 0, "verifi": 0, "server": 0, "need": 0, "provid": 0, "certif": 0, "pem": 0, "format": 0, "websocket_client_config_t": 0, "certfic": 0, "requir": 0, "verif": 0, "thi": 0, "could": 0, "extract": 0, "from": 0, "openssl": 0, "s_client": 0, "command": 0, "In": 0, "case": 0, "host": 0, "oper": 0, "system": 0, "ha": 0, "sed": 0, "packag": 0, "instal": 0, "execut": 0, "follow": 0, "download": 0, "save": 0, "root": 0, "intermedi": 0, "note": 0, "window": 0, "user": 0, "linux": 0, "like": 0, "environ": 0, "nativ": 0, "mai": 0, "showcert": 0, "n": 0, "1": 0, "d": 0, "begin": 0, "end": 0, "p": 0, "x509": 0, "outform": 0, "websocket_org": 0, "second": 0, "chain": 0, "field": 0, "config": 0, "struct": 0, "can": 0, "request": 0, "soap": 0, "indiffer": 0, "respons": 0, "accept": 0, "matter": 0, "what": 0, "repli": 0, "For": 0, "more": 0, "pleas": 0, "below": 0, "websocket_event_connect": 0, "successfulli": 0, "establish": 0, "now": 0, "readi": 0, "receiv": 0, "contain": 0, "websocket_event_disconnect": 0, "abort": 0, "due": 0, "transport": 0, "layer": 0, "fail": 0, "read": 0, "e": 0, "g": 0, "becaus": 0, "unavail": 0, "websocket_event_data": 0, "pars": 0, "frame": 0, "pointer": 0, "payload": 0, "length": 0, "well": 0, "opcod": 0, "A": 0, "messag": 0, "fragment": 0, "exce": 0, "buffer": 0, "size": 0, "also": 0, "post": 0, "non": 0, "pong": 0, "close": 0, "websocket_event_error": 0, "Not": 0, "current": 0, "handl": 0, "handler": 0, "access": 0, "through": 0, "pass": 0, "esp_websocket_client_handle_t": 0, "handler_arg": 0, "abl": 0, "dure": 0, "handshak": 0, "doe": 0, "do": 0, "check": 0, "simpl": 0, "esp_websocket_cli": 0, "found": 0, "here": 0, "which": 0, "inform": 0, "encod": 0, "utf": 0, "8": 0, "esp_websocket_client_send_text": 0, "len": 0, "portmax_delai": 0, "includ": 0, "h": 0, "esp_websocket_client_init": 0, "start": 0, "session": 0, "must": 0, "first": 0, "call": 0, "return": 0, "input": 0, "other": 0, "interfac": 0, "have": 0, "correspond": 0, "esp_websocket_client_destroi": 0, "when": 0, "complet": 0, "paramet": 0, "null": 0, "error": 0, "esp_err_t": 0, "esp_websocket_client_set_uri": 0, "set": 0, "url": 0, "perform": 0, "behavior": 0, "replac": 0, "old": 0, "ones": 0, "stop": 0, "befor": 0, "been": 0, "esp_websocket_client_start": 0, "open": 0, "esp_websocket_client_stop": 0, "without": 0, "directli": 0, "It": 0, "good": 0, "practic": 0, "clean": 0, "wai": 0, "esp_websocket_client_clos": 0, "cannot": 0, "destroi": 0, "free": 0, "all": 0, "resourc": 0, "last": 0, "opposit": 0, "same": 0, "might": 0, "int": 0, "esp_websocket_client_send_bin": 0, "ticktype_t": 0, "timeout": 0, "write": 0, "binari": 0, "02": 0, "rto": 0, "tick": 0, "number": 0, "wa": 0, "sent": 0, "textual": 0, "01": 0, "esp_websocket_client_send_with_opcod": 0, "ws_transport_opcodes_t": 0, "uint8_t": 0, "sequenc": 0, "initi": 0, "wait": 0, "until": 0, "esp_websocket_client_close_with_cod": 0, "code": 0, "custom": 0, "statu": 0, "rfc6455": 0, "section": 0, "7": 0, "4": 0, "addit": 0, "bool": 0, "esp_websocket_client_is_connect": 0, "state": 0, "true": 0, "fals": 0, "size_t": 0, "esp_websocket_client_get_ping_interval_sec": 0, "get": 0, "ping": 0, "interv": 0, "sec": 0, "esp_websocket_client_set_ping_interval_sec": 0, "ping_interval_sec": 0, "new": 0, "esp_websocket_register_ev": 0, "esp_websocket_event_id_t": 0, "esp_event_handler_t": 0, "event_handl": 0, "void": 0, "event_handler_arg": 0, "regist": 0, "callback": 0, "context": 0, "esp_websocket_event_data_t": 0, "public": 0, "member": 0, "data_ptr": 0, "data_len": 0, "fin": 0, "flag": 0, "op_cod": 0, "user_context": 0, "user_data": 0, "payload_len": 0, "total": 0, "exceed": 0, "payload_offset": 0, "actual": 0, "offset": 0, "associ": 0, "overrid": 0, "domain": 0, "ip": 0, "string": 0, "depend": 0, "esp_websocket_transport_t": 0, "usernam": 0, "http": 0, "authent": 0, "password": 0, "disable_auto_reconnect": 0, "disabl": 0, "automat": 0, "reconnect": 0, "disconnect": 0, "task_prio": 0, "task": 0, "prioriti": 0, "task_stack": 0, "stack": 0, "buffer_s": 0, "der": 0, "termin": 0, "charact": 0, "cert_len": 0, "point": 0, "0": 0, "client_cert": 0, "mutual": 0, "client_kei": 0, "client_cert_len": 0, "privat": 0, "kei": 0, "client_key_len": 0, "client_key_pem": 0, "see": 0, "user_ag": 0, "agent": 0, "pingpong_timeout_sec": 0, "period": 0, "disable_pingpong_discon": 0, "auto": 0, "within": 0, "use_global_ca_stor": 0, "global": 0, "ca_stor": 0, "crt_bundle_attach": 0, "conf": 0, "esp_crt_bundle_attach": 0, "enabl": 0, "bundl": 0, "mbedtls_certificate_bundl": 0, "menuconfig": 0, "esp_crt_bundl": 0, "ca": 0, "skip_cert_common_name_check": 0, "skip": 0, "valid": 0, "cn": 0, "keep_alive_en": 0, "keep": 0, "aliv": 0, "keep_alive_idl": 0, "idl": 0, "time": 0, "5": 0, "keep_alive_interv": 0, "keep_alive_count": 0, "packet": 0, "retri": 0, "count": 0, "3": 0, "reconnect_timeout_m": 0, "after": 0, "valu": 0, "milisecond": 0, "10": 0, "network_timeout_m": 0, "network": 0, "millisecond": 0, "ifreq": 0, "if_nam": 0, "name": 0, "go": 0, "typedef": 0, "enum": 0, "websocket_event_ani": 0, "occur": 0, "onc": 0, "exchang": 0, "possibli": 0, "portion": 0, "websocket_event_clos": 0, "cleanli": 0, "websocket_event_max": 0, "websocket_transport_unknown": 0, "unknown": 0, "websocket_transport_over_tcp": 0, "websocket_transport_over_ssl": 0}, "objects": {"": [[0, 0, 1, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_ANYE", "WEBSOCKET_EVENT_ANY"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t22WEBSOCKET_EVENT_CLOSEDE", "WEBSOCKET_EVENT_CLOSED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t25WEBSOCKET_EVENT_CONNECTEDE", "WEBSOCKET_EVENT_CONNECTED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t20WEBSOCKET_EVENT_DATAE", "WEBSOCKET_EVENT_DATA"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t28WEBSOCKET_EVENT_DISCONNECTEDE", "WEBSOCKET_EVENT_DISCONNECTED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t21WEBSOCKET_EVENT_ERRORE", "WEBSOCKET_EVENT_ERROR"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_MAXE", "WEBSOCKET_EVENT_MAX"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_SSLE", "WEBSOCKET_TRANSPORT_OVER_SSL"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_TCPE", "WEBSOCKET_TRANSPORT_OVER_TCP"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t27WEBSOCKET_TRANSPORT_UNKNOWNE", "WEBSOCKET_TRANSPORT_UNKNOWN"], [0, 1, 1, "_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t", "esp_websocket_client_close"], [0, 2, 1, "_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t", "esp_websocket_client_close::client"], [0, 2, 1, "_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t", "esp_websocket_client_close::timeout"], [0, 1, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code"], [0, 2, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code::client"], [0, 2, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code::code"], [0, 2, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code::data"], [0, 2, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code::len"], [0, 2, 1, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t", "esp_websocket_client_close_with_code::timeout"], [0, 3, 1, "_CPPv429esp_websocket_client_config_t", "esp_websocket_client_config_t"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t11buffer_sizeE", "esp_websocket_client_config_t::buffer_size"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t8cert_lenE", "esp_websocket_client_config_t::cert_len"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t8cert_pemE", "esp_websocket_client_config_t::cert_pem"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t11client_certE", "esp_websocket_client_config_t::client_cert"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t15client_cert_lenE", "esp_websocket_client_config_t::client_cert_len"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t10client_keyE", "esp_websocket_client_config_t::client_key"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t14client_key_lenE", "esp_websocket_client_config_t::client_key_len"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t17crt_bundle_attachE", "esp_websocket_client_config_t::crt_bundle_attach"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t22disable_auto_reconnectE", "esp_websocket_client_config_t::disable_auto_reconnect"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t23disable_pingpong_disconE", "esp_websocket_client_config_t::disable_pingpong_discon"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t7headersE", "esp_websocket_client_config_t::headers"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t4hostE", "esp_websocket_client_config_t::host"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t7if_nameE", "esp_websocket_client_config_t::if_name"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t16keep_alive_countE", "esp_websocket_client_config_t::keep_alive_count"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t17keep_alive_enableE", "esp_websocket_client_config_t::keep_alive_enable"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t15keep_alive_idleE", "esp_websocket_client_config_t::keep_alive_idle"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t19keep_alive_intervalE", "esp_websocket_client_config_t::keep_alive_interval"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t18network_timeout_msE", "esp_websocket_client_config_t::network_timeout_ms"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t8passwordE", "esp_websocket_client_config_t::password"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t4pathE", "esp_websocket_client_config_t::path"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t17ping_interval_secE", "esp_websocket_client_config_t::ping_interval_sec"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t20pingpong_timeout_secE", "esp_websocket_client_config_t::pingpong_timeout_sec"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t4portE", "esp_websocket_client_config_t::port"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t20reconnect_timeout_msE", "esp_websocket_client_config_t::reconnect_timeout_ms"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t27skip_cert_common_name_checkE", "esp_websocket_client_config_t::skip_cert_common_name_check"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t11subprotocolE", "esp_websocket_client_config_t::subprotocol"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t9task_prioE", "esp_websocket_client_config_t::task_prio"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t10task_stackE", "esp_websocket_client_config_t::task_stack"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t9transportE", "esp_websocket_client_config_t::transport"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t3uriE", "esp_websocket_client_config_t::uri"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t19use_global_ca_storeE", "esp_websocket_client_config_t::use_global_ca_store"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t10user_agentE", "esp_websocket_client_config_t::user_agent"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t12user_contextE", "esp_websocket_client_config_t::user_context"], [0, 4, 1, "_CPPv4N29esp_websocket_client_config_t8usernameE", "esp_websocket_client_config_t::username"], [0, 1, 1, "_CPPv428esp_websocket_client_destroy29esp_websocket_client_handle_t", "esp_websocket_client_destroy"], [0, 2, 1, "_CPPv428esp_websocket_client_destroy29esp_websocket_client_handle_t", "esp_websocket_client_destroy::client"], [0, 1, 1, "_CPPv442esp_websocket_client_get_ping_interval_sec29esp_websocket_client_handle_t", "esp_websocket_client_get_ping_interval_sec"], [0, 2, 1, "_CPPv442esp_websocket_client_get_ping_interval_sec29esp_websocket_client_handle_t", "esp_websocket_client_get_ping_interval_sec::client"], [0, 5, 1, "_CPPv429esp_websocket_client_handle_t", "esp_websocket_client_handle_t"], [0, 1, 1, "_CPPv425esp_websocket_client_initPK29esp_websocket_client_config_t", "esp_websocket_client_init"], [0, 2, 1, "_CPPv425esp_websocket_client_initPK29esp_websocket_client_config_t", "esp_websocket_client_init::config"], [0, 1, 1, "_CPPv433esp_websocket_client_is_connected29esp_websocket_client_handle_t", "esp_websocket_client_is_connected"], [0, 2, 1, "_CPPv433esp_websocket_client_is_connected29esp_websocket_client_handle_t", "esp_websocket_client_is_connected::client"], [0, 1, 1, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_bin"], [0, 2, 1, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_bin::client"], [0, 2, 1, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_bin::data"], [0, 2, 1, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_bin::len"], [0, 2, 1, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_bin::timeout"], [0, 1, 1, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_text"], [0, 2, 1, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_text::client"], [0, 2, 1, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_text::data"], [0, 2, 1, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_text::len"], [0, 2, 1, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t", "esp_websocket_client_send_text::timeout"], [0, 1, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode"], [0, 2, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode::client"], [0, 2, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode::data"], [0, 2, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode::len"], [0, 2, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode::opcode"], [0, 2, 1, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t", "esp_websocket_client_send_with_opcode::timeout"], [0, 1, 1, "_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t", "esp_websocket_client_set_ping_interval_sec"], [0, 2, 1, "_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t", "esp_websocket_client_set_ping_interval_sec::client"], [0, 2, 1, "_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t", "esp_websocket_client_set_ping_interval_sec::ping_interval_sec"], [0, 1, 1, "_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc", "esp_websocket_client_set_uri"], [0, 2, 1, "_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc", "esp_websocket_client_set_uri::client"], [0, 2, 1, "_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc", "esp_websocket_client_set_uri::uri"], [0, 1, 1, "_CPPv426esp_websocket_client_start29esp_websocket_client_handle_t", "esp_websocket_client_start"], [0, 2, 1, "_CPPv426esp_websocket_client_start29esp_websocket_client_handle_t", "esp_websocket_client_start::client"], [0, 1, 1, "_CPPv425esp_websocket_client_stop29esp_websocket_client_handle_t", "esp_websocket_client_stop"], [0, 2, 1, "_CPPv425esp_websocket_client_stop29esp_websocket_client_handle_t", "esp_websocket_client_stop::client"], [0, 3, 1, "_CPPv426esp_websocket_event_data_t", "esp_websocket_event_data_t"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t6clientE", "esp_websocket_event_data_t::client"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t8data_lenE", "esp_websocket_event_data_t::data_len"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t8data_ptrE", "esp_websocket_event_data_t::data_ptr"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t3finE", "esp_websocket_event_data_t::fin"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t7op_codeE", "esp_websocket_event_data_t::op_code"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t11payload_lenE", "esp_websocket_event_data_t::payload_len"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t14payload_offsetE", "esp_websocket_event_data_t::payload_offset"], [0, 4, 1, "_CPPv4N26esp_websocket_event_data_t12user_contextE", "esp_websocket_event_data_t::user_context"], [0, 6, 1, "_CPPv424esp_websocket_event_id_t", "esp_websocket_event_id_t"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_ANYE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_ANY"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t22WEBSOCKET_EVENT_CLOSEDE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_CLOSED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t25WEBSOCKET_EVENT_CONNECTEDE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_CONNECTED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t20WEBSOCKET_EVENT_DATAE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_DATA"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t28WEBSOCKET_EVENT_DISCONNECTEDE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_DISCONNECTED"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t21WEBSOCKET_EVENT_ERRORE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_ERROR"], [0, 0, 1, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_MAXE", "esp_websocket_event_id_t::WEBSOCKET_EVENT_MAX"], [0, 1, 1, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv", "esp_websocket_register_events"], [0, 2, 1, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv", "esp_websocket_register_events::client"], [0, 2, 1, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv", "esp_websocket_register_events::event"], [0, 2, 1, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv", "esp_websocket_register_events::event_handler"], [0, 2, 1, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv", "esp_websocket_register_events::event_handler_arg"], [0, 6, 1, "_CPPv425esp_websocket_transport_t", "esp_websocket_transport_t"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_SSLE", "esp_websocket_transport_t::WEBSOCKET_TRANSPORT_OVER_SSL"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_TCPE", "esp_websocket_transport_t::WEBSOCKET_TRANSPORT_OVER_TCP"], [0, 0, 1, "_CPPv4N25esp_websocket_transport_t27WEBSOCKET_TRANSPORT_UNKNOWNE", "esp_websocket_transport_t::WEBSOCKET_TRANSPORT_UNKNOWN"]]}, "objtypes": {"0": "cpp:enumerator", "1": "cpp:function", "2": "cpp:functionParam", "3": "cpp:class", "4": "cpp:member", "5": "cpp:type", "6": "cpp:enum"}, "objnames": {"0": ["cpp", "enumerator", "C++ enumerator"], "1": ["cpp", "function", "C++ function"], "2": ["cpp", "functionParam", "C++ function parameter"], "3": ["cpp", "class", "C++ class"], "4": ["cpp", "member", "C++ member"], "5": ["cpp", "type", "C++ type"], "6": ["cpp", "enum", "C++ enum"]}, "titleterms": {"esp": 0, "websocket": 0, "client": 0, "overview": 0, "featur": 0, "configur": 0, "uri": 0, "tl": 0, "subprotocol": 0, "event": 0, "limit": 0, "known": 0, "issu": 0, "applic": 0, "exampl": 0, "send": 0, "text": 0, "data": 0, "api": 0, "refer": 0, "header": 0, "file": 0, "function": 0, "structur": 0, "type": 0, "definit": 0, "enumer": 0}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"ESP WebSocket Client": [[0, "esp-websocket-client"]], "Overview": [[0, "overview"]], "Features": [[0, "features"]], "Configuration": [[0, "configuration"]], "URI": [[0, "uri"]], "TLS": [[0, "tls"]], "Subprotocol": [[0, "subprotocol"]], "Events": [[0, "events"]], "Limitations and Known Issues": [[0, "limitations-and-known-issues"]], "Application Example": [[0, "application-example"]], "Sending Text Data": [[0, "sending-text-data"]], "API Reference": [[0, "api-reference"]], "Header File": [[0, "header-file"]], "Functions": [[0, "functions"]], "Structures": [[0, "structures"]], "Type Definitions": [[0, "type-definitions"]], "Enumerations": [[0, "enumerations"]]}, "indexentries": {"esp_websocket_client_close (c++ function)": [[0, "_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t"]], "esp_websocket_client_close_with_code (c++ function)": [[0, "_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t"]], "esp_websocket_client_config_t (c++ struct)": [[0, "_CPPv429esp_websocket_client_config_t"]], "esp_websocket_client_config_t::buffer_size (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t11buffer_sizeE"]], "esp_websocket_client_config_t::cert_len (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t8cert_lenE"]], "esp_websocket_client_config_t::cert_pem (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t8cert_pemE"]], "esp_websocket_client_config_t::client_cert (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t11client_certE"]], "esp_websocket_client_config_t::client_cert_len (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t15client_cert_lenE"]], "esp_websocket_client_config_t::client_key (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t10client_keyE"]], "esp_websocket_client_config_t::client_key_len (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t14client_key_lenE"]], "esp_websocket_client_config_t::crt_bundle_attach (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t17crt_bundle_attachE"]], "esp_websocket_client_config_t::disable_auto_reconnect (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t22disable_auto_reconnectE"]], "esp_websocket_client_config_t::disable_pingpong_discon (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t23disable_pingpong_disconE"]], "esp_websocket_client_config_t::headers (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t7headersE"]], "esp_websocket_client_config_t::host (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t4hostE"]], "esp_websocket_client_config_t::if_name (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t7if_nameE"]], "esp_websocket_client_config_t::keep_alive_count (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t16keep_alive_countE"]], "esp_websocket_client_config_t::keep_alive_enable (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t17keep_alive_enableE"]], "esp_websocket_client_config_t::keep_alive_idle (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t15keep_alive_idleE"]], "esp_websocket_client_config_t::keep_alive_interval (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t19keep_alive_intervalE"]], "esp_websocket_client_config_t::network_timeout_ms (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t18network_timeout_msE"]], "esp_websocket_client_config_t::password (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t8passwordE"]], "esp_websocket_client_config_t::path (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t4pathE"]], "esp_websocket_client_config_t::ping_interval_sec (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t17ping_interval_secE"]], "esp_websocket_client_config_t::pingpong_timeout_sec (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t20pingpong_timeout_secE"]], "esp_websocket_client_config_t::port (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t4portE"]], "esp_websocket_client_config_t::reconnect_timeout_ms (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t20reconnect_timeout_msE"]], "esp_websocket_client_config_t::skip_cert_common_name_check (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t27skip_cert_common_name_checkE"]], "esp_websocket_client_config_t::subprotocol (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t11subprotocolE"]], "esp_websocket_client_config_t::task_prio (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t9task_prioE"]], "esp_websocket_client_config_t::task_stack (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t10task_stackE"]], "esp_websocket_client_config_t::transport (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t9transportE"]], "esp_websocket_client_config_t::uri (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t3uriE"]], "esp_websocket_client_config_t::use_global_ca_store (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t19use_global_ca_storeE"]], "esp_websocket_client_config_t::user_agent (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t10user_agentE"]], "esp_websocket_client_config_t::user_context (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t12user_contextE"]], "esp_websocket_client_config_t::username (c++ member)": [[0, "_CPPv4N29esp_websocket_client_config_t8usernameE"]], "esp_websocket_client_destroy (c++ function)": [[0, "_CPPv428esp_websocket_client_destroy29esp_websocket_client_handle_t"]], "esp_websocket_client_get_ping_interval_sec (c++ function)": [[0, "_CPPv442esp_websocket_client_get_ping_interval_sec29esp_websocket_client_handle_t"]], "esp_websocket_client_handle_t (c++ type)": [[0, "_CPPv429esp_websocket_client_handle_t"]], "esp_websocket_client_init (c++ function)": [[0, "_CPPv425esp_websocket_client_initPK29esp_websocket_client_config_t"]], "esp_websocket_client_is_connected (c++ function)": [[0, "_CPPv433esp_websocket_client_is_connected29esp_websocket_client_handle_t"]], "esp_websocket_client_send_bin (c++ function)": [[0, "_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t"]], "esp_websocket_client_send_text (c++ function)": [[0, "_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t"]], "esp_websocket_client_send_with_opcode (c++ function)": [[0, "_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t"]], "esp_websocket_client_set_ping_interval_sec (c++ function)": [[0, "_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t"]], "esp_websocket_client_set_uri (c++ function)": [[0, "_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc"]], "esp_websocket_client_start (c++ function)": [[0, "_CPPv426esp_websocket_client_start29esp_websocket_client_handle_t"]], "esp_websocket_client_stop (c++ function)": [[0, "_CPPv425esp_websocket_client_stop29esp_websocket_client_handle_t"]], "esp_websocket_event_data_t (c++ struct)": [[0, "_CPPv426esp_websocket_event_data_t"]], "esp_websocket_event_data_t::client (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t6clientE"]], "esp_websocket_event_data_t::data_len (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t8data_lenE"]], "esp_websocket_event_data_t::data_ptr (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t8data_ptrE"]], "esp_websocket_event_data_t::fin (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t3finE"]], "esp_websocket_event_data_t::op_code (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t7op_codeE"]], "esp_websocket_event_data_t::payload_len (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t11payload_lenE"]], "esp_websocket_event_data_t::payload_offset (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t14payload_offsetE"]], "esp_websocket_event_data_t::user_context (c++ member)": [[0, "_CPPv4N26esp_websocket_event_data_t12user_contextE"]], "esp_websocket_event_id_t (c++ enum)": [[0, "_CPPv424esp_websocket_event_id_t"]], "esp_websocket_event_id_t::websocket_event_any (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_ANYE"]], "esp_websocket_event_id_t::websocket_event_closed (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t22WEBSOCKET_EVENT_CLOSEDE"]], "esp_websocket_event_id_t::websocket_event_connected (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t25WEBSOCKET_EVENT_CONNECTEDE"]], "esp_websocket_event_id_t::websocket_event_data (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t20WEBSOCKET_EVENT_DATAE"]], "esp_websocket_event_id_t::websocket_event_disconnected (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t28WEBSOCKET_EVENT_DISCONNECTEDE"]], "esp_websocket_event_id_t::websocket_event_error (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t21WEBSOCKET_EVENT_ERRORE"]], "esp_websocket_event_id_t::websocket_event_max (c++ enumerator)": [[0, "_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_MAXE"]], "esp_websocket_register_events (c++ function)": [[0, "_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv"]], "esp_websocket_transport_t (c++ enum)": [[0, "_CPPv425esp_websocket_transport_t"]], "esp_websocket_transport_t::websocket_transport_over_ssl (c++ enumerator)": [[0, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_SSLE"]], "esp_websocket_transport_t::websocket_transport_over_tcp (c++ enumerator)": [[0, "_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_TCPE"]], "esp_websocket_transport_t::websocket_transport_unknown (c++ enumerator)": [[0, "_CPPv4N25esp_websocket_transport_t27WEBSOCKET_TRANSPORT_UNKNOWNE"]]}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.todo":2,sphinx:56},filenames:["index.rst"],objects:{"":[[0,0,1,"_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_ANYE","WEBSOCKET_EVENT_ANY"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t22WEBSOCKET_EVENT_CLOSEDE","WEBSOCKET_EVENT_CLOSED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t25WEBSOCKET_EVENT_CONNECTEDE","WEBSOCKET_EVENT_CONNECTED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t20WEBSOCKET_EVENT_DATAE","WEBSOCKET_EVENT_DATA"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t28WEBSOCKET_EVENT_DISCONNECTEDE","WEBSOCKET_EVENT_DISCONNECTED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t21WEBSOCKET_EVENT_ERRORE","WEBSOCKET_EVENT_ERROR"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_MAXE","WEBSOCKET_EVENT_MAX"],[0,0,1,"_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_SSLE","WEBSOCKET_TRANSPORT_OVER_SSL"],[0,0,1,"_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_TCPE","WEBSOCKET_TRANSPORT_OVER_TCP"],[0,0,1,"_CPPv4N25esp_websocket_transport_t27WEBSOCKET_TRANSPORT_UNKNOWNE","WEBSOCKET_TRANSPORT_UNKNOWN"],[0,1,1,"_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t","esp_websocket_client_close"],[0,2,1,"_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t","esp_websocket_client_close::client"],[0,2,1,"_CPPv426esp_websocket_client_close29esp_websocket_client_handle_t10TickType_t","esp_websocket_client_close::timeout"],[0,1,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code"],[0,2,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code::client"],[0,2,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code::code"],[0,2,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code::data"],[0,2,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code::len"],[0,2,1,"_CPPv436esp_websocket_client_close_with_code29esp_websocket_client_handle_tiPKci10TickType_t","esp_websocket_client_close_with_code::timeout"],[0,3,1,"_CPPv429esp_websocket_client_config_t","esp_websocket_client_config_t"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t11buffer_sizeE","esp_websocket_client_config_t::buffer_size"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t8cert_lenE","esp_websocket_client_config_t::cert_len"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t8cert_pemE","esp_websocket_client_config_t::cert_pem"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t11client_certE","esp_websocket_client_config_t::client_cert"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t15client_cert_lenE","esp_websocket_client_config_t::client_cert_len"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t10client_keyE","esp_websocket_client_config_t::client_key"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t14client_key_lenE","esp_websocket_client_config_t::client_key_len"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t17crt_bundle_attachE","esp_websocket_client_config_t::crt_bundle_attach"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t22disable_auto_reconnectE","esp_websocket_client_config_t::disable_auto_reconnect"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t23disable_pingpong_disconE","esp_websocket_client_config_t::disable_pingpong_discon"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t7headersE","esp_websocket_client_config_t::headers"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t4hostE","esp_websocket_client_config_t::host"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t7if_nameE","esp_websocket_client_config_t::if_name"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t16keep_alive_countE","esp_websocket_client_config_t::keep_alive_count"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t17keep_alive_enableE","esp_websocket_client_config_t::keep_alive_enable"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t15keep_alive_idleE","esp_websocket_client_config_t::keep_alive_idle"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t19keep_alive_intervalE","esp_websocket_client_config_t::keep_alive_interval"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t18network_timeout_msE","esp_websocket_client_config_t::network_timeout_ms"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t8passwordE","esp_websocket_client_config_t::password"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t4pathE","esp_websocket_client_config_t::path"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t17ping_interval_secE","esp_websocket_client_config_t::ping_interval_sec"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t20pingpong_timeout_secE","esp_websocket_client_config_t::pingpong_timeout_sec"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t4portE","esp_websocket_client_config_t::port"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t20reconnect_timeout_msE","esp_websocket_client_config_t::reconnect_timeout_ms"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t27skip_cert_common_name_checkE","esp_websocket_client_config_t::skip_cert_common_name_check"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t11subprotocolE","esp_websocket_client_config_t::subprotocol"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t9task_prioE","esp_websocket_client_config_t::task_prio"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t10task_stackE","esp_websocket_client_config_t::task_stack"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t9transportE","esp_websocket_client_config_t::transport"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t3uriE","esp_websocket_client_config_t::uri"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t19use_global_ca_storeE","esp_websocket_client_config_t::use_global_ca_store"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t10user_agentE","esp_websocket_client_config_t::user_agent"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t12user_contextE","esp_websocket_client_config_t::user_context"],[0,4,1,"_CPPv4N29esp_websocket_client_config_t8usernameE","esp_websocket_client_config_t::username"],[0,1,1,"_CPPv428esp_websocket_client_destroy29esp_websocket_client_handle_t","esp_websocket_client_destroy"],[0,2,1,"_CPPv428esp_websocket_client_destroy29esp_websocket_client_handle_t","esp_websocket_client_destroy::client"],[0,1,1,"_CPPv442esp_websocket_client_get_ping_interval_sec29esp_websocket_client_handle_t","esp_websocket_client_get_ping_interval_sec"],[0,2,1,"_CPPv442esp_websocket_client_get_ping_interval_sec29esp_websocket_client_handle_t","esp_websocket_client_get_ping_interval_sec::client"],[0,5,1,"_CPPv429esp_websocket_client_handle_t","esp_websocket_client_handle_t"],[0,1,1,"_CPPv425esp_websocket_client_initPK29esp_websocket_client_config_t","esp_websocket_client_init"],[0,2,1,"_CPPv425esp_websocket_client_initPK29esp_websocket_client_config_t","esp_websocket_client_init::config"],[0,1,1,"_CPPv433esp_websocket_client_is_connected29esp_websocket_client_handle_t","esp_websocket_client_is_connected"],[0,2,1,"_CPPv433esp_websocket_client_is_connected29esp_websocket_client_handle_t","esp_websocket_client_is_connected::client"],[0,1,1,"_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_bin"],[0,2,1,"_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_bin::client"],[0,2,1,"_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_bin::data"],[0,2,1,"_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_bin::len"],[0,2,1,"_CPPv429esp_websocket_client_send_bin29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_bin::timeout"],[0,1,1,"_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_text"],[0,2,1,"_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_text::client"],[0,2,1,"_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_text::data"],[0,2,1,"_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_text::len"],[0,2,1,"_CPPv430esp_websocket_client_send_text29esp_websocket_client_handle_tPKci10TickType_t","esp_websocket_client_send_text::timeout"],[0,1,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode"],[0,2,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode::client"],[0,2,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode::data"],[0,2,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode::len"],[0,2,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode::opcode"],[0,2,1,"_CPPv437esp_websocket_client_send_with_opcode29esp_websocket_client_handle_t22ws_transport_opcodes_tPK7uint8_ti10TickType_t","esp_websocket_client_send_with_opcode::timeout"],[0,1,1,"_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t","esp_websocket_client_set_ping_interval_sec"],[0,2,1,"_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t","esp_websocket_client_set_ping_interval_sec::client"],[0,2,1,"_CPPv442esp_websocket_client_set_ping_interval_sec29esp_websocket_client_handle_t6size_t","esp_websocket_client_set_ping_interval_sec::ping_interval_sec"],[0,1,1,"_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc","esp_websocket_client_set_uri"],[0,2,1,"_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc","esp_websocket_client_set_uri::client"],[0,2,1,"_CPPv428esp_websocket_client_set_uri29esp_websocket_client_handle_tPKc","esp_websocket_client_set_uri::uri"],[0,1,1,"_CPPv426esp_websocket_client_start29esp_websocket_client_handle_t","esp_websocket_client_start"],[0,2,1,"_CPPv426esp_websocket_client_start29esp_websocket_client_handle_t","esp_websocket_client_start::client"],[0,1,1,"_CPPv425esp_websocket_client_stop29esp_websocket_client_handle_t","esp_websocket_client_stop"],[0,2,1,"_CPPv425esp_websocket_client_stop29esp_websocket_client_handle_t","esp_websocket_client_stop::client"],[0,3,1,"_CPPv426esp_websocket_event_data_t","esp_websocket_event_data_t"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t6clientE","esp_websocket_event_data_t::client"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t8data_lenE","esp_websocket_event_data_t::data_len"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t8data_ptrE","esp_websocket_event_data_t::data_ptr"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t3finE","esp_websocket_event_data_t::fin"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t7op_codeE","esp_websocket_event_data_t::op_code"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t11payload_lenE","esp_websocket_event_data_t::payload_len"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t14payload_offsetE","esp_websocket_event_data_t::payload_offset"],[0,4,1,"_CPPv4N26esp_websocket_event_data_t12user_contextE","esp_websocket_event_data_t::user_context"],[0,6,1,"_CPPv424esp_websocket_event_id_t","esp_websocket_event_id_t"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_ANYE","esp_websocket_event_id_t::WEBSOCKET_EVENT_ANY"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t22WEBSOCKET_EVENT_CLOSEDE","esp_websocket_event_id_t::WEBSOCKET_EVENT_CLOSED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t25WEBSOCKET_EVENT_CONNECTEDE","esp_websocket_event_id_t::WEBSOCKET_EVENT_CONNECTED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t20WEBSOCKET_EVENT_DATAE","esp_websocket_event_id_t::WEBSOCKET_EVENT_DATA"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t28WEBSOCKET_EVENT_DISCONNECTEDE","esp_websocket_event_id_t::WEBSOCKET_EVENT_DISCONNECTED"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t21WEBSOCKET_EVENT_ERRORE","esp_websocket_event_id_t::WEBSOCKET_EVENT_ERROR"],[0,0,1,"_CPPv4N24esp_websocket_event_id_t19WEBSOCKET_EVENT_MAXE","esp_websocket_event_id_t::WEBSOCKET_EVENT_MAX"],[0,1,1,"_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv","esp_websocket_register_events"],[0,2,1,"_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv","esp_websocket_register_events::client"],[0,2,1,"_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv","esp_websocket_register_events::event"],[0,2,1,"_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv","esp_websocket_register_events::event_handler"],[0,2,1,"_CPPv429esp_websocket_register_events29esp_websocket_client_handle_t24esp_websocket_event_id_t19esp_event_handler_tPv","esp_websocket_register_events::event_handler_arg"],[0,6,1,"_CPPv425esp_websocket_transport_t","esp_websocket_transport_t"],[0,0,1,"_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_SSLE","esp_websocket_transport_t::WEBSOCKET_TRANSPORT_OVER_SSL"],[0,0,1,"_CPPv4N25esp_websocket_transport_t28WEBSOCKET_TRANSPORT_OVER_TCPE","esp_websocket_transport_t::WEBSOCKET_TRANSPORT_OVER_TCP"],[0,0,1,"_CPPv4N25esp_websocket_transport_t27WEBSOCKET_TRANSPORT_UNKNOWNE","esp_websocket_transport_t::WEBSOCKET_TRANSPORT_UNKNOWN"]]},objnames:{"0":["cpp","enumerator","C++ enumerator"],"1":["cpp","function","C++ function"],"2":["cpp","functionParam","C++ function parameter"],"3":["cpp","class","C++ class"],"4":["cpp","member","C++ member"],"5":["cpp","type","C++ type"],"6":["cpp","enum","C++ enum"]},objtypes:{"0":"cpp:enumerator","1":"cpp:function","2":"cpp:functionParam","3":"cpp:class","4":"cpp:member","5":"cpp:type","6":"cpp:enum"},terms:{"0":0,"01":0,"02":0,"1":0,"10":0,"104":0,"123":0,"3":0,"4":0,"443":0,"4567":0,"5":0,"7":0,"8":0,"80":0,"case":0,"char":0,"const":0,"default":0,"do":0,"enum":0,"int":0,"new":0,"null":0,"public":0,"return":0,"true":0,"void":0,A:0,For:0,If:0,In:0,It:0,Not:0,The:0,abl:0,abort:0,accept:0,access:0,actual:0,addit:0,after:0,agent:0,aliv:0,all:0,also:0,an:0,ani:0,ar:0,associ:0,authent:0,auto:0,automat:0,becaus:0,been:0,befor:0,begin:0,behavior:0,below:0,binari:0,bool:0,both:0,buffer:0,buffer_s:0,bundl:0,ca:0,ca_stor:0,call:0,callback:0,can:0,cannot:0,cert_len:0,cert_pem:0,certfic:0,certif:0,chain:0,charact:0,check:0,clean:0,cleanli:0,client_cert:0,client_cert_len:0,client_kei:0,client_key_len:0,client_key_pem:0,close:0,cn:0,code:0,command:0,complet:0,conf:0,config:0,connect:0,connectionhandl:0,contain:0,context:0,correspond:0,could:0,count:0,crt_bundle_attach:0,current:0,custom:0,d:0,data_len:0,data_ptr:0,defin:0,depend:0,der:0,destroi:0,directli:0,disabl:0,disable_auto_reconnect:0,disable_pingpong_discon:0,disconnect:0,doe:0,domain:0,download:0,due:0,dure:0,e:0,easi:0,echo:0,enabl:0,encod:0,end:0,environ:0,error:0,esp32:0,esp_crt_bundl:0,esp_crt_bundle_attach:0,esp_err_t:0,esp_event_handler_t:0,esp_websocket_cli:0,esp_websocket_client_clos:0,esp_websocket_client_close_with_cod:0,esp_websocket_client_config_t:0,esp_websocket_client_destroi:0,esp_websocket_client_get_ping_interval_sec:0,esp_websocket_client_handle_t:0,esp_websocket_client_init:0,esp_websocket_client_is_connect:0,esp_websocket_client_send_bin:0,esp_websocket_client_send_text:0,esp_websocket_client_send_with_opcod:0,esp_websocket_client_set_ping_interval_sec:0,esp_websocket_client_set_uri:0,esp_websocket_client_start:0,esp_websocket_client_stop:0,esp_websocket_event_data_t:0,esp_websocket_event_id_t:0,esp_websocket_register_ev:0,esp_websocket_transport_t:0,establish:0,event_handl:0,event_handler_arg:0,exce:0,exceed:0,exchang:0,execut:0,extract:0,fail:0,fals:0,field:0,fin:0,first:0,flag:0,follow:0,format:0,found:0,fragment:0,frame:0,free:0,from:0,g:0,get:0,global:0,go:0,good:0,h:0,ha:0,handl:0,handler:0,handler_arg:0,handshak:0,have:0,here:0,host:0,http:0,i:0,id:0,idl:0,if_nam:0,ifreq:0,implement:0,includ:0,indiffer:0,inform:0,initi:0,input:0,instal:0,instanc:0,interfac:0,intermedi:0,interv:0,ip:0,keep:0,keep_alive_count:0,keep_alive_en:0,keep_alive_idl:0,keep_alive_interv:0,kei:0,last:0,layer:0,len:0,length:0,like:0,linux:0,mai:0,matter:0,mbedtl:0,mbedtls_certificate_bundl:0,member:0,menuconfig:0,messag:0,might:0,milisecond:0,millisecond:0,minim:0,more:0,multipl:0,must:0,mutual:0,n:0,name:0,nativ:0,need:0,network:0,network_timeout_m:0,non:0,note:0,now:0,number:0,occur:0,offset:0,old:0,onc:0,one:0,ones:0,op_cod:0,opcod:0,open:0,openssl:0,oper:0,opposit:0,option:0,org:0,other:0,outform:0,over:0,overrid:0,overridden:0,p:0,packag:0,packet:0,paramet:0,pars:0,pass:0,password:0,path:0,payload:0,payload_len:0,payload_offset:0,pem:0,perform:0,period:0,ping:0,ping_interval_sec:0,pingpong_timeout_sec:0,pleas:0,point:0,pointer:0,pong:0,port:0,portion:0,portmax_delai:0,possibl:0,post:0,practic:0,prioriti:0,privat:0,protocol:0,provid:0,queri:0,read:0,readi:0,receiv:0,reconnect:0,reconnect_timeout_m:0,regist:0,relat:0,replac:0,repli:0,request:0,requir:0,resourc:0,respons:0,retri:0,rfc6455:0,root:0,rto:0,s_client:0,same:0,sampl:0,save:0,scheme:0,sec:0,second:0,section:0,sed:0,see:0,sent:0,sequenc:0,server:0,session:0,set:0,setup:0,showcert:0,simpl:0,size:0,size_t:0,skip:0,skip_cert_common_name_check:0,soap:0,ssl:0,stack:0,start:0,state:0,statu:0,stop:0,string:0,struct:0,successfulli:0,support:0,system:0,task:0,task_prio:0,task_stack:0,tcp:0,termin:0,textual:0,thi:0,through:0,tick:0,ticktype_t:0,time:0,timeout:0,total:0,transport:0,typedef:0,uint8_t:0,unavail:0,unknown:0,until:0,url:0,us:0,use_global_ca_stor:0,user:0,user_ag:0,user_context:0,user_data:0,usernam:0,utf:0,valid:0,valu:0,verif:0,verifi:0,wa:0,wai:0,wait:0,want:0,websocket_client_config_t:0,websocket_event_ani:0,websocket_event_clos:0,websocket_event_connect:0,websocket_event_data:0,websocket_event_disconnect:0,websocket_event_error:0,websocket_event_max:0,websocket_org:0,websocket_org_pem_start:0,websocket_transport_over_ssl:0,websocket_transport_over_tcp:0,websocket_transport_unknown:0,well:0,what:0,when:0,which:0,window:0,within:0,without:0,write:0,ws:0,ws_cfg:0,ws_transport_opcodes_t:0,wss:0,x509:0,you:0},titles:["ESP WebSocket Client"],titleterms:{"function":0,api:0,applic:0,client:0,configur:0,data:0,definit:0,enumer:0,esp:0,event:0,exampl:0,featur:0,file:0,header:0,issu:0,known:0,limit:0,overview:0,refer:0,send:0,structur:0,subprotocol:0,text:0,tl:0,type:0,uri:0,websocket:0}}) \ No newline at end of file diff --git a/mdns/en/.buildinfo b/mdns/en/.buildinfo index 1bd22d859..b6ad6ca11 100644 --- a/mdns/en/.buildinfo +++ b/mdns/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: e12145161279d5e00aed0f59b2c63a32 +config: b8f72f40903ff4c38ebe6ab9bb5c24a7 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/mdns/en/_static/_sphinx_javascript_frameworks_compat.js b/mdns/en/_static/_sphinx_javascript_frameworks_compat.js deleted file mode 100644 index 8549469dc..000000000 --- a/mdns/en/_static/_sphinx_javascript_frameworks_compat.js +++ /dev/null @@ -1,134 +0,0 @@ -/* - * _sphinx_javascript_frameworks_compat.js - * ~~~~~~~~~~ - * - * Compatability shim for jQuery and underscores.js. - * - * WILL BE REMOVED IN Sphinx 6.0 - * xref RemovedInSphinx60Warning - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} diff --git a/mdns/en/_static/basic.css b/mdns/en/_static/basic.css index 4e9a9f1fa..bf18350b6 100644 --- a/mdns/en/_static/basic.css +++ b/mdns/en/_static/basic.css @@ -222,7 +222,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 360px; + min-width: 450px; max-width: 800px; } @@ -237,6 +237,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -324,15 +334,13 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -371,8 +379,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -380,8 +386,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -424,6 +428,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } +table.footnote td, table.footnote th { + border: 0 !important; +} + th { text-align: left; padding-right: 5px; @@ -606,26 +614,20 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -aside.footnote > span, -div.citation > span { + +dl.footnote > dt, +dl.citation > dt { float: left; + margin-right: 0.5em; } -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { + +dl.footnote > dd, +dl.citation > dd { margin-bottom: 0em; } -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { + +dl.footnote > dd:after, +dl.citation > dd:after { content: ""; clear: both; } @@ -642,6 +644,10 @@ dl.field-list > dt { padding-right: 5px; } +dl.field-list > dt:after { + content: ":"; +} + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/mdns/en/_static/doctools.js b/mdns/en/_static/doctools.js index 527b876ca..e1bfd708b 100644 --- a/mdns/en/_static/doctools.js +++ b/mdns/en/_static/doctools.js @@ -2,155 +2,357 @@ * doctools.js * ~~~~~~~~~~~ * - * Base JavaScript utilities for all Sphinx HTML documentation. + * Sphinx JavaScript utilities for all documentation. * * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ -"use strict"; -const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ - "TEXTAREA", - "INPUT", - "SELECT", - "BUTTON", -]); +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); -const _ready = (callback) => { - if (document.readyState !== "loading") { - callback(); - } else { - document.addEventListener("DOMContentLoaded", callback); +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x } + return decodeURIComponent(x.replace(/\+/g, ' ')); }; +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + /** * Small JavaScript module for the documentation. */ -const Documentation = { - init: () => { - Documentation.initDomainIndexTable(); - Documentation.initOnKeyListeners(); +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS: {}, - PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), - LOCALE: "unknown", + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext: (string) => { - const translated = Documentation.TRANSLATIONS[string]; - switch (typeof translated) { - case "undefined": - return string; // no translation - case "string": - return translated; // translation exists - default: - return translated[0]; // (singular, plural) translation tuple exists + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); } }, - ngettext: (singular, plural, n) => { - const translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated !== "undefined") - return translated[Documentation.PLURAL_EXPR(n)]; - return n === 1 ? singular : plural; - }, - - addTranslations: (catalog) => { - Object.assign(Documentation.TRANSLATIONS, catalog.messages); - Documentation.PLURAL_EXPR = new Function( - "n", - `return (${catalog.plural_expr})` - ); - Documentation.LOCALE = catalog.locale; + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } }, /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** * helper function to focus on search bar */ - focusSearchBar: () => { - document.querySelectorAll("input[name=q]")[0]?.focus(); + focusSearchBar : function() { + $('input[name=q]').first().focus(); }, /** - * Initialise the domain index toggle buttons + * make the url absolute */ - initDomainIndexTable: () => { - const toggler = (el) => { - const idNumber = el.id.substr(7); - const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); - if (el.src.substr(-9) === "minus.png") { - el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; - toggledRows.forEach((el) => (el.style.display = "none")); - } else { - el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; - toggledRows.forEach((el) => (el.style.display = "")); - } - }; - - const togglerElements = document.querySelectorAll("img.toggler"); - togglerElements.forEach((el) => - el.addEventListener("click", (event) => toggler(event.currentTarget)) - ); - togglerElements.forEach((el) => (el.style.display = "")); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; }, - initOnKeyListeners: () => { + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { // only install a listener if it is really needed - if ( - !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && - !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS - ) - return; + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; - document.addEventListener("keydown", (event) => { - // bail for input elements - if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; - // bail with special keys - if (event.altKey || event.ctrlKey || event.metaKey) return; + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; - if (!event.shiftKey) { + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / switch (event.key) { - case "ArrowLeft": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const prevLink = document.querySelector('link[rel="prev"]'); - if (prevLink && prevLink.href) { - window.location.href = prevLink.href; - event.preventDefault(); - } - break; - case "ArrowRight": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const nextLink = document.querySelector('link[rel="next"]'); - if (nextLink && nextLink.href) { - window.location.href = nextLink.href; - event.preventDefault(); - } - break; + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; } } - - // some keyboard layouts may need Shift to get / - switch (event.key) { - case "/": - if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; - Documentation.focusSearchBar(); - event.preventDefault(); - } }); - }, + } }; // quick alias for translations -const _ = Documentation.gettext; +_ = Documentation.gettext; -_ready(Documentation.init); +$(document).ready(function() { + Documentation.init(); +}); diff --git a/mdns/en/_static/jquery-3.6.0.js b/mdns/en/_static/jquery-3.5.1.js similarity index 98% rename from mdns/en/_static/jquery-3.6.0.js rename to mdns/en/_static/jquery-3.5.1.js index fc6c299b7..50937333b 100644 --- a/mdns/en/_static/jquery-3.6.0.js +++ b/mdns/en/_static/jquery-3.5.1.js @@ -1,15 +1,15 @@ /*! - * jQuery JavaScript Library v3.6.0 + * jQuery JavaScript Library v3.5.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * - * Copyright OpenJS Foundation and other contributors + * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * - * Date: 2021-03-02T17:08Z + * Date: 2020-05-04T22:49Z */ ( function( global, factory ) { @@ -76,16 +76,12 @@ var support = {}; var isFunction = function isFunction( obj ) { - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; var isWindow = function isWindow( obj ) { @@ -151,7 +147,7 @@ function toType( obj ) { var - version = "3.6.0", + version = "3.5.1", // Define a local copy of jQuery jQuery = function( selector, context ) { @@ -405,7 +401,7 @@ jQuery.extend( { if ( isArrayLike( Object( arr ) ) ) { jQuery.merge( ret, typeof arr === "string" ? - [ arr ] : arr + [ arr ] : arr ); } else { push.call( ret, arr ); @@ -500,9 +496,9 @@ if ( typeof Symbol === "function" ) { // Populate the class2type map jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); function isArrayLike( obj ) { @@ -522,14 +518,14 @@ function isArrayLike( obj ) { } var Sizzle = /*! - * Sizzle CSS Selector Engine v2.3.6 + * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * - * Date: 2021-02-16 + * Date: 2020-03-14 */ ( function( window ) { var i, @@ -1112,8 +1108,8 @@ support = Sizzle.support = {}; * @returns {Boolean} True iff elem is a non-HTML XML node */ isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; + var namespace = elem.namespaceURI, + docElem = ( elem.ownerDocument || elem ).documentElement; // Support: IE <=8 // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes @@ -3028,9 +3024,9 @@ var rneedsContext = jQuery.expr.match.needsContext; function nodeName( elem, name ) { - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); -} +}; var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); @@ -4001,8 +3997,8 @@ jQuery.extend( { resolveContexts = Array( i ), resolveValues = slice.call( arguments ), - // the primary Deferred - primary = jQuery.Deferred(), + // the master Deferred + master = jQuery.Deferred(), // subordinate callback factory updateFunc = function( i ) { @@ -4010,30 +4006,30 @@ jQuery.extend( { resolveContexts[ i ] = this; resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); + master.resolveWith( resolveContexts, resolveValues ); } }; }; // Single- and empty arguments are adopted like Promise.resolve if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, !remaining ); // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || + if ( master.state() === "pending" || isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - return primary.then(); + return master.then(); } } // Multiple arguments are aggregated like Promise.all array elements while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); } - return primary.promise(); + return master.promise(); } } ); @@ -4184,8 +4180,8 @@ var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { for ( ; i < len; i++ ) { fn( elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) ); } } @@ -5093,7 +5089,10 @@ function buildFragment( elems, context, scripts, selection, ignored ) { } -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; function returnTrue() { return true; @@ -5388,8 +5387,8 @@ jQuery.event = { event = jQuery.event.fix( nativeEvent ), handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], special = jQuery.event.special[ event.type ] || {}; // Use the fix-ed jQuery.Event rather than the (read-only) native event @@ -5513,12 +5512,12 @@ jQuery.event = { get: isFunction( hook ) ? function() { if ( this.originalEvent ) { - return hook( this.originalEvent ); + return hook( this.originalEvent ); } } : function() { if ( this.originalEvent ) { - return this.originalEvent[ name ]; + return this.originalEvent[ name ]; } }, @@ -5657,13 +5656,7 @@ function leverageNative( el, type, expectSync ) { // Cancel the outer synthetic event event.stopImmediatePropagation(); event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; + return result.value; } // If this is an inner synthetic event for an event with a bubbling surrogate @@ -5828,7 +5821,34 @@ jQuery.each( { targetTouches: true, toElement: true, touches: true, - which: true + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } }, jQuery.event.addProp ); jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { @@ -5854,12 +5874,6 @@ jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateTyp return true; }, - // Suppress native focus or blur as it's already being fired - // in leverageNative. - _default: function() { - return true; - }, - delegateType: delegateType }; } ); @@ -6527,10 +6541,6 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); // set in CSS while `offset*` properties report correct values. // Behavior in IE 9 is more subtle than in newer versions & it passes // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) reliableTrDimensions: function() { var table, tr, trChild, trStyle; if ( reliableTrDimensionsVal == null ) { @@ -6538,32 +6548,17 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); tr = document.createElement( "tr" ); trChild = document.createElement( "div" ); - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. + table.style.cssText = "position:absolute;left:-11111px"; tr.style.height = "1px"; trChild.style.height = "9px"; - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - documentElement .appendChild( table ) .appendChild( tr ) .appendChild( trChild ); trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; + reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; documentElement.removeChild( table ); } @@ -7027,10 +7022,10 @@ jQuery.each( [ "height", "width" ], function( _i, dimension ) { // Running getBoundingClientRect on a disconnected node // in IE throws an error. ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); } }, @@ -7089,7 +7084,7 @@ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, swap( elem, { marginLeft: 0 }, function() { return elem.getBoundingClientRect().left; } ) - ) + "px"; + ) + "px"; } } ); @@ -7228,7 +7223,7 @@ Tween.propHooks = { if ( jQuery.fx.step[ tween.prop ] ) { jQuery.fx.step[ tween.prop ]( tween ); } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || + jQuery.cssHooks[ tween.prop ] || tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); } else { @@ -7473,7 +7468,7 @@ function defaultPrefilter( elem, props, opts ) { anim.done( function() { - /* eslint-enable no-loop-func */ + /* eslint-enable no-loop-func */ // The final step of a "hide" animation is actually hiding the element if ( !hidden ) { @@ -7593,7 +7588,7 @@ function Animation( elem, properties, options ) { tweens: [], createTween: function( prop, end ) { var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.opts.specialEasing[ prop ] || animation.opts.easing ); animation.tweens.push( tween ); return tween; }, @@ -7766,8 +7761,7 @@ jQuery.fn.extend( { anim.stop( true ); } }; - - doAnimation.finish = doAnimation; + doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each( doAnimation ) : @@ -8407,8 +8401,8 @@ jQuery.fn.extend( { if ( this.setAttribute ) { this.setAttribute( "class", className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" + "" : + dataPriv.get( this, "__className__" ) || "" ); } } @@ -8423,7 +8417,7 @@ jQuery.fn.extend( { while ( ( elem = this[ i++ ] ) ) { if ( elem.nodeType === 1 && ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; + return true; } } @@ -8713,7 +8707,9 @@ jQuery.extend( jQuery.event, { special.bindType || type; // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && + handle = ( + dataPriv.get( cur, "events" ) || Object.create( null ) + )[ event.type ] && dataPriv.get( cur, "handle" ); if ( handle ) { handle.apply( cur, data ); @@ -8860,7 +8856,7 @@ var rquery = ( /\?/ ); // Cross-browser xml parsing jQuery.parseXML = function( data ) { - var xml, parserErrorElem; + var xml; if ( !data || typeof data !== "string" ) { return null; } @@ -8869,17 +8865,12 @@ jQuery.parseXML = function( data ) { // IE throws on parseFromString with invalid input. try { xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} + } catch ( e ) { + xml = undefined; + } - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); } return xml; }; @@ -8980,14 +8971,16 @@ jQuery.fn.extend( { // Can add propHook for "elements" to filter or add form elements var elements = jQuery.prop( this, "elements" ); return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { + } ) + .filter( function() { var type = this.type; // Use .is( ":disabled" ) so that fieldset[disabled] works return this.name && !jQuery( this ).is( ":disabled" ) && rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { + } ) + .map( function( _i, elem ) { var val = jQuery( this ).val(); if ( val == null ) { @@ -9040,8 +9033,7 @@ var // Anchor tag for parsing the document origin originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; + originAnchor.href = location.href; // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport function addToPrefiltersOrTransports( structure ) { @@ -9422,8 +9414,8 @@ jQuery.extend( { // Context for global events is callbackContext if it is a DOM node or jQuery collection globalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, + jQuery( callbackContext ) : + jQuery.event, // Deferreds deferred = jQuery.Deferred(), @@ -9735,10 +9727,8 @@ jQuery.extend( { response = ajaxHandleResponses( s, jqXHR, responses ); } - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { + // Use a noop converter for missing script + if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { s.converters[ "text script" ] = function() {}; } @@ -10476,6 +10466,12 @@ jQuery.offset = { options.using.call( elem, props ); } else { + if ( typeof props.top === "number" ) { + props.top += "px"; + } + if ( typeof props.left === "number" ) { + props.left += "px"; + } curElem.css( props ); } } @@ -10644,11 +10640,8 @@ jQuery.each( [ "top", "left" ], function( _i, prop ) { // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { + jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, + function( defaultExtra, funcName ) { // Margin is only for outerHeight, outerWidth jQuery.fn[ funcName ] = function( margin, value ) { @@ -10733,8 +10726,7 @@ jQuery.fn.extend( { } } ); -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup contextmenu" ).split( " " ), function( _i, name ) { @@ -10745,8 +10737,7 @@ jQuery.each( this.on( name, null, data, fn ) : this.trigger( name ); }; - } -); + } ); diff --git a/mdns/en/_static/jquery.js b/mdns/en/_static/jquery.js index c4c6022f2..b0614034a 100644 --- a/mdns/en/_static/jquery.js +++ b/mdns/en/_static/jquery.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 { - const [docname, title, anchor, descr, score, filename] = result - return score + score: function(result) { + return result[4]; }, */ @@ -30,11 +28,9 @@ if (typeof Scorer === "undefined") { // or matches in the last dotted part of the object name objPartialMatch: 6, // Additive scores depending on the priority of the object - objPrio: { - 0: 15, // used to be importantResults - 1: 5, // used to be objectResults - 2: -5, // used to be unimportantResults - }, + objPrio: {0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5}, // used to be unimportantResults // Used when the priority is not in the mapping. objPrioDefault: 0, @@ -43,495 +39,452 @@ if (typeof Scorer === "undefined") { partialTitle: 7, // query found in terms term: 5, - partialTerm: 2, + partialTerm: 2 }; } -const _removeChildren = (element) => { - while (element && element.lastChild) element.removeChild(element.lastChild); -}; - -/** - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping - */ -const _escapeRegExp = (string) => - string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string - -const _displayItem = (item, searchTerms) => { - const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; - const docUrlRoot = DOCUMENTATION_OPTIONS.URL_ROOT; - const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; - const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; - const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; - - const [docName, title, anchor, descr, score, _filename] = item; - - let listItem = document.createElement("li"); - let requestUrl; - let linkUrl; - if (docBuilder === "dirhtml") { - // dirhtml builder - let dirname = docName + "/"; - if (dirname.match(/\/index\/$/)) - dirname = dirname.substring(0, dirname.length - 6); - else if (dirname === "index/") dirname = ""; - requestUrl = docUrlRoot + dirname; - linkUrl = requestUrl; - } else { - // normal html builders - requestUrl = docUrlRoot + docName + docFileSuffix; - linkUrl = docName + docLinkSuffix; +if (!splitQuery) { + function splitQuery(query) { + return query.split(/\s+/); } - let linkEl = listItem.appendChild(document.createElement("a")); - linkEl.href = linkUrl + anchor; - linkEl.dataset.score = score; - linkEl.innerHTML = title; - if (descr) - listItem.appendChild(document.createElement("span")).innerHTML = - " (" + descr + ")"; - else if (showSearchSummary) - fetch(requestUrl) - .then((responseData) => responseData.text()) - .then((data) => { - if (data) - listItem.appendChild( - Search.makeSearchSummary(data, searchTerms) - ); - }); - Search.output.appendChild(listItem); -}; -const _finishSearch = (resultCount) => { - Search.stopPulse(); - Search.title.innerText = _("Search Results"); - if (!resultCount) - Search.status.innerText = Documentation.gettext( - "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." - ); - else - Search.status.innerText = _( - `Search finished, found ${resultCount} page(s) matching the search query.` - ); -}; -const _displayNextItem = ( - results, - resultCount, - searchTerms -) => { - // results left, load the summary and display it - // this is intended to be dynamic (don't sub resultsCount) - if (results.length) { - _displayItem(results.pop(), searchTerms); - setTimeout( - () => _displayNextItem(results, resultCount, searchTerms), - 5 - ); - } - // search finished, update title and status message - else _finishSearch(resultCount); -}; - -/** - * Default splitQuery function. Can be overridden in ``sphinx.search`` with a - * custom function per language. - * - * The regular expression works by splitting the string on consecutive characters - * that are not Unicode letters, numbers, underscores, or emoji characters. - * This is the same as ``\W+`` in Python, preserving the surrogate pair area. - */ -if (typeof splitQuery === "undefined") { - var splitQuery = (query) => query - .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) - .filter(term => term) // remove remaining empty strings } /** * Search Module */ -const Search = { - _index: null, - _queued_query: null, - _pulse_status: -1, +var Search = { - htmlToText: (htmlString) => { - const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); - const docContent = htmlElement.querySelector('[role="main"]'); - if (docContent !== undefined) return docContent.textContent; - console.warn( - "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." - ); - return ""; + _index : null, + _queued_query : null, + _pulse_status : -1, + + htmlToText : function(htmlString) { + var virtualDocument = document.implementation.createHTMLDocument('virtual'); + var htmlElement = $(htmlString, virtualDocument); + htmlElement.find('.headerlink').remove(); + docContent = htmlElement.find('[role=main]')[0]; + if(docContent === undefined) { + console.warn("Content block not found. Sphinx search tries to obtain it " + + "via '[role=main]'. Could you check your theme or template."); + return ""; + } + return docContent.textContent || docContent.innerText; }, - init: () => { - const query = new URLSearchParams(window.location.search).get("q"); - document - .querySelectorAll('input[name="q"]') - .forEach((el) => (el.value = query)); - if (query) Search.performSearch(query); + init : function() { + var params = $.getQueryParameters(); + if (params.q) { + var query = params.q[0]; + $('input[name="q"]')[0].value = query; + this.performSearch(query); + } }, - loadIndex: (url) => - (document.body.appendChild(document.createElement("script")).src = url), + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, + dataType: "script", cache: true, + complete: function(jqxhr, textstatus) { + if (textstatus != "success") { + document.getElementById("searchindexloader").src = url; + } + }}); + }, - setIndex: (index) => { - Search._index = index; - if (Search._queued_query !== null) { - const query = Search._queued_query; - Search._queued_query = null; - Search.query(query); + setIndex : function(index) { + var q; + this._index = index; + if ((q = this._queued_query) !== null) { + this._queued_query = null; + Search.query(q); } }, - hasIndex: () => Search._index !== null, + hasIndex : function() { + return this._index !== null; + }, - deferQuery: (query) => (Search._queued_query = query), + deferQuery : function(query) { + this._queued_query = query; + }, - stopPulse: () => (Search._pulse_status = -1), + stopPulse : function() { + this._pulse_status = 0; + }, - startPulse: () => { - if (Search._pulse_status >= 0) return; - - const pulse = () => { + startPulse : function() { + if (this._pulse_status >= 0) + return; + function pulse() { + var i; Search._pulse_status = (Search._pulse_status + 1) % 4; - Search.dots.innerText = ".".repeat(Search._pulse_status); - if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); - }; + var dotString = ''; + for (i = 0; i < Search._pulse_status; i++) + dotString += '.'; + Search.dots.text(dotString); + if (Search._pulse_status > -1) + window.setTimeout(pulse, 500); + } pulse(); }, /** * perform a search for something (or wait until index is loaded) */ - performSearch: (query) => { + performSearch : function(query) { // create the required interface elements - const searchText = document.createElement("h2"); - searchText.textContent = _("Searching"); - const searchSummary = document.createElement("p"); - searchSummary.classList.add("search-summary"); - searchSummary.innerText = ""; - const searchList = document.createElement("ul"); - searchList.classList.add("search"); + this.out = $('#search-results'); + this.title = $('

      ' + _('Searching') + '

      ').appendTo(this.out); + this.dots = $('').appendTo(this.title); + this.status = $('

       

      ').appendTo(this.out); + this.output = $('
      diff --git a/mdns/en/index.html b/mdns/en/index.html index 2805b0e1c..84cb77e7d 100644 --- a/mdns/en/index.html +++ b/mdns/en/index.html @@ -1,7 +1,7 @@ - + mDNS Service - ESP32 - — ESP-Protocols latest documentation @@ -16,9 +16,7 @@ - - @@ -116,7 +114,7 @@
    • »
    • mDNS Service
    • - Edit on GitHub + Edit on GitHub

    • @@ -125,14 +123,14 @@
      -

      mDNS Service

      +

      mDNS Service

      [中文]

      -

      Overview

      +

      Overview

      mDNS is a multicast UDP service that is used to provide local network service and host discovery.

      mDNS is installed by default on most operating systems or is available as separate package. On Mac OS it is installed by default and is called Bonjour. Apple releases an installer for Windows that can be found on Apple’s support page. On Linux, mDNS is provided by avahi and is usually installed by default.

      -

      mDNS Properties

      +

      mDNS Properties

      • hostname: the hostname that the device will respond to. If not set, the hostname will be read from the interface. Example: my-esp32 will resolve to my-esp32.local

      • @@ -158,7 +156,7 @@
      -

      mDNS Services

      +

      mDNS Services

      mDNS can advertise information about network services that your device offers. Each service is defined by a few properties.

        @@ -196,7 +194,7 @@
      -

      mDNS Query

      +

      mDNS Query

      mDNS provides methods for browsing for services and resolving host’s IP/IPv6 addresses.

      Results for services are returned as a linked list of mdns_result_t objects.

      Example method to resolve host IPs:

      @@ -298,10 +296,10 @@
      -

      Performance Optimization

      +

      Performance Optimization

      -

      Execution Speed

      +

      Execution Speed

      • mDNS creates a task with default low priority 1 CONFIG_MDNS_TASK_PRIORITY (If CONFIG_FREERTOS_UNICORE enabeled it pinned to CPU0 (CONFIG_MDNS_TASK_AFFINITY).

      • @@ -310,7 +308,7 @@
      -

      Minimizing RAM Usage

      +

      Minimizing RAM Usage

      • mDNS creates a tasks with stack sizes configured by CONFIG_MDNS_TASK_STACK_SIZE.

      @@ -318,25 +316,25 @@
      -

      Application Example

      -

      mDNS server/scanner example: .

      +

      Application Example

      +

      mDNS server/scanner example: .

      -

      API Reference

      +

      API Reference

      -

      Header File

      +

      Header File

      -

      Functions

      +

      Functions

      esp_err_t mdns_init(void)

      Initialize mDNS on given interface.

      -
      Returns:
      +
      Returns

      • ESP_OK on success

      • ESP_ERR_INVALID_STATE when failed to register event handler

      • @@ -359,10 +357,10 @@ esp_err_t mdns_hostname_set(const char *hostname)

        Set the hostname for mDNS server required if you want to advertise services.

        -
        Parameters:
        +
        Parameters

        hostname – Hostname to set

        -
        Returns:
        +
        Returns

        • ESP_OK success

        • ESP_ERR_INVALID_ARG Parameter error

        • @@ -378,13 +376,13 @@ esp_err_t mdns_delegate_hostname_add(const char *hostname, const mdns_ip_addr_t *address_list)

          Adds a hostname and address to be delegated A/AAAA queries will be replied for the hostname and services can be added to this host.

          -
          Parameters:
          +
          Parameters
          • hostname – Hostname to add

          • address_list – The IP address list of the host

          -
          Returns:
          +
          Returns

          • ESP_OK success

          • ESP_ERR_INVALID_STATE mDNS is not running

          • @@ -401,10 +399,10 @@ esp_err_t mdns_delegate_hostname_remove(const char *hostname)

            Remove a delegated hostname All the services added to this host will also be removed.

            -
            Parameters:
            +
            Parameters

            hostname – Hostname to remove

            -
            Returns:
            +
            Returns

            • ESP_OK success

            • ESP_ERR_INVALID_STATE mDNS is not running

            • @@ -421,10 +419,10 @@ bool mdns_hostname_exists(const char *hostname)

              Query whether a hostname has been added.

              -
              Parameters:
              +
              Parameters

              hostname – Hostname to query

              -
              Returns:
              +
              Returns

              • true The hostname has been added.

              • false The hostname has not been added.

              • @@ -439,10 +437,10 @@ esp_err_t mdns_instance_name_set(const char *instance_name)

                Set the default instance name for mDNS server.

                -
                Parameters:
                +
                Parameters

                instance_name – Instance name to set

                -
                Returns:
                +
                Returns

                • ESP_OK success

                • ESP_ERR_INVALID_ARG Parameter error

                • @@ -462,7 +460,7 @@

                  The value length of txt items will be automatically decided by strlen

                  -
                  Parameters:
                  +
                  Parameters
                  • instance_name – instance name to set. If NULL, global instance name or hostname will be used. Note that MDNS_MULTIPLE_INSTANCE config option needs to be enabled for adding multiple instances with the same instance type.

                  • service_type – service type (_http, _ftp, etc)

                  • @@ -472,7 +470,7 @@
                  • num_items – number of items in TXT data

                  -
                  Returns:
                  +
                  Returns

                  • ESP_OK success

                  • ESP_ERR_INVALID_ARG Parameter error

                  • @@ -493,7 +491,7 @@

                    The value length of txt items will be automatically decided by strlen

                    -
                    Parameters:
                    +
                    Parameters
                    • instance_name – instance name to set. If NULL, global instance name or hostname will be used Note that MDNS_MULTIPLE_INSTANCE config option needs to be enabled for adding multiple instances with the same instance type.

                    • service_type – service type (_http, _ftp, etc)

                    • @@ -504,7 +502,7 @@
                    • num_items – number of items in TXT data

                    -
                    Returns:
                    +
                    Returns

                    • ESP_OK success

                    • ESP_ERR_INVALID_ARG Parameter error

                    • @@ -521,14 +519,14 @@ bool mdns_service_exists(const char *service_type, const char *proto, const char *hostname)

                      Check whether a service has been added.

                      -
                      Parameters:
                      +
                      Parameters
                      • service_type – service type (_http, _ftp, etc)

                      • proto – service protocol (_tcp, _udp)

                      • hostname – service hostname. If NULL, checks for the local hostname.

                      -
                      Returns:
                      +
                      Returns

                      • true Correspondding service has been added.

                      • false Service not found.

                      • @@ -543,7 +541,7 @@ bool mdns_service_exists_with_instance(const char *instance, const char *service_type, const char *proto, const char *hostname)

                        Check whether a service has been added.

                        -
                        Parameters:
                        +
                        Parameters
                        • instance – instance name

                        • service_type – service type (_http, _ftp, etc)

                        • @@ -551,7 +549,7 @@
                        • hostname – service hostname. If NULL, checks for the local hostname.

                        -
                        Returns:
                        +
                        Returns

                        • true Correspondding service has been added.

                        • false Service not found.

                        • @@ -566,13 +564,13 @@ esp_err_t mdns_service_remove(const char *service_type, const char *proto)

                          Remove service from mDNS server.

                          -
                          Parameters:
                          +
                          Parameters
                          • service_type – service type (_http, _ftp, etc)

                          • proto – service protocol (_tcp, _udp)

                          -
                          Returns:
                          +
                          Returns

                          • ESP_OK success

                          • ESP_ERR_INVALID_ARG Parameter error

                          • @@ -589,7 +587,7 @@ esp_err_t mdns_service_remove_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname)

                            Remove service from mDNS server with hostname.

                            -
                            Parameters:
                            +
                            Parameters
                            • instance – instance name

                            • service_type – service type (_http, _ftp, etc)

                            • @@ -597,7 +595,7 @@
                            • hostname – service hostname. If NULL, local hostname will be used.

                            -
                            Returns:
                            +
                            Returns

                            • ESP_OK success

                            • ESP_ERR_INVALID_ARG Parameter error

                            • @@ -614,14 +612,14 @@ esp_err_t mdns_service_instance_name_set(const char *service_type, const char *proto, const char *instance_name)

                              Set instance name for service.

                              -
                              Parameters:
                              +
                              Parameters
                              • service_type – service type (_http, _ftp, etc)

                              • proto – service protocol (_tcp, _udp)

                              • instance_name – instance name to set

                              -
                              Returns:
                              +
                              Returns

                              • ESP_OK success

                              • ESP_ERR_INVALID_ARG Parameter error

                              • @@ -638,7 +636,7 @@ esp_err_t mdns_service_instance_name_set_for_host(const char *instance_old, const char *service_type, const char *proto, const char *hostname, const char *instance_name)

                                Set instance name for service with hostname.

                                -
                                Parameters:
                                +
                                Parameters
                                • instance_old – original instance name

                                • service_type – service type (_http, _ftp, etc)

                                • @@ -647,7 +645,7 @@
                                • instance_name – instance name to set

                                -
                                Returns:
                                +
                                Returns

                                • ESP_OK success

                                • ESP_ERR_INVALID_ARG Parameter error

                                • @@ -664,14 +662,14 @@ esp_err_t mdns_service_port_set(const char *service_type, const char *proto, uint16_t port)

                                  Set service port.

                                  -
                                  Parameters:
                                  +
                                  Parameters
                                  • service_type – service type (_http, _ftp, etc)

                                  • proto – service protocol (_tcp, _udp)

                                  • port – service port

                                  -
                                  Returns:
                                  +
                                  Returns

                                  • ESP_OK success

                                  • ESP_ERR_INVALID_ARG Parameter error

                                  • @@ -688,7 +686,7 @@ esp_err_t mdns_service_port_set_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname, uint16_t port)

                                    Set service port with hostname.

                                    -
                                    Parameters:
                                    +
                                    Parameters
                                    • instance – instance name

                                    • service_type – service type (_http, _ftp, etc)

                                    • @@ -697,7 +695,7 @@
                                    • port – service port

                                    -
                                    Returns:
                                    +
                                    Returns

                                    • ESP_OK success

                                    • ESP_ERR_INVALID_ARG Parameter error

                                    • @@ -718,7 +716,7 @@

                                      The value length of txt items will be automatically decided by strlen

                                      -
                                      Parameters:
                                      +
                                      Parameters
                                      • service_type – service type (_http, _ftp, etc)

                                      • proto – service protocol (_tcp, _udp)

                                      • @@ -726,7 +724,7 @@
                                      • num_items – number of items in TXT data

                                      -
                                      Returns:
                                      +
                                      Returns

                                      • ESP_OK success

                                      • ESP_ERR_INVALID_ARG Parameter error

                                      • @@ -747,7 +745,7 @@

                                        The value length of txt items will be automatically decided by strlen

                                        -
                                        Parameters:
                                        +
                                        Parameters
                                        • instance – instance name

                                        • service_type – service type (_http, _ftp, etc)

                                        • @@ -757,7 +755,7 @@
                                        • num_items – number of items in TXT data

                                        -
                                        Returns:
                                        +
                                        Returns

                                        • ESP_OK success

                                        • ESP_ERR_INVALID_ARG Parameter error

                                        • @@ -778,7 +776,7 @@

                                          The value length will be automatically decided by strlen

                                          -
                                          Parameters:
                                          +
                                          Parameters
                                          • service_type – service type (_http, _ftp, etc)

                                          • proto – service protocol (_tcp, _udp)

                                          • @@ -786,7 +784,7 @@
                                          • value – the new value of the key

                                          -
                                          Returns:
                                          +
                                          Returns

                                          • ESP_OK success

                                          • ESP_ERR_INVALID_ARG Parameter error

                                          • @@ -803,7 +801,7 @@ esp_err_t mdns_service_txt_item_set_with_explicit_value_len(const char *service_type, const char *proto, const char *key, const char *value, uint8_t value_len)

                                            Set/Add TXT item for service TXT record.

                                            -
                                            Parameters:
                                            +
                                            Parameters
                                            • service_type – service type (_http, _ftp, etc)

                                            • proto – service protocol (_tcp, _udp)

                                            • @@ -812,7 +810,7 @@
                                            • value_len – the length of the value

                                            -
                                            Returns:
                                            +
                                            Returns

                                            • ESP_OK success

                                            • ESP_ERR_INVALID_ARG Parameter error

                                            • @@ -833,7 +831,7 @@

                                              The value length will be automatically decided by strlen

                                              -
                                              Parameters:
                                              +
                                              Parameters
                                              • instance – instance name

                                              • service_type – service type (_http, _ftp, etc)

                                              • @@ -843,7 +841,7 @@
                                              • value – the new value of the key

                                              -
                                              Returns:
                                              +
                                              Returns

                                              • ESP_OK success

                                              • ESP_ERR_INVALID_ARG Parameter error

                                              • @@ -860,7 +858,7 @@ esp_err_t mdns_service_txt_item_set_for_host_with_explicit_value_len(const char *instance, const char *service_type, const char *proto, const char *hostname, const char *key, const char *value, uint8_t value_len)

                                                Set/Add TXT item for service TXT record with hostname and txt value length.

                                                -
                                                Parameters:
                                                +
                                                Parameters
                                                • instance – instance name

                                                • service_type – service type (_http, _ftp, etc)

                                                • @@ -871,7 +869,7 @@
                                                • value_len – the length of the value

                                                -
                                                Returns:
                                                +
                                                Returns

                                                • ESP_OK success

                                                • ESP_ERR_INVALID_ARG Parameter error

                                                • @@ -888,14 +886,14 @@ esp_err_t mdns_service_txt_item_remove(const char *service_type, const char *proto, const char *key)

                                                  Remove TXT item for service TXT record.

                                                  -
                                                  Parameters:
                                                  +
                                                  Parameters
                                                  • service_type – service type (_http, _ftp, etc)

                                                  • proto – service protocol (_tcp, _udp)

                                                  • key – the key that you want to remove

                                                  -
                                                  Returns:
                                                  +
                                                  Returns

                                                  • ESP_OK success

                                                  • ESP_ERR_INVALID_ARG Parameter error

                                                  • @@ -912,7 +910,7 @@ esp_err_t mdns_service_txt_item_remove_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname, const char *key)

                                                    Remove TXT item for service TXT record with hostname.

                                                    -
                                                    Parameters:
                                                    +
                                                    Parameters
                                                    • instance – instance name

                                                    • service_type – service type (_http, _ftp, etc)

                                                    • @@ -921,7 +919,7 @@
                                                    • key – the key that you want to remove

                                                    -
                                                    Returns:
                                                    +
                                                    Returns

                                                    • ESP_OK success

                                                    • ESP_ERR_INVALID_ARG Parameter error

                                                    • @@ -938,7 +936,7 @@ esp_err_t mdns_service_subtype_add_for_host(const char *instance_name, const char *service_type, const char *proto, const char *hostname, const char *subtype)

                                                      Add subtype for service.

                                                      -
                                                      Parameters:
                                                      +
                                                      Parameters
                                                      • instance_name – instance name. If NULL, will find the first service with the same service type and protocol.

                                                      • service_type – service type (_http, _ftp, etc)

                                                      • @@ -947,7 +945,7 @@
                                                      • subtype – The subtype to add.

                                                      -
                                                      Returns:
                                                      +
                                                      Returns

                                                      • ESP_OK success

                                                      • ESP_ERR_INVALID_ARG Parameter error

                                                      • @@ -964,7 +962,7 @@ esp_err_t mdns_service_remove_all(void)

                                                        Remove and free all services from mDNS server.

                                                        -
                                                        Returns:
                                                        +
                                                        Returns

                                                        • ESP_OK success

                                                        • ESP_ERR_INVALID_ARG Parameter error

                                                        • @@ -979,10 +977,10 @@ esp_err_t mdns_query_async_delete(mdns_search_once_t *search)

                                                          Deletes the finished query. Call this only after the search has ended!

                                                          -
                                                          Parameters:
                                                          +
                                                          Parameters

                                                          search – pointer to search object

                                                          -
                                                          Returns:
                                                          +
                                                          Returns

                                                          • ESP_OK success

                                                          • ESP_ERR_INVALID_STATE search has not finished

                                                          • @@ -998,7 +996,7 @@ bool mdns_query_async_get_results(mdns_search_once_t *search, uint32_t timeout, mdns_result_t **results, uint8_t *num_results)

                                                            Get results from search pointer. Results available as a pointer to the output parameter. Pointer to search object has to be deleted via mdns_query_async_delete once the query has finished. The results although have to be freed manually.

                                                            -
                                                            Parameters:
                                                            +
                                                            Parameters
                                                            • search – pointer to search object

                                                            • timeout – time in milliseconds to wait for answers

                                                            • @@ -1006,7 +1004,7 @@
                                                            • num_results – pointer to the number of the actual result items (set to NULL to ignore this return value)

                                                            -
                                                            Returns:
                                                            +
                                                            Returns

                                                            True if search has finished before or at timeout False if search timeout is over

                                                            @@ -1017,7 +1015,7 @@ mdns_search_once_t *mdns_query_async_new(const char *name, const char *service_type, const char *proto, uint16_t type, uint32_t timeout, size_t max_results, mdns_query_notify_t notifier)

                                                            Query mDNS for host or service asynchronousely. Search has to be tested for progress and deleted manually!

                                                            -
                                                            Parameters:
                                                            +
                                                            Parameters
                                                            • name – service instance or host name (NULL for PTR queries)

                                                            • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                            • @@ -1028,7 +1026,7 @@
                                                            • notifier – Notification function to be called when the result is ready, can be NULL

                                                            -
                                                            Returns:
                                                            +
                                                            Returns

                                                            mdns_search_once_s pointer to new search object if query initiated successfully. NULL otherwise.

                                                            @@ -1039,7 +1037,7 @@ esp_err_t mdns_query_generic(const char *name, const char *service_type, const char *proto, uint16_t type, mdns_query_transmission_type_t transmission_type, uint32_t timeout, size_t max_results, mdns_result_t **results)

                                                            Generic mDNS query All following query methods are derived from this one.

                                                            -
                                                            Parameters:
                                                            +
                                                            Parameters
                                                            • name – service instance or host name (NULL for PTR queries)

                                                            • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                            • @@ -1051,7 +1049,7 @@
                                                            • results – pointer to the results of the query results must be freed using mdns_query_results_free below

                                                            -
                                                            Returns:
                                                            +
                                                            Returns

                                                            • ESP_OK success

                                                            • ESP_ERR_INVALID_STATE mDNS is not running

                                                            • @@ -1069,7 +1067,7 @@

                                                              Query mDNS for host or service.

                                                              Note that querying PTR types sends Multicast query, all other types send Unicast queries

                                                              -
                                                              Parameters:
                                                              +
                                                              Parameters
                                                              • name – service instance or host name (NULL for PTR queries)

                                                              • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                              • @@ -1080,7 +1078,7 @@
                                                              • results – pointer to the results of the query results must be freed using mdns_query_results_free below

                                                              -
                                                              Returns:
                                                              +
                                                              Returns

                                                              • ESP_OK success

                                                              • ESP_ERR_INVALID_STATE mDNS is not running

                                                              • @@ -1097,7 +1095,7 @@ void mdns_query_results_free(mdns_result_t *results)

                                                                Free query results.

                                                                -
                                                                Parameters:
                                                                +
                                                                Parameters

                                                                results – linked list of results to be freed

                                                                @@ -1108,7 +1106,7 @@ esp_err_t mdns_query_ptr(const char *service_type, const char *proto, uint32_t timeout, size_t max_results, mdns_result_t **results)

                                                                Query mDNS for service.

                                                                -
                                                                Parameters:
                                                                +
                                                                Parameters
                                                                • service_type – service type (_http, _arduino, _ftp etc.)

                                                                • proto – service protocol (_tcp, _udp, etc.)

                                                                • @@ -1117,7 +1115,7 @@
                                                                • results – pointer to the results of the query

                                                                -
                                                                Returns:
                                                                +
                                                                Returns

                                                                • ESP_OK success

                                                                • ESP_ERR_INVALID_STATE mDNS is not running

                                                                • @@ -1134,7 +1132,7 @@ esp_err_t mdns_query_srv(const char *instance_name, const char *service_type, const char *proto, uint32_t timeout, mdns_result_t **result)

                                                                  Query mDNS for SRV record.

                                                                  -
                                                                  Parameters:
                                                                  +
                                                                  Parameters
                                                                  • instance_name – service instance name

                                                                  • service_type – service type (_http, _arduino, _ftp etc.)

                                                                  • @@ -1143,7 +1141,7 @@
                                                                  • result – pointer to the result of the query

                                                                  -
                                                                  Returns:
                                                                  +
                                                                  Returns

                                                                  • ESP_OK success

                                                                  • ESP_ERR_INVALID_STATE mDNS is not running

                                                                  • @@ -1160,7 +1158,7 @@ esp_err_t mdns_query_txt(const char *instance_name, const char *service_type, const char *proto, uint32_t timeout, mdns_result_t **result)

                                                                    Query mDNS for TXT record.

                                                                    -
                                                                    Parameters:
                                                                    +
                                                                    Parameters
                                                                    • instance_name – service instance name

                                                                    • service_type – service type (_http, _arduino, _ftp etc.)

                                                                    • @@ -1169,7 +1167,7 @@
                                                                    • result – pointer to the result of the query

                                                                    -
                                                                    Returns:
                                                                    +
                                                                    Returns

                                                                    • ESP_OK success

                                                                    • ESP_ERR_INVALID_STATE mDNS is not running

                                                                    • @@ -1186,14 +1184,14 @@ esp_err_t mdns_query_a(const char *host_name, uint32_t timeout, esp_ip4_addr_t *addr)

                                                                      Query mDNS for A record.

                                                                      -
                                                                      Parameters:
                                                                      +
                                                                      Parameters
                                                                      • host_name – host name to look for

                                                                      • timeout – time in milliseconds to wait for answer.

                                                                      • addr – pointer to the resulting IP4 address

                                                                      -
                                                                      Returns:
                                                                      +
                                                                      Returns

                                                                      • ESP_OK success

                                                                      • ESP_ERR_INVALID_STATE mDNS is not running

                                                                      • @@ -1210,10 +1208,10 @@ esp_err_t mdns_register_netif(esp_netif_t *esp_netif)

                                                                        Register custom esp_netif with mDNS functionality mDNS service runs by default on preconfigured interfaces (STA, AP, ETH). This API enables running the service on any customized interface, either using standard WiFi or Ethernet driver or any kind of user defined driver.

                                                                        -
                                                                        Parameters:
                                                                        +
                                                                        Parameters

                                                                        esp_netif – Pointer to esp-netif interface

                                                                        -
                                                                        Returns:
                                                                        +
                                                                        Returns

                                                                        • ESP_OK success

                                                                        • ESP_ERR_INVALID_STATE mDNS is not running or this netif is already registered

                                                                        • @@ -1229,10 +1227,10 @@ esp_err_t mdns_unregister_netif(esp_netif_t *esp_netif)

                                                                          Unregister esp-netif already registered in mDNS service.

                                                                          -
                                                                          Parameters:
                                                                          +
                                                                          Parameters

                                                                          esp_netif – Pointer to esp-netif interface

                                                                          -
                                                                          Returns:
                                                                          +
                                                                          Returns

                                                                          • ESP_OK success

                                                                          • ESP_ERR_INVALID_STATE mDNS is not running

                                                                          • @@ -1254,13 +1252,13 @@

                                                                          -
                                                                          Parameters:
                                                                          +
                                                                          Parameters
                                                                          • esp_netif – Pointer to esp-netif interface

                                                                          • event_action – Disable/Enable/Announce on this interface over IPv4/IPv6 protocol. Actions enumerated in mdns_event_actions_t type.

                                                                          -
                                                                          Returns:
                                                                          +
                                                                          Returns

                                                                          • ESP_OK success

                                                                          • ESP_ERR_INVALID_STATE mDNS is not running or this netif is not registered

                                                                          • @@ -1273,7 +1271,7 @@
      -

      Structures

      +

      Structures

      struct mdns_txt_item_t
      @@ -1405,7 +1403,7 @@
      -

      Macros

      +

      Macros

      MDNS_TYPE_A
      @@ -1448,7 +1446,7 @@
      -

      Type Definitions

      +

      Type Definitions

      typedef struct mdns_search_once_s mdns_search_once_t
      @@ -1474,7 +1472,7 @@
      -

      Enumerations

      +

      Enumerations

      enum mdns_event_actions_t
      diff --git a/mdns/en/search.html b/mdns/en/search.html index bd527eb14..7b9bb7832 100644 --- a/mdns/en/search.html +++ b/mdns/en/search.html @@ -16,9 +16,7 @@ - - diff --git a/mdns/en/searchindex.js b/mdns/en/searchindex.js index 125de897a..5766804bd 100644 --- a/mdns/en/searchindex.js +++ b/mdns/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["mDNS Service"], "terms": {"\u4e2d\u6587": 0, "i": 0, "multicast": 0, "udp": 0, "us": 0, "provid": 0, "local": 0, "network": 0, "host": 0, "discoveri": 0, "instal": 0, "default": 0, "most": 0, "oper": 0, "system": 0, "avail": 0, "separ": 0, "packag": 0, "On": 0, "mac": 0, "o": 0, "call": 0, "bonjour": 0, "appl": 0, "releas": 0, "an": 0, "window": 0, "can": 0, "found": 0, "": 0, "support": 0, "page": 0, "linux": 0, "avahi": 0, "usual": 0, "hostnam": 0, "devic": 0, "respond": 0, "If": 0, "set": 0, "read": 0, "from": 0, "interfac": 0, "my": 0, "esp32": 0, "resolv": 0, "default_inst": 0, "friendli": 0, "name": 0, "your": 0, "like": 0, "jhon": 0, "thing": 0, "method": 0, "start": 0, "sta": 0, "void": 0, "start_mdns_servic": 0, "initi": 0, "esp_err_t": 0, "err": 0, "mdns_init": 0, "printf": 0, "init": 0, "fail": 0, "d": 0, "n": 0, "return": 0, "mdns_hostname_set": 0, "instanc": 0, "mdns_instance_name_set": 0, "advertis": 0, "inform": 0, "about": 0, "offer": 0, "each": 0, "defin": 0, "few": 0, "instance_nam": 0, "eesp32": 0, "web": 0, "server": 0, "service_typ": 0, "requir": 0, "prepend": 0, "underscor": 0, "some": 0, "common": 0, "here": 0, "proto": 0, "protocol": 0, "run": 0, "_tcp": 0, "_udp": 0, "port": 0, "txt": 0, "var": 0, "val": 0, "arrai": 0, "string": 0, "add": 0, "differ": 0, "add_mdns_servic": 0, "our": 0, "mdns_service_add": 0, "null": 0, "_http": 0, "80": 0, "0": 0, "_arduino": 0, "3232": 0, "_myservic": 0, "1234": 0, "note": 0, "must": 0, "ad": 0, "befor": 0, "custom": 0, "mdns_service_instance_name_set": 0, "mdns_txt_item_t": 0, "servicetxtdata": 0, "3": 0, "board": 0, "u": 0, "user": 0, "p": 0, "password": 0, "data": 0, "free": 0, "replac": 0, "current": 0, "mdns_service_txt_set": 0, "chang": 0, "mdns_service_port_set": 0, "4321": 0, "brows": 0, "ip": 0, "ipv6": 0, "address": 0, "result": 0, "ar": 0, "link": 0, "list": 0, "mdns_result_t": 0, "object": 0, "resolve_mdns_host": 0, "const": 0, "char": 0, "host_nam": 0, "A": 0, "struct": 0, "ip4_addr": 0, "addr": 0, "mdns_query_a": 0, "2000": 0, "esp_err_not_found": 0, "wa": 0, "ipstr": 0, "ip2str": 0, "static": 0, "if_str": 0, "ap": 0, "eth": 0, "max": 0, "ip_protocol_str": 0, "v4": 0, "v6": 0, "mdns_print_result": 0, "r": 0, "mdns_ip_addr_t": 0, "int": 0, "1": 0, "t": 0, "while": 0, "tcpip_if": 0, "ip_protocol": 0, "ptr": 0, "srv": 0, "txt_count": 0, "kei": 0, "valu": 0, "ipaddr_type_v6": 0, "aaaa": 0, "ipv6str": 0, "ipv62str": 0, "u_addr": 0, "ip6": 0, "els": 0, "ip4": 0, "next": 0, "find_mdns_servic": 0, "service_nam": 0, "esp_logi": 0, "tag": 0, "mdns_query_ptr": 0, "3000": 0, "20": 0, "esp_log": 0, "esp_logw": 0, "No": 0, "mdns_query_results_fre": 0, "abov": 0, "my_app_some_method": 0, "search": 0, "http": 0, "_smb": 0, "share": 0, "_afpovertcp": 0, "_nf": 0, "nf": 0, "_ftp": 0, "ftp": 0, "printer": 0, "_printer": 0, "_ipp": 0, "creat": 0, "task": 0, "low": 0, "prioriti": 0, "config_mdns_task_prior": 0, "config_freertos_unicor": 0, "enabel": 0, "pin": 0, "cpu0": 0, "config_mdns_task_affin": 0, "pleas": 0, "check": 0, "maxim": 0, "more": 0, "detail": 0, "stack": 0, "size": 0, "configur": 0, "config_mdns_task_stack_s": 0, "scanner": 0, "includ": 0, "h": 0, "given": 0, "esp_ok": 0, "success": 0, "esp_err_invalid_st": 0, "when": 0, "regist": 0, "event": 0, "handler": 0, "esp_err_no_mem": 0, "memori": 0, "error": 0, "esp_fail": 0, "mdns_free": 0, "stop": 0, "you": 0, "want": 0, "paramet": 0, "esp_err_invalid_arg": 0, "mdns_delegate_hostname_add": 0, "address_list": 0, "deleg": 0, "repli": 0, "thi": 0, "The": 0, "mdns_delegate_hostname_remov": 0, "remov": 0, "all": 0, "also": 0, "bool": 0, "mdns_hostname_exist": 0, "whether": 0, "ha": 0, "been": 0, "true": 0, "fals": 0, "uint16_t": 0, "size_t": 0, "num_item": 0, "length": 0, "item": 0, "automat": 0, "decid": 0, "strlen": 0, "global": 0, "mdns_multiple_inst": 0, "config": 0, "option": 0, "need": 0, "enabl": 0, "multipl": 0, "same": 0, "etc": 0, "eg": 0, "other": 0, "2": 0, "number": 0, "mdns_service_add_for_host": 0, "mdns_service_exist": 0, "correspond": 0, "mdns_service_exists_with_inst": 0, "mdns_service_remov": 0, "mdns_service_remove_for_host": 0, "mdns_service_instance_name_set_for_host": 0, "instance_old": 0, "origin": 0, "mdns_service_port_set_for_host": 0, "uint8_t": 0, "mdns_service_txt_set_for_host": 0, "mdns_service_txt_item_set": 0, "record": 0, "updat": 0, "new": 0, "mdns_service_txt_item_set_with_explicit_value_len": 0, "value_len": 0, "mdns_service_txt_item_set_for_host": 0, "mdns_service_txt_item_set_for_host_with_explicit_value_len": 0, "mdns_service_txt_item_remov": 0, "mdns_service_txt_item_remove_for_host": 0, "mdns_service_subtype_add_for_host": 0, "subtyp": 0, "find": 0, "first": 0, "mdns_service_remove_al": 0, "mdns_query_async_delet": 0, "mdns_search_once_t": 0, "delet": 0, "finish": 0, "onli": 0, "after": 0, "end": 0, "pointer": 0, "mdns_query_async_get_result": 0, "uint32_t": 0, "timeout": 0, "num_result": 0, "get": 0, "output": 0, "via": 0, "onc": 0, "although": 0, "have": 0, "freed": 0, "manual": 0, "time": 0, "millisecond": 0, "wait": 0, "answer": 0, "actual": 0, "ignor": 0, "over": 0, "mdns_query_async_new": 0, "max_result": 0, "mdns_query_notify_t": 0, "notifi": 0, "asynchronous": 0, "test": 0, "progress": 0, "mdns_type_": 0, "dure": 0, "which": 0, "activ": 0, "maximum": 0, "collect": 0, "notif": 0, "readi": 0, "mdns_search_once_": 0, "successfulli": 0, "otherwis": 0, "mdns_query_gener": 0, "mdns_query_transmission_type_t": 0, "transmission_typ": 0, "gener": 0, "follow": 0, "deriv": 0, "one": 0, "either": 0, "unicast": 0, "below": 0, "mdns_queri": 0, "send": 0, "mdns_query_srv": 0, "mdns_query_txt": 0, "esp_ip4_addr_t": 0, "look": 0, "mdns_register_netif": 0, "esp_netif_t": 0, "esp_netif": 0, "preconfigur": 0, "ani": 0, "standard": 0, "wifi": 0, "ethernet": 0, "driver": 0, "kind": 0, "esp": 0, "netif": 0, "alreadi": 0, "enough": 0, "see": 0, "config_mdns_max_interfac": 0, "mdns_unregister_netif": 0, "unregist": 0, "mdns_netif_act": 0, "mdns_event_actions_t": 0, "event_act": 0, "desir": 0, "state": 0, "action": 0, "disabl": 0, "announc": 0, "packet": 0, "probe": 0, "conflict": 0, "bye": 0, "specifi": 0, "specif": 0, "could": 0, "connect": 0, "them": 0, "disconnect": 0, "ipv4": 0, "basic": 0, "text": 0, "public": 0, "member": 0, "mdns_ip_addr_": 0, "esp_ip_addr_t": 0, "last": 0, "mdns_result_": 0, "ttl": 0, "live": 0, "mdns_ip_protocol_t": 0, "srevic": 0, "txt_value_len": 0, "len": 0, "mdns_type_a": 0, "mdns_type_ptr": 0, "mdns_type_txt": 0, "mdns_type_aaaa": 0, "mdns_type_srv": 0, "mdns_type_opt": 0, "mdns_type_nsec": 0, "mdns_type_ani": 0, "typedef": 0, "asynchron": 0, "handl": 0, "enum": 0, "mdns_event_enable_ip4": 0, "mdns_event_enable_ip6": 0, "mdns_event_announce_ip4": 0, "mdns_event_announce_ip6": 0, "mdns_event_disable_ip4": 0, "mdns_event_disable_ip6": 0, "mdns_ip_protocol_v4": 0, "mdns_ip_protocol_v6": 0, "mdns_ip_protocol_max": 0, "explicitli": 0, "mdns_query_unicast": 0, "mdns_query_multicast": 0}, "objects": {"": [[0, 0, 1, "c.MDNS_TYPE_A", "MDNS_TYPE_A"], [0, 0, 1, "c.MDNS_TYPE_AAAA", "MDNS_TYPE_AAAA"], [0, 0, 1, "c.MDNS_TYPE_ANY", "MDNS_TYPE_ANY"], [0, 0, 1, "c.MDNS_TYPE_NSEC", "MDNS_TYPE_NSEC"], [0, 0, 1, "c.MDNS_TYPE_OPT", "MDNS_TYPE_OPT"], [0, 0, 1, "c.MDNS_TYPE_PTR", "MDNS_TYPE_PTR"], [0, 0, 1, "c.MDNS_TYPE_SRV", "MDNS_TYPE_SRV"], [0, 0, 1, "c.MDNS_TYPE_TXT", "MDNS_TYPE_TXT"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E", "MDNS_EVENT_ANNOUNCE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E", "MDNS_EVENT_ANNOUNCE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E", "MDNS_EVENT_DISABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E", "MDNS_EVENT_DISABLE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E", "MDNS_EVENT_ENABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E", "MDNS_EVENT_ENABLE_IP6"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE", "MDNS_IP_PROTOCOL_MAX"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E", "MDNS_IP_PROTOCOL_V4"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E", "MDNS_IP_PROTOCOL_V6"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE", "MDNS_QUERY_MULTICAST"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE", "MDNS_QUERY_UNICAST"], [0, 2, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add"], [0, 3, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add::address_list"], [0, 3, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add::hostname"], [0, 2, 1, "_CPPv429mdns_delegate_hostname_removePKc", "mdns_delegate_hostname_remove"], [0, 3, 1, "_CPPv429mdns_delegate_hostname_removePKc", "mdns_delegate_hostname_remove::hostname"], [0, 4, 1, "_CPPv420mdns_event_actions_t", "mdns_event_actions_t"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E", "mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E", "mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E", "mdns_event_actions_t::MDNS_EVENT_DISABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E", "mdns_event_actions_t::MDNS_EVENT_DISABLE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E", "mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E", "mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6"], [0, 2, 1, "_CPPv49mdns_freev", "mdns_free"], [0, 2, 1, "_CPPv420mdns_hostname_existsPKc", "mdns_hostname_exists"], [0, 3, 1, "_CPPv420mdns_hostname_existsPKc", "mdns_hostname_exists::hostname"], [0, 2, 1, "_CPPv417mdns_hostname_setPKc", "mdns_hostname_set"], [0, 3, 1, "_CPPv417mdns_hostname_setPKc", "mdns_hostname_set::hostname"], [0, 2, 1, "_CPPv49mdns_initv", "mdns_init"], [0, 2, 1, "_CPPv422mdns_instance_name_setPKc", "mdns_instance_name_set"], [0, 3, 1, "_CPPv422mdns_instance_name_setPKc", "mdns_instance_name_set::instance_name"], [0, 5, 1, "_CPPv414mdns_ip_addr_s", "mdns_ip_addr_s"], [0, 6, 1, "_CPPv4N14mdns_ip_addr_s4addrE", "mdns_ip_addr_s::addr"], [0, 6, 1, "_CPPv4N14mdns_ip_addr_s4nextE", "mdns_ip_addr_s::next"], [0, 7, 1, "_CPPv414mdns_ip_addr_t", "mdns_ip_addr_t"], [0, 4, 1, "_CPPv418mdns_ip_protocol_t", "mdns_ip_protocol_t"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_MAX"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V4"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V6"], [0, 2, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action"], [0, 3, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action::esp_netif"], [0, 3, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action::event_action"], [0, 2, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::max_results"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::name"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::proto"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::results"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::service_type"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::timeout"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::type"], [0, 2, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::addr"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::host_name"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::timeout"], [0, 2, 1, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t", "mdns_query_async_delete"], [0, 3, 1, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t", "mdns_query_async_delete::search"], [0, 2, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::num_results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::search"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::timeout"], [0, 2, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::max_results"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::name"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::notifier"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::proto"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::service_type"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::timeout"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::type"], [0, 2, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::max_results"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::name"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::proto"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::results"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::service_type"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::timeout"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::transmission_type"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::type"], [0, 7, 1, "_CPPv419mdns_query_notify_t", "mdns_query_notify_t"], [0, 2, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::max_results"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::proto"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::results"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::service_type"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::timeout"], [0, 2, 1, "_CPPv423mdns_query_results_freeP13mdns_result_t", "mdns_query_results_free"], [0, 3, 1, "_CPPv423mdns_query_results_freeP13mdns_result_t", "mdns_query_results_free::results"], [0, 2, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::instance_name"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::proto"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::result"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::service_type"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::timeout"], [0, 4, 1, "_CPPv430mdns_query_transmission_type_t", "mdns_query_transmission_type_t"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE", "mdns_query_transmission_type_t::MDNS_QUERY_MULTICAST"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE", "mdns_query_transmission_type_t::MDNS_QUERY_UNICAST"], [0, 2, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::instance_name"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::proto"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::result"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::service_type"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::timeout"], [0, 2, 1, "_CPPv419mdns_register_netifP11esp_netif_t", "mdns_register_netif"], [0, 3, 1, "_CPPv419mdns_register_netifP11esp_netif_t", "mdns_register_netif::esp_netif"], [0, 5, 1, "_CPPv413mdns_result_s", "mdns_result_s"], [0, 6, 1, "_CPPv4N13mdns_result_s4addrE", "mdns_result_s::addr"], [0, 6, 1, "_CPPv4N13mdns_result_s9esp_netifE", "mdns_result_s::esp_netif"], [0, 6, 1, "_CPPv4N13mdns_result_s8hostnameE", "mdns_result_s::hostname"], [0, 6, 1, "_CPPv4N13mdns_result_s13instance_nameE", "mdns_result_s::instance_name"], [0, 6, 1, "_CPPv4N13mdns_result_s11ip_protocolE", "mdns_result_s::ip_protocol"], [0, 6, 1, "_CPPv4N13mdns_result_s4nextE", "mdns_result_s::next"], [0, 6, 1, "_CPPv4N13mdns_result_s4portE", "mdns_result_s::port"], [0, 6, 1, "_CPPv4N13mdns_result_s5protoE", "mdns_result_s::proto"], [0, 6, 1, "_CPPv4N13mdns_result_s12service_typeE", "mdns_result_s::service_type"], [0, 6, 1, "_CPPv4N13mdns_result_s3ttlE", "mdns_result_s::ttl"], [0, 6, 1, "_CPPv4N13mdns_result_s3txtE", "mdns_result_s::txt"], [0, 6, 1, "_CPPv4N13mdns_result_s9txt_countE", "mdns_result_s::txt_count"], [0, 6, 1, "_CPPv4N13mdns_result_s13txt_value_lenE", "mdns_result_s::txt_value_len"], [0, 7, 1, "_CPPv413mdns_result_t", "mdns_result_t"], [0, 7, 1, "_CPPv418mdns_search_once_t", "mdns_search_once_t"], [0, 2, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::instance_name"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::num_items"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::port"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::proto"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::service_type"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::txt"], [0, 2, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::hostname"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::instance_name"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::num_items"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::port"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::proto"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::service_type"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::txt"], [0, 2, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::hostname"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::proto"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::service_type"], [0, 2, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::hostname"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::instance"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::proto"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::service_type"], [0, 2, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::instance_name"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::proto"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::service_type"], [0, 2, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::hostname"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::instance_name"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::instance_old"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::proto"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::service_type"], [0, 2, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::port"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::proto"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::service_type"], [0, 2, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::hostname"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::instance"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::port"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::proto"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::service_type"], [0, 2, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove"], [0, 3, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove::proto"], [0, 3, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove::service_type"], [0, 2, 1, "_CPPv423mdns_service_remove_allv", "mdns_service_remove_all"], [0, 2, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::hostname"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::instance"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::proto"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::service_type"], [0, 2, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::hostname"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::instance_name"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::proto"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::service_type"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::subtype"], [0, 2, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::key"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::proto"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::service_type"], [0, 2, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::hostname"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::instance"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::key"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::proto"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::service_type"], [0, 2, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::key"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::proto"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::service_type"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::value"], [0, 2, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::hostname"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::instance"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::key"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::proto"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::service_type"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::value"], [0, 2, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::hostname"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::instance"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::key"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::proto"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::service_type"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::value"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::value_len"], [0, 2, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::key"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::proto"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::service_type"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::value"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::value_len"], [0, 2, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::num_items"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::proto"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::service_type"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::txt"], [0, 2, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::hostname"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::instance"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::num_items"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::proto"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::service_type"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::txt"], [0, 5, 1, "_CPPv415mdns_txt_item_t", "mdns_txt_item_t"], [0, 6, 1, "_CPPv4N15mdns_txt_item_t3keyE", "mdns_txt_item_t::key"], [0, 6, 1, "_CPPv4N15mdns_txt_item_t5valueE", "mdns_txt_item_t::value"], [0, 2, 1, "_CPPv421mdns_unregister_netifP11esp_netif_t", "mdns_unregister_netif"], [0, 3, 1, "_CPPv421mdns_unregister_netifP11esp_netif_t", "mdns_unregister_netif::esp_netif"]]}, "objtypes": {"0": "c:macro", "1": "cpp:enumerator", "2": "cpp:function", "3": "cpp:functionParam", "4": "cpp:enum", "5": "cpp:class", "6": "cpp:member", "7": "cpp:type"}, "objnames": {"0": ["c", "macro", "C macro"], "1": ["cpp", "enumerator", "C++ enumerator"], "2": ["cpp", "function", "C++ function"], "3": ["cpp", "functionParam", "C++ function parameter"], "4": ["cpp", "enum", "C++ enum"], "5": ["cpp", "class", "C++ class"], "6": ["cpp", "member", "C++ member"], "7": ["cpp", "type", "C++ type"]}, "titleterms": {"mdn": 0, "servic": 0, "overview": 0, "properti": 0, "queri": 0, "perform": 0, "optim": 0, "execut": 0, "speed": 0, "minim": 0, "ram": 0, "usag": 0, "applic": 0, "exampl": 0, "api": 0, "refer": 0, "header": 0, "file": 0, "function": 0, "structur": 0, "macro": 0, "type": 0, "definit": 0, "enumer": 0}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"mDNS Service": [[0, "mdns-service"]], "Overview": [[0, "overview"]], "mDNS Properties": [[0, "mdns-properties"]], "mDNS Services": [[0, "mdns-services"]], "mDNS Query": [[0, "mdns-query"]], "Performance Optimization": [[0, "performance-optimization"]], "Execution Speed": [[0, "execution-speed"]], "Minimizing RAM Usage": [[0, "minimizing-ram-usage"]], "Application Example": [[0, "application-example"]], "API Reference": [[0, "api-reference"]], "Header File": [[0, "header-file"]], "Functions": [[0, "functions"]], "Structures": [[0, "structures"]], "Macros": [[0, "macros"]], "Type Definitions": [[0, "type-definitions"]], "Enumerations": [[0, "enumerations"]]}, "indexentries": {"mdns_type_a (c macro)": [[0, "c.MDNS_TYPE_A"]], "mdns_type_aaaa (c macro)": [[0, "c.MDNS_TYPE_AAAA"]], "mdns_type_any (c macro)": [[0, "c.MDNS_TYPE_ANY"]], "mdns_type_nsec (c macro)": [[0, "c.MDNS_TYPE_NSEC"]], "mdns_type_opt (c macro)": [[0, "c.MDNS_TYPE_OPT"]], "mdns_type_ptr (c macro)": [[0, "c.MDNS_TYPE_PTR"]], "mdns_type_srv (c macro)": [[0, "c.MDNS_TYPE_SRV"]], "mdns_type_txt (c macro)": [[0, "c.MDNS_TYPE_TXT"]], "mdns_delegate_hostname_add (c++ function)": [[0, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t"]], "mdns_delegate_hostname_remove (c++ function)": [[0, "_CPPv429mdns_delegate_hostname_removePKc"]], "mdns_event_actions_t (c++ enum)": [[0, "_CPPv420mdns_event_actions_t"]], "mdns_event_actions_t::mdns_event_announce_ip4 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E"]], "mdns_event_actions_t::mdns_event_announce_ip6 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E"]], "mdns_event_actions_t::mdns_event_disable_ip4 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E"]], "mdns_event_actions_t::mdns_event_disable_ip6 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E"]], "mdns_event_actions_t::mdns_event_enable_ip4 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E"]], "mdns_event_actions_t::mdns_event_enable_ip6 (c++ enumerator)": [[0, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E"]], "mdns_free (c++ function)": [[0, "_CPPv49mdns_freev"]], "mdns_hostname_exists (c++ function)": [[0, "_CPPv420mdns_hostname_existsPKc"]], "mdns_hostname_set (c++ function)": [[0, "_CPPv417mdns_hostname_setPKc"]], "mdns_init (c++ function)": [[0, "_CPPv49mdns_initv"]], "mdns_instance_name_set (c++ function)": [[0, "_CPPv422mdns_instance_name_setPKc"]], "mdns_ip_addr_s (c++ struct)": [[0, "_CPPv414mdns_ip_addr_s"]], "mdns_ip_addr_s::addr (c++ member)": [[0, "_CPPv4N14mdns_ip_addr_s4addrE"]], "mdns_ip_addr_s::next (c++ member)": [[0, "_CPPv4N14mdns_ip_addr_s4nextE"]], "mdns_ip_addr_t (c++ type)": [[0, "_CPPv414mdns_ip_addr_t"]], "mdns_ip_protocol_t (c++ enum)": [[0, "_CPPv418mdns_ip_protocol_t"]], "mdns_ip_protocol_t::mdns_ip_protocol_max (c++ enumerator)": [[0, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE"]], "mdns_ip_protocol_t::mdns_ip_protocol_v4 (c++ enumerator)": [[0, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E"]], "mdns_ip_protocol_t::mdns_ip_protocol_v6 (c++ enumerator)": [[0, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E"]], "mdns_netif_action (c++ function)": [[0, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t"]], "mdns_query (c++ function)": [[0, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t"]], "mdns_query_a (c++ function)": [[0, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t"]], "mdns_query_async_delete (c++ function)": [[0, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t"]], "mdns_query_async_get_results (c++ function)": [[0, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t"]], "mdns_query_async_new (c++ function)": [[0, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t"]], "mdns_query_generic (c++ function)": [[0, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t"]], "mdns_query_notify_t (c++ type)": [[0, "_CPPv419mdns_query_notify_t"]], "mdns_query_ptr (c++ function)": [[0, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t"]], "mdns_query_results_free (c++ function)": [[0, "_CPPv423mdns_query_results_freeP13mdns_result_t"]], "mdns_query_srv (c++ function)": [[0, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t"]], "mdns_query_transmission_type_t (c++ enum)": [[0, "_CPPv430mdns_query_transmission_type_t"]], "mdns_query_transmission_type_t::mdns_query_multicast (c++ enumerator)": [[0, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE"]], "mdns_query_transmission_type_t::mdns_query_unicast (c++ enumerator)": [[0, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE"]], "mdns_query_txt (c++ function)": [[0, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t"]], "mdns_register_netif (c++ function)": [[0, "_CPPv419mdns_register_netifP11esp_netif_t"]], "mdns_result_s (c++ struct)": [[0, "_CPPv413mdns_result_s"]], "mdns_result_s::addr (c++ member)": [[0, "_CPPv4N13mdns_result_s4addrE"]], "mdns_result_s::esp_netif (c++ member)": [[0, "_CPPv4N13mdns_result_s9esp_netifE"]], "mdns_result_s::hostname (c++ member)": [[0, "_CPPv4N13mdns_result_s8hostnameE"]], "mdns_result_s::instance_name (c++ member)": [[0, "_CPPv4N13mdns_result_s13instance_nameE"]], "mdns_result_s::ip_protocol (c++ member)": [[0, "_CPPv4N13mdns_result_s11ip_protocolE"]], "mdns_result_s::next (c++ member)": [[0, "_CPPv4N13mdns_result_s4nextE"]], "mdns_result_s::port (c++ member)": [[0, "_CPPv4N13mdns_result_s4portE"]], "mdns_result_s::proto (c++ member)": [[0, "_CPPv4N13mdns_result_s5protoE"]], "mdns_result_s::service_type (c++ member)": [[0, "_CPPv4N13mdns_result_s12service_typeE"]], "mdns_result_s::ttl (c++ member)": [[0, "_CPPv4N13mdns_result_s3ttlE"]], "mdns_result_s::txt (c++ member)": [[0, "_CPPv4N13mdns_result_s3txtE"]], "mdns_result_s::txt_count (c++ member)": [[0, "_CPPv4N13mdns_result_s9txt_countE"]], "mdns_result_s::txt_value_len (c++ member)": [[0, "_CPPv4N13mdns_result_s13txt_value_lenE"]], "mdns_result_t (c++ type)": [[0, "_CPPv413mdns_result_t"]], "mdns_search_once_t (c++ type)": [[0, "_CPPv418mdns_search_once_t"]], "mdns_service_add (c++ function)": [[0, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t"]], "mdns_service_add_for_host (c++ function)": [[0, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t"]], "mdns_service_exists (c++ function)": [[0, "_CPPv419mdns_service_existsPKcPKcPKc"]], "mdns_service_exists_with_instance (c++ function)": [[0, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc"]], "mdns_service_instance_name_set (c++ function)": [[0, "_CPPv430mdns_service_instance_name_setPKcPKcPKc"]], "mdns_service_instance_name_set_for_host (c++ function)": [[0, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_port_set (c++ function)": [[0, "_CPPv421mdns_service_port_setPKcPKc8uint16_t"]], "mdns_service_port_set_for_host (c++ function)": [[0, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t"]], "mdns_service_remove (c++ function)": [[0, "_CPPv419mdns_service_removePKcPKc"]], "mdns_service_remove_all (c++ function)": [[0, "_CPPv423mdns_service_remove_allv"]], "mdns_service_remove_for_host (c++ function)": [[0, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc"]], "mdns_service_subtype_add_for_host (c++ function)": [[0, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_remove (c++ function)": [[0, "_CPPv428mdns_service_txt_item_removePKcPKcPKc"]], "mdns_service_txt_item_remove_for_host (c++ function)": [[0, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_set (c++ function)": [[0, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc"]], "mdns_service_txt_item_set_for_host (c++ function)": [[0, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_set_for_host_with_explicit_value_len (c++ function)": [[0, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t"]], "mdns_service_txt_item_set_with_explicit_value_len (c++ function)": [[0, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t"]], "mdns_service_txt_set (c++ function)": [[0, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t"]], "mdns_service_txt_set_for_host (c++ function)": [[0, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t"]], "mdns_txt_item_t (c++ struct)": [[0, "_CPPv415mdns_txt_item_t"]], "mdns_txt_item_t::key (c++ member)": [[0, "_CPPv4N15mdns_txt_item_t3keyE"]], "mdns_txt_item_t::value (c++ member)": [[0, "_CPPv4N15mdns_txt_item_t5valueE"]], "mdns_unregister_netif (c++ function)": [[0, "_CPPv421mdns_unregister_netifP11esp_netif_t"]]}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.todo":2,sphinx:56},filenames:["index.rst"],objects:{"":[[0,0,1,"c.MDNS_TYPE_A","MDNS_TYPE_A"],[0,0,1,"c.MDNS_TYPE_AAAA","MDNS_TYPE_AAAA"],[0,0,1,"c.MDNS_TYPE_ANY","MDNS_TYPE_ANY"],[0,0,1,"c.MDNS_TYPE_NSEC","MDNS_TYPE_NSEC"],[0,0,1,"c.MDNS_TYPE_OPT","MDNS_TYPE_OPT"],[0,0,1,"c.MDNS_TYPE_PTR","MDNS_TYPE_PTR"],[0,0,1,"c.MDNS_TYPE_SRV","MDNS_TYPE_SRV"],[0,0,1,"c.MDNS_TYPE_TXT","MDNS_TYPE_TXT"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E","MDNS_EVENT_ANNOUNCE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E","MDNS_EVENT_ANNOUNCE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E","MDNS_EVENT_DISABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E","MDNS_EVENT_DISABLE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E","MDNS_EVENT_ENABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E","MDNS_EVENT_ENABLE_IP6"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE","MDNS_IP_PROTOCOL_MAX"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E","MDNS_IP_PROTOCOL_V4"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E","MDNS_IP_PROTOCOL_V6"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE","MDNS_QUERY_MULTICAST"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE","MDNS_QUERY_UNICAST"],[0,2,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add"],[0,3,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add::address_list"],[0,3,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add::hostname"],[0,2,1,"_CPPv429mdns_delegate_hostname_removePKc","mdns_delegate_hostname_remove"],[0,3,1,"_CPPv429mdns_delegate_hostname_removePKc","mdns_delegate_hostname_remove::hostname"],[0,4,1,"_CPPv420mdns_event_actions_t","mdns_event_actions_t"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E","mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E","mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E","mdns_event_actions_t::MDNS_EVENT_DISABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E","mdns_event_actions_t::MDNS_EVENT_DISABLE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E","mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E","mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6"],[0,2,1,"_CPPv49mdns_freev","mdns_free"],[0,2,1,"_CPPv420mdns_hostname_existsPKc","mdns_hostname_exists"],[0,3,1,"_CPPv420mdns_hostname_existsPKc","mdns_hostname_exists::hostname"],[0,2,1,"_CPPv417mdns_hostname_setPKc","mdns_hostname_set"],[0,3,1,"_CPPv417mdns_hostname_setPKc","mdns_hostname_set::hostname"],[0,2,1,"_CPPv49mdns_initv","mdns_init"],[0,2,1,"_CPPv422mdns_instance_name_setPKc","mdns_instance_name_set"],[0,3,1,"_CPPv422mdns_instance_name_setPKc","mdns_instance_name_set::instance_name"],[0,5,1,"_CPPv414mdns_ip_addr_s","mdns_ip_addr_s"],[0,6,1,"_CPPv4N14mdns_ip_addr_s4addrE","mdns_ip_addr_s::addr"],[0,6,1,"_CPPv4N14mdns_ip_addr_s4nextE","mdns_ip_addr_s::next"],[0,7,1,"_CPPv414mdns_ip_addr_t","mdns_ip_addr_t"],[0,4,1,"_CPPv418mdns_ip_protocol_t","mdns_ip_protocol_t"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_MAX"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V4"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V6"],[0,2,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action"],[0,3,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action::esp_netif"],[0,3,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action::event_action"],[0,2,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::max_results"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::name"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::proto"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::results"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::service_type"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::timeout"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::type"],[0,2,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::addr"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::host_name"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::timeout"],[0,2,1,"_CPPv423mdns_query_async_deleteP18mdns_search_once_t","mdns_query_async_delete"],[0,3,1,"_CPPv423mdns_query_async_deleteP18mdns_search_once_t","mdns_query_async_delete::search"],[0,2,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::num_results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::search"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::timeout"],[0,2,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::max_results"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::name"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::notifier"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::proto"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::service_type"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::timeout"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::type"],[0,2,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::max_results"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::name"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::proto"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::results"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::service_type"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::timeout"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::transmission_type"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::type"],[0,7,1,"_CPPv419mdns_query_notify_t","mdns_query_notify_t"],[0,2,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::max_results"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::proto"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::results"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::service_type"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::timeout"],[0,2,1,"_CPPv423mdns_query_results_freeP13mdns_result_t","mdns_query_results_free"],[0,3,1,"_CPPv423mdns_query_results_freeP13mdns_result_t","mdns_query_results_free::results"],[0,2,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::instance_name"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::proto"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::result"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::service_type"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::timeout"],[0,4,1,"_CPPv430mdns_query_transmission_type_t","mdns_query_transmission_type_t"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE","mdns_query_transmission_type_t::MDNS_QUERY_MULTICAST"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE","mdns_query_transmission_type_t::MDNS_QUERY_UNICAST"],[0,2,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::instance_name"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::proto"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::result"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::service_type"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::timeout"],[0,2,1,"_CPPv419mdns_register_netifP11esp_netif_t","mdns_register_netif"],[0,3,1,"_CPPv419mdns_register_netifP11esp_netif_t","mdns_register_netif::esp_netif"],[0,5,1,"_CPPv413mdns_result_s","mdns_result_s"],[0,6,1,"_CPPv4N13mdns_result_s4addrE","mdns_result_s::addr"],[0,6,1,"_CPPv4N13mdns_result_s9esp_netifE","mdns_result_s::esp_netif"],[0,6,1,"_CPPv4N13mdns_result_s8hostnameE","mdns_result_s::hostname"],[0,6,1,"_CPPv4N13mdns_result_s13instance_nameE","mdns_result_s::instance_name"],[0,6,1,"_CPPv4N13mdns_result_s11ip_protocolE","mdns_result_s::ip_protocol"],[0,6,1,"_CPPv4N13mdns_result_s4nextE","mdns_result_s::next"],[0,6,1,"_CPPv4N13mdns_result_s4portE","mdns_result_s::port"],[0,6,1,"_CPPv4N13mdns_result_s5protoE","mdns_result_s::proto"],[0,6,1,"_CPPv4N13mdns_result_s12service_typeE","mdns_result_s::service_type"],[0,6,1,"_CPPv4N13mdns_result_s3ttlE","mdns_result_s::ttl"],[0,6,1,"_CPPv4N13mdns_result_s3txtE","mdns_result_s::txt"],[0,6,1,"_CPPv4N13mdns_result_s9txt_countE","mdns_result_s::txt_count"],[0,6,1,"_CPPv4N13mdns_result_s13txt_value_lenE","mdns_result_s::txt_value_len"],[0,7,1,"_CPPv413mdns_result_t","mdns_result_t"],[0,7,1,"_CPPv418mdns_search_once_t","mdns_search_once_t"],[0,2,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::instance_name"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::num_items"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::port"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::proto"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::service_type"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::txt"],[0,2,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::hostname"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::instance_name"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::num_items"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::port"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::proto"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::service_type"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::txt"],[0,2,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::hostname"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::proto"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::service_type"],[0,2,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::hostname"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::instance"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::proto"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::service_type"],[0,2,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::instance_name"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::proto"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::service_type"],[0,2,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::hostname"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::instance_name"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::instance_old"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::proto"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::service_type"],[0,2,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::port"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::proto"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::service_type"],[0,2,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::hostname"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::instance"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::port"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::proto"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::service_type"],[0,2,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove"],[0,3,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove::proto"],[0,3,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove::service_type"],[0,2,1,"_CPPv423mdns_service_remove_allv","mdns_service_remove_all"],[0,2,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::hostname"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::instance"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::proto"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::service_type"],[0,2,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::hostname"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::instance_name"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::proto"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::service_type"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::subtype"],[0,2,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::key"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::proto"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::service_type"],[0,2,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::hostname"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::instance"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::key"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::proto"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::service_type"],[0,2,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::key"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::proto"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::service_type"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::value"],[0,2,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::hostname"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::instance"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::key"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::proto"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::service_type"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::value"],[0,2,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::hostname"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::instance"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::key"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::proto"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::service_type"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::value"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::value_len"],[0,2,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::key"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::proto"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::service_type"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::value"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::value_len"],[0,2,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::num_items"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::proto"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::service_type"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::txt"],[0,2,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::hostname"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::instance"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::num_items"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::proto"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::service_type"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::txt"],[0,5,1,"_CPPv415mdns_txt_item_t","mdns_txt_item_t"],[0,6,1,"_CPPv4N15mdns_txt_item_t3keyE","mdns_txt_item_t::key"],[0,6,1,"_CPPv4N15mdns_txt_item_t5valueE","mdns_txt_item_t::value"],[0,2,1,"_CPPv421mdns_unregister_netifP11esp_netif_t","mdns_unregister_netif"],[0,3,1,"_CPPv421mdns_unregister_netifP11esp_netif_t","mdns_unregister_netif::esp_netif"]]},objnames:{"0":["c","macro","C macro"],"1":["cpp","enumerator","C++ enumerator"],"2":["cpp","function","C++ function"],"3":["cpp","functionParam","C++ function parameter"],"4":["cpp","enum","C++ enum"],"5":["cpp","class","C++ class"],"6":["cpp","member","C++ member"],"7":["cpp","type","C++ type"]},objtypes:{"0":"c:macro","1":"cpp:enumerator","2":"cpp:function","3":"cpp:functionParam","4":"cpp:enum","5":"cpp:class","6":"cpp:member","7":"cpp:type"},terms:{"0":0,"1":0,"1234":0,"2":0,"20":0,"2000":0,"3":0,"3000":0,"3232":0,"4321":0,"80":0,"\u4e2d\u6587":0,"char":0,"const":0,"default":0,"enum":0,"int":0,"new":0,"null":0,"public":0,"return":0,"static":0,"true":0,"var":0,"void":0,"while":0,A:0,If:0,No:0,On:0,The:0,_afpovertcp:0,_arduino:0,_ftp:0,_http:0,_ipp:0,_myservic:0,_nf:0,_printer:0,_smb:0,_tcp:0,_udp:0,aaaa:0,about:0,abov:0,action:0,activ:0,actual:0,ad:0,add:0,add_mdns_servic:0,addr:0,address:0,address_list:0,advertis:0,after:0,all:0,alreadi:0,also:0,although:0,an:0,ani:0,announc:0,answer:0,ap:0,appl:0,ar:0,arrai:0,asynchron:0,asynchronous:0,automat:0,avahi:0,avail:0,basic:0,been:0,befor:0,below:0,board:0,bonjour:0,bool:0,brows:0,bye:0,call:0,can:0,chang:0,check:0,collect:0,common:0,config:0,config_freertos_unicor:0,config_mdns_max_interfac:0,config_mdns_task_affin:0,config_mdns_task_prior:0,config_mdns_task_stack_s:0,configur:0,conflict:0,connect:0,correspond:0,could:0,cpu0:0,creat:0,current:0,custom:0,d:0,data:0,decid:0,default_inst:0,defin:0,deleg:0,delet:0,deriv:0,desir:0,detail:0,devic:0,differ:0,disabl:0,disconnect:0,discoveri:0,driver:0,dure:0,each:0,eesp32:0,eg:0,either:0,els:0,enabel:0,enabl:0,end:0,enough:0,err:0,error:0,esp32:0,esp:0,esp_err_invalid_arg:0,esp_err_invalid_st:0,esp_err_no_mem:0,esp_err_not_found:0,esp_err_t:0,esp_fail:0,esp_ip4_addr_t:0,esp_ip_addr_t:0,esp_log:0,esp_logw:0,esp_netif:0,esp_netif_t:0,esp_ok:0,etc:0,eth:0,ethernet:0,event:0,event_act:0,explicitli:0,fail:0,fals:0,few:0,find:0,find_mdns_servic:0,finish:0,first:0,follow:0,found:0,free:0,freed:0,friendli:0,from:0,ftp:0,gener:0,get:0,given:0,global:0,h:0,ha:0,handl:0,handler:0,have:0,here:0,host:0,host_nam:0,hostnam:0,http:0,i:0,if_str:0,ignor:0,includ:0,inform:0,init:0,initi:0,instal:0,instanc:0,instance_nam:0,instance_old:0,interfac:0,ip2str:0,ip4:0,ip4_addr:0,ip6:0,ip:0,ip_protocol:0,ip_protocol_str:0,ipaddr_type_v6:0,ipstr:0,ipv4:0,ipv62str:0,ipv6:0,ipv6str:0,item:0,jhon:0,kei:0,kind:0,last:0,len:0,length:0,like:0,link:0,linux:0,list:0,live:0,local:0,look:0,low:0,mac:0,manual:0,max:0,max_result:0,maxim:0,maximum:0,mdns_delegate_hostname_add:0,mdns_delegate_hostname_remov:0,mdns_event_actions_t:0,mdns_event_announce_ip4:0,mdns_event_announce_ip6:0,mdns_event_disable_ip4:0,mdns_event_disable_ip6:0,mdns_event_enable_ip4:0,mdns_event_enable_ip6:0,mdns_free:0,mdns_hostname_exist:0,mdns_hostname_set:0,mdns_init:0,mdns_instance_name_set:0,mdns_ip_addr_:0,mdns_ip_addr_t:0,mdns_ip_protocol_max:0,mdns_ip_protocol_t:0,mdns_ip_protocol_v4:0,mdns_ip_protocol_v6:0,mdns_multiple_inst:0,mdns_netif_act:0,mdns_print_result:0,mdns_queri:0,mdns_query_a:0,mdns_query_async_delet:0,mdns_query_async_get_result:0,mdns_query_async_new:0,mdns_query_gener:0,mdns_query_multicast:0,mdns_query_notify_t:0,mdns_query_ptr:0,mdns_query_results_fre:0,mdns_query_srv:0,mdns_query_transmission_type_t:0,mdns_query_txt:0,mdns_query_unicast:0,mdns_register_netif:0,mdns_result_:0,mdns_result_t:0,mdns_search_once_:0,mdns_search_once_t:0,mdns_service_add:0,mdns_service_add_for_host:0,mdns_service_exist:0,mdns_service_exists_with_inst:0,mdns_service_instance_name_set:0,mdns_service_instance_name_set_for_host:0,mdns_service_port_set:0,mdns_service_port_set_for_host:0,mdns_service_remov:0,mdns_service_remove_al:0,mdns_service_remove_for_host:0,mdns_service_subtype_add_for_host:0,mdns_service_txt_item_remov:0,mdns_service_txt_item_remove_for_host:0,mdns_service_txt_item_set:0,mdns_service_txt_item_set_for_host:0,mdns_service_txt_item_set_for_host_with_explicit_value_len:0,mdns_service_txt_item_set_with_explicit_value_len:0,mdns_service_txt_set:0,mdns_service_txt_set_for_host:0,mdns_txt_item_t:0,mdns_type_:0,mdns_type_a:0,mdns_type_aaaa:0,mdns_type_ani:0,mdns_type_nsec:0,mdns_type_opt:0,mdns_type_ptr:0,mdns_type_srv:0,mdns_type_txt:0,mdns_unregister_netif:0,member:0,memori:0,method:0,millisecond:0,more:0,most:0,multicast:0,multipl:0,must:0,my:0,my_app_some_method:0,n:0,name:0,need:0,netif:0,network:0,next:0,nf:0,note:0,notif:0,notifi:0,num_item:0,num_result:0,number:0,object:0,offer:0,onc:0,one:0,onli:0,oper:0,option:0,origin:0,os:0,other:0,otherwis:0,our:0,output:0,over:0,p:0,packag:0,packet:0,page:0,paramet:0,password:0,pin:0,pleas:0,pointer:0,port:0,preconfigur:0,prepend:0,printer:0,printf:0,prioriti:0,probe:0,progress:0,proto:0,protocol:0,provid:0,ptr:0,r:0,read:0,readi:0,record:0,regist:0,releas:0,remov:0,replac:0,repli:0,requir:0,resolv:0,resolve_mdns_host:0,respond:0,result:0,run:0,s:0,same:0,scanner:0,search:0,see:0,send:0,separ:0,server:0,service_nam:0,service_typ:0,servicetxtdata:0,set:0,share:0,size:0,size_t:0,some:0,specif:0,specifi:0,srevic:0,srv:0,sta:0,stack:0,standard:0,start:0,start_mdns_servic:0,state:0,stop:0,string:0,strlen:0,struct:0,subtyp:0,success:0,successfulli:0,support:0,system:0,t:0,tag:0,task:0,tcpip_if:0,test:0,text:0,them:0,thi:0,thing:0,time:0,timeout:0,transmission_typ:0,ttl:0,txt:0,txt_count:0,txt_value_len:0,typedef:0,u:0,u_addr:0,udp:0,uint16_t:0,uint32_t:0,uint8_t:0,underscor:0,unicast:0,unregist:0,updat:0,us:0,user:0,usual:0,v4:0,v6:0,val:0,valu:0,value_len:0,via:0,wa:0,wait:0,want:0,web:0,when:0,whether:0,which:0,wifi:0,window:0,you:0,your:0},titles:["mDNS Service"],titleterms:{"function":0,api:0,applic:0,definit:0,enumer:0,exampl:0,execut:0,file:0,header:0,macro:0,mdn:0,minim:0,optim:0,overview:0,perform:0,properti:0,queri:0,ram:0,refer:0,servic:0,speed:0,structur:0,type:0,usag:0}}) \ No newline at end of file diff --git a/mdns/zh_CN/.buildinfo b/mdns/zh_CN/.buildinfo index 989daf65b..20afb32f0 100644 --- a/mdns/zh_CN/.buildinfo +++ b/mdns/zh_CN/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 8940cd0d894a9ed0ad03abcf1e91ba9e +config: f8195a6c56a7c32b8107d3a5a81e2f57 tags: 549b3d6d0415232fb7e35403b330ff49 diff --git a/mdns/zh_CN/_static/_sphinx_javascript_frameworks_compat.js b/mdns/zh_CN/_static/_sphinx_javascript_frameworks_compat.js deleted file mode 100644 index 8549469dc..000000000 --- a/mdns/zh_CN/_static/_sphinx_javascript_frameworks_compat.js +++ /dev/null @@ -1,134 +0,0 @@ -/* - * _sphinx_javascript_frameworks_compat.js - * ~~~~~~~~~~ - * - * Compatability shim for jQuery and underscores.js. - * - * WILL BE REMOVED IN Sphinx 6.0 - * xref RemovedInSphinx60Warning - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} diff --git a/mdns/zh_CN/_static/basic.css b/mdns/zh_CN/_static/basic.css index 4e9a9f1fa..bf18350b6 100644 --- a/mdns/zh_CN/_static/basic.css +++ b/mdns/zh_CN/_static/basic.css @@ -222,7 +222,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 360px; + min-width: 450px; max-width: 800px; } @@ -237,6 +237,16 @@ a.headerlink { visibility: hidden; } +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -324,15 +334,13 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } -nav.contents, -aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ -nav.contents, -aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -371,8 +379,6 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, -nav.contents > :last-child, -aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -380,8 +386,6 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, -nav.contents::after, -aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -424,6 +428,10 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } +table.footnote td, table.footnote th { + border: 0 !important; +} + th { text-align: left; padding-right: 5px; @@ -606,26 +614,20 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -aside.footnote > span, -div.citation > span { + +dl.footnote > dt, +dl.citation > dt { float: left; + margin-right: 0.5em; } -aside.footnote > span:last-of-type, -div.citation > span:last-of-type { - padding-right: 0.5em; -} -aside.footnote > p { - margin-left: 2em; -} -div.citation > p { - margin-left: 4em; -} -aside.footnote > p:last-of-type, -div.citation > p:last-of-type { + +dl.footnote > dd, +dl.citation > dd { margin-bottom: 0em; } -aside.footnote > p:last-of-type:after, -div.citation > p:last-of-type:after { + +dl.footnote > dd:after, +dl.citation > dd:after { content: ""; clear: both; } @@ -642,6 +644,10 @@ dl.field-list > dt { padding-right: 5px; } +dl.field-list > dt:after { + content: ":"; +} + dl.field-list > dd { padding-left: 0.5em; margin-top: 0em; diff --git a/mdns/zh_CN/_static/doctools.js b/mdns/zh_CN/_static/doctools.js index 527b876ca..e1bfd708b 100644 --- a/mdns/zh_CN/_static/doctools.js +++ b/mdns/zh_CN/_static/doctools.js @@ -2,155 +2,357 @@ * doctools.js * ~~~~~~~~~~~ * - * Base JavaScript utilities for all Sphinx HTML documentation. + * Sphinx JavaScript utilities for all documentation. * * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ -"use strict"; -const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ - "TEXTAREA", - "INPUT", - "SELECT", - "BUTTON", -]); +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); -const _ready = (callback) => { - if (document.readyState !== "loading") { - callback(); - } else { - document.addEventListener("DOMContentLoaded", callback); +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x } + return decodeURIComponent(x.replace(/\+/g, ' ')); }; +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + /** * Small JavaScript module for the documentation. */ -const Documentation = { - init: () => { - Documentation.initDomainIndexTable(); - Documentation.initOnKeyListeners(); +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS: {}, - PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), - LOCALE: "unknown", + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext: (string) => { - const translated = Documentation.TRANSLATIONS[string]; - switch (typeof translated) { - case "undefined": - return string; // no translation - case "string": - return translated; // translation exists - default: - return translated[0]; // (singular, plural) translation tuple exists + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); } }, - ngettext: (singular, plural, n) => { - const translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated !== "undefined") - return translated[Documentation.PLURAL_EXPR(n)]; - return n === 1 ? singular : plural; - }, - - addTranslations: (catalog) => { - Object.assign(Documentation.TRANSLATIONS, catalog.messages); - Documentation.PLURAL_EXPR = new Function( - "n", - `return (${catalog.plural_expr})` - ); - Documentation.LOCALE = catalog.locale; + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } }, /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** * helper function to focus on search bar */ - focusSearchBar: () => { - document.querySelectorAll("input[name=q]")[0]?.focus(); + focusSearchBar : function() { + $('input[name=q]').first().focus(); }, /** - * Initialise the domain index toggle buttons + * make the url absolute */ - initDomainIndexTable: () => { - const toggler = (el) => { - const idNumber = el.id.substr(7); - const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); - if (el.src.substr(-9) === "minus.png") { - el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; - toggledRows.forEach((el) => (el.style.display = "none")); - } else { - el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; - toggledRows.forEach((el) => (el.style.display = "")); - } - }; - - const togglerElements = document.querySelectorAll("img.toggler"); - togglerElements.forEach((el) => - el.addEventListener("click", (event) => toggler(event.currentTarget)) - ); - togglerElements.forEach((el) => (el.style.display = "")); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; }, - initOnKeyListeners: () => { + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { // only install a listener if it is really needed - if ( - !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && - !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS - ) - return; + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; - document.addEventListener("keydown", (event) => { - // bail for input elements - if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; - // bail with special keys - if (event.altKey || event.ctrlKey || event.metaKey) return; + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; - if (!event.shiftKey) { + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / switch (event.key) { - case "ArrowLeft": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const prevLink = document.querySelector('link[rel="prev"]'); - if (prevLink && prevLink.href) { - window.location.href = prevLink.href; - event.preventDefault(); - } - break; - case "ArrowRight": - if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - - const nextLink = document.querySelector('link[rel="next"]'); - if (nextLink && nextLink.href) { - window.location.href = nextLink.href; - event.preventDefault(); - } - break; + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; } } - - // some keyboard layouts may need Shift to get / - switch (event.key) { - case "/": - if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; - Documentation.focusSearchBar(); - event.preventDefault(); - } }); - }, + } }; // quick alias for translations -const _ = Documentation.gettext; +_ = Documentation.gettext; -_ready(Documentation.init); +$(document).ready(function() { + Documentation.init(); +}); diff --git a/mdns/zh_CN/_static/documentation_options.js b/mdns/zh_CN/_static/documentation_options.js index 378908c5d..aacdc454f 100644 --- a/mdns/zh_CN/_static/documentation_options.js +++ b/mdns/zh_CN/_static/documentation_options.js @@ -1,7 +1,7 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), VERSION: 'latest', - LANGUAGE: 'zh-CN', + LANGUAGE: 'zh_CN', COLLAPSE_INDEX: false, BUILDER: 'html', FILE_SUFFIX: '.html', diff --git a/mdns/zh_CN/_static/jquery-3.5.1.js b/mdns/zh_CN/_static/jquery-3.5.1.js new file mode 100644 index 000000000..50937333b --- /dev/null +++ b/mdns/zh_CN/_static/jquery-3.5.1.js @@ -0,0 +1,10872 @@ +/*! + * jQuery JavaScript Library v3.5.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2020-05-04T22:49Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var flat = arr.flat ? function( array ) { + return arr.flat.call( array ); +} : function( array ) { + return arr.concat.apply( [], array ); +}; + + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + +var isFunction = function isFunction( obj ) { + + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML elements + // (i.e., `typeof document.createElement( "object" ) === "function"`). + // We don't want to classify *any* DOM node as a function. + return typeof obj === "function" && typeof obj.nodeType !== "number"; + }; + + +var isWindow = function isWindow( obj ) { + return obj != null && obj === obj.window; + }; + + +var document = window.document; + + + + var preservedScriptAttributes = { + type: true, + src: true, + nonce: true, + noModule: true + }; + + function DOMEval( code, node, doc ) { + doc = doc || document; + + var i, val, + script = doc.createElement( "script" ); + + script.text = code; + if ( node ) { + for ( i in preservedScriptAttributes ) { + + // Support: Firefox 64+, Edge 18+ + // Some browsers don't support the "nonce" property on scripts. + // On the other hand, just using `getAttribute` is not enough as + // the `nonce` attribute is reset to an empty string whenever it + // becomes browsing-context connected. + // See https://github.com/whatwg/html/issues/2369 + // See https://html.spec.whatwg.org/#nonce-attributes + // The `node.getAttribute` check was added for the sake of + // `jQuery.globalEval` so that it can fake a nonce-containing node + // via an object. + val = node[ i ] || node.getAttribute && node.getAttribute( i ); + if ( val ) { + script.setAttribute( i, val ); + } + } + } + doc.head.appendChild( script ).parentNode.removeChild( script ); + } + + +function toType( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; +} +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.5.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + even: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return ( i + 1 ) % 2; + } ) ); + }, + + odd: function() { + return this.pushStack( jQuery.grep( this, function( _elem, i ) { + return i % 2; + } ) ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + copy = options[ name ]; + + // Prevent Object.prototype pollution + // Prevent never-ending loop + if ( name === "__proto__" || target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + src = target[ name ]; + + // Ensure proper type for the source value + if ( copyIsArray && !Array.isArray( src ) ) { + clone = []; + } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { + clone = {}; + } else { + clone = src; + } + copyIsArray = false; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + // Evaluates a script in a provided context; falls back to the global one + // if not specified. + globalEval: function( code, options, doc ) { + DOMEval( code, { nonce: options && options.nonce }, doc ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return flat( ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( _i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = toType( obj ); + + if ( isFunction( obj ) || isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.3.5 + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://js.foundation/ + * + * Date: 2020-03-14 + */ +( function( window ) { +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + nonnativeSelectorCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // Instance methods + hasOwn = ( {} ).hasOwnProperty, + arr = [], + pop = arr.pop, + pushNative = arr.push, + push = arr.push, + slice = arr.slice, + + // Use a stripped-down indexOf as it's faster than native + // https://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[ i ] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + + "ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram + identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + + // "Attribute values must be CSS identifiers [capture 5] + // or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + + whitespace + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + + "*" ), + rdescend = new RegExp( whitespace + "|>" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + + whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + + whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rhtml = /HTML$/i, + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), + funescape = function( escape, nonHex ) { + var high = "0x" + escape.slice( 1 ) - 0x10000; + + return nonHex ? + + // Strip the backslash prefix from a non-hex escape sequence + nonHex : + + // Replace a hexadecimal escape sequence with the encoded Unicode code point + // Support: IE <=11+ + // For values outside the Basic Multilingual Plane (BMP), manually construct a + // surrogate pair + high < 0 ? + String.fromCharCode( high + 0x10000 ) : + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // CSS string/identifier serialization + // https://drafts.csswg.org/cssom/#common-serializing-idioms + rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + fcssescape = function( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }, + + inDisabledFieldset = addCombinator( + function( elem ) { + return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; + }, + { dir: "parentNode", next: "legend" } + ); + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + ( arr = slice.call( preferredDoc.childNodes ) ), + preferredDoc.childNodes + ); + + // Support: Android<4.0 + // Detect silently failing push.apply + // eslint-disable-next-line no-unused-expressions + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + pushNative.apply( target, slice.call( els ) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + + // Can't trust NodeList.length + while ( ( target[ j++ ] = els[ i++ ] ) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + setDocument( context ); + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { + + // ID selector + if ( ( m = match[ 1 ] ) ) { + + // Document context + if ( nodeType === 9 ) { + if ( ( elem = context.getElementById( m ) ) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && ( elem = newContext.getElementById( m ) ) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[ 2 ] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !nonnativeSelectorCache[ selector + " " ] && + ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && + + // Support: IE 8 only + // Exclude object elements + ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { + + newSelector = selector; + newContext = context; + + // qSA considers elements outside a scoping root when evaluating child or + // descendant combinators, which is not what we want. + // In such cases, we work around the behavior by prefixing every selector in the + // list with an ID selector referencing the scope context. + // The technique has to be used as well when a leading combinator is used + // as such selectors are not recognized by querySelectorAll. + // Thanks to Andrew Dupont for this technique. + if ( nodeType === 1 && + ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + + // We can use :scope instead of the ID hack if the browser + // supports it & if we're not changing the context. + if ( newContext !== context || !support.scope ) { + + // Capture the context ID, setting it first if necessary + if ( ( nid = context.getAttribute( "id" ) ) ) { + nid = nid.replace( rcssescape, fcssescape ); + } else { + context.setAttribute( "id", ( nid = expando ) ); + } + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + + toSelector( groups[ i ] ); + } + newSelector = groups.join( "," ); + } + + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + nonnativeSelectorCache( selector, true ); + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return ( cache[ key + " " ] = value ); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement( "fieldset" ); + + try { + return !!fn( el ); + } catch ( e ) { + return false; + } finally { + + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + + // release memory in IE + el = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split( "|" ), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[ i ] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + a.sourceIndex - b.sourceIndex; + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( ( cur = cur.nextSibling ) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return ( name === "input" || name === "button" ) && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11 + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + /* jshint -W018 */ + elem.isDisabled !== !disabled && + inDisabledFieldset( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction( function( argument ) { + argument = +argument; + return markFunction( function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ ( j = matchIndexes[ i ] ) ] ) { + seed[ j ] = !( matches[ j ] = seed[ j ] ); + } + } + } ); + } ); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + var namespace = elem.namespaceURI, + docElem = ( elem.ownerDocument || elem ).documentElement; + + // Support: IE <=8 + // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes + // https://bugs.jquery.com/ticket/4833 + return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9 - 11+, Edge 12 - 18+ + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( preferredDoc != document && + ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { + + // Support: IE 11, Edge + if ( subWindow.addEventListener ) { + subWindow.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( subWindow.attachEvent ) { + subWindow.attachEvent( "onunload", unloadHandler ); + } + } + + // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, + // Safari 4 - 5 only, Opera <=11.6 - 12.x only + // IE/Edge & older browsers don't support the :scope pseudo-class. + // Support: Safari 6.0 only + // Safari 6.0 supports :scope but it's an alias of :root there. + support.scope = assert( function( el ) { + docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); + return typeof el.querySelectorAll !== "undefined" && + !el.querySelectorAll( ":scope fieldset div" ).length; + } ); + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert( function( el ) { + el.className = "i"; + return !el.getAttribute( "className" ); + } ); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert( function( el ) { + el.appendChild( document.createComment( "" ) ); + return !el.getElementsByTagName( "*" ).length; + } ); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert( function( el ) { + docElem.appendChild( el ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + } ); + + // ID filter and find + if ( support.getById ) { + Expr.filter[ "ID" ] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute( "id" ) === attrId; + }; + }; + Expr.find[ "ID" ] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter[ "ID" ] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode( "id" ); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find[ "ID" ] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( ( elem = elems[ i++ ] ) ) { + node = elem.getAttributeNode( "id" ); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find[ "TAG" ] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( ( elem = results[ i++ ] ) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See https://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { + + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert( function( el ) { + + var input; + + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // https://bugs.jquery.com/ticket/12359 + docElem.appendChild( el ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !el.querySelectorAll( "[selected]" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push( "~=" ); + } + + // Support: IE 11+, Edge 15 - 18+ + // IE 11/Edge don't find elements on a `[name='']` query in some cases. + // Adding a temporary attribute to the document before the selection works + // around the issue. + // Interestingly, IE 10 & older don't seem to have the issue. + input = document.createElement( "input" ); + input.setAttribute( "name", "" ); + el.appendChild( input ); + if ( !el.querySelectorAll( "[name='']" ).length ) { + rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + + whitespace + "*(?:''|\"\")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !el.querySelectorAll( ":checked" ).length ) { + rbuggyQSA.push( ":checked" ); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push( ".#.+[+~]" ); + } + + // Support: Firefox <=3.6 - 5 only + // Old Firefox doesn't throw on a badly-escaped identifier. + el.querySelectorAll( "\\\f" ); + rbuggyQSA.push( "[\\r\\n\\f]" ); + } ); + + assert( function( el ) { + el.innerHTML = "" + + ""; + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement( "input" ); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( el.querySelectorAll( "[name=d]" ).length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE9-11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + docElem.appendChild( el ).disabled = true; + if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: Opera 10 - 11 only + // Opera 10-11 does not throw on post-comma invalid pseudos + el.querySelectorAll( "*,:x" ); + rbuggyQSA.push( ",.*:" ); + } ); + } + + if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector ) ) ) ) { + + assert( function( el ) { + + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( el, "*" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( el, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + } ); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + ) ); + } : + function( a, b ) { + if ( b ) { + while ( ( b = b.parentNode ) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { + + // Choose the first element that is related to our preferred document + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( a == document || a.ownerDocument == preferredDoc && + contains( preferredDoc, a ) ) { + return -1; + } + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( b == document || b.ownerDocument == preferredDoc && + contains( preferredDoc, b ) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + /* eslint-disable eqeqeq */ + return a == document ? -1 : + b == document ? 1 : + /* eslint-enable eqeqeq */ + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( ( cur = cur.parentNode ) ) { + ap.unshift( cur ); + } + cur = b; + while ( ( cur = cur.parentNode ) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[ i ] === bp[ i ] ) { + i++; + } + + return i ? + + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[ i ], bp[ i ] ) : + + // Otherwise nodes in our document sort first + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + /* eslint-disable eqeqeq */ + ap[ i ] == preferredDoc ? -1 : + bp[ i ] == preferredDoc ? 1 : + /* eslint-enable eqeqeq */ + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + setDocument( elem ); + + if ( support.matchesSelector && documentIsHTML && + !nonnativeSelectorCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch ( e ) { + nonnativeSelectorCache( expr, true ); + } + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( context.ownerDocument || context ) != document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + + // Set document vars if needed + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( ( elem.ownerDocument || elem ) != document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + ( val = elem.getAttributeNode( name ) ) && val.specified ? + val.value : + null; +}; + +Sizzle.escape = function( sel ) { + return ( sel + "" ).replace( rcssescape, fcssescape ); +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( ( elem = results[ i++ ] ) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + + // If no nodeType, this is expected to be an array + while ( ( node = elem[ i++ ] ) ) { + + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[ 1 ] = match[ 1 ].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[ 3 ] = ( match[ 3 ] || match[ 4 ] || + match[ 5 ] || "" ).replace( runescape, funescape ); + + if ( match[ 2 ] === "~=" ) { + match[ 3 ] = " " + match[ 3 ] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[ 1 ] = match[ 1 ].toLowerCase(); + + if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { + + // nth-* requires argument + if ( !match[ 3 ] ) { + Sizzle.error( match[ 0 ] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[ 4 ] = +( match[ 4 ] ? + match[ 5 ] + ( match[ 6 ] || 1 ) : + 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); + match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); + + // other types prohibit arguments + } else if ( match[ 3 ] ) { + Sizzle.error( match[ 0 ] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[ 6 ] && match[ 2 ]; + + if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[ 3 ] ) { + match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + + // Get excess from tokenize (recursively) + ( excess = tokenize( unquoted, true ) ) && + + // advance to the next closing parenthesis + ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { + + // excess is a negative index + match[ 0 ] = match[ 0 ].slice( 0, excess ); + match[ 2 ] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { + return true; + } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + ( pattern = new RegExp( "(^|" + whitespace + + ")" + className + "(" + whitespace + "|$)" ) ) && classCache( + className, function( elem ) { + return pattern.test( + typeof elem.className === "string" && elem.className || + typeof elem.getAttribute !== "undefined" && + elem.getAttribute( "class" ) || + "" + ); + } ); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + /* eslint-disable max-len */ + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + /* eslint-enable max-len */ + + }; + }, + + "CHILD": function( type, what, _argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, _context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( ( node = node[ dir ] ) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( ( node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + + // Use previously-cached element index if available + if ( useCache ) { + + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + + // Use the same loop as above to seek `elem` from the start + while ( ( node = ++nodeIndex && node && node[ dir ] || + ( diff = nodeIndex = 0 ) || start.pop() ) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || + ( node[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + ( outerCache[ node.uniqueID ] = {} ); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction( function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[ i ] ); + seed[ idx ] = !( matches[ idx ] = matched[ i ] ); + } + } ) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + + // Potentially complex pseudos + "not": markFunction( function( selector ) { + + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction( function( seed, matches, _context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( ( elem = unmatched[ i ] ) ) { + seed[ i ] = !( matches[ i ] = elem ); + } + } + } ) : + function( elem, _context, xml ) { + input[ 0 ] = elem; + matcher( input, null, xml, results ); + + // Don't keep the element (issue #299) + input[ 0 ] = null; + return !results.pop(); + }; + } ), + + "has": markFunction( function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + } ), + + "contains": markFunction( function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; + }; + } ), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + + // lang value must be a valid identifier + if ( !ridentifier.test( lang || "" ) ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( ( elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); + return false; + }; + } ), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && + ( !document.hasFocus || document.hasFocus() ) && + !!( elem.type || elem.href || ~elem.tabIndex ); + }, + + // Boolean properties + "enabled": createDisabledPseudo( false ), + "disabled": createDisabledPseudo( true ), + + "checked": function( elem ) { + + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return ( nodeName === "input" && !!elem.checked ) || + ( nodeName === "option" && !!elem.selected ); + }, + + "selected": function( elem ) { + + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + // eslint-disable-next-line no-unused-expressions + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos[ "empty" ]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( ( attr = elem.getAttribute( "type" ) ) == null || + attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo( function() { + return [ 0 ]; + } ), + + "last": createPositionalPseudo( function( _matchIndexes, length ) { + return [ length - 1 ]; + } ), + + "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + } ), + + "even": createPositionalPseudo( function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "odd": createPositionalPseudo( function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { + var i = argument < 0 ? + argument + length : + argument > length ? + length : + argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ), + + "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + } ) + } +}; + +Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || ( match = rcomma.exec( soFar ) ) ) { + if ( match ) { + + // Don't consume trailing commas as valid + soFar = soFar.slice( match[ 0 ].length ) || soFar; + } + groups.push( ( tokens = [] ) ); + } + + matched = false; + + // Combinators + if ( ( match = rcombinators.exec( soFar ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + + // Cast descendant combinators to space + type: match[ 0 ].replace( rtrim, " " ) + } ); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || + ( match = preFilters[ type ]( match ) ) ) ) { + matched = match.shift(); + tokens.push( { + value: matched, + type: type, + matches: match + } ); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[ i ].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( ( elem = elem[ dir ] ) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || ( elem[ expando ] = {} ); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || + ( outerCache[ elem.uniqueID ] = {} ); + + if ( skip && skip === elem.nodeName.toLowerCase() ) { + elem = elem[ dir ] || elem; + } else if ( ( oldCache = uniqueCache[ key ] ) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return ( newCache[ 2 ] = oldCache[ 2 ] ); + } else { + + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[ i ]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[ 0 ]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[ i ], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( ( elem = unmatched[ i ] ) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction( function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( + selector || "*", + context.nodeType ? [ context ] : context, + [] + ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( ( elem = temp[ i ] ) ) { + matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) ) { + + // Restore matcherIn since elem is not yet a final match + temp.push( ( matcherIn[ i ] = elem ) ); + } + } + postFinder( null, ( matcherOut = [] ), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( ( elem = matcherOut[ i ] ) && + ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { + + seed[ temp ] = !( results[ temp ] = elem ); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + } ); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[ 0 ].type ], + implicitRelative = leadingRelative || Expr.relative[ " " ], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + ( checkContext = context ).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { + matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; + } else { + matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[ j ].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens + .slice( 0, i - 1 ) + .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), + + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), + len = elems.length; + + if ( outermost ) { + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + outermostContext = context == document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + + // Support: IE 11+, Edge 17 - 18+ + // IE/Edge sometimes throw a "Permission denied" error when strict-comparing + // two documents; shallow comparisons work. + // eslint-disable-next-line eqeqeq + if ( !context && elem.ownerDocument != document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( ( matcher = elementMatchers[ j++ ] ) ) { + if ( matcher( elem, context || document, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + + // They will have gone through all possible matchers + if ( ( elem = !matcher && elem ) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( ( matcher = setMatchers[ j++ ] ) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !( unmatched[ i ] || setMatched[ i ] ) ) { + setMatched[ i ] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[ i ] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( + selector, + matcherFromGroupMatchers( elementMatchers, setMatchers ) + ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( ( selector = compiled.selector || selector ) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[ 0 ] = match[ 0 ].slice( 0 ); + if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { + + context = ( Expr.find[ "ID" ]( token.matches[ 0 ] + .replace( runescape, funescape ), context ) || [] )[ 0 ]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[ i ]; + + // Abort if we hit a combinator + if ( Expr.relative[ ( type = token.type ) ] ) { + break; + } + if ( ( find = Expr.find[ type ] ) ) { + + // Search, expanding context for leading sibling combinators + if ( ( seed = find( + token.matches[ 0 ].replace( runescape, funescape ), + rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || + context + ) ) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert( function( el ) { + + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; +} ); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert( function( el ) { + el.innerHTML = ""; + return el.firstChild.getAttribute( "href" ) === "#"; +} ) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + } ); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert( function( el ) { + el.innerHTML = ""; + el.firstChild.setAttribute( "value", "" ); + return el.firstChild.getAttribute( "value" ) === ""; +} ) ) { + addHandle( "value", function( elem, _name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + } ); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert( function( el ) { + return el.getAttribute( "disabled" ) == null; +} ) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + ( val = elem.getAttributeNode( name ) ) && val.specified ? + val.value : + null; + } + } ); +} + +return Sizzle; + +} )( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; +jQuery.escapeSelector = Sizzle.escape; + + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + + + +function nodeName( elem, name ) { + + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + +}; +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Filtered directly for both simple and complex selectors + return jQuery.filter( qualifier, elements, not ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, _i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, _i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, _i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + if ( elem.contentDocument != null && + + // Support: IE 11+ + // elements with no `data` attribute has an object + // `contentDocument` with a `null` prototype. + getProto( elem.contentDocument ) ) { + + return elem.contentDocument; + } + + // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only + // Treat the template element as a regular one in browsers that + // don't support it. + if ( nodeName( elem, "template" ) ) { + elem = elem.content || elem; + } + + return jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = locked || options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && toType( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject, noValue ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: + // * false: [ value ].slice( 0 ) => resolve( value ) + // * true: [ value ].slice( 1 ) => resolve() + resolve.apply( undefined, [ value ].slice( noValue ) ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.apply( undefined, [ value ] ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( _i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.stackTrace ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the stack, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getStackHook ) { + process.stackTrace = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // rejected_handlers.disable + // fulfilled_handlers.disable + tuples[ 3 - i ][ 3 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock, + + // progress_handlers.lock + tuples[ 0 ][ 3 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the master Deferred + master = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + master.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, + !remaining ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( master.state() === "pending" || + isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return master.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); + } + + return master.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +jQuery.Deferred.exceptionHook = function( error, stack ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( toType( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, _key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; + + +// Matches dashed string for camelizing +var rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g; + +// Used by camelCase as callback to replace() +function fcamelCase( _all, letter ) { + return letter.toUpperCase(); +} + +// Convert dashed to camelCase; used by the css and data modules +// Support: IE <=9 - 11, Edge 12 - 15 +// Microsoft forgot to hump their vendor prefix (#9572) +function camelCase( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); +} +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( Array.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( camelCase ); + } else { + key = camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || Array.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var documentElement = document.documentElement; + + + + var isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ); + }, + composed = { composed: true }; + + // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only + // Check attachment across shadow DOM boundaries when possible (gh-3504) + // Support: iOS 10.0-10.2 only + // Early iOS 10 versions support `attachShadow` but not `getRootNode`, + // leading to errors. We need to check for `getRootNode`. + if ( documentElement.getRootNode ) { + isAttached = function( elem ) { + return jQuery.contains( elem.ownerDocument, elem ) || + elem.getRootNode( composed ) === elem.ownerDocument; + }; + } +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + isAttached( elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, scale, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = elem.nodeType && + ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Support: Firefox <=54 + // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) + initial = initial / 2; + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + while ( maxIterations-- ) { + + // Evaluate and update our best guess (doubling guesses that zero out). + // Finish if the scale equals or crosses 1 (making the old*new product non-positive). + jQuery.style( elem, prop, initialInUnit + unit ); + if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { + maxIterations = 0; + } + initialInUnit = initialInUnit / scale; + + } + + initialInUnit = initialInUnit * 2; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); + +var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); + + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // Support: IE <=9 only + // IE <=9 replaces "; + support.option = !!div.lastChild; +} )(); + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
      " ], + col: [ 2, "", "
      " ], + tr: [ 2, "", "
      " ], + td: [ 3, "", "
      " ], + + _default: [ 0, "", "" ] +}; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: IE <=9 only +if ( !support.option ) { + wrapMap.optgroup = wrapMap.option = [ 1, "" ]; +} + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, attached, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( toType( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + attached = isAttached( elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( attached ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE <=9 - 11+ +// focus() and blur() are asynchronous, except when they are no-op. +// So expect focus to be synchronous when the element is already active, +// and blur to be synchronous when the element is not already active. +// (focus and blur are always synchronous in other supported browsers, +// this just defines when we can count on it). +function expectSync( elem, type ) { + return ( elem === safeActiveElement() ) === ( type === "focus" ); +} + +// Support: IE <=9 only +// Accessing document.activeElement can throw unexpectedly +// https://bugs.jquery.com/ticket/13393 +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Only attach events to objects that accept data + if ( !acceptData( elem ) ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = Object.create( null ); + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( nativeEvent ), + + handlers = ( + dataPriv.get( this, "events" ) || Object.create( null ) + )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // If the event is namespaced, then each handler is only invoked if it is + // specially universal or its namespaces are a superset of the event's. + if ( !event.rnamespace || handleObj.namespace === false || + event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + click: { + + // Utilize native event to ensure correct state for checkable inputs + setup: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Claim the first handler + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + // dataPriv.set( el, "click", ... ) + leverageNative( el, "click", returnTrue ); + } + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function( data ) { + + // For mutual compressibility with _default, replace `this` access with a local var. + // `|| data` is dead code meant only to preserve the variable through minification. + var el = this || data; + + // Force setup before triggering a click + if ( rcheckableType.test( el.type ) && + el.click && nodeName( el, "input" ) ) { + + leverageNative( el, "click" ); + } + + // Return non-false to allow normal event-path propagation + return true; + }, + + // For cross-browser consistency, suppress native .click() on links + // Also prevent it if we're currently inside a leveraged native-event stack + _default: function( event ) { + var target = event.target; + return rcheckableType.test( target.type ) && + target.click && nodeName( target, "input" ) && + dataPriv.get( target, "click" ) || + nodeName( target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +// Ensure the presence of an event listener that handles manually-triggered +// synthetic events by interrupting progress until reinvoked in response to +// *native* events that it fires directly, ensuring that state changes have +// already occurred before other listeners are invoked. +function leverageNative( el, type, expectSync ) { + + // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add + if ( !expectSync ) { + if ( dataPriv.get( el, type ) === undefined ) { + jQuery.event.add( el, type, returnTrue ); + } + return; + } + + // Register the controller as a special universal handler for all event namespaces + dataPriv.set( el, type, false ); + jQuery.event.add( el, type, { + namespace: false, + handler: function( event ) { + var notAsync, result, + saved = dataPriv.get( this, type ); + + if ( ( event.isTrigger & 1 ) && this[ type ] ) { + + // Interrupt processing of the outer synthetic .trigger()ed event + // Saved data should be false in such cases, but might be a leftover capture object + // from an async native handler (gh-4350) + if ( !saved.length ) { + + // Store arguments for use when handling the inner native event + // There will always be at least one argument (an event object), so this array + // will not be confused with a leftover capture object. + saved = slice.call( arguments ); + dataPriv.set( this, type, saved ); + + // Trigger the native event and capture its result + // Support: IE <=9 - 11+ + // focus() and blur() are asynchronous + notAsync = expectSync( this, type ); + this[ type ](); + result = dataPriv.get( this, type ); + if ( saved !== result || notAsync ) { + dataPriv.set( this, type, false ); + } else { + result = {}; + } + if ( saved !== result ) { + + // Cancel the outer synthetic event + event.stopImmediatePropagation(); + event.preventDefault(); + return result.value; + } + + // If this is an inner synthetic event for an event with a bubbling surrogate + // (focus or blur), assume that the surrogate already propagated from triggering the + // native event and prevent that from happening again here. + // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the + // bubbling surrogate propagates *after* the non-bubbling base), but that seems + // less bad than duplication. + } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { + event.stopPropagation(); + } + + // If this is a native event triggered above, everything is now in order + // Fire an inner synthetic event with the original arguments + } else if ( saved.length ) { + + // ...and capture the result + dataPriv.set( this, type, { + value: jQuery.event.trigger( + + // Support: IE <=9 - 11+ + // Extend with the prototype to reset the above stopImmediatePropagation() + jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), + saved.slice( 1 ), + this + ) + } ); + + // Abort handling of the native event + event.stopImmediatePropagation(); + } + } + } ); +} + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (#504, #13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || Date.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + code: true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } +}, jQuery.event.addProp ); + +jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { + jQuery.event.special[ type ] = { + + // Utilize native event if possible so blur/focus sequence is correct + setup: function() { + + // Claim the first handler + // dataPriv.set( this, "focus", ... ) + // dataPriv.set( this, "blur", ... ) + leverageNative( this, type, expectSync ); + + // Return false to allow normal processing in the caller + return false; + }, + trigger: function() { + + // Force setup before trigger + leverageNative( this, type ); + + // Return non-false to allow normal event-path propagation + return true; + }, + + delegateType: delegateType + }; +} ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + // Support: IE <=10 - 11, Edge 12 - 13 only + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +// Prefer a tbody over its parent table for containing new rows +function manipulationTarget( elem, content ) { + if ( nodeName( elem, "table" ) && + nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return jQuery( elem ).children( "tbody" )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { + elem.type = elem.type.slice( 5 ); + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.get( src ); + events = pdataOld.events; + + if ( events ) { + dataPriv.remove( dest, "handle events" ); + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = flat( args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + valueIsFunction = isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( valueIsFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( valueIsFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl && !node.noModule ) { + jQuery._evalUrl( node.src, { + nonce: node.nonce || node.getAttribute( "nonce" ) + }, doc ); + } + } else { + DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && isAttached( node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html; + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = isAttached( elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + +var swap = function( elem, options, callback ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.call( elem ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + +var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + container.style.cssText = "position:absolute;left:-11111px;width:60px;" + + "margin-top:1px;padding:0;border:0"; + div.style.cssText = + "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + + "margin:auto;border:1px;padding:1px;" + + "width:60%;top:1%"; + documentElement.appendChild( container ).appendChild( div ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; + + // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 + // Some styles come back with percentage values, even though they shouldn't + div.style.right = "60%"; + pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; + + // Support: IE 9 - 11 only + // Detect misreporting of content dimensions for box-sizing:border-box elements + boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; + + // Support: IE 9 only + // Detect overflow:scroll screwiness (gh-3699) + // Support: Chrome <=64 + // Don't get tricked when zoom affects offsetWidth (gh-4029) + div.style.position = "absolute"; + scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + function roundPixelMeasures( measure ) { + return Math.round( parseFloat( measure ) ); + } + + var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, + reliableTrDimensionsVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + jQuery.extend( support, { + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelBoxStyles: function() { + computeStyleTests(); + return pixelBoxStylesVal; + }, + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + }, + scrollboxSize: function() { + computeStyleTests(); + return scrollboxSizeVal; + }, + + // Support: IE 9 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Behavior in IE 9 is more subtle than in newer versions & it passes + // some versions of this test; make sure not to make it pass there! + reliableTrDimensions: function() { + var table, tr, trChild, trStyle; + if ( reliableTrDimensionsVal == null ) { + table = document.createElement( "table" ); + tr = document.createElement( "tr" ); + trChild = document.createElement( "div" ); + + table.style.cssText = "position:absolute;left:-11111px"; + tr.style.height = "1px"; + trChild.style.height = "9px"; + + documentElement + .appendChild( table ) + .appendChild( tr ) + .appendChild( trChild ); + + trStyle = window.getComputedStyle( tr ); + reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; + + documentElement.removeChild( table ); + } + return reliableTrDimensionsVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + + // Support: Firefox 51+ + // Retrieving style before computed somehow + // fixes an issue with getting wrong values + // on detached elements + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is needed for: + // .css('filter') (IE 9 only, #12537) + // .css('--customProperty) (#3144) + if ( computed ) { + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( ret === "" && !isAttached( elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style, + vendorProps = {}; + +// Return a vendor-prefixed property or undefined +function vendorPropName( name ) { + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +// Return a potentially-mapped jQuery.cssProps or vendor prefixed property +function finalPropName( name ) { + var final = jQuery.cssProps[ name ] || vendorProps[ name ]; + + if ( final ) { + return final; + } + if ( name in emptyStyle ) { + return name; + } + return vendorProps[ name ] = vendorPropName( name ) || name; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rcustomProp = /^--/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }; + +function setPositiveNumber( _elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { + var i = dimension === "width" ? 1 : 0, + extra = 0, + delta = 0; + + // Adjustment may not be necessary + if ( box === ( isBorderBox ? "border" : "content" ) ) { + return 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin + if ( box === "margin" ) { + delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); + } + + // If we get here with a content-box, we're seeking "padding" or "border" or "margin" + if ( !isBorderBox ) { + + // Add padding + delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // For "border" or "margin", add border + if ( box !== "padding" ) { + delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + + // But still keep track of it otherwise + } else { + extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + + // If we get here with a border-box (content + padding + border), we're seeking "content" or + // "padding" or "margin" + } else { + + // For "content", subtract padding + if ( box === "content" ) { + delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // For "content" or "padding", subtract border + if ( box !== "margin" ) { + delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + // Account for positive content-box scroll gutter when requested by providing computedVal + if ( !isBorderBox && computedVal >= 0 ) { + + // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border + // Assuming integer scroll gutter, subtract the rest and round down + delta += Math.max( 0, Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + computedVal - + delta - + extra - + 0.5 + + // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter + // Use an explicit zero to avoid NaN (gh-3964) + ) ) || 0; + } + + return delta; +} + +function getWidthOrHeight( elem, dimension, extra ) { + + // Start with computed style + var styles = getStyles( elem ), + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). + // Fake content-box until we know it's needed to know the true value. + boxSizingNeeded = !support.boxSizingReliable() || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + valueIsBorderBox = isBorderBox, + + val = curCSS( elem, dimension, styles ), + offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); + + // Support: Firefox <=54 + // Return a confounding non-pixel value or feign ignorance, as appropriate. + if ( rnumnonpx.test( val ) ) { + if ( !extra ) { + return val; + } + val = "auto"; + } + + + // Support: IE 9 - 11 only + // Use offsetWidth/offsetHeight for when box sizing is unreliable. + // In those cases, the computed value can be trusted to be border-box. + if ( ( !support.boxSizingReliable() && isBorderBox || + + // Support: IE 10 - 11+, Edge 15 - 18+ + // IE/Edge misreport `getComputedStyle` of table rows with width/height + // set in CSS while `offset*` properties report correct values. + // Interestingly, in some cases IE 9 doesn't suffer from this issue. + !support.reliableTrDimensions() && nodeName( elem, "tr" ) || + + // Fall back to offsetWidth/offsetHeight when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + val === "auto" || + + // Support: Android <=4.1 - 4.3 only + // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) + !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && + + // Make sure the element is visible & connected + elem.getClientRects().length ) { + + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Where available, offsetWidth/offsetHeight approximate border box dimensions. + // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the + // retrieved value as a content box dimension. + valueIsBorderBox = offsetProp in elem; + if ( valueIsBorderBox ) { + val = elem[ offsetProp ]; + } + } + + // Normalize "" and auto + val = parseFloat( val ) || 0; + + // Adjust for the element's box model + return ( val + + boxModelAdjustment( + elem, + dimension, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles, + + // Provide the current computed size to request scroll gutter calculation (gh-3589) + val + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "gridArea": true, + "gridColumn": true, + "gridColumnEnd": true, + "gridColumnStart": true, + "gridRow": true, + "gridRowEnd": true, + "gridRowStart": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: {}, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ), + style = elem.style; + + // Make sure that we're working with the right name. We don't + // want to query the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append + // "px" to a few hardcoded values. + if ( type === "number" && !isCustomProp ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + if ( isCustomProp ) { + style.setProperty( name, value ); + } else { + style[ name ] = value; + } + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = camelCase( name ), + isCustomProp = rcustomProp.test( name ); + + // Make sure that we're working with the right name. We don't + // want to modify the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( _i, dimension ) { + jQuery.cssHooks[ dimension ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, dimension, extra ); + } ) : + getWidthOrHeight( elem, dimension, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = getStyles( elem ), + + // Only read styles.position if the test has a chance to fail + // to avoid forcing a reflow. + scrollboxSizeBuggy = !support.scrollboxSize() && + styles.position === "absolute", + + // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) + boxSizingNeeded = scrollboxSizeBuggy || extra, + isBorderBox = boxSizingNeeded && + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + subtract = extra ? + boxModelAdjustment( + elem, + dimension, + extra, + isBorderBox, + styles + ) : + 0; + + // Account for unreliable border-box dimensions by comparing offset* to computed and + // faking a content-box to get border and padding (gh-3699) + if ( isBorderBox && scrollboxSizeBuggy ) { + subtract -= Math.ceil( + elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - + parseFloat( styles[ dimension ] ) - + boxModelAdjustment( elem, dimension, "border", false, styles ) - + 0.5 + ); + } + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ dimension ] = value; + value = jQuery.css( elem, dimension ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( prefix !== "margin" ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( Array.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && ( + jQuery.cssHooks[ tween.prop ] || + tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, inProgress, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function schedule() { + if ( inProgress ) { + if ( document.hidden === false && window.requestAnimationFrame ) { + window.requestAnimationFrame( schedule ); + } else { + window.setTimeout( schedule, jQuery.fx.interval ); + } + + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = Date.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 15 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY and Edge just mirrors + // the overflowX value there. + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( Array.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + // If there's more to do, yield + if ( percent < 1 && length ) { + return remaining; + } + + // If this was an empty animation, synthesize a final progress notification + if ( !length ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + } + + // Resolve the animation and report its conclusion + deferred.resolveWith( elem, [ animation ] ); + return false; + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + result.stop.bind( result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + // Attach callbacks from options + animation + .progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + return animation; +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !isFunction( easing ) && easing + }; + + // Go to the end state if fx are off + if ( jQuery.fx.off ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = Date.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Run the timer and safely remove it when done (allowing for external removal) + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + jQuery.fx.start(); +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( inProgress ) { + return; + } + + inProgress = true; + schedule(); +}; + +jQuery.fx.stop = function() { + inProgress = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +function classesToArray( value ) { + if ( Array.isArray( value ) ) { + return value; + } + if ( typeof value === "string" ) { + return value.match( rnothtmlwhite ) || []; + } + return []; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + classes = classesToArray( value ); + + if ( classes.length ) { + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, + isValidValue = type === "string" || Array.isArray( value ); + + if ( typeof stateVal === "boolean" && isValidValue ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( isValidValue ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = classesToArray( value ); + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, valueIsFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + valueIsFunction = isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( valueIsFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( Array.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( Array.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +support.focusin = "onfocusin" in window; + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + stopPropagationCallback = function( e ) { + e.stopPropagation(); + }; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = lastElement = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + lastElement = cur; + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( + dataPriv.get( cur, "events" ) || Object.create( null ) + )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + + if ( event.isPropagationStopped() ) { + lastElement.addEventListener( type, stopPropagationCallback ); + } + + elem[ type ](); + + if ( event.isPropagationStopped() ) { + lastElement.removeEventListener( type, stopPropagationCallback ); + } + + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +// Support: Firefox <=44 +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + + // Handle: regular nodes (via `this.ownerDocument`), window + // (via `this.document`) & document (via `this`). + var doc = this.ownerDocument || this.document || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this.document || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = { guid: Date.now() }; + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) { + xml = undefined; + } + + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( Array.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && toType( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + if ( a == null ) { + return ""; + } + + // If an array was passed in, assume that it is an array of form elements. + if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( _i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( Array.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() + " " ] = + ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) + .concat( match[ 2 ] ); + } + } + match = responseHeaders[ key.toLowerCase() + " " ]; + } + return match == null ? null : match.join( ", " ); + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 15 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available and should be processed, append data to url + if ( s.data && ( s.processData || typeof s.data === "string" ) ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Use a noop converter for missing script + if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { + s.converters[ "text script" ] = function() {}; + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( _i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + +jQuery.ajaxPrefilter( function( s ) { + var i; + for ( i in s.headers ) { + if ( i.toLowerCase() === "content-type" ) { + s.contentType = s.headers[ i ] || ""; + } + } +} ); + + +jQuery._evalUrl = function( url, options, doc ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + + // Only evaluate the response if it is successful (gh-4126) + // dataFilter is not invoked for failure responses, so using it instead + // of the default converter is kludgy but it works. + converters: { + "text script": function() {} + }, + dataFilter: function( response ) { + jQuery.globalEval( response, options, doc ); + } + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var htmlIsFunction = isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.ontimeout = + xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain or forced-by-attrs requests + if ( s.crossDomain || s.scriptAttrs ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( " - - @@ -92,7 +90,7 @@
    • »
    • 索引
    • - 在 GitHub 上修改 + 在 GitHub 上修改

    • @@ -110,179 +108,179 @@

      M

      diff --git a/mdns/zh_CN/index.html b/mdns/zh_CN/index.html index f46dcac90..c9676ec2f 100644 --- a/mdns/zh_CN/index.html +++ b/mdns/zh_CN/index.html @@ -1,7 +1,7 @@ - + mDNS 服务 - ESP32 - — ESP-IDF 编程指南 latest 文档 @@ -16,9 +16,7 @@ - - @@ -114,7 +112,7 @@
    • »
    • mDNS 服务
    • - 在 GitHub 上修改 + 在 GitHub 上修改

    • @@ -123,14 +121,14 @@
      -

      mDNS 服务

      +

      mDNS 服务

      [English]

      -

      概述

      +

      概述

      mDNS 是一种组播 UDP 服务,用来提供本地网络服务和主机发现。

      绝大多数的操作系统默认都会安装 mDNS 服务,或者提供单独的安装包。Mac OS 默认会安装名为 Bonjour 的服务(该服务基于 mDNS),此外 Apple 还发布了适用于 Windows 系统的安装程序,可以在 官方支持 找到。在 Linux 上,mDNS 服务由 avahi 提供,通常也会被默认安装。

      -

      mDNS 属性

      +

      mDNS 属性

      • hostname:设备会去响应的主机名,如果没有设置,会根据设备的网络接口名定义 hostname 。例如,my-esp32 会被解析为 my-esp32.local

      • @@ -156,7 +154,7 @@
      -

      mDNS 服务

      +

      mDNS 服务

      mDNS 可以广播设备能够提供的网络服务的相关信息,每个服务会由以下属性构成。

        @@ -194,7 +192,7 @@
      -

      mDNS 查询

      +

      mDNS 查询

      mDNS 提供查询服务和解析主机 IP/IPv6 地址的方法。

      服务查询的结果会作为 mdns_result_t 类型对象的链表返回。

      解析主机 IP 地址的示例方法:

      @@ -297,25 +295,25 @@
      -

      应用示例

      -

      有关 mDNS 服务器和查询器的应用示例请参考

      +

      应用示例

      +

      有关 mDNS 服务器和查询器的应用示例请参考

      -

      API 参考

      +

      API 参考

      -

      Header File

      +

      Header File

      -

      Functions

      +

      Functions

      esp_err_t mdns_init(void)

      Initialize mDNS on given interface.

      -
      返回:
      +
      返回

      • ESP_OK on success

      • ESP_ERR_INVALID_STATE when failed to register event handler

      • @@ -338,10 +336,10 @@ esp_err_t mdns_hostname_set(const char *hostname)

        Set the hostname for mDNS server required if you want to advertise services.

        -
        参数:
        +
        参数

        hostname – Hostname to set

        -
        返回:
        +
        返回

        • ESP_OK success

        • ESP_ERR_INVALID_ARG Parameter error

        • @@ -357,13 +355,13 @@ esp_err_t mdns_delegate_hostname_add(const char *hostname, const mdns_ip_addr_t *address_list)

          Adds a hostname and address to be delegated A/AAAA queries will be replied for the hostname and services can be added to this host.

          -
          参数:
          +
          参数
          • hostname – Hostname to add

          • address_list – The IP address list of the host

          -
          返回:
          +
          返回

          • ESP_OK success

          • ESP_ERR_INVALID_STATE mDNS is not running

          • @@ -380,10 +378,10 @@ esp_err_t mdns_delegate_hostname_remove(const char *hostname)

            Remove a delegated hostname All the services added to this host will also be removed.

            -
            参数:
            +
            参数

            hostname – Hostname to remove

            -
            返回:
            +
            返回

            • ESP_OK success

            • ESP_ERR_INVALID_STATE mDNS is not running

            • @@ -400,10 +398,10 @@ bool mdns_hostname_exists(const char *hostname)

              Query whether a hostname has been added.

              -
              参数:
              +
              参数

              hostname – Hostname to query

              -
              返回:
              +
              返回

              • true The hostname has been added.

              • false The hostname has not been added.

              • @@ -418,10 +416,10 @@ esp_err_t mdns_instance_name_set(const char *instance_name)

                Set the default instance name for mDNS server.

                -
                参数:
                +
                参数

                instance_name – Instance name to set

                -
                返回:
                +
                返回

                • ESP_OK success

                • ESP_ERR_INVALID_ARG Parameter error

                • @@ -441,7 +439,7 @@

                  The value length of txt items will be automatically decided by strlen

      -
      参数:
      +
      参数
      • instance_name – instance name to set. If NULL, global instance name or hostname will be used. Note that MDNS_MULTIPLE_INSTANCE config option needs to be enabled for adding multiple instances with the same instance type.

      • service_type – service type (_http, _ftp, etc)

      • @@ -451,7 +449,7 @@
      • num_items – number of items in TXT data

      -
      返回:
      +
      返回

      • ESP_OK success

      • ESP_ERR_INVALID_ARG Parameter error

      • @@ -472,7 +470,7 @@

        The value length of txt items will be automatically decided by strlen

        -
        参数:
        +
        参数
        • instance_name – instance name to set. If NULL, global instance name or hostname will be used Note that MDNS_MULTIPLE_INSTANCE config option needs to be enabled for adding multiple instances with the same instance type.

        • service_type – service type (_http, _ftp, etc)

        • @@ -483,7 +481,7 @@
        • num_items – number of items in TXT data

        -
        返回:
        +
        返回

        • ESP_OK success

        • ESP_ERR_INVALID_ARG Parameter error

        • @@ -500,14 +498,14 @@ bool mdns_service_exists(const char *service_type, const char *proto, const char *hostname)

          Check whether a service has been added.

          -
          参数:
          +
          参数
          • service_type – service type (_http, _ftp, etc)

          • proto – service protocol (_tcp, _udp)

          • hostname – service hostname. If NULL, checks for the local hostname.

          -
          返回:
          +
          返回

          • true Correspondding service has been added.

          • false Service not found.

          • @@ -522,7 +520,7 @@ bool mdns_service_exists_with_instance(const char *instance, const char *service_type, const char *proto, const char *hostname)

            Check whether a service has been added.

            -
            参数:
            +
            参数
            • instance – instance name

            • service_type – service type (_http, _ftp, etc)

            • @@ -530,7 +528,7 @@
            • hostname – service hostname. If NULL, checks for the local hostname.

            -
            返回:
            +
            返回

            • true Correspondding service has been added.

            • false Service not found.

            • @@ -545,13 +543,13 @@ esp_err_t mdns_service_remove(const char *service_type, const char *proto)

              Remove service from mDNS server.

              -
              参数:
              +
              参数
              • service_type – service type (_http, _ftp, etc)

              • proto – service protocol (_tcp, _udp)

              -
              返回:
              +
              返回

              • ESP_OK success

              • ESP_ERR_INVALID_ARG Parameter error

              • @@ -568,7 +566,7 @@ esp_err_t mdns_service_remove_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname)

                Remove service from mDNS server with hostname.

                -
                参数:
                +
                参数
                • instance – instance name

                • service_type – service type (_http, _ftp, etc)

                • @@ -576,7 +574,7 @@
                • hostname – service hostname. If NULL, local hostname will be used.

                -
                返回:
                +
                返回

                • ESP_OK success

                • ESP_ERR_INVALID_ARG Parameter error

                • @@ -593,14 +591,14 @@ esp_err_t mdns_service_instance_name_set(const char *service_type, const char *proto, const char *instance_name)

                  Set instance name for service.

                  -
                  参数:
                  +
                  参数
                  • service_type – service type (_http, _ftp, etc)

                  • proto – service protocol (_tcp, _udp)

                  • instance_name – instance name to set

                  -
                  返回:
                  +
                  返回

                  • ESP_OK success

                  • ESP_ERR_INVALID_ARG Parameter error

                  • @@ -617,7 +615,7 @@ esp_err_t mdns_service_instance_name_set_for_host(const char *instance_old, const char *service_type, const char *proto, const char *hostname, const char *instance_name)

                    Set instance name for service with hostname.

                    -
                    参数:
                    +
                    参数
                    • instance_old – original instance name

                    • service_type – service type (_http, _ftp, etc)

                    • @@ -626,7 +624,7 @@
                    • instance_name – instance name to set

                    -
                    返回:
                    +
                    返回

                    • ESP_OK success

                    • ESP_ERR_INVALID_ARG Parameter error

                    • @@ -643,14 +641,14 @@ esp_err_t mdns_service_port_set(const char *service_type, const char *proto, uint16_t port)

                      Set service port.

                      -
                      参数:
                      +
                      参数
                      • service_type – service type (_http, _ftp, etc)

                      • proto – service protocol (_tcp, _udp)

                      • port – service port

                      -
                      返回:
                      +
                      返回

                      • ESP_OK success

                      • ESP_ERR_INVALID_ARG Parameter error

                      • @@ -667,7 +665,7 @@ esp_err_t mdns_service_port_set_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname, uint16_t port)

                        Set service port with hostname.

                        -
                        参数:
                        +
                        参数
                        • instance – instance name

                        • service_type – service type (_http, _ftp, etc)

                        • @@ -676,7 +674,7 @@
                        • port – service port

                        -
                        返回:
                        +
                        返回

                        • ESP_OK success

                        • ESP_ERR_INVALID_ARG Parameter error

                        • @@ -697,7 +695,7 @@

                          The value length of txt items will be automatically decided by strlen

                          -
                          参数:
                          +
                          参数
                          • service_type – service type (_http, _ftp, etc)

                          • proto – service protocol (_tcp, _udp)

                          • @@ -705,7 +703,7 @@
                          • num_items – number of items in TXT data

                          -
                          返回:
                          +
                          返回

                          • ESP_OK success

                          • ESP_ERR_INVALID_ARG Parameter error

                          • @@ -726,7 +724,7 @@

                            The value length of txt items will be automatically decided by strlen

                            -
                            参数:
                            +
                            参数
                            • instance – instance name

                            • service_type – service type (_http, _ftp, etc)

                            • @@ -736,7 +734,7 @@
                            • num_items – number of items in TXT data

                            -
                            返回:
                            +
                            返回

                            • ESP_OK success

                            • ESP_ERR_INVALID_ARG Parameter error

                            • @@ -757,7 +755,7 @@

                              The value length will be automatically decided by strlen

                              -
                              参数:
                              +
                              参数
                              • service_type – service type (_http, _ftp, etc)

                              • proto – service protocol (_tcp, _udp)

                              • @@ -765,7 +763,7 @@
                              • value – the new value of the key

                              -
                              返回:
                              +
                              返回

                              • ESP_OK success

                              • ESP_ERR_INVALID_ARG Parameter error

                              • @@ -782,7 +780,7 @@ esp_err_t mdns_service_txt_item_set_with_explicit_value_len(const char *service_type, const char *proto, const char *key, const char *value, uint8_t value_len)

                                Set/Add TXT item for service TXT record.

                                -
                                参数:
                                +
                                参数
                                • service_type – service type (_http, _ftp, etc)

                                • proto – service protocol (_tcp, _udp)

                                • @@ -791,7 +789,7 @@
                                • value_len – the length of the value

                                -
                                返回:
                                +
                                返回

                                • ESP_OK success

                                • ESP_ERR_INVALID_ARG Parameter error

                                • @@ -812,7 +810,7 @@

                                  The value length will be automatically decided by strlen

                                  -
                                  参数:
                                  +
                                  参数
                                  • instance – instance name

                                  • service_type – service type (_http, _ftp, etc)

                                  • @@ -822,7 +820,7 @@
                                  • value – the new value of the key

                                  -
                                  返回:
                                  +
                                  返回

                                  • ESP_OK success

                                  • ESP_ERR_INVALID_ARG Parameter error

                                  • @@ -839,7 +837,7 @@ esp_err_t mdns_service_txt_item_set_for_host_with_explicit_value_len(const char *instance, const char *service_type, const char *proto, const char *hostname, const char *key, const char *value, uint8_t value_len)

                                    Set/Add TXT item for service TXT record with hostname and txt value length.

                                    -
                                    参数:
                                    +
                                    参数
                                    • instance – instance name

                                    • service_type – service type (_http, _ftp, etc)

                                    • @@ -850,7 +848,7 @@
                                    • value_len – the length of the value

                                    -
                                    返回:
                                    +
                                    返回

                                    • ESP_OK success

                                    • ESP_ERR_INVALID_ARG Parameter error

                                    • @@ -867,14 +865,14 @@ esp_err_t mdns_service_txt_item_remove(const char *service_type, const char *proto, const char *key)

                                      Remove TXT item for service TXT record.

                                      -
                                      参数:
                                      +
                                      参数
                                      • service_type – service type (_http, _ftp, etc)

                                      • proto – service protocol (_tcp, _udp)

                                      • key – the key that you want to remove

                                      -
                                      返回:
                                      +
                                      返回

                                      • ESP_OK success

                                      • ESP_ERR_INVALID_ARG Parameter error

                                      • @@ -891,7 +889,7 @@ esp_err_t mdns_service_txt_item_remove_for_host(const char *instance, const char *service_type, const char *proto, const char *hostname, const char *key)

                                        Remove TXT item for service TXT record with hostname.

                                        -
                                        参数:
                                        +
                                        参数
                                        • instance – instance name

                                        • service_type – service type (_http, _ftp, etc)

                                        • @@ -900,7 +898,7 @@
                                        • key – the key that you want to remove

                                        -
                                        返回:
                                        +
                                        返回

                                        • ESP_OK success

                                        • ESP_ERR_INVALID_ARG Parameter error

                                        • @@ -917,7 +915,7 @@ esp_err_t mdns_service_subtype_add_for_host(const char *instance_name, const char *service_type, const char *proto, const char *hostname, const char *subtype)

                                          Add subtype for service.

                                          -
                                          参数:
                                          +
                                          参数
                                          • instance_name – instance name. If NULL, will find the first service with the same service type and protocol.

                                          • service_type – service type (_http, _ftp, etc)

                                          • @@ -926,7 +924,7 @@
                                          • subtype – The subtype to add.

                                          -
                                          返回:
                                          +
                                          返回

                                          • ESP_OK success

                                          • ESP_ERR_INVALID_ARG Parameter error

                                          • @@ -943,7 +941,7 @@ esp_err_t mdns_service_remove_all(void)

                                            Remove and free all services from mDNS server.

                                            -
                                            返回:
                                            +
                                            返回

                                            • ESP_OK success

                                            • ESP_ERR_INVALID_ARG Parameter error

                                            • @@ -958,10 +956,10 @@ esp_err_t mdns_query_async_delete(mdns_search_once_t *search)

                                              Deletes the finished query. Call this only after the search has ended!

                                              -
                                              参数:
                                              +
                                              参数

                                              search – pointer to search object

                                              -
                                              返回:
                                              +
                                              返回

                                              • ESP_OK success

                                              • ESP_ERR_INVALID_STATE search has not finished

                                              • @@ -977,7 +975,7 @@ bool mdns_query_async_get_results(mdns_search_once_t *search, uint32_t timeout, mdns_result_t **results, uint8_t *num_results)

                                                Get results from search pointer. Results available as a pointer to the output parameter. Pointer to search object has to be deleted via mdns_query_async_delete once the query has finished. The results although have to be freed manually.

                                                -
                                                参数:
                                                +
                                                参数
                                                • search – pointer to search object

                                                • timeout – time in milliseconds to wait for answers

                                                • @@ -985,7 +983,7 @@
                                                • num_results – pointer to the number of the actual result items (set to NULL to ignore this return value)

                                                -
                                                返回:
                                                +
                                                返回

                                                True if search has finished before or at timeout False if search timeout is over

                                                @@ -996,7 +994,7 @@ mdns_search_once_t *mdns_query_async_new(const char *name, const char *service_type, const char *proto, uint16_t type, uint32_t timeout, size_t max_results, mdns_query_notify_t notifier)

                                                Query mDNS for host or service asynchronousely. Search has to be tested for progress and deleted manually!

                                                -
                                                参数:
                                                +
                                                参数
                                                • name – service instance or host name (NULL for PTR queries)

                                                • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                • @@ -1007,7 +1005,7 @@
                                                • notifier – Notification function to be called when the result is ready, can be NULL

                                                -
                                                返回:
                                                +
                                                返回

                                                mdns_search_once_s pointer to new search object if query initiated successfully. NULL otherwise.

                                                @@ -1018,7 +1016,7 @@ esp_err_t mdns_query_generic(const char *name, const char *service_type, const char *proto, uint16_t type, mdns_query_transmission_type_t transmission_type, uint32_t timeout, size_t max_results, mdns_result_t **results)

                                                Generic mDNS query All following query methods are derived from this one.

                                                -
                                                参数:
                                                +
                                                参数
                                                • name – service instance or host name (NULL for PTR queries)

                                                • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                • @@ -1030,7 +1028,7 @@
                                                • results – pointer to the results of the query results must be freed using mdns_query_results_free below

                                                -
                                                返回:
                                                +
                                                返回

                                                • ESP_OK success

                                                • ESP_ERR_INVALID_STATE mDNS is not running

                                                • @@ -1048,7 +1046,7 @@

                                                  Query mDNS for host or service.

                                                  Note that querying PTR types sends Multicast query, all other types send Unicast queries

                                                  -
                                                  参数:
                                                  +
                                                  参数
                                                  • name – service instance or host name (NULL for PTR queries)

                                                  • service_type – service type (_http, _arduino, _ftp etc.) (NULL for host queries)

                                                  • @@ -1059,7 +1057,7 @@
                                                  • results – pointer to the results of the query results must be freed using mdns_query_results_free below

                                                  -
                                                  返回:
                                                  +
                                                  返回

                                                  • ESP_OK success

                                                  • ESP_ERR_INVALID_STATE mDNS is not running

                                                  • @@ -1076,7 +1074,7 @@ void mdns_query_results_free(mdns_result_t *results)

                                                    Free query results.

                                                    -
                                                    参数:
                                                    +
                                                    参数

                                                    results – linked list of results to be freed

                                                    @@ -1087,7 +1085,7 @@ esp_err_t mdns_query_ptr(const char *service_type, const char *proto, uint32_t timeout, size_t max_results, mdns_result_t **results)

                                                    Query mDNS for service.

                                                    -
                                                    参数:
                                                    +
                                                    参数
                                                    • service_type – service type (_http, _arduino, _ftp etc.)

                                                    • proto – service protocol (_tcp, _udp, etc.)

                                                    • @@ -1096,7 +1094,7 @@
                                                    • results – pointer to the results of the query

                                                    -
                                                    返回:
                                                    +
                                                    返回

                                                    • ESP_OK success

                                                    • ESP_ERR_INVALID_STATE mDNS is not running

                                                    • @@ -1113,7 +1111,7 @@ esp_err_t mdns_query_srv(const char *instance_name, const char *service_type, const char *proto, uint32_t timeout, mdns_result_t **result)

                                                      Query mDNS for SRV record.

                                                      -
                                                      参数:
                                                      +
                                                      参数
                                                      • instance_name – service instance name

                                                      • service_type – service type (_http, _arduino, _ftp etc.)

                                                      • @@ -1122,7 +1120,7 @@
                                                      • result – pointer to the result of the query

                                                      -
                                                      返回:
                                                      +
                                                      返回

                                                      • ESP_OK success

                                                      • ESP_ERR_INVALID_STATE mDNS is not running

                                                      • @@ -1139,7 +1137,7 @@ esp_err_t mdns_query_txt(const char *instance_name, const char *service_type, const char *proto, uint32_t timeout, mdns_result_t **result)

                                                        Query mDNS for TXT record.

                                                        -
                                                        参数:
                                                        +
                                                        参数
                                                        • instance_name – service instance name

                                                        • service_type – service type (_http, _arduino, _ftp etc.)

                                                        • @@ -1148,7 +1146,7 @@
                                                        • result – pointer to the result of the query

                                                        -
                                                        返回:
                                                        +
                                                        返回

                                                        • ESP_OK success

                                                        • ESP_ERR_INVALID_STATE mDNS is not running

                                                        • @@ -1165,14 +1163,14 @@ esp_err_t mdns_query_a(const char *host_name, uint32_t timeout, esp_ip4_addr_t *addr)

                                                          Query mDNS for A record.

                                                          -
                                                          参数:
                                                          +
                                                          参数
                                                          • host_name – host name to look for

                                                          • timeout – time in milliseconds to wait for answer.

                                                          • addr – pointer to the resulting IP4 address

                                                          -
                                                          返回:
                                                          +
                                                          返回

                                                          • ESP_OK success

                                                          • ESP_ERR_INVALID_STATE mDNS is not running

                                                          • @@ -1189,10 +1187,10 @@ esp_err_t mdns_register_netif(esp_netif_t *esp_netif)

                                                            Register custom esp_netif with mDNS functionality mDNS service runs by default on preconfigured interfaces (STA, AP, ETH). This API enables running the service on any customized interface, either using standard WiFi or Ethernet driver or any kind of user defined driver.

                                                            -
                                                            参数:
                                                            +
                                                            参数

                                                            esp_netif – Pointer to esp-netif interface

                                                            -
                                                            返回:
                                                            +
                                                            返回

                                                            • ESP_OK success

                                                            • ESP_ERR_INVALID_STATE mDNS is not running or this netif is already registered

                                                            • @@ -1208,10 +1206,10 @@ esp_err_t mdns_unregister_netif(esp_netif_t *esp_netif)

                                                              Unregister esp-netif already registered in mDNS service.

                                                              -
                                                              参数:
                                                              +
                                                              参数

                                                              esp_netif – Pointer to esp-netif interface

                                                              -
                                                              返回:
                                                              +
                                                              返回

                                                              • ESP_OK success

                                                              • ESP_ERR_INVALID_STATE mDNS is not running

                                                              • @@ -1233,13 +1231,13 @@

                                                              -
                                                              参数:
                                                              +
                                                              参数
                                                              • esp_netif – Pointer to esp-netif interface

                                                              • event_action – Disable/Enable/Announce on this interface over IPv4/IPv6 protocol. Actions enumerated in mdns_event_actions_t type.

                                                              -
                                                              返回:
                                                              +
                                                              返回

                                                              • ESP_OK success

                                                              • ESP_ERR_INVALID_STATE mDNS is not running or this netif is not registered

                                                              • @@ -1252,7 +1250,7 @@
                                                                -

                                                                Structures

                                                                +

                                                                Structures

                                                                struct mdns_txt_item_t
                                                                @@ -1384,7 +1382,7 @@
                                                                -

                                                                Macros

                                                                +

                                                                Macros

                                                                MDNS_TYPE_A
                                                                @@ -1427,7 +1425,7 @@
                                                                -

                                                                Type Definitions

                                                                +

                                                                Type Definitions

                                                                typedef struct mdns_search_once_s mdns_search_once_t
                                                                @@ -1453,7 +1451,7 @@
                                                                -

                                                                Enumerations

                                                                +

                                                                Enumerations

                                                                enum mdns_event_actions_t
                                                                diff --git a/mdns/zh_CN/search.html b/mdns/zh_CN/search.html index c09ba4042..df3bc2821 100644 --- a/mdns/zh_CN/search.html +++ b/mdns/zh_CN/search.html @@ -16,9 +16,7 @@ - - diff --git a/mdns/zh_CN/searchindex.js b/mdns/zh_CN/searchindex.js index b23323446..e9a3835fc 100644 --- a/mdns/zh_CN/searchindex.js +++ b/mdns/zh_CN/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["index"], "filenames": ["index.rst"], "titles": ["mDNS \u670d\u52a1"], "terms": {"english": 0, "udp": 0, "mac": 0, "os": 0, "bonjour": 0, "appl": 0, "window": 0, "linux": 0, "avahi": 0, "hostnam": 0, "my": 0, "esp32": 0, "local": 0, "default_inst": 0, "jhon": 0, "thing": 0, "sta": 0, "void": 0, "start_mdns_servic": 0, "esp_err_t": 0, "err": 0, "mdns_init": 0, "if": 0, "printf": 0, "init": 0, "fail": 0, "return": 0, "mdns_hostname_set": 0, "mdns_instance_name_set": 0, "instance_nam": 0, "web": 0, "server": 0, "service_typ": 0, "proto": 0, "_tcp": 0, "_udp": 0, "port": 0, "txt": 0, "var": 0, "val": 0, "add_mdns_servic": 0, "mdns_service_add": 0, "null": 0, "_http": 0, "80": 0, "_arduino": 0, "3232": 0, "_myservic": 0, "1234": 0, "mdns_service_instance_name_set": 0, "mdns_txt_item_t": 0, "servicetxtdata": 0, "board": 0, "user": 0, "password": 0, "mdns_service_txt_set": 0, "mdns_service_port_set": 0, "4321": 0, "ip": 0, "ipv6": 0, "mdns_result_t": 0, "resolve_mdns_host": 0, "const": 0, "char": 0, "host_nam": 0, "queri": 0, "struct": 0, "ip4_addr": 0, "addr": 0, "mdns_query_a": 0, "2000": 0, "esp_err_not_found": 0, "host": 0, "was": 0, "not": 0, "found": 0, "ipstr": 0, "ip2str": 0, "static": 0, "if_str": 0, "ap": 0, "eth": 0, "max": 0, "ip_protocol_str": 0, "v4": 0, "v6": 0, "mdns_print_result": 0, "result": 0, "mdns_ip_addr_t": 0, "int": 0, "while": 0, "interfac": 0, "tcpip_if": 0, "ip_protocol": 0, "ptr": 0, "srv": 0, "txt_count": 0, "for": 0, "key": 0, "valu": 0, "ipaddr_type_v6": 0, "aaaa": 0, "ipv6str": 0, "ipv62str": 0, "u_addr": 0, "ip6": 0, "els": 0, "ip4": 0, "next": 0, "find_mdns_servic": 0, "service_nam": 0, "esp_log": 0, "tag": 0, "mdns_query_ptr": 0, "3000": 0, "20": 0, "esp_logw": 0, "no": 0, "mdns_query_results_fre": 0, "my_app_some_method": 0, "http": 0, "_smb": 0, "_afpovertcp": 0, "afp": 0, "_nfs": 0, "nfs": 0, "_ftp": 0, "ftp": 0, "_printer": 0, "_ipp": 0, "includ": 0, "initi": 0, "on": 0, "given": 0, "esp_ok": 0, "success": 0, "esp_err_invalid_st": 0, "when": 0, "to": 0, "regist": 0, "event": 0, "handler": 0, "esp_err_no_mem": 0, "memori": 0, "error": 0, "esp_fail": 0, "start": 0, "task": 0, "mdns_free": 0, "stop": 0, "and": 0, "free": 0, "set": 0, "the": 0, "requir": 0, "you": 0, "want": 0, "advertis": 0, "servic": 0, "esp_err_invalid_arg": 0, "paramet": 0, "mdns_delegate_hostname_add": 0, "address_list": 0, "add": 0, "address": 0, "be": 0, "deleg": 0, "will": 0, "repli": 0, "can": 0, "added": 0, "this": 0, "list": 0, "of": 0, "is": 0, "run": 0, "mdns_delegate_hostname_remov": 0, "remov": 0, "all": 0, "also": 0, "bool": 0, "mdns_hostname_exist": 0, "whether": 0, "has": 0, "been": 0, "true": 0, "fals": 0, "default": 0, "instanc": 0, "name": 0, "uint16_t": 0, "size_t": 0, "num_item": 0, "length": 0, "item": 0, "automat": 0, "decid": 0, "by": 0, "strlen": 0, "global": 0, "or": 0, "use": 0, "note": 0, "that": 0, "mdns_multiple_inst": 0, "config": 0, "option": 0, "need": 0, "enabl": 0, "adding": 0, "multipl": 0, "with": 0, "same": 0, "etc": 0, "protocol": 0, "string": 0, "array": 0, "data": 0, "eg": 0, "other": 0, "number": 0, "in": 0, "mdns_service_add_for_host": 0, "mdns_service_exist": 0, "check": 0, "correspond": 0, "mdns_service_exists_with_inst": 0, "mdns_service_remov": 0, "from": 0, "mdns_service_remove_for_host": 0, "mdns_service_instance_name_set_for_host": 0, "instance_old": 0, "origin": 0, "mdns_service_port_set_for_host": 0, "uint8_t": 0, "replac": 0, "mdns_service_txt_set_for_host": 0, "mdns_service_txt_item_set": 0, "record": 0, "updat": 0, "new": 0, "mdns_service_txt_item_set_with_explicit_value_len": 0, "value_len": 0, "mdns_service_txt_item_set_for_host": 0, "mdns_service_txt_item_set_for_host_with_explicit_value_len": 0, "mdns_service_txt_item_remov": 0, "mdns_service_txt_item_remove_for_host": 0, "mdns_service_subtype_add_for_host": 0, "subtyp": 0, "find": 0, "first": 0, "mdns_service_remove_al": 0, "mdns_query_async_delet": 0, "mdns_search_once_t": 0, "search": 0, "delet": 0, "finish": 0, "call": 0, "onli": 0, "after": 0, "end": 0, "pointer": 0, "object": 0, "mdns_query_async_get_result": 0, "uint32_t": 0, "timeout": 0, "num_result": 0, "get": 0, "avail": 0, "as": 0, "output": 0, "via": 0, "onc": 0, "although": 0, "have": 0, "freed": 0, "manual": 0, "time": 0, "millisecond": 0, "wait": 0, "answer": 0, "actual": 0, "ignor": 0, "befor": 0, "at": 0, "over": 0, "mdns_query_async_new": 0, "max_result": 0, "mdns_query_notify_t": 0, "notifi": 0, "asynchronous": 0, "test": 0, "progress": 0, "mdns_type_": 0, "dure": 0, "which": 0, "activ": 0, "maximum": 0, "collect": 0, "notif": 0, "readi": 0, "mdns_search_once_": 0, "otherwis": 0, "mdns_query_gener": 0, "mdns_query_transmission_type_t": 0, "transmission_typ": 0, "generic": 0, "follow": 0, "method": 0, "are": 0, "deriv": 0, "one": 0, "either": 0, "unicast": 0, "multicast": 0, "must": 0, "below": 0, "mdns_queri": 0, "send": 0, "link": 0, "mdns_query_srv": 0, "mdns_query_txt": 0, "esp_ip4_addr_t": 0, "look": 0, "mdns_register_netif": 0, "esp_netif_t": 0, "esp_netif": 0, "custom": 0, "preconfigur": 0, "ani": 0, "standard": 0, "wifi": 0, "ethernet": 0, "driver": 0, "kind": 0, "defin": 0, "esp": 0, "netif": 0, "alreadi": 0, "enough": 0, "see": 0, "config_mdns_max_interfac": 0, "mdns_unregister_netif": 0, "unregist": 0, "mdns_netif_act": 0, "mdns_event_actions_t": 0, "event_act": 0, "desir": 0, "state": 0, "perform": 0, "action": 0, "such": 0, "disabl": 0, "announc": 0, "packet": 0, "probe": 0, "resolv": 0, "conflict": 0, "bye": 0, "specifi": 0, "network": 0, "specif": 0, "could": 0, "connect": 0, "properti": 0, "chang": 0, "them": 0, "disconnect": 0, "ipv4": 0, "basic": 0, "text": 0, "public": 0, "member": 0, "mdns_ip_addr_": 0, "esp_ip_addr_t": 0, "last": 0, "mdns_result_": 0, "ttl": 0, "live": 0, "mdns_ip_protocol_t": 0, "srevic": 0, "txt_value_len": 0, "len": 0, "each": 0, "mdns_type_a": 0, "mdns_type_ptr": 0, "mdns_type_txt": 0, "mdns_type_aaaa": 0, "mdns_type_srv": 0, "mdns_type_opt": 0, "mdns_type_nsec": 0, "mdns_type_ani": 0, "typedef": 0, "asynchron": 0, "handl": 0, "enum": 0, "mdns_event_enable_ip4": 0, "mdns_event_enable_ip6": 0, "mdns_event_announce_ip4": 0, "mdns_event_announce_ip6": 0, "mdns_event_disable_ip4": 0, "mdns_event_disable_ip6": 0, "mdns_ip_protocol_v4": 0, "mdns_ip_protocol_v6": 0, "mdns_ip_protocol_max": 0, "explicit": 0, "mdns_query_unicast": 0, "mdns_query_multicast": 0}, "objects": {"": [[0, 0, 1, "c.MDNS_TYPE_A", "MDNS_TYPE_A"], [0, 0, 1, "c.MDNS_TYPE_AAAA", "MDNS_TYPE_AAAA"], [0, 0, 1, "c.MDNS_TYPE_ANY", "MDNS_TYPE_ANY"], [0, 0, 1, "c.MDNS_TYPE_NSEC", "MDNS_TYPE_NSEC"], [0, 0, 1, "c.MDNS_TYPE_OPT", "MDNS_TYPE_OPT"], [0, 0, 1, "c.MDNS_TYPE_PTR", "MDNS_TYPE_PTR"], [0, 0, 1, "c.MDNS_TYPE_SRV", "MDNS_TYPE_SRV"], [0, 0, 1, "c.MDNS_TYPE_TXT", "MDNS_TYPE_TXT"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E", "MDNS_EVENT_ANNOUNCE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E", "MDNS_EVENT_ANNOUNCE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E", "MDNS_EVENT_DISABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E", "MDNS_EVENT_DISABLE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E", "MDNS_EVENT_ENABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E", "MDNS_EVENT_ENABLE_IP6"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE", "MDNS_IP_PROTOCOL_MAX"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E", "MDNS_IP_PROTOCOL_V4"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E", "MDNS_IP_PROTOCOL_V6"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE", "MDNS_QUERY_MULTICAST"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE", "MDNS_QUERY_UNICAST"], [0, 2, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add"], [0, 3, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add::address_list"], [0, 3, 1, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t", "mdns_delegate_hostname_add::hostname"], [0, 2, 1, "_CPPv429mdns_delegate_hostname_removePKc", "mdns_delegate_hostname_remove"], [0, 3, 1, "_CPPv429mdns_delegate_hostname_removePKc", "mdns_delegate_hostname_remove::hostname"], [0, 4, 1, "_CPPv420mdns_event_actions_t", "mdns_event_actions_t"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E", "mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E", "mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E", "mdns_event_actions_t::MDNS_EVENT_DISABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E", "mdns_event_actions_t::MDNS_EVENT_DISABLE_IP6"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E", "mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4"], [0, 1, 1, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E", "mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6"], [0, 2, 1, "_CPPv49mdns_freev", "mdns_free"], [0, 2, 1, "_CPPv420mdns_hostname_existsPKc", "mdns_hostname_exists"], [0, 3, 1, "_CPPv420mdns_hostname_existsPKc", "mdns_hostname_exists::hostname"], [0, 2, 1, "_CPPv417mdns_hostname_setPKc", "mdns_hostname_set"], [0, 3, 1, "_CPPv417mdns_hostname_setPKc", "mdns_hostname_set::hostname"], [0, 2, 1, "_CPPv49mdns_initv", "mdns_init"], [0, 2, 1, "_CPPv422mdns_instance_name_setPKc", "mdns_instance_name_set"], [0, 3, 1, "_CPPv422mdns_instance_name_setPKc", "mdns_instance_name_set::instance_name"], [0, 5, 1, "_CPPv414mdns_ip_addr_s", "mdns_ip_addr_s"], [0, 6, 1, "_CPPv4N14mdns_ip_addr_s4addrE", "mdns_ip_addr_s::addr"], [0, 6, 1, "_CPPv4N14mdns_ip_addr_s4nextE", "mdns_ip_addr_s::next"], [0, 7, 1, "_CPPv414mdns_ip_addr_t", "mdns_ip_addr_t"], [0, 4, 1, "_CPPv418mdns_ip_protocol_t", "mdns_ip_protocol_t"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_MAX"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V4"], [0, 1, 1, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E", "mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V6"], [0, 2, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action"], [0, 3, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action::esp_netif"], [0, 3, 1, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t", "mdns_netif_action::event_action"], [0, 2, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::max_results"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::name"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::proto"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::results"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::service_type"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::timeout"], [0, 3, 1, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t", "mdns_query::type"], [0, 2, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::addr"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::host_name"], [0, 3, 1, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t", "mdns_query_a::timeout"], [0, 2, 1, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t", "mdns_query_async_delete"], [0, 3, 1, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t", "mdns_query_async_delete::search"], [0, 2, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::num_results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::results"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::search"], [0, 3, 1, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t", "mdns_query_async_get_results::timeout"], [0, 2, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::max_results"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::name"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::notifier"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::proto"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::service_type"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::timeout"], [0, 3, 1, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t", "mdns_query_async_new::type"], [0, 2, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::max_results"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::name"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::proto"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::results"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::service_type"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::timeout"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::transmission_type"], [0, 3, 1, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t", "mdns_query_generic::type"], [0, 7, 1, "_CPPv419mdns_query_notify_t", "mdns_query_notify_t"], [0, 2, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::max_results"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::proto"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::results"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::service_type"], [0, 3, 1, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t", "mdns_query_ptr::timeout"], [0, 2, 1, "_CPPv423mdns_query_results_freeP13mdns_result_t", "mdns_query_results_free"], [0, 3, 1, "_CPPv423mdns_query_results_freeP13mdns_result_t", "mdns_query_results_free::results"], [0, 2, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::instance_name"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::proto"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::result"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::service_type"], [0, 3, 1, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_srv::timeout"], [0, 4, 1, "_CPPv430mdns_query_transmission_type_t", "mdns_query_transmission_type_t"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE", "mdns_query_transmission_type_t::MDNS_QUERY_MULTICAST"], [0, 1, 1, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE", "mdns_query_transmission_type_t::MDNS_QUERY_UNICAST"], [0, 2, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::instance_name"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::proto"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::result"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::service_type"], [0, 3, 1, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t", "mdns_query_txt::timeout"], [0, 2, 1, "_CPPv419mdns_register_netifP11esp_netif_t", "mdns_register_netif"], [0, 3, 1, "_CPPv419mdns_register_netifP11esp_netif_t", "mdns_register_netif::esp_netif"], [0, 5, 1, "_CPPv413mdns_result_s", "mdns_result_s"], [0, 6, 1, "_CPPv4N13mdns_result_s4addrE", "mdns_result_s::addr"], [0, 6, 1, "_CPPv4N13mdns_result_s9esp_netifE", "mdns_result_s::esp_netif"], [0, 6, 1, "_CPPv4N13mdns_result_s8hostnameE", "mdns_result_s::hostname"], [0, 6, 1, "_CPPv4N13mdns_result_s13instance_nameE", "mdns_result_s::instance_name"], [0, 6, 1, "_CPPv4N13mdns_result_s11ip_protocolE", "mdns_result_s::ip_protocol"], [0, 6, 1, "_CPPv4N13mdns_result_s4nextE", "mdns_result_s::next"], [0, 6, 1, "_CPPv4N13mdns_result_s4portE", "mdns_result_s::port"], [0, 6, 1, "_CPPv4N13mdns_result_s5protoE", "mdns_result_s::proto"], [0, 6, 1, "_CPPv4N13mdns_result_s12service_typeE", "mdns_result_s::service_type"], [0, 6, 1, "_CPPv4N13mdns_result_s3ttlE", "mdns_result_s::ttl"], [0, 6, 1, "_CPPv4N13mdns_result_s3txtE", "mdns_result_s::txt"], [0, 6, 1, "_CPPv4N13mdns_result_s9txt_countE", "mdns_result_s::txt_count"], [0, 6, 1, "_CPPv4N13mdns_result_s13txt_value_lenE", "mdns_result_s::txt_value_len"], [0, 7, 1, "_CPPv413mdns_result_t", "mdns_result_t"], [0, 7, 1, "_CPPv418mdns_search_once_t", "mdns_search_once_t"], [0, 2, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::instance_name"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::num_items"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::port"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::proto"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::service_type"], [0, 3, 1, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add::txt"], [0, 2, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::hostname"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::instance_name"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::num_items"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::port"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::proto"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::service_type"], [0, 3, 1, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t", "mdns_service_add_for_host::txt"], [0, 2, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::hostname"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::proto"], [0, 3, 1, "_CPPv419mdns_service_existsPKcPKcPKc", "mdns_service_exists::service_type"], [0, 2, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::hostname"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::instance"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::proto"], [0, 3, 1, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc", "mdns_service_exists_with_instance::service_type"], [0, 2, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::instance_name"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::proto"], [0, 3, 1, "_CPPv430mdns_service_instance_name_setPKcPKcPKc", "mdns_service_instance_name_set::service_type"], [0, 2, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::hostname"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::instance_name"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::instance_old"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::proto"], [0, 3, 1, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc", "mdns_service_instance_name_set_for_host::service_type"], [0, 2, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::port"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::proto"], [0, 3, 1, "_CPPv421mdns_service_port_setPKcPKc8uint16_t", "mdns_service_port_set::service_type"], [0, 2, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::hostname"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::instance"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::port"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::proto"], [0, 3, 1, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t", "mdns_service_port_set_for_host::service_type"], [0, 2, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove"], [0, 3, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove::proto"], [0, 3, 1, "_CPPv419mdns_service_removePKcPKc", "mdns_service_remove::service_type"], [0, 2, 1, "_CPPv423mdns_service_remove_allv", "mdns_service_remove_all"], [0, 2, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::hostname"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::instance"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::proto"], [0, 3, 1, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc", "mdns_service_remove_for_host::service_type"], [0, 2, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::hostname"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::instance_name"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::proto"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::service_type"], [0, 3, 1, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc", "mdns_service_subtype_add_for_host::subtype"], [0, 2, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::key"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::proto"], [0, 3, 1, "_CPPv428mdns_service_txt_item_removePKcPKcPKc", "mdns_service_txt_item_remove::service_type"], [0, 2, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::hostname"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::instance"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::key"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::proto"], [0, 3, 1, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc", "mdns_service_txt_item_remove_for_host::service_type"], [0, 2, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::key"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::proto"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::service_type"], [0, 3, 1, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc", "mdns_service_txt_item_set::value"], [0, 2, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::hostname"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::instance"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::key"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::proto"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::service_type"], [0, 3, 1, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc", "mdns_service_txt_item_set_for_host::value"], [0, 2, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::hostname"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::instance"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::key"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::proto"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::service_type"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::value"], [0, 3, 1, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_for_host_with_explicit_value_len::value_len"], [0, 2, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::key"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::proto"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::service_type"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::value"], [0, 3, 1, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t", "mdns_service_txt_item_set_with_explicit_value_len::value_len"], [0, 2, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::num_items"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::proto"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::service_type"], [0, 3, 1, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set::txt"], [0, 2, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::hostname"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::instance"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::num_items"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::proto"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::service_type"], [0, 3, 1, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t", "mdns_service_txt_set_for_host::txt"], [0, 5, 1, "_CPPv415mdns_txt_item_t", "mdns_txt_item_t"], [0, 6, 1, "_CPPv4N15mdns_txt_item_t3keyE", "mdns_txt_item_t::key"], [0, 6, 1, "_CPPv4N15mdns_txt_item_t5valueE", "mdns_txt_item_t::value"], [0, 2, 1, "_CPPv421mdns_unregister_netifP11esp_netif_t", "mdns_unregister_netif"], [0, 3, 1, "_CPPv421mdns_unregister_netifP11esp_netif_t", "mdns_unregister_netif::esp_netif"]]}, "objtypes": {"0": "c:macro", "1": "cpp:enumerator", "2": "cpp:function", "3": "cpp:functionParam", "4": "cpp:enum", "5": "cpp:class", "6": "cpp:member", "7": "cpp:type"}, "objnames": {"0": ["c", "macro", "C \u5b8f"], "1": ["cpp", "enumerator", "C++ \u679a\u4e3e\u6210\u5458"], "2": ["cpp", "function", "C++ \u51fd\u6570"], "3": ["cpp", "functionParam", "C++ \u51fd\u6570\u53c2\u6570"], "4": ["cpp", "enum", "C++ \u679a\u4e3e"], "5": ["cpp", "class", "C++ \u7c7b"], "6": ["cpp", "member", "C++ \u6210\u5458"], "7": ["cpp", "type", "C++ \u7c7b\u578b"]}, "titleterms": {"mdns": 0, "api": 0, "header": 0, "file": 0, "function": 0, "structur": 0, "macro": 0, "type": 0, "definit": 0, "enumer": 0}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 57}, "alltitles": {"mDNS \u670d\u52a1": [[0, "mdns"], [0, "id4"]], "\u6982\u8ff0": [[0, "id1"]], "mDNS \u5c5e\u6027": [[0, "id3"]], "mDNS \u67e5\u8be2": [[0, "id6"]], "\u5e94\u7528\u793a\u4f8b": [[0, "id7"]], "API \u53c2\u8003": [[0, "api"]], "Header File": [[0, "header-file"]], "Functions": [[0, "functions"]], "Structures": [[0, "structures"]], "Macros": [[0, "macros"]], "Type Definitions": [[0, "type-definitions"]], "Enumerations": [[0, "enumerations"]]}, "indexentries": {"mdns_type_aaaa\uff08c macro\uff09": [[0, "c.MDNS_TYPE_AAAA"]], "mdns_type_any\uff08c macro\uff09": [[0, "c.MDNS_TYPE_ANY"]], "mdns_type_a\uff08c macro\uff09": [[0, "c.MDNS_TYPE_A"]], "mdns_type_nsec\uff08c macro\uff09": [[0, "c.MDNS_TYPE_NSEC"]], "mdns_type_opt\uff08c macro\uff09": [[0, "c.MDNS_TYPE_OPT"]], "mdns_type_ptr\uff08c macro\uff09": [[0, "c.MDNS_TYPE_PTR"]], "mdns_type_srv\uff08c macro\uff09": [[0, "c.MDNS_TYPE_SRV"]], "mdns_type_txt\uff08c macro\uff09": [[0, "c.MDNS_TYPE_TXT"]], "mdns_delegate_hostname_add\uff08c++ function\uff09": [[0, "_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t"]], "mdns_delegate_hostname_remove\uff08c++ function\uff09": [[0, "_CPPv429mdns_delegate_hostname_removePKc"]], "mdns_event_actions_t::mdns_event_announce_ip4\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E"]], "mdns_event_actions_t::mdns_event_announce_ip6\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E"]], "mdns_event_actions_t::mdns_event_disable_ip4\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E"]], "mdns_event_actions_t::mdns_event_disable_ip6\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E"]], "mdns_event_actions_t::mdns_event_enable_ip4\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E"]], "mdns_event_actions_t::mdns_event_enable_ip6\uff08c++ enumerator\uff09": [[0, "_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E"]], "mdns_event_actions_t\uff08c++ enum\uff09": [[0, "_CPPv420mdns_event_actions_t"]], "mdns_free\uff08c++ function\uff09": [[0, "_CPPv49mdns_freev"]], "mdns_hostname_exists\uff08c++ function\uff09": [[0, "_CPPv420mdns_hostname_existsPKc"]], "mdns_hostname_set\uff08c++ function\uff09": [[0, "_CPPv417mdns_hostname_setPKc"]], "mdns_init\uff08c++ function\uff09": [[0, "_CPPv49mdns_initv"]], "mdns_instance_name_set\uff08c++ function\uff09": [[0, "_CPPv422mdns_instance_name_setPKc"]], "mdns_ip_addr_s::addr\uff08c++ member\uff09": [[0, "_CPPv4N14mdns_ip_addr_s4addrE"]], "mdns_ip_addr_s::next\uff08c++ member\uff09": [[0, "_CPPv4N14mdns_ip_addr_s4nextE"]], "mdns_ip_addr_s\uff08c++ struct\uff09": [[0, "_CPPv414mdns_ip_addr_s"]], "mdns_ip_addr_t\uff08c++ type\uff09": [[0, "_CPPv414mdns_ip_addr_t"]], "mdns_ip_protocol_t::mdns_ip_protocol_max\uff08c++ enumerator\uff09": [[0, "_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE"]], "mdns_ip_protocol_t::mdns_ip_protocol_v4\uff08c++ enumerator\uff09": [[0, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E"]], "mdns_ip_protocol_t::mdns_ip_protocol_v6\uff08c++ enumerator\uff09": [[0, "_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E"]], "mdns_ip_protocol_t\uff08c++ enum\uff09": [[0, "_CPPv418mdns_ip_protocol_t"]], "mdns_netif_action\uff08c++ function\uff09": [[0, "_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t"]], "mdns_query_async_delete\uff08c++ function\uff09": [[0, "_CPPv423mdns_query_async_deleteP18mdns_search_once_t"]], "mdns_query_async_get_results\uff08c++ function\uff09": [[0, "_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t"]], "mdns_query_async_new\uff08c++ function\uff09": [[0, "_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t"]], "mdns_query_a\uff08c++ function\uff09": [[0, "_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t"]], "mdns_query_generic\uff08c++ function\uff09": [[0, "_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t"]], "mdns_query_notify_t\uff08c++ type\uff09": [[0, "_CPPv419mdns_query_notify_t"]], "mdns_query_ptr\uff08c++ function\uff09": [[0, "_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t"]], "mdns_query_results_free\uff08c++ function\uff09": [[0, "_CPPv423mdns_query_results_freeP13mdns_result_t"]], "mdns_query_srv\uff08c++ function\uff09": [[0, "_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t"]], "mdns_query_transmission_type_t::mdns_query_multicast\uff08c++ enumerator\uff09": [[0, "_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE"]], "mdns_query_transmission_type_t::mdns_query_unicast\uff08c++ enumerator\uff09": [[0, "_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE"]], "mdns_query_transmission_type_t\uff08c++ enum\uff09": [[0, "_CPPv430mdns_query_transmission_type_t"]], "mdns_query_txt\uff08c++ function\uff09": [[0, "_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t"]], "mdns_query\uff08c++ function\uff09": [[0, "_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t"]], "mdns_register_netif\uff08c++ function\uff09": [[0, "_CPPv419mdns_register_netifP11esp_netif_t"]], "mdns_result_s::addr\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s4addrE"]], "mdns_result_s::esp_netif\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s9esp_netifE"]], "mdns_result_s::hostname\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s8hostnameE"]], "mdns_result_s::instance_name\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s13instance_nameE"]], "mdns_result_s::ip_protocol\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s11ip_protocolE"]], "mdns_result_s::next\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s4nextE"]], "mdns_result_s::port\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s4portE"]], "mdns_result_s::proto\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s5protoE"]], "mdns_result_s::service_type\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s12service_typeE"]], "mdns_result_s::ttl\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s3ttlE"]], "mdns_result_s::txt_count\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s9txt_countE"]], "mdns_result_s::txt_value_len\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s13txt_value_lenE"]], "mdns_result_s::txt\uff08c++ member\uff09": [[0, "_CPPv4N13mdns_result_s3txtE"]], "mdns_result_s\uff08c++ struct\uff09": [[0, "_CPPv413mdns_result_s"]], "mdns_result_t\uff08c++ type\uff09": [[0, "_CPPv413mdns_result_t"]], "mdns_search_once_t\uff08c++ type\uff09": [[0, "_CPPv418mdns_search_once_t"]], "mdns_service_add_for_host\uff08c++ function\uff09": [[0, "_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t"]], "mdns_service_add\uff08c++ function\uff09": [[0, "_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t"]], "mdns_service_exists_with_instance\uff08c++ function\uff09": [[0, "_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc"]], "mdns_service_exists\uff08c++ function\uff09": [[0, "_CPPv419mdns_service_existsPKcPKcPKc"]], "mdns_service_instance_name_set_for_host\uff08c++ function\uff09": [[0, "_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_instance_name_set\uff08c++ function\uff09": [[0, "_CPPv430mdns_service_instance_name_setPKcPKcPKc"]], "mdns_service_port_set_for_host\uff08c++ function\uff09": [[0, "_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t"]], "mdns_service_port_set\uff08c++ function\uff09": [[0, "_CPPv421mdns_service_port_setPKcPKc8uint16_t"]], "mdns_service_remove_all\uff08c++ function\uff09": [[0, "_CPPv423mdns_service_remove_allv"]], "mdns_service_remove_for_host\uff08c++ function\uff09": [[0, "_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc"]], "mdns_service_remove\uff08c++ function\uff09": [[0, "_CPPv419mdns_service_removePKcPKc"]], "mdns_service_subtype_add_for_host\uff08c++ function\uff09": [[0, "_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_remove_for_host\uff08c++ function\uff09": [[0, "_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_remove\uff08c++ function\uff09": [[0, "_CPPv428mdns_service_txt_item_removePKcPKcPKc"]], "mdns_service_txt_item_set_for_host_with_explicit_value_len\uff08c++ function\uff09": [[0, "_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t"]], "mdns_service_txt_item_set_for_host\uff08c++ function\uff09": [[0, "_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc"]], "mdns_service_txt_item_set_with_explicit_value_len\uff08c++ function\uff09": [[0, "_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t"]], "mdns_service_txt_item_set\uff08c++ function\uff09": [[0, "_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc"]], "mdns_service_txt_set_for_host\uff08c++ function\uff09": [[0, "_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t"]], "mdns_service_txt_set\uff08c++ function\uff09": [[0, "_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t"]], "mdns_txt_item_t::key\uff08c++ member\uff09": [[0, "_CPPv4N15mdns_txt_item_t3keyE"]], "mdns_txt_item_t::value\uff08c++ member\uff09": [[0, "_CPPv4N15mdns_txt_item_t5valueE"]], "mdns_txt_item_t\uff08c++ struct\uff09": [[0, "_CPPv415mdns_txt_item_t"]], "mdns_unregister_netif\uff08c++ function\uff09": [[0, "_CPPv421mdns_unregister_netifP11esp_netif_t"]]}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.todo":2,sphinx:56},filenames:["index.rst"],objects:{"":[[0,0,1,"c.MDNS_TYPE_A","MDNS_TYPE_A"],[0,0,1,"c.MDNS_TYPE_AAAA","MDNS_TYPE_AAAA"],[0,0,1,"c.MDNS_TYPE_ANY","MDNS_TYPE_ANY"],[0,0,1,"c.MDNS_TYPE_NSEC","MDNS_TYPE_NSEC"],[0,0,1,"c.MDNS_TYPE_OPT","MDNS_TYPE_OPT"],[0,0,1,"c.MDNS_TYPE_PTR","MDNS_TYPE_PTR"],[0,0,1,"c.MDNS_TYPE_SRV","MDNS_TYPE_SRV"],[0,0,1,"c.MDNS_TYPE_TXT","MDNS_TYPE_TXT"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E","MDNS_EVENT_ANNOUNCE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E","MDNS_EVENT_ANNOUNCE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E","MDNS_EVENT_DISABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E","MDNS_EVENT_DISABLE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E","MDNS_EVENT_ENABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E","MDNS_EVENT_ENABLE_IP6"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE","MDNS_IP_PROTOCOL_MAX"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E","MDNS_IP_PROTOCOL_V4"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E","MDNS_IP_PROTOCOL_V6"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE","MDNS_QUERY_MULTICAST"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE","MDNS_QUERY_UNICAST"],[0,2,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add"],[0,3,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add::address_list"],[0,3,1,"_CPPv426mdns_delegate_hostname_addPKcPK14mdns_ip_addr_t","mdns_delegate_hostname_add::hostname"],[0,2,1,"_CPPv429mdns_delegate_hostname_removePKc","mdns_delegate_hostname_remove"],[0,3,1,"_CPPv429mdns_delegate_hostname_removePKc","mdns_delegate_hostname_remove::hostname"],[0,4,1,"_CPPv420mdns_event_actions_t","mdns_event_actions_t"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP4E","mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t23MDNS_EVENT_ANNOUNCE_IP6E","mdns_event_actions_t::MDNS_EVENT_ANNOUNCE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP4E","mdns_event_actions_t::MDNS_EVENT_DISABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t22MDNS_EVENT_DISABLE_IP6E","mdns_event_actions_t::MDNS_EVENT_DISABLE_IP6"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP4E","mdns_event_actions_t::MDNS_EVENT_ENABLE_IP4"],[0,1,1,"_CPPv4N20mdns_event_actions_t21MDNS_EVENT_ENABLE_IP6E","mdns_event_actions_t::MDNS_EVENT_ENABLE_IP6"],[0,2,1,"_CPPv49mdns_freev","mdns_free"],[0,2,1,"_CPPv420mdns_hostname_existsPKc","mdns_hostname_exists"],[0,3,1,"_CPPv420mdns_hostname_existsPKc","mdns_hostname_exists::hostname"],[0,2,1,"_CPPv417mdns_hostname_setPKc","mdns_hostname_set"],[0,3,1,"_CPPv417mdns_hostname_setPKc","mdns_hostname_set::hostname"],[0,2,1,"_CPPv49mdns_initv","mdns_init"],[0,2,1,"_CPPv422mdns_instance_name_setPKc","mdns_instance_name_set"],[0,3,1,"_CPPv422mdns_instance_name_setPKc","mdns_instance_name_set::instance_name"],[0,5,1,"_CPPv414mdns_ip_addr_s","mdns_ip_addr_s"],[0,6,1,"_CPPv4N14mdns_ip_addr_s4addrE","mdns_ip_addr_s::addr"],[0,6,1,"_CPPv4N14mdns_ip_addr_s4nextE","mdns_ip_addr_s::next"],[0,7,1,"_CPPv414mdns_ip_addr_t","mdns_ip_addr_t"],[0,4,1,"_CPPv418mdns_ip_protocol_t","mdns_ip_protocol_t"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t20MDNS_IP_PROTOCOL_MAXE","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_MAX"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V4E","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V4"],[0,1,1,"_CPPv4N18mdns_ip_protocol_t19MDNS_IP_PROTOCOL_V6E","mdns_ip_protocol_t::MDNS_IP_PROTOCOL_V6"],[0,2,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action"],[0,3,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action::esp_netif"],[0,3,1,"_CPPv417mdns_netif_actionP11esp_netif_t20mdns_event_actions_t","mdns_netif_action::event_action"],[0,2,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::max_results"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::name"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::proto"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::results"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::service_type"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::timeout"],[0,3,1,"_CPPv410mdns_queryPKcPKcPKc8uint16_t8uint32_t6size_tPP13mdns_result_t","mdns_query::type"],[0,2,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::addr"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::host_name"],[0,3,1,"_CPPv412mdns_query_aPKc8uint32_tP14esp_ip4_addr_t","mdns_query_a::timeout"],[0,2,1,"_CPPv423mdns_query_async_deleteP18mdns_search_once_t","mdns_query_async_delete"],[0,3,1,"_CPPv423mdns_query_async_deleteP18mdns_search_once_t","mdns_query_async_delete::search"],[0,2,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::num_results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::results"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::search"],[0,3,1,"_CPPv428mdns_query_async_get_resultsP18mdns_search_once_t8uint32_tPP13mdns_result_tP7uint8_t","mdns_query_async_get_results::timeout"],[0,2,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::max_results"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::name"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::notifier"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::proto"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::service_type"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::timeout"],[0,3,1,"_CPPv420mdns_query_async_newPKcPKcPKc8uint16_t8uint32_t6size_t19mdns_query_notify_t","mdns_query_async_new::type"],[0,2,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::max_results"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::name"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::proto"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::results"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::service_type"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::timeout"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::transmission_type"],[0,3,1,"_CPPv418mdns_query_genericPKcPKcPKc8uint16_t30mdns_query_transmission_type_t8uint32_t6size_tPP13mdns_result_t","mdns_query_generic::type"],[0,7,1,"_CPPv419mdns_query_notify_t","mdns_query_notify_t"],[0,2,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::max_results"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::proto"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::results"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::service_type"],[0,3,1,"_CPPv414mdns_query_ptrPKcPKc8uint32_t6size_tPP13mdns_result_t","mdns_query_ptr::timeout"],[0,2,1,"_CPPv423mdns_query_results_freeP13mdns_result_t","mdns_query_results_free"],[0,3,1,"_CPPv423mdns_query_results_freeP13mdns_result_t","mdns_query_results_free::results"],[0,2,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::instance_name"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::proto"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::result"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::service_type"],[0,3,1,"_CPPv414mdns_query_srvPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_srv::timeout"],[0,4,1,"_CPPv430mdns_query_transmission_type_t","mdns_query_transmission_type_t"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t20MDNS_QUERY_MULTICASTE","mdns_query_transmission_type_t::MDNS_QUERY_MULTICAST"],[0,1,1,"_CPPv4N30mdns_query_transmission_type_t18MDNS_QUERY_UNICASTE","mdns_query_transmission_type_t::MDNS_QUERY_UNICAST"],[0,2,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::instance_name"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::proto"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::result"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::service_type"],[0,3,1,"_CPPv414mdns_query_txtPKcPKcPKc8uint32_tPP13mdns_result_t","mdns_query_txt::timeout"],[0,2,1,"_CPPv419mdns_register_netifP11esp_netif_t","mdns_register_netif"],[0,3,1,"_CPPv419mdns_register_netifP11esp_netif_t","mdns_register_netif::esp_netif"],[0,5,1,"_CPPv413mdns_result_s","mdns_result_s"],[0,6,1,"_CPPv4N13mdns_result_s4addrE","mdns_result_s::addr"],[0,6,1,"_CPPv4N13mdns_result_s9esp_netifE","mdns_result_s::esp_netif"],[0,6,1,"_CPPv4N13mdns_result_s8hostnameE","mdns_result_s::hostname"],[0,6,1,"_CPPv4N13mdns_result_s13instance_nameE","mdns_result_s::instance_name"],[0,6,1,"_CPPv4N13mdns_result_s11ip_protocolE","mdns_result_s::ip_protocol"],[0,6,1,"_CPPv4N13mdns_result_s4nextE","mdns_result_s::next"],[0,6,1,"_CPPv4N13mdns_result_s4portE","mdns_result_s::port"],[0,6,1,"_CPPv4N13mdns_result_s5protoE","mdns_result_s::proto"],[0,6,1,"_CPPv4N13mdns_result_s12service_typeE","mdns_result_s::service_type"],[0,6,1,"_CPPv4N13mdns_result_s3ttlE","mdns_result_s::ttl"],[0,6,1,"_CPPv4N13mdns_result_s3txtE","mdns_result_s::txt"],[0,6,1,"_CPPv4N13mdns_result_s9txt_countE","mdns_result_s::txt_count"],[0,6,1,"_CPPv4N13mdns_result_s13txt_value_lenE","mdns_result_s::txt_value_len"],[0,7,1,"_CPPv413mdns_result_t","mdns_result_t"],[0,7,1,"_CPPv418mdns_search_once_t","mdns_search_once_t"],[0,2,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::instance_name"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::num_items"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::port"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::proto"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::service_type"],[0,3,1,"_CPPv416mdns_service_addPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add::txt"],[0,2,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::hostname"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::instance_name"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::num_items"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::port"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::proto"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::service_type"],[0,3,1,"_CPPv425mdns_service_add_for_hostPKcPKcPKcPKc8uint16_tA_15mdns_txt_item_t6size_t","mdns_service_add_for_host::txt"],[0,2,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::hostname"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::proto"],[0,3,1,"_CPPv419mdns_service_existsPKcPKcPKc","mdns_service_exists::service_type"],[0,2,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::hostname"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::instance"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::proto"],[0,3,1,"_CPPv433mdns_service_exists_with_instancePKcPKcPKcPKc","mdns_service_exists_with_instance::service_type"],[0,2,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::instance_name"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::proto"],[0,3,1,"_CPPv430mdns_service_instance_name_setPKcPKcPKc","mdns_service_instance_name_set::service_type"],[0,2,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::hostname"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::instance_name"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::instance_old"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::proto"],[0,3,1,"_CPPv439mdns_service_instance_name_set_for_hostPKcPKcPKcPKcPKc","mdns_service_instance_name_set_for_host::service_type"],[0,2,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::port"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::proto"],[0,3,1,"_CPPv421mdns_service_port_setPKcPKc8uint16_t","mdns_service_port_set::service_type"],[0,2,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::hostname"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::instance"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::port"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::proto"],[0,3,1,"_CPPv430mdns_service_port_set_for_hostPKcPKcPKcPKc8uint16_t","mdns_service_port_set_for_host::service_type"],[0,2,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove"],[0,3,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove::proto"],[0,3,1,"_CPPv419mdns_service_removePKcPKc","mdns_service_remove::service_type"],[0,2,1,"_CPPv423mdns_service_remove_allv","mdns_service_remove_all"],[0,2,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::hostname"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::instance"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::proto"],[0,3,1,"_CPPv428mdns_service_remove_for_hostPKcPKcPKcPKc","mdns_service_remove_for_host::service_type"],[0,2,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::hostname"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::instance_name"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::proto"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::service_type"],[0,3,1,"_CPPv433mdns_service_subtype_add_for_hostPKcPKcPKcPKcPKc","mdns_service_subtype_add_for_host::subtype"],[0,2,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::key"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::proto"],[0,3,1,"_CPPv428mdns_service_txt_item_removePKcPKcPKc","mdns_service_txt_item_remove::service_type"],[0,2,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::hostname"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::instance"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::key"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::proto"],[0,3,1,"_CPPv437mdns_service_txt_item_remove_for_hostPKcPKcPKcPKcPKc","mdns_service_txt_item_remove_for_host::service_type"],[0,2,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::key"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::proto"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::service_type"],[0,3,1,"_CPPv425mdns_service_txt_item_setPKcPKcPKcPKc","mdns_service_txt_item_set::value"],[0,2,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::hostname"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::instance"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::key"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::proto"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::service_type"],[0,3,1,"_CPPv434mdns_service_txt_item_set_for_hostPKcPKcPKcPKcPKcPKc","mdns_service_txt_item_set_for_host::value"],[0,2,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::hostname"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::instance"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::key"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::proto"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::service_type"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::value"],[0,3,1,"_CPPv458mdns_service_txt_item_set_for_host_with_explicit_value_lenPKcPKcPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_for_host_with_explicit_value_len::value_len"],[0,2,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::key"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::proto"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::service_type"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::value"],[0,3,1,"_CPPv449mdns_service_txt_item_set_with_explicit_value_lenPKcPKcPKcPKc7uint8_t","mdns_service_txt_item_set_with_explicit_value_len::value_len"],[0,2,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::num_items"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::proto"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::service_type"],[0,3,1,"_CPPv420mdns_service_txt_setPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set::txt"],[0,2,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::hostname"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::instance"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::num_items"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::proto"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::service_type"],[0,3,1,"_CPPv429mdns_service_txt_set_for_hostPKcPKcPKcPKcA_15mdns_txt_item_t7uint8_t","mdns_service_txt_set_for_host::txt"],[0,5,1,"_CPPv415mdns_txt_item_t","mdns_txt_item_t"],[0,6,1,"_CPPv4N15mdns_txt_item_t3keyE","mdns_txt_item_t::key"],[0,6,1,"_CPPv4N15mdns_txt_item_t5valueE","mdns_txt_item_t::value"],[0,2,1,"_CPPv421mdns_unregister_netifP11esp_netif_t","mdns_unregister_netif"],[0,3,1,"_CPPv421mdns_unregister_netifP11esp_netif_t","mdns_unregister_netif::esp_netif"]]},objnames:{"0":["c","macro","C \u5b8f"],"1":["cpp","enumerator","C++ \u679a\u4e3e\u5b50"],"2":["cpp","function","C++ \u51fd\u6570"],"3":["cpp","functionParam","C++ function parameter"],"4":["cpp","enum","C++ \u679a\u4e3e"],"5":["cpp","class","C++ \u7c7b"],"6":["cpp","member","C++ \u6210\u5458"],"7":["cpp","type","C++ \u7c7b\u578b"]},objtypes:{"0":"c:macro","1":"cpp:enumerator","2":"cpp:function","3":"cpp:functionParam","4":"cpp:enum","5":"cpp:class","6":"cpp:member","7":"cpp:type"},terms:{"1234":0,"20":0,"2000":0,"3000":0,"3232":0,"4321":0,"80":0,"char":0,"const":0,"default":0,"enum":0,"for":0,"if":0,"in":0,"int":0,"new":0,"null":0,"public":0,"return":0,"static":0,"true":0,"var":0,"void":0,"while":0,"with":0,_afpovertcp:0,_arduino:0,_ftp:0,_http:0,_ipp:0,_myservic:0,_nf:0,_printer:0,_smb:0,_tcp:0,_udp:0,aaaa:0,action:0,activ:0,actual:0,add:0,add_mdns_servic:0,added:0,adding:0,addr:0,address:0,address_list:0,advertis:0,afp:0,after:0,all:0,alreadi:0,also:0,although:0,and:0,ani:0,announc:0,answer:0,ap:0,appl:0,are:0,arrai:0,as:0,asynchron:0,asynchronous:0,at:0,automat:0,avahi:0,avail:0,basic:0,be:0,been:0,befor:0,below:0,board:0,bonjour:0,bool:0,by:0,bye:0,call:0,can:0,chang:0,check:0,collect:0,config:0,config_mdns_max_interfac:0,conflict:0,connect:0,correspond:0,could:0,custom:0,data:0,decid:0,default_inst:0,defin:0,deleg:0,delet:0,deriv:0,desir:0,disabl:0,disconnect:0,driver:0,dure:0,each:0,eg:0,either:0,els:0,enabl:0,end:0,english:0,enough:0,err:0,error:0,esp32:0,esp:0,esp_err_invalid_arg:0,esp_err_invalid_st:0,esp_err_no_mem:0,esp_err_not_found:0,esp_err_t:0,esp_fail:0,esp_ip4_addr_t:0,esp_ip_addr_t:0,esp_log:0,esp_logw:0,esp_netif:0,esp_netif_t:0,esp_ok:0,etc:0,eth:0,ethernet:0,event:0,event_act:0,explicitli:0,fail:0,fals:0,find:0,find_mdns_servic:0,finish:0,first:0,follow:0,found:0,free:0,freed:0,from:0,ftp:0,gener:0,get:0,given:0,global:0,handl:0,handler:0,has:0,have:0,host:0,host_nam:0,hostnam:0,http:0,if_str:0,ignor:0,includ:0,init:0,initi:0,instanc:0,instance_nam:0,instance_old:0,interfac:0,ip2str:0,ip4:0,ip4_addr:0,ip6:0,ip:0,ip_protocol:0,ip_protocol_str:0,ipaddr_type_v6:0,ipstr:0,ipv4:0,ipv62str:0,ipv6:0,ipv6str:0,is:0,item:0,jhon:0,kei:0,kind:0,last:0,len:0,length:0,link:0,linux:0,list:0,live:0,local:0,look:0,mac:0,manual:0,max:0,max_result:0,maximum:0,mdns_delegate_hostname_add:0,mdns_delegate_hostname_remov:0,mdns_event_actions_t:0,mdns_event_announce_ip4:0,mdns_event_announce_ip6:0,mdns_event_disable_ip4:0,mdns_event_disable_ip6:0,mdns_event_enable_ip4:0,mdns_event_enable_ip6:0,mdns_free:0,mdns_hostname_exist:0,mdns_hostname_set:0,mdns_init:0,mdns_instance_name_set:0,mdns_ip_addr_:0,mdns_ip_addr_t:0,mdns_ip_protocol_max:0,mdns_ip_protocol_t:0,mdns_ip_protocol_v4:0,mdns_ip_protocol_v6:0,mdns_multiple_inst:0,mdns_netif_act:0,mdns_print_result:0,mdns_queri:0,mdns_query_a:0,mdns_query_async_delet:0,mdns_query_async_get_result:0,mdns_query_async_new:0,mdns_query_gener:0,mdns_query_multicast:0,mdns_query_notify_t:0,mdns_query_ptr:0,mdns_query_results_fre:0,mdns_query_srv:0,mdns_query_transmission_type_t:0,mdns_query_txt:0,mdns_query_unicast:0,mdns_register_netif:0,mdns_result_:0,mdns_result_t:0,mdns_search_once_:0,mdns_search_once_t:0,mdns_service_add:0,mdns_service_add_for_host:0,mdns_service_exist:0,mdns_service_exists_with_inst:0,mdns_service_instance_name_set:0,mdns_service_instance_name_set_for_host:0,mdns_service_port_set:0,mdns_service_port_set_for_host:0,mdns_service_remov:0,mdns_service_remove_al:0,mdns_service_remove_for_host:0,mdns_service_subtype_add_for_host:0,mdns_service_txt_item_remov:0,mdns_service_txt_item_remove_for_host:0,mdns_service_txt_item_set:0,mdns_service_txt_item_set_for_host:0,mdns_service_txt_item_set_for_host_with_explicit_value_len:0,mdns_service_txt_item_set_with_explicit_value_len:0,mdns_service_txt_set:0,mdns_service_txt_set_for_host:0,mdns_txt_item_t:0,mdns_type_:0,mdns_type_a:0,mdns_type_aaaa:0,mdns_type_ani:0,mdns_type_nsec:0,mdns_type_opt:0,mdns_type_ptr:0,mdns_type_srv:0,mdns_type_txt:0,mdns_unregister_netif:0,member:0,memori:0,method:0,millisecond:0,multicast:0,multipl:0,must:0,my:0,my_app_some_method:0,name:0,need:0,netif:0,network:0,next:0,nfs:0,no:0,not:0,note:0,notif:0,notifi:0,num_item:0,num_result:0,number:0,object:0,of:0,on:0,onc:0,one:0,onli:0,option:0,or:0,origin:0,os:0,other:0,otherwis:0,output:0,over:0,packet:0,paramet:0,password:0,perform:0,pointer:0,port:0,preconfigur:0,printf:0,probe:0,progress:0,properti:0,proto:0,protocol:0,ptr:0,queri:0,readi:0,record:0,regist:0,remov:0,replac:0,repli:0,requir:0,resolv:0,resolve_mdns_host:0,result:0,run:0,same:0,search:0,see:0,send:0,server:0,servic:0,service_nam:0,service_typ:0,servicetxtdata:0,set:0,size_t:0,specif:0,specifi:0,srevic:0,srv:0,sta:0,standard:0,start:0,start_mdns_servic:0,state:0,stop:0,string:0,strlen:0,struct:0,subtyp:0,success:0,successfulli:0,such:0,tag:0,task:0,tcpip_if:0,test:0,text:0,that:0,the:0,them:0,thi:0,thing:0,time:0,timeout:0,to:0,transmission_typ:0,ttl:0,txt:0,txt_count:0,txt_value_len:0,typedef:0,u_addr:0,udp:0,uint16_t:0,uint32_t:0,uint8_t:0,unicast:0,unregist:0,updat:0,used:0,user:0,using:0,v4:0,v6:0,val:0,valu:0,value_len:0,via:0,wait:0,want:0,was:0,web:0,when:0,whether:0,which:0,wifi:0,will:0,window:0,you:0},titles:["mDNS \u670d\u52a1"],titleterms:{"function":0,api:0,definit:0,enumer:0,file:0,header:0,macro:0,mdn:0,structur:0,type:0}}) \ No newline at end of file