From 86275bd96d236b37ccb5a7d19a460de8eb051f0a Mon Sep 17 00:00:00 2001 From: warrieka Date: Mon, 5 Apr 2021 21:53:15 +0200 Subject: [PATCH] update technical info --- .vscode/settings.json | 3 +- doc/source/Changelog.rst | 9 + doc/source/Modules and Classes.rst | 11 +- doc/source/Proxy Settings.rst | 19 + doc/source/conf.py | 10 +- doc/source/index.rst | 7 +- doc/source/pic/network-settings.png | Bin 0 -> 90890 bytes doc/source/pic/settingsMenu.png | Bin 0 -> 13324 bytes docs/.buildinfo | 4 + docs/.nojekyll | 0 docs/About.html | 118 + docs/Changelog.html | 198 + docs/Contributing and forking.html | 183 + docs/Modules and Classes.html | 805 ++ docs/Proxy Settings.html | 119 + docs/Usage.html | 149 + docs/_images/aboutDlg.png | Bin 0 -> 40629 bytes docs/_images/mainWindow.png | Bin 0 -> 42093 bytes docs/_images/network-settings.png | Bin 0 -> 90890 bytes docs/_images/settingsMenu.png | Bin 0 -> 13324 bytes docs/_images/toolbar.png | Bin 0 -> 3214 bytes docs/_modules/index.html | 89 + docs/_modules/inspireNL/dataCatalog.html | 555 + docs/_modules/inspireNL/geometryhelper.html | 229 + docs/_modules/inspireNL/inspireNL.html | 232 + docs/_modules/inspireNL/inspireNLabout.html | 101 + docs/_modules/inspireNL/metadataParser.html | 629 + docs/_modules/inspireNL/settings.html | 98 + docs/_modules/inspireNL/webUtil.html | 120 + docs/_sources/About.rst.txt | 14 + docs/_sources/Changelog.rst.txt | 60 + .../_sources/Contributing and forking.rst.txt | 81 + docs/_sources/Modules and Classes.rst.txt | 77 + docs/_sources/Proxy Settings.rst.txt | 19 + docs/_sources/Usage.rst.txt | 42 + docs/_sources/index.rst.txt | 25 + docs/_static/basic.css | 856 ++ docs/_static/classic.css | 271 + docs/_static/doctools.js | 321 + docs/_static/documentation_options.js | 12 + docs/_static/file.png | Bin 0 -> 286 bytes docs/_static/jquery-3.5.1.js | 10872 ++++++++++++++++ docs/_static/jquery.js | 2 + docs/_static/language_data.js | 297 + docs/_static/minus.png | Bin 0 -> 90 bytes docs/_static/plus.png | Bin 0 -> 90 bytes docs/_static/pygments.css | 69 + docs/_static/searchtools.js | 522 + docs/_static/sidebar.js | 159 + docs/_static/underscore-1.12.0.js | 2027 +++ docs/_static/underscore.js | 6 + docs/genindex.html | 401 + docs/index.html | 159 + docs/objects.inv | Bin 0 -> 989 bytes docs/py-modindex.html | 137 + docs/search.html | 97 + docs/searchindex.js | 1 + metadata.txt | 7 +- webUtil.py | 5 +- 59 files changed, 20211 insertions(+), 16 deletions(-) create mode 100644 doc/source/Proxy Settings.rst create mode 100644 doc/source/pic/network-settings.png create mode 100644 doc/source/pic/settingsMenu.png create mode 100644 docs/.buildinfo create mode 100644 docs/.nojekyll create mode 100644 docs/About.html create mode 100644 docs/Changelog.html create mode 100644 docs/Contributing and forking.html create mode 100644 docs/Modules and Classes.html create mode 100644 docs/Proxy Settings.html create mode 100644 docs/Usage.html create mode 100644 docs/_images/aboutDlg.png create mode 100644 docs/_images/mainWindow.png create mode 100644 docs/_images/network-settings.png create mode 100644 docs/_images/settingsMenu.png create mode 100644 docs/_images/toolbar.png create mode 100644 docs/_modules/index.html create mode 100644 docs/_modules/inspireNL/dataCatalog.html create mode 100644 docs/_modules/inspireNL/geometryhelper.html create mode 100644 docs/_modules/inspireNL/inspireNL.html create mode 100644 docs/_modules/inspireNL/inspireNLabout.html create mode 100644 docs/_modules/inspireNL/metadataParser.html create mode 100644 docs/_modules/inspireNL/settings.html create mode 100644 docs/_modules/inspireNL/webUtil.html create mode 100644 docs/_sources/About.rst.txt create mode 100644 docs/_sources/Changelog.rst.txt create mode 100644 docs/_sources/Contributing and forking.rst.txt create mode 100644 docs/_sources/Modules and Classes.rst.txt create mode 100644 docs/_sources/Proxy Settings.rst.txt create mode 100644 docs/_sources/Usage.rst.txt create mode 100644 docs/_sources/index.rst.txt create mode 100644 docs/_static/basic.css create mode 100644 docs/_static/classic.css create mode 100644 docs/_static/doctools.js create mode 100644 docs/_static/documentation_options.js create mode 100644 docs/_static/file.png create mode 100644 docs/_static/jquery-3.5.1.js create mode 100644 docs/_static/jquery.js create mode 100644 docs/_static/language_data.js create mode 100644 docs/_static/minus.png create mode 100644 docs/_static/plus.png create mode 100644 docs/_static/pygments.css create mode 100644 docs/_static/searchtools.js create mode 100644 docs/_static/sidebar.js create mode 100644 docs/_static/underscore-1.12.0.js create mode 100644 docs/_static/underscore.js create mode 100644 docs/genindex.html create mode 100644 docs/index.html create mode 100644 docs/objects.inv create mode 100644 docs/py-modindex.html create mode 100644 docs/search.html create mode 100644 docs/searchindex.js diff --git a/.vscode/settings.json b/.vscode/settings.json index b2c6b15..4ec58c6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "python.pythonPath": "C:\\Users\\kaywa\\.conda\\envs\\qgis\\python.exe", - "python.envFile": "${workspaceFolder}/.env" + "python.envFile": "${workspaceFolder}/.env", + "restructuredtext.confPath": "${workspaceFolder}\\doc\\source" } \ No newline at end of file diff --git a/doc/source/Changelog.rst b/doc/source/Changelog.rst index fecbd92..41d98a2 100644 --- a/doc/source/Changelog.rst +++ b/doc/source/Changelog.rst @@ -1,6 +1,12 @@ Changelog ========= + + +Version 2.7 +----------- +- Refactored to make http-calls through QNetWork_ and QgsBlockingNetworkRequest_ instead of urllib.request, so QGIS proxy-settings will be used. + Version 2.6 ----------- - Production release @@ -49,3 +55,6 @@ In addition to the migration to QGIS3 / Python3 / QT5, the following issues have - AHN services work but are often slow due to the large quantity that needs to be downloaded. - The Bathymetrie Nederland service does not work, they are not compatible with QGIS. You can not add that service via the standard method. - Networking, reverse network proxy is used if present. The plug-in will now also work on some corporate networks with high security. + +.. _QNetWork: https://doc.qt.io/qt-5/qtnetwork-index.html +.. _QgsBlockingNetworkRequest: https://qgis.github.io/pyqgis/3.16/core/QgsBlockingNetworkRequest.html diff --git a/doc/source/Modules and Classes.rst b/doc/source/Modules and Classes.rst index d47a9fd..4ab8208 100644 --- a/doc/source/Modules and Classes.rst +++ b/doc/source/Modules and Classes.rst @@ -1,7 +1,7 @@ Modules and Classes =================== -*Remark: the autogenerated modules ui_dataCatalog_dialog.py and ui_inspireNL_dialog.py are ommited. They are declared in de ui_inspireNL_dialog.ui and ui_inspireNL_dialog.ui and must be modified and compiled with Qtdesigner (see: http://pyqt.sourceforge.net/Docs/PyQt5/designer.html )* +*Remark: the autogenerated modules ui_dataCatalog_dialog.py and ui_inspireNL_dialog.py are ommited. They are declared in de ui_inspireNL_dialog.ui and ui_inspireNL_dialog.ui and must be modified and compiled with* Qtdesigner_. .. _dataCatalog: @@ -64,5 +64,14 @@ settings module :undoc-members: :show-inheritance: +.. _webUtil: +webUtil module +--------------- + +.. automodule:: inspireNL.webUtil + :members: + :undoc-members: + :show-inheritance: +.. _Qtdesigner: http://pyqt.sourceforge.net/Docs/PyQt5/designer.html \ No newline at end of file diff --git a/doc/source/Proxy Settings.rst b/doc/source/Proxy Settings.rst new file mode 100644 index 0000000..2e48a49 --- /dev/null +++ b/doc/source/Proxy Settings.rst @@ -0,0 +1,19 @@ +Proxy Settings +============== + +Many enterprises secure their network with intermediary proxy-server the inspects external data comming into their network and then sends it through to client. In the past the plugin sometimes had problems on picking up these redirects because of the limitations of urllib library that was used until version 2.6. + +Since version 2.7 of the plugin, the plugin uses the native methods of QGIS to make to http-API calls. Including calls to the Dutch INSPIRE CSW-service_. This way all the QGIS-settings are used in a identical manner, so the user must configure everything only once. + +If QGIS does not automaticaly pick you enterprise Proxy. You can configure this manually. Go on the menu-bar to *Settings/Options..* : + +.. image:: pic/settingsMenu.png + +Then to the tab *Network*. Here can enable using proxy's and input the url and port if the system does not pick this up automaticaly: + +.. image:: pic/network-settings.png + +More info: Network-Settings_ + +.. _CSW-service: https://www.nationaalgeoregister.nl/geonetwork/srv/dut/inspire?request=GetCapabilities&service=CSW&version=2.0.2 +.. _Network-Settings: https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html#network-settings \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index f63b310..54ebaf2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -13,20 +13,19 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os, sys -#sys.path.insert(0, os.path.abspath('..')) -sys.path.insert(0, r'C:\Users\sa64489\Documents\GitHub\ptvs_geopunt' ) +sys.path.insert(0, r'C:\work\prj\geonovum') sys.path.insert(0, r'C:\OSGeo4W64\apps\qgis\python' ) # -- Project information ----------------------------------------------------- project = u'The Dutch INSPIRE QGIS plugin' -copyright = u'2019, Kay Warrie' +copyright = u'2021, Geonovum, Kay Warrie' author = u'Kay Warrie' # The short X.Y version version = u'2.5' # The full version, including alpha/beta/rc tags -release = u'Version 2.5 for QGIS 3' +release = u'Version 2.7 for QGIS 3' # -- General configuration --------------------------------------------------- @@ -156,7 +155,8 @@ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'deNederlandseINSPIREQGISplugin', project, - author, 'deNederlandseINSPIREQGISplugin', 'One line description of project.', + author, 'deNederlandseINSPIREQGISplugin', + 'One line description of project.', 'Miscellaneous'), ] diff --git a/doc/source/index.rst b/doc/source/index.rst index c5455a2..60b8461 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ - -The Dutch INSPIRE QGIS plugin Technical Documentation -====================================================== +============================= +The Dutch INSPIRE QGIS plugin +============================= *A QGIS plugin to search and add Datasets of the Dutch Dataportal 'Nationaal Georegister' to QGIS.* @@ -11,6 +11,7 @@ The Dutch INSPIRE QGIS plugin Technical Documentation About Usage Contributing and forking + Proxy Settings Changelog Modules and Classes diff --git a/doc/source/pic/network-settings.png b/doc/source/pic/network-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba4f9c394421d197727067212ce6e86aa764a69 GIT binary patch literal 90890 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 literal 0 HcmV?d00001 diff --git a/doc/source/pic/settingsMenu.png b/doc/source/pic/settingsMenu.png new file mode 100644 index 0000000000000000000000000000000000000000..66501eb0282d4ea9323165cd2a796300ab1786fa GIT binary patch literal 13324 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�S>cjRT=Sz)(g?ye(0Ll0vD|HrE#is&JYx8^Kh0hjgS&+_U{ZIa){vqf^v z5Q%G^AHoOX^76s66(1!YwXGBT5Zu|L4m(`5bO`m;3TRO^24KC6zSjF{78 zQAE4}9yj~ax#SjpT3Q5I-q+GkWf%G4AgbK9^VXAHU;c$Ey@(aNF1`OuJl88BC=3fE zG5r!LE+gFkoJOC-r~_EzZAGKPDlyOYQE$!Q^CTWpeLZ*UqBppEor84uJ|ln){5r;r z2O&SQy;%uJ{`VvgF!7+8!78mXJDMq+8Obdp5%R{L6u61Rp)sBZtxzg%ysSTvi%OvC z*BS*o6YSJl&C{*Afc1`vds&`(V5yZoUG8kCFSH6E2|O6ji47%w5bFJlx=f5uhw^n3 R + + + + + + + About — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

About

+

A QGIS plugin to search and add the INSPIRE Datasets of the Dutch Dataportal ‘Nationaal Georegister’ to QGIS.

+

About the Dutch INSPIRE QGIS plugin

+

In the context of INSPIRE, the European member states are realizing a digital network for the exchange of data on the living environment. INSPIRE ensures that this geo-information is of good quality and that its content, even across national borders, is coordinated. In the Netherlands, descriptions of more than 200 INSPIRE datasets and approximately 265 associated services are now available in the National Georegister (http://www.nationaalgeoregister.nl/).

+

To facilitate the use of INSPIRE data for the professional GIS users in the Netherlands, a plugin has been developed for QGIS. This plugin makes it easy to find, consult and download the INSPIRE datasets and services directly via the National Georegister. Through the plugin, a user can search INSPIRE data by keyword, INSPIRE theme, organization or type of service and add the result directly to QGIS.

+

The INSPIRE QGIS plugin was created under the responsibility of Geonovum. Geonovum supports the Ministry of the Interior and Kingdom Relations and data providers with the introduction of INSPIRE in the Netherlands. The plugin has been developed by KGIS (http://kgis.be/).

+

If you have any questions about INSPIRE or the plugin, please visit https://www.geonovum.nl/geo-standaarden/inspire-europese-leefomgeving or submit them to the INSPIRE helpdesk (inspire@geonovum.nl).

+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/Changelog.html b/docs/Changelog.html new file mode 100644 index 0000000..5240a41 --- /dev/null +++ b/docs/Changelog.html @@ -0,0 +1,198 @@ + + + + + + + + + Changelog — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Changelog

+
+

Version 2.7

+ +
+
+

Version 2.6

+
    +
  • Production release

  • +
+
+
+

Version 2.5

+
    +
  • Further improved WFS with exotic CRS

  • +
  • Improved Download-function: no longer use webbrowser.

  • +
  • Changed some maessages a request of customer

  • +
+
+
+

Version 2.4

+
    +
  • Improved WFS CRS handling including working with inverted axis.

  • +
  • User notificaton improvements.

  • +
  • Spell fixes.

  • +
+
+
+

Version 2.3

+
    +
  • Option to download WFS instead of loading as a service.

  • +
  • Handle complex features in WFS better.

  • +
  • Various small bugfixes as reported by users.

  • +
  • Improved documentation.

  • +
+
+
+

Version 2.2

+ +
+
+

Version 2.1

+
    +
  • All search qeuries now use LIKE instead = as this yields more complete results, searches no longer cases sensitive.

  • +
  • Various small bugfixes as reported by users.

  • +
  • Improved support for WFS 2.0

  • +
+
+
+

Version 2.0

+

The largest change in this version is the migration to QGIS3.

+

In addition to the migration to QGIS3 / Python3 / QT5, the following issues have been improved.

+
    +
  • CSW: The geonetwork services are nowhere used anymore, everything is CSW/OGC based.

  • +
  • Keywords are now a autocomplete on the search text instead of a dropdown.

  • +
  • Download: Can now handle ATOM links with multiple entries. You get when there are several, a dropdown with titles of the various entries. The link is opened in a web page. That is the easiest way to handle that download. Possibly I can still replace this with a “save as” dialog, the disadvantage of this is that you also save the error messages and such if the link is no longer correct.

  • +
  • WFS: WFS 2.0 is now also supported.

  • +
  • +
    WCS: Several improvements have been made, but you continue to bump into the limitations of that service.
      +
    • AHN services work but are often slow due to the large quantity that needs to be downloaded.

    • +
    • The Bathymetrie Nederland service does not work, they are not compatible with QGIS. You can not add that service via the standard method.

    • +
    +
    +
    +
  • +
  • Networking, reverse network proxy is used if present. The plug-in will now also work on some corporate networks with high security.

  • +
+
+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/Contributing and forking.html b/docs/Contributing and forking.html new file mode 100644 index 0000000..dfa01ab --- /dev/null +++ b/docs/Contributing and forking.html @@ -0,0 +1,183 @@ + + + + + + + + + Contributing and forking — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Contributing and forking

+
+

Compiling and running the plugin from code:

+

You can find the lated version of the code on Github.

+

To modify the the code, you can clone the repo:

+
git clone https://github.com/warrieka/inspireNL
+cd inspireNL
+
+
+

To test and compile the code a Makefile is provided. There are different files for Linux and windows. Rename the version for you system to Makefile to make correct one active.

+

In order to use this makefile you need to have a GNU-compatible shell with make installed and the QGIS-binaries and its python modules on the system PATH. The PyQT commandline tools should be part of your QGIS install, these are essential for compiling the plugin. On windows you can use MinGW and on Linux you just need to install the basic build-tools:

+
sudo apt install build-essential
+
+
+

Before use you need to edit the Makefile at line 25 and set PROFILE to the location of your QGIS userprofile. The default location on windows is C:Users<username>AppDataRoamingQGISQGIS3profilesdefault but you should make a separate devprofile.

+

To compile the code you can type just make ass it is the default target or:

+
make compile
+
+
+

To compile and deploy the compiled code to the PROFILE as a plugin:

+
make deploy
+
+
+

To compile, deploy and start QGIS with PROFILE:

+
make run
+
+
+

To delete the plugin under PROFILE:

+
make derase
+
+
+

To delete compiled files from the codebase:

+
make clean
+
+
+

The dclean target removes compiled python files from plugin directory:

+
make dclean
+
+
+

The zip target deploys the plugin and creates a zip file with the deployed content. You can then upload the zip file on http://plugins.qgis.org to add this plugin to standard plugin-repo. This target requires zip to be on the PATH:

+
make zip
+
+
+

The package target creates a zip package of all the code of the plugin named $(PLUGINNAME).zip of a specific version ofthe code for archiving purposes. THis is NOT the package you should upload to http://plugins.qgis.org.:

+
make package VERSION=<VERSION NAME>
+
+
+

There are also commands for translations, but rigth now there is only one language supported: dutch.

+
+
+

Modifing the code to target an other CSW:

+

First Fork the code.

+

The application was orignaly develloped to work against a specific version of geonetwork. Originaly it contained many non-stardard geonetwork specific requests. Starting from the version 2.x on the qgis3-branch, only standard OGC-services are used to query the server.

+

To target another CSW-service, you wil need to modify the metadataParser module. The minimal change will global variable CSW_URL that contains the full url of the csw-service up to the query string. For the NGR this is: http://www.nationaalgeoregister.nl/geonetwork/srv/dut/inspire . This Global can be fount at the top of the metadataParser.py file.

+

You might have make specific changes for like for custom vendor parameters, custom thypes of services and application-schema’s used etc. Normaly al these have to be made in the metadataParser Module. MDdata contains all the metadata-xml parsing, MDreader contains al the interactiing with the CSW. Their are functions for constructing requests to OGC W*S services and handling downloads.

+

Rebranding can be done by changing the icons in the images folder.

+
+
+

Contributing

+

To upload your modifications, just edit the code commit and make a Pull-request on github. +The orignal develloper will review and merge the edits if approved.

+
+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/Modules and Classes.html b/docs/Modules and Classes.html new file mode 100644 index 0000000..1356470 --- /dev/null +++ b/docs/Modules and Classes.html @@ -0,0 +1,805 @@ + + + + + + + + + Modules and Classes — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Modules and Classes

+

Remark: the autogenerated modules ui_dataCatalog_dialog.py and ui_inspireNL_dialog.py are ommited. They are declared in de ui_inspireNL_dialog.ui and ui_inspireNL_dialog.ui and must be modified and compiled with Qtdesigner.

+
+

dataCatalog module

+
+
+class inspireNL.dataCatalog.dataCatalog(iface)[source]
+

Bases: PyQt5.QtWidgets.QDialog

+

The dialog for the catalog searchwindow

+
+
Parameters
+

iface (QgsInterface) – A QGIS interface instance.

+
+
+
+
+addWCS()[source]
+

Add WCS from current record to map

+
+ +
+
+addWFS()[source]
+

Add WFS from current record to map

+
+ +
+
+addWMS()[source]
+

Add WMS from current record to map

+
+ +
+
+addWMTS()[source]
+

Add WMTS from current record to map

+
+ +
+
+clean()[source]
+

Reset the UI to initial positions

+
+ +
+
+complexWFS()[source]
+

Warning messagebox to be called when working WFS with complex features, +User will be asked if (s)he wants to try load te service with download instead.

+
+
Returns
+

True if user wants to download else false.

+
+
+
+ +
+
+dlClicked()[source]
+

Called when user clicked downloadBtn, initiate download of current record

+
+ +
+
+dlWFS(url, layerName='', crs='EPSG:4326', wfsVersion='2.0.0')[source]
+
+
Download a WFS as a GML-file for current extend.

The user wil be asked to chose filename and location.

+
+
+
+
Parameters
+
    +
  • url – the url of the wfs

  • +
  • iserror – true/false, has an error been called?

  • +
  • wfsVersion – 2.0.0 or 1.1.0

  • +
  • layerName – the typeName of the layer in the WFS

  • +
+
+
+
+ +
+
+filterModel(col=None)[source]
+

Filter model with col from modelFilter

+
+ +
+
+initGui()[source]
+

setup the user interface

+
+ +
+
+modelFilterCbxIndexChanged()[source]
+

Called when user changes the ModelFilterCbx

+
+ +
+
+onZoekClicked()[source]
+

Called when user clicked zoekBtn

+
+ +
+
+resultViewClicked()[source]
+

Called when user clicked resultView

+
+ +
+
+search()[source]
+

start the search

+
+ +
+
+setModel(records)[source]
+

set the model of the seachresult with records (metadata.MDdata)

+
+ +
+
+show()[source]
+

Overwrite of QDialog.show

+
+ +
+ +
+
+

geometryhelper module

+
+
+class inspireNL.geometryhelper.geometryHelper(iface)[source]
+

Bases: object

+

Several tools to modify geometry etc.

+
+
Parameters
+

iface (QgsInterface) – A QGIS interface instance.

+
+
+
+
+addPointGraphic(xy, color='#FFFF00', size=1, pen=10, markerType=3)[source]
+

create a point Graphic at location xy and return it

+
+
Parameters
+
    +
  • xy – list in the form [x,y] or QgsPoint

  • +
  • color – the color of the icon

  • +
  • size – icon size in mm

  • +
  • pen – outline width in mm

  • +
  • markerType – the type of the form of the QgsVertexMarker: ICON_NONE, ICON_CROSS, ICON_X, ICON_BOX, ICON_CIRCLE, ICON_DOUBLE_TRIANGLE

  • +
+
+
Returns
+

the created graphic (QgsVertexMarker)

+
+
+
+ +
+
+static getGetMapCrs(iface)[source]
+

Get CRS of the current mapCanvas.

+
+
Parameters
+

iface (QgsInterface) – A QGIS interface instance.

+
+
Returns
+

QgsCoordinateReferenceSystem of the current mapCanvas.

+
+
+
+ +
+
+prjLineFromMapCrs(lineString, toCRS=4326)[source]
+

Project lineString from the CRS of mapCanvas to toCrs.

+
+
Parameters
+
    +
  • xy – a QGSgeometry object, must be a line

  • +
  • toCRS – the CRSid of xy

  • +
+
+
Returns
+

QgsGeometry in toCrs

+
+
+
+ +
+
+prjLineToMapCrs(lineString, fromCRS=4326)[source]
+

Project lineString from fromCRS to the CRS of mapCanvas.

+
+
Parameters
+
    +
  • xy – a QGSgeometry object, must be a line

  • +
  • toCRS – the CRSid of xy

  • +
+
+
Returns
+

QgsGeometry in toCrs

+
+
+
+ +
+
+prjPtFromMapCrs(xy, toCRS=31370)[source]
+

Project point xy from the CRS of mapCanvas to toCrs.

+
+
Parameters
+
    +
  • xy – a QGSpoint object

  • +
  • toCRS – the CRSid of xy

  • +
+
+
Returns
+

QGSpoint in toCRS.

+
+
+
+ +
+
+prjPtToMapCrs(xy, fromCRS=4326)[source]
+

Project point xy form fromCrs to the CRS of mapCanvas.

+
+
Parameters
+
    +
  • xy – a QGSpoint object

  • +
  • fromCRS – the CRSid of xy

  • +
+
+
Returns
+

QGSpoint in the CRS of mapCanvas.

+
+
+
+ +
+
+zoomtoRec(xyMin, xyMax, crs=None)[source]
+

zoom to rectangle from 2 points with given crs, default= mapCRS

+
+
Parameters
+
    +
  • xyMin – a QgsPoint of the left undercorner of the rectangle

  • +
  • xyMax – a QgsPoint of the right uppercorner of the rectangle

  • +
+
+
+
+ +
+
+zoomtoRec2(bounds, crs=None)[source]
+

zoom to rectangle from a list containing: [xmin,ymin,xmax,ymax] with given crs, default= mapCRS

+
+
Parameters
+

bounds – a List in the form: [xmax, ymax, xmin, ymin].

+
+
+
+ +
+ +
+
+

inspireNL module

+
+
+class inspireNL.inspireNL.inspireNL(iface)[source]
+

Bases: object

+

The inspireNL-toolbar

+
+
Parameters
+

iface (QgsInterface) – An interface instance that will be passed to this class +which provides the hook by which you can manipulate the QGIS +application at run time.

+
+
+
+
+add_action(icon_path, text, callback, enabled_flag=True, add_to_menu=True, add_to_toolbar=True, status_tip=None, parent=None)[source]
+

Add a toolbar icon to the toolbar.

+
+
Parameters
+
    +
  • icon_path (str) – Path to the icon for this action. Can be a resource +path (e.g. ‘:/plugins/foo/bar.png’) or a normal file system path.

  • +
  • text (str) – Text that should be shown in menu items for this action.

  • +
  • callback (function) – Function to be called when the action is triggered.

  • +
  • enabled_flag (bool) – A flag indicating if the action should be enabled +by default. Defaults to True.

  • +
  • add_to_menu (bool) – Flag indicating whether the action should also +be added to the menu. Defaults to True.

  • +
  • add_to_toolbar (bool) – Flag indicating whether the action should also +be added to the toolbar. Defaults to True.

  • +
  • status_tip (str) – Optional text to show in a popup when mouse pointer +hovers over the action.

  • +
  • parent (QWidget) – Parent widget for the new action. Defaults None.

  • +
  • whats_this – Optional text to show in the status bar when the +mouse pointer hovers over the action.

  • +
+
+
Returns
+

The action that was created. Note that the action is also +added to self.actions list. (QAction)

+
+
+
+ +
+
+initGui()[source]
+

Initialize the GUI: Add the plugin menu item and icon to QGIS GUI.

+
+ +
+
+runAbout()[source]
+

show the about dialog

+
+ +
+
+runCatalog()[source]
+

show the catalog search dialog

+
+ +
+
+static tr(message)[source]
+

Get the translation for a string using Qt translation API.

+
+
Parameters
+

message (str, QString) – String for translation.

+
+
Returns
+

Translated version of message. (String)

+
+
+
+ +
+
+unload()[source]
+

Removes the plugin menu item and icon from QGIS GUI.

+
+ +
+ +
+
+

inspireNLabout module

+
+
+class inspireNL.inspireNLabout.inspireNLabout(parent=None)[source]
+

Bases: PyQt5.QtWidgets.QDialog

+

The dialog with the settins and about info

+
+
Parameters
+

parent (QWidget) – the parent window

+
+
+
+ +
+
+

metadataParser module

+
+
+class inspireNL.metadataParser.MDReader[source]
+

Bases: object

+

Interact with CSW-service, to get info

+
+
Parameters
+
    +
  • proxyUrl – the proxy to use for internet calls

  • +
  • timeout – the timeout for internet calls

  • +
+
+
+
+
+list_inspire_theme()[source]
+

List the inspire-themes

+
+
Returns
+

a list containing the inspire themes

+
+
+
+ +
+
+list_organisations()[source]
+

List the organisations

+
+
Returns
+

a list with the organisations

+
+
+
+ +
+
+list_suggestionKeyword()[source]
+

List the Keywords

+
+
Returns
+

a list with the Keywords

+
+
+
+ +
+
+searchAll(q='', orgName='', dataType='', inspiretheme='', inspireServiceType='')[source]
+

Search the csw, making multiple calls in case of large resultsets, with the following parameters:

+
+
Parameters
+
    +
  • q – free text to seach for

  • +
  • orgName – filter on the name of a organisation

  • +
  • dataType – filter on the type of record: service or dataset

  • +
  • inspiretheme – filter on inspiretheme

  • +
  • inspireServiceType – filter on inspire serviceType

  • +
+
+
Returns
+

a composite XMLdocument with the results

+
+
+
+ +
+ +
+
+class inspireNL.metadataParser.MDdata(metadataXML)[source]
+

Bases: object

+
+ +
+
+inspireNL.metadataParser.downloadWFS(url, typeName, outputLocation, crs='EPSG:4326', maxCount=10000, version='1.1.0', bbox=[])[source]
+

Download a WFS as GML-file for a specific area

+
+
Parameters
+
    +
  • url – the url of the WFS

  • +
  • typeName – the typeName of the layer to download

  • +
  • outputLocation – the path and filename of the output gml

  • +
  • maxCount – max number of features

  • +
  • version – WFS version: 1.1.0 or 2.0.0

  • +
  • bbox – limit the output to a certain area

  • +
  • proxyUrl – the url of the network proxy

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

outputLocation

+
+
+
+ +
+
+inspireNL.metadataParser.getWCSlayerNames(url, wcs_version='1.1')[source]
+

List all the layers in a WFS

+
+
Parameters
+
    +
  • url – the getcapabilities url of the WCS

  • +
  • proxyUrl – the url of the network proxy

  • +
  • wcs_version – the version of WCS to use, supported versions: 2.0, 1.1, 1.0

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

a list of tuples in de form: [(Identifier, Title ), …]

+
+
+
+ +
+
+inspireNL.metadataParser.getWFSLayerNames(url)[source]
+

List all the layers in a WFS

+
+
Parameters
+
    +
  • url – the getcapabilities url of the WFS

  • +
  • proxyUrl – the url of the network proxy

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

a list of tuples in de form: [(name, title, srs ), …]

+
+
+
+ +
+
+inspireNL.metadataParser.getWMTSlayersNames(url)[source]
+

List all the layers in a WMTS

+
+
Parameters
+
    +
  • url – the getcapabilities url of the WCS

  • +
  • proxyUrl – the url of the network proxy

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

a list of tuples in de form: [(name, title, matrix, format, srs ), …]

+
+
+
+ +
+
+inspireNL.metadataParser.getWmsLayerNames(url)[source]
+

List all the thr layers in a WMS

+
+
Parameters
+
    +
  • url – the getcapabilities url of the WMS

  • +
  • proxyUrl – the url of the network proxy

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

a list of tuples in de form: [(name, title, style ), …]

+
+
+
+ +
+
+inspireNL.metadataParser.makeWCSuri(url, layer)[source]
+

Make a QGIS-uri to load WCS-services.

+
+
Parameters
+
    +
  • url – the base url of the WMTS

  • +
  • layer – The name of the layer

  • +
+
+
Returns
+

the QGIS-uri

+
+
+
+ +
+
+inspireNL.metadataParser.makeWFSuri(url, name='', srsname='EPSG:28992', version='1.0.0')[source]
+

Make a QGIS-uri to load WFS-services.

+
+
Parameters
+
    +
  • url – the base url of the wfs

  • +
  • name – The name of the layer

  • +
  • srsname – the crs as a string,this form <auth>:<id>, like EPSG:28992

  • +
  • version – WFS version: 1.0.0, 1.1.0 or 2.0.0

  • +
+
+
Returns
+

the QGIS-uri

+
+
+
+ +
+
+inspireNL.metadataParser.makeWMTSuri(url, layer, tileMatrixSet, srsname='EPSG:3857', styles='', format='image/png')[source]
+

Make a QGIS-uri to load WMTS-services.

+
+
Parameters
+
    +
  • url – the base url of the WMTS

  • +
  • name – The name of the layer

  • +
  • tileMatrixSet – The namae of the tileMatrixSet to use

  • +
  • srsname – the crs as a string,this form <auth>:<id>, like EPSG:28992

  • +
  • styles – the name(s) of the styles to use

  • +
  • format – the name of the mimetype of the output: image/png, image/jpeg, …

  • +
+
+
Returns
+

the QGIS-uri

+
+
+
+ +
+
+inspireNL.metadataParser.testComplex(url, typeName, version='1.1.0')[source]
+

Test if a WFS has complex features for a specific layer (typeName)

+
+
Parameters
+
    +
  • url – the url of the WFS

  • +
  • typeName – the typeName of the layer to test for complex features

  • +
  • version – WFS version: 1.1.0 or 2.0.0

  • +
  • proxyUrl – the url of the network proxy

  • +
  • timeout – the timeout for internet calls

  • +
+
+
Returns
+

a boolean, true if the WFS has complex features

+
+
+
+ +
+
+inspireNL.metadataParser.xmlIsEmpty(xml_file, gmlException=True)[source]
+

test if a xml file contais data

+
+
Parameters
+
    +
  • xml_file – a path to a xml file.

  • +
  • gmlException – also return if gmlException

  • +
+
+
+

return: True if empty else False

+
+ +
+
+

settings module

+
+
+class inspireNL.settings.settings[source]
+

Bases: object

+

Called one startup to get initial values from registry, saves changes to registry

+
+
+setTimeout(seconds)[source]
+

Save changes in timeout setting

+
+ +
+ +
+
+

webUtil module

+
+
+inspireNL.webUtil.getUrlData(url, data=None, returnBytes=False)[source]
+

Performs a blocking “get” operation on the specified url and returns the response, +if data is given a “post” is performed.

+
+
Parameters
+
    +
  • url – the url to fetch

  • +
  • data – the data to post as bytes

  • +
  • returnBytes – return bytes instead of string if True

  • +
+
+
Returns
+

the response as a string

+
+
+
+ +
+
+exception inspireNL.webUtil.metaError(message)[source]
+

Bases: Exception

+

Exception, a error in metadataXML

+
+
Parameters
+

message – a message to pass with the exception

+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/Proxy Settings.html b/docs/Proxy Settings.html new file mode 100644 index 0000000..27da67a --- /dev/null +++ b/docs/Proxy Settings.html @@ -0,0 +1,119 @@ + + + + + + + + + Proxy Settings — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Proxy Settings

+

Many enterprises secure their network with intermediary proxy-server the inspects external data comming into their network and then sends it through to client. In the past the plugin sometimes had problems on picking up these redirects because of the limitations of urllib library that was used until version 2.6.

+

Since version 2.7 of the plugin, the plugin uses the native methods of QGIS to make to http-API calls. Including calls to the Dutch INSPIRE CSW-service. This way all the QGIS-settings are used in a identical manner, so the user must configure everything only once.

+

If QGIS does not automaticaly pick you enterprise Proxy. You can configure this manually. Go on the menu-bar to Settings/Options.. :

+_images/settingsMenu.png +

Then to the tab Network. Here can enable using proxy’s and input the url and port if the system does not pick this up automaticaly:

+_images/network-settings.png +

More info: Network-Settings

+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/Usage.html b/docs/Usage.html new file mode 100644 index 0000000..7a002cd --- /dev/null +++ b/docs/Usage.html @@ -0,0 +1,149 @@ + + + + + + + + + Usage — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+

Usage

+
+

Installation

+

You can find the tool in the standard QGIS-plugin repo. +On the menubar: Plugins > Manage and Install Plugins .. > All search for INSPIRE nederland and click install plugin. You can also download a specific version from Github and install de plugin from zipfile. For Contributing and forking or testing a new version of the plugin then you can use this method.

+
+
+

Toolbar

+

If you activate the tool in the “Manage and Install Plugins”-dialog, then the toolbar should appear. If it doesn’t then rigth click on a empty space en check out inspireNL. +There a 2 buttons on the tool one for showing the the Mainwindow and one for the About-dialog.

+

This toolbar is declared in the inspireNL module.

+_images/toolbar.png +
+
+

Mainwindow

+

This dialog contains the main functionality of the plugin. You can enter search-terms in top, uses filters based on organisation or INSPIRE -themes. De result-view shows a list of found records and if you click on a record then you get the description in the page next to it. You filter the result view to only show results with WMS, WFS, WMTS or WCS layers or downloads. +You can add WMS, WFS, WMTS or WCS layers to QGIS and download associated files with buttons below. These downloads are opened in a webbrowser. If you check “WFS downloaden binnen huidig kaartbeeld” then WFS wil be downloaded as a file and opened in QGIS instead of loaded as a service. +There is a button to close the dialog on the bottom rigth side.

+

This dialog is declared in the dataCatalog module.

+_images/mainWindow.png +
+
+

About-dialog

+

This dialog just shows the about-message. There is a button to close the dialog on the bottom rigth side..

+

This dialog is declared in the inspireNLabout module.

+_images/aboutDlg.png +
+
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_images/aboutDlg.png b/docs/_images/aboutDlg.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6b53a4e28d9b9c73a82b54736bbb9dd1ce5d6b GIT binary patch literal 40629 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 I_b>nd0<_!5asU7T literal 0 HcmV?d00001 diff --git a/docs/_images/mainWindow.png b/docs/_images/mainWindow.png new file mode 100644 index 0000000000000000000000000000000000000000..2024a79dc8cd74434a1940219cb6cc59e7858656 GIT binary patch literal 42093 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 Y?t^FuoBeI!^_RJb<6ds{$1eQ#U#Yj{djJ3c literal 0 HcmV?d00001 diff --git a/docs/_images/network-settings.png b/docs/_images/network-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba4f9c394421d197727067212ce6e86aa764a69 GIT binary patch literal 90890 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 literal 0 HcmV?d00001 diff --git a/docs/_images/settingsMenu.png b/docs/_images/settingsMenu.png new file mode 100644 index 0000000000000000000000000000000000000000..66501eb0282d4ea9323165cd2a796300ab1786fa GIT binary patch literal 13324 zcmb8W1yEaI7bZ+8?pCBo(ctc0JW$-7;!@n5;zfeHyL)jh?k>UI-JP=O_x&^f?(ELa zY-VzD-#fWC?|XA|&Lbybit@0wphD+1g=S(_;rwhF;$A&Az7)>}S1~s;sHa&#%o_r-nTF zJrT9G9?z9J$-BKhzY8D8z9I9yWlaPeLm@+cj1g^v72Pc-WNwbDlXkR#iSu(?9pyDE5l(mwKj z77v&|Fjt4=^D_hfhAW|15^Ecv*?m#*!kZ)s5($j7MA}~{4}|6u z>Tjk%wg6{<`j34yD5`~5{vL-#=~?voHsUF){CaLtFCBw_IE;P z=loSH&4C&@`&c$z&RavA?IttFH4T4L6|pJK^G@*^Dt|dB$a2T7qt6XG3xuBAOTg02nH6Mt z)@fsN`CPPv282#}?!y+wQ;lnrud0FUdI4G6youu3-j0IEml zo8^~?k4am`3Qqm)~d{~ajl`~&^)d&)jaC`lV zbE7B&etY)vD-bK#XId+gbq*bU{qlJF%v&-$e!+W}a`sgXcQOn03Y%t9i$~8p*Ss7( zy_4qm32U)@ViOC$nS8~lMzp7c$l829^Lj%6Z2p<1CYf#BA&4q^vJyj0eK0s%RuG`4 zRc0J~{84Qq<@NT50W-`WO4S5ARyq?Mr%kkoPMo!}wLjsWS34|v7dmCwC0(f8rE(k8 z*2V!s6pqV66w1FECKG^j6U}GRbKFQ)H`a$t=GIyDa1&zR2$fha5bTT17*qSLpsdbe z+TTs>-?_f{KjhS;0LmT+Fg(q_c*8f?92w~=N6I`!jo{gq9JP7{$CRES9AKy)sC3-c z)eUbi-JT>@jfycPJbuzCS*wXVLJmGGIfJpVEov0>iQ+NvZp)hiblQ9R&mM?hn+DaV z+AZFt5^Yhy*OQ!b@Gw;@px%$K6QAVBA4h}T8{UG;>!ahWe0Vj-!{*(|HJ z=(XF|Rba?9=#A+_90V-Ch`&oEUpb2ioz}*ov@>Ujn!wz+Xaxe^*fR-hNoTQW!@7?h z;x&($=KGWlSrL(`x8p2r6S=?Hsy!-}FV7r-WaxCl6GeXF7;a@r^3YUpktO*mQTyS- z%p$yfJ~S{HN0PbGkoWx=!ragkriPm?g$NABK>KWv)0*nn#}))b%XbeLv@EbkEU?F4 zQ;>lJOOSwJ$3L+7S$A1*$5|DV>mhS7#rm6Gr6P?2@!44Mh5h19lVvujPuL|ER`AdX zKZLJLz)_;m2GHtwl0>R9xqelIC3>hw!+lrF#*f1;XA#Cc z!%U=Z;#>AhgG$xoF#f1=_9Af1{>&s3TgW}UY$?TepsAGs8%rJ;c+@k4c(fp=fpyTD z*wYg(qU{fwfvpT3pmw|&LSkucc38$FTXLYk zx{e@rO){TQJl80A-@Oa2!S_wE7N)26$+pVg#UW$qIgagxyIrv42k{6{n`KX1;SMU} z(egf8r!ZnSU*OX*U~NI>L<#dp>f^Fij&43a=Wm9SJaS`cxYK)HiB`vbf9JGe_7<0g zhXBn7R%>av`A=!3>w|;};@P|e6 znnO7~Ro8Af%$~?9P|w`LVu$X|$voX`jr<{%NHdxUxc-2)VnM_DF!fzn%bV3W7je1N z*gCqeo3}`4<~$Us*F3Ei7&~v0HcA*nBZ8^5V5#+Ze0eci2(X7qZbS@B9(3vc zy^@TzJA!zEU`6n;FsxYdE=nXQh}6=Sgi5J+9Ms|>VncT0m#d3W@^rKf9=ZIMPprXC zblnUzVKQe^rn5yFpU>ft@P0b3I~F=*%37MozQBu1&r5xc{eg_Rpo8V)9sXD(iDrcx zAyCxWozN9!#s}I9Yc!eTJ|aCS>Jvj46>V|Xm=A+n0A;3^TT|DB>NiLXB8`u5+@&{l$bH3nsN zynsR3B$zS)Zs-QC?$NBOBY&jNYMxgS#(j`z+uxm8&D_VXkQepBFO_6!;Bu`V%B#(JYJ30S1 z4Ezv7N0VAQpOO&*7ShJ#>OD>yX^?(GRQb(^%7*~ zEoRfNJhi->rdWW>p!su<#7nlr7(Zl~iMjm}n#AW;>5d7PB;E)gP;D6dFFLrmx{@my zLEgdXx|~nlSO9?su4!p$_WNT5^$iVMuTMA18P1yj*^NfT^V4`RN;>!W@KDi<^S?V? zPZ#|=ydGpC!YgRwsZ4L*PO*AfWUH3C{Dh-O1jG0D&FY()(m7}b;_@=Py!WCXN8azZ zxEsFBt)By64Aef9ospPhlt_vsGCzOqAi^qP`YPhjs@9!ch#cyzRyJn!GzWL4z04(Y zQC{c58Zyi}n#?>HOCdGawj0CK(Aby;BQr>;?EHPbr{CRA?4!_43-jikY55$cS`Y`dBkMp+Cxduat};z@F}-u+|#3W`&%2=v|W?6Pt+dLvIl~Q4)G|C#-9kC^^fUj)ju1Y-8Y0!<$Vb#%lTwjeH8k zPTTAKcG09F!Yr~HTdE}%k_t_E&Ji*S$^}_oPYu7mo~_rxam%%%CVqcZa!)y=Be!`1%T>X{VDogFBIYs_sW8adYY{}wZVLEi;NxucIULgqLW`Ge7 zi*1u^j_$E@j#y=j&YcJYE@r{J{bA7qVdwIB-B&D!_nYFD%%^zX?YVDnRqMJ#f9l@k z@~~2*X!>|LouXhP$FZ8ov+n{=ijqwe`#OQ3s?kk&{l|C?N`>IKRV4qgMM;HTTv~V0 z{b-&-fLM$RhxCMGvsi(FCaS6T!zL(9YS=zVAp zMy8l)@^GmkLYLaIUVX#ilu9NQg6mc;V>#Pebi<%om+rU*YJJEB;$|@!!tj27*%+M4 z6`Rk}tU%@gH8Z`9iFzSE*m^*m;}o*`EL$;|#j4MUgBNW*RBzKRgs zbL^7<^~9Z+XjW?vMnI;fS^M$@gpaH;kQufY$8=Rizl=Fy!Zm5>Rq^j?{!;NL*R6W= zd)?N)wR`{B^|YLPt(n8I$}V6JU&d%l)Zx~vlRrjw;^6Px)i9qma4ZEF^|MTN{$7T7cR-QiSs5f~E6bz!EBciHV7i-RQnQ4PLkL zu2~Up4ko1x4Rc3k-teWKv8h4~nS^wA*Fl8bXdmHF{%rMzvbvsXJ}tsD%0e;^d_kKO z)B3D}FymS$qfTRqSQ>0E3rhTt3jJ8tmd~F*Uv7ndk-@v*-*`eRl1nd=hvc&(U)|mP zX`Z?6K={4D;&q<~y{8OAZQVo*|4)$Yqp_K%mb>xyzUeAH`xQp`bqn3${q4bcvBr?c z_qCa$0g_l-;{zbeb(v|#sg$1b`RX&3@t5r>QA2;r|%c7?pbjy z?Lg^eF{>k2rc~@81n0La&=26aZOVXYPqpeWMh!eA_gH>A`ruE#or^)T>z3}Qbi(af zeiREzZ_2Q{Y`AXw!rBT;o?q;8zJsZy-Ra||-_)|B_Sy6!5Mi!;c~3bZSoAhW{r-I>J`Xayuyg8Z8#;_-Uo)V zPpdF49K1LzDt@jBvIIe*4p`ponA&<+uxlLfFDCc^L0uOY7hpmhtNYxZ1tWvf#aKNq zPM-Cysbf0KvBx`-bA3bZ(U2{zV!W^pSu~ZD1boOwL5;5)&vT?>_@YkYj(O4`hH#(f z(1F-IsN+m1W+Ro|C0Ow>5^j&BJW_HSYehKs}oy@Te@ zMp9C=q6ee)RyGEaMmw0d*3s`n&4E?Ip@g z>L%GAkmRz4mg5E~&P~WQ2>L7gMX~B{b0Vf%I)oVlKT=7x3Dr~%H?mZSa(ZU()Y`3)xoOje= z1(u)cB4xe}(eTrm3jFzLe-_!0r}@)%62)Oo7T6p@g0xIqjhP^-Zi*T6^-eZNeRQX| zMvXn+l$t;LSt_Ee;(9Jf(FSq$v>?+kyQHfCRK#9k1x*!`jd>Z9{Ph`*U_EL9XZ8B;z^lrG;;9vk zUhdDXEs<#{D6Ydj!}yuSjZAAr$6`n&;2Xsvpb=v2huv`di0Pt`-e&bk$5HF>$sB-N ze9-abrYi4?q*?pGeuv3u>`yH-Jnk1YnMA;ZBdgPTDTP#K5ewe1?K~lTWj;!P3$F9F z^@>&^_F|J=ws+QZo}{kZz~q_t<8}#By^xNm_x+ z73Y}voHUcGuV^{5E;Kx~YtqX+(M$7=ita&_2gp=T1*HV_@rJE|6(DI|!`-3S6n;0R z{jpREsSAw?&D^L0k+^PWL@kcpaKzm3i(|x~z0F2V2HLHx59lqj^BmvLyHWVX#I^ZE zNduHL=qYtM2Pyf5ct&7~Nfo=u_FH-8a-@L?isA%|q&ZCC%hKM-Y)V$p$(`wstLHjS&34sq ze(vU|zV8!ObAKn1UT0sm6B+s2U#~|Wk2Si&zq}nvH9zgA&+Eg-%!@~GQtZ%d7hS0% zHTAQ+6u|wgEN?HQ2b`07;V~eMV>}B!&$V%>V`Ff4?o1QV2Hbz#$0EaMa9lM=RET#k zebkhm#1kb@W%u#2pM-C+ZtFEoP@v#OcS7^``C5qJ^GI>I-N-kKarRM-#A{l~A;ZHq+JbQ|BVP zVp6Piz$_5=>O$dgob#?qC#i(i73?<3T+CNWIozBVOdBoO7=$*W-DLM;e0)Le3!0vI z|H+d+6b#zEo0k2Kp4u8-&kH@idleuH=#n;*{$%}rt5`fgpAWu|x^X|}?&<|;-0j4u z|Eronsp=3Um-p1}v=R(QLUuSSpi2Z9;sf09!4g^< zZ2@AN5ie9VJ<@>SmT;QiG&dvxTHmlibB0lfFV`NJmbmc)r zjq42;gFz>>jZLjz%ovO8WS=dAi~^H}KQhRRgZnf-#D|8CF1*>RR9iVcAbZnq{Rx9w zfvEo)J!yNfmSVBXjT-HAg{m>yP;Cvqr%)iA>SEr|_z+v^g9|wX7!m2ZZMabXeRH$h z(I986MBaWL=1#+PY;J7#LVcVM=v4wE+lIV&oXxa1@KQJ6!(e2;!Ajlj;Rj#hy$yJS-;}dHrU97tw zGJg@@nAvK68GZOOU!Dw5>=|>QQ~t*hb^LtcjU^Md=1Kw98?D5>OvHhC>poM(cEUJ# z4`LVFLilXfFs|o|{tFB2&98M^kG&^$n}O&;iiMP7f&83%a71T$~Q((li0$8kWEv{tLmFB`7+1i@C9&GC~PWte= zZY8cpm%}*eHwLFE;4z-viI2qyYrMc{sf{*EK?46QvFF(VQWsqx z-Xmsi301kg`1ttjA1@6nbQ^F((M|`WY*rNM`pRl*n(Xhw6_sbu-{4U&N^yL?$@Kjt zzr`vo@bf!eyD6hQO#=fUt0lI`4_@|+2l?8gwt)t;IBSEUGrh`~_% z#VdD>oV1=S9hfCmFwQZqNT$k<8gVrQ78?NttukM+R5r=%W%=+MzLt)L*ha->)+So@ zyxGanBkAUPgN{d9g5Y4L$gX3gRkkx%fyc9pttc%&kP>)3eD>q0lKPWJg4)_ow0G$rRUmglOJjU@tE{)K6xnX)#q zB|D|wLSqu4Rh;T?xe19ZC;1`w{loE$G#D!hA*h4_zt1G_6}fPFncJ`^Lh*9yT~Oh4 zJqh7Z+CIF6=!VvUh3F07QMwQdjW+x%yOKKK#1|*lB8x229`P| zGWy{QhFGW3^%b6W)b=h8dYzde;1$srF0ZhK^P1kL?g(XhnSZM0hUK#xNw>d`)Kqy1 z4#k>6zWX2ZDFXzR>UGmY{vl9YcXt0}_+Y=s^rJWHAz7aft*=dRS^r_0y>Wn5#SosI z30D?PNS_dYL@vE_vF)(9(9)Gjfl9GE&y#lwiG;ei)oO`9&8N>dB5P=`PaU48%PuHB zNM2i0xwAB8_h z=Ci0!ZG-W z?lEoTzJ~o>hqs+TA+qn+Oe_eg0=Pe=#ucUe@bsN1Xw=9y5heAAIe#$}Kh0-~{?-<; z)0BIYnj8+b-#eNEORS?}Y6#?!K!IOfDja~`L?k-9gmxf^}IPDgF9 zyF76U|2xCgBZaR3GL92juAki*M@ddY17|K(!}sohdPayHonjJ0CE@p33Rl&`!=r+V z>fIco<*3v(!uUgwn%+P1V=c{!5)a175cJ~8ZMmKK#=I0IJw3|SF)Rv#jqs;k2AeCXb38d-wApRsN~x$4iS|VOX4gB$*R#Bh{sO1UgDHbu=`VHU zWth0orsg8j+_c-!5<9=8!9&~ci~ZK@nRYkGc1*&JvX)x}(di>oYb=7!svPo}!!Fnd zeIN&^q02q8@QzfNGf(Z7>CP$X)uhE%p~?qCVDKmQ-KL~M;yfotaN=8j1OIiZ=4eC^ zRX&c6-TroeiIgXsmU8`1mBHprBn@2$s!pD>h!l>a&#TTmjI2kUUY+DO1>bU7k=AAW zbp6Ya+%e_|533_#DsJ6_<}tZi#mE?tf@Bw@hIE2cOVl#+jb62E`{?Wn$#h$Wu%qCF zNkt>XQ*oFC+;JJb!2;#OmYG90Xs7xj zt@EFQs zm**BRst#$!<2$NiCA&F1SWINDNx%-=n5DH9Rl*i6k6uyz<anEB&dDi@e_ zepXuN^q7vNAvCA%R;ba)iTH<~*66o|>@f*=%Q5yzf!U{(jlYdf5V)54@^En>;Bjpt z9w?hMcRXKC!R|S5<~}uY#l0@u*}7`kS>PT7D`%%xe03KPAkXY1Pb(| zA(4?X5R=yfcX1aIuiTayS81?kDwT(>`@PD;NN<8Lx$rpv;6bBQjQz{=ZQXQ7`ZY9b zOgFhcXfpaKPsUjn%Caolda6bgyEiP+;4<6_Ro$K6QL8 z@)6!}ArPHPSMQu78+(Xbwa*~Z33S|gc% z`~W6e7=ih1`7?ZBKXd1b5p3VrBo!J`m~gW}BfmGXg;L*y?tF?Xvz z5Dl9S7$4KN`ipJ0Z&mY=1`>VaU;E zYKd5f*+E_AuR?bjpp4j);kZgMRy(+84q}lPhhbYJ!q{5 zsUuw`CeqV&AGC!?%@3^Mx-4CI8P_Q@c1KNO&DnMXq_5>I0FiI-A;W}mTFL}rI3l8- z?4F?Bo+2O_;f57u_BW7DxxP-twtuUs>x~f}-V`5T9s@)qj@#z2U2P_cgp{h@U5x*^ z!D@EndjQDFpy9;h(K5XKYLX5d~^}-#jaHTd?TW zEB;*Xjhb%zJ3&+u;<_AwTpHyUYx|e8CgbIL%jT1+HWQ=&__hCaZT}l-c^tOIdzLyh z4174ZPS+A#kkeCOgMu8=#$JoLr}#Qa7GxRgl)v}rv%&u}J4bjYx6n%pu5 zTQ8YX(Z2jpHs3?&H4bJM6)Gm8(=5ChyfH(+v$j(qRfv7f3rk&(T{@+7jqkyOl{|BZYkJ}b1Tsp+VsVBOlad!~rVal^0z`7%xe+$71N}#e2!1u z0w9aqARm7Ffwrn;iFg7NbVP7C(%{t!D1lwW;fi!_xOK!u+=}s_DFrfz5PsDkJj@~> zFW@N^3$hl6FCy%OSjB3sS?ZcSLToKbc|L|@bVY=^yEo6|J_@lm1@1%9Vwqx?-x&_X zbEJ5rM!*xvclJ|VSI0K}mi*g3p((Fh0l2hHO}L&g03@|Nt^vCU{|c->IzMV;RC%ao z7o!%F8Oq|@2JD7*BvFG0kwWK_b+m+i1HAyov(q8Hd?v(!ZD}<=WxhBeGH0=8<%Ls* zlqqm1d(FXxQcwA~*$oOJrE8ms^mw0lIh1n8Qb72$K2TVf8+&hZ#It|*^5FsSm)@*8$-GfrMi6CzVV`~Z#Zq_S`JPW@j6oF`3O z)HU)}xxR((u=a_xZH+VO(7_fc!aIB{#OYbZH57?Cq12UUJT&_&J9`oj-2ez4srO5b z09AymZgl#vxZ4wipb#)*!>TO0aXf?4sQRpu7D)nqeY|!$bpTsg>D2>|qs&U?E|^*^ zTd-tGaEKtXW(#05IVP4K^*kSteh9y4m24ZDH5r4+ToLr?X&Zz#Se|YD8)O=X=x?Q} zrDs5{_0E?|ztX*%QSoaIesrUE#`If!5jsQ|8;~QMo|^jQ^YXCsc(vo$B09km#XRId z=GYLK6lBj`HcLRmxeDbd+pid~<|0l~%1#URuORKhEn4LZq`9}$SNvZXr9;MTtn+Za zL-A?O{4@`V2|(oinDR6Khz!5D?^cqO8Hy!z56cVn+BB24@xtt|X2HlP{Uu21OK)UX ziF{h8t)3>L@8>S%t@BO-IkZ%KmBKNE} zLcjR_;{35t^3Ul_jjshZG&Sv*PmW34q~fCBtA;xfA6(w}`Qk#LoeD3cV$4t*$I>w{ z^zHb)Fv4)#^i&OGme5rH+3>zecQ;>RBU61*V}i{4b|}0}>Vrtv%i4wE%zXT1_2gT5 zO%l~obabS6SxbwSjb$V;Kd!N4^aA;(Hr;La2)-W3Qb-8G=6ZtP z{S7AGsXh}D&XeRg9LV3Euj$yLe-Y9}D>KI?pyj?^wTi8KWbv-F-sycIfHV}dVU^a^ zb*Ffaj%zlUar(ZU7;G*1{pIbvd)&Fk*HVF~uaQs8W62lnQeKz7E}FsMg`Igd<(~l@ zLHz(|WWo0Ao^t*OKo7)QkBJ3BAT6>Tvj_6*c`GvdSc<H@s@K zduJlz_rFeef-=98h z4@O5ic02L*f?01z%r#WEi2IXXXfJ3)gM0ZhtRAB5zCsV7j(Tb%LyLb&+_#?$*#^2W zsKn}l;YVE94I_-I4krnJfK5?GEwQFaq>+ms4JI=m9w+ntqn8E;gA-l~o$LqX-5AnmQ6T0tB`o{P95w*p(cYGly4_e>9 z(cnDCRj5_BAI$E4kCd){&!v3yq3*9CUt=J8Vp?V8F3e^=X(Eoh%2`;FSRO$?ewc=~ zOVMF#NX>dy8V{xyK}eX?g7^r6ApCwXo-fF&%bT$C&K@>A0;#X_2A{8)JL~b;;oiMqEbRR5 z>i^iojI5b?7`ue(JNgV|J?E-m`&f{0}-cbb|`-sb&6 z3ixX(L`ggB(KN016}=oU@TdF6d&M#@BIbnJu=Hn0mK?Q)(CqJSq!BJ&Dce}EZ1OK0 zvS6#Wnv(lQpnsgv-f>@)Lc0A$<;TlaW-HYRcLcH-b1=EevuMs{=o++a6BxZoVUjv% zfFp(pBMDE7i$mY!lMrzlEQ)8ZHc4ukIIoBkZx}{EL5s(qD{N7nY&nXc_+ zhZh!CXT-mc=awjKr}7ng4LA}Ke`ft2B1aMlO!S^sX@4O?Y%|GqSR>L1tFuN-i`BJ& zeRg6V-&?3C68>N5wk-;Kza*N{GAJRPJxr~-1;3V}1;Roo_8_(!bQ_^?&qu#241huy zXs|G!vA{VAKcuCZ=AZG2wZ6pfdOD=F+M#HVjilRQy+8oL<|@F?M5>x!5GBHqHaBx1 zI2;KLZG>eE7WF^Pk01(2hYda;*@OdNDy5K)lJHpC8zAM%6U*s0^eFbZ`4)MYPFX zAYG0`f}S{D_ov;p#)J0vr&{sfP148Hx%11)WNZohLwP)|DgU(>d2b;b#Gp2i6l-9W zK0iPInp�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 + + + + + + Overview: module code — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+ + +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/dataCatalog.html b/docs/_modules/inspireNL/dataCatalog.html new file mode 100644 index 0000000..e56b155 --- /dev/null +++ b/docs/_modules/inspireNL/dataCatalog.html @@ -0,0 +1,555 @@ + + + + + + + + inspireNL.dataCatalog — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.dataCatalog

+# -*- coding: utf-8 -*-
+from qgis.PyQt.QtCore import (Qt, QCoreApplication, QUrl,
+                                 QSortFilterProxyModel, QRegExp, QStringListModel)
+from qgis.PyQt.QtGui import QCursor, QStandardItemModel, QStandardItem
+from qgis.PyQt.QtWidgets import (QApplication, QDialog, QSizePolicy, QCompleter, QInputDialog, 
+                                                                    QMessageBox, QFileDialog )
+from .ui_dataCatalog_dialog import Ui_dataCatalogDlg
+from qgis.core import QgsProject, QgsVectorLayer, QgsRasterLayer, Qgis, QgsFileDownloader
+from qgis.gui import QgsMessageBar
+from . import geometryhelper as gh
+from . import metadataParser as metadata
+import sys, os, json
+
+
[docs]class dataCatalog(QDialog): + """The dialog for the catalog searchwindow + + :param iface: A QGIS interface instance. + :type iface: QgsInterface + """ + def __init__(self, iface): + QDialog.__init__(self, None) + self.setWindowFlags( self.windowFlags() & ~Qt.WindowContextHelpButtonHint ) + self.iface = iface + self.initGui() + +
[docs] def initGui(self): + """setup the user interface""" + self.ui = Ui_dataCatalogDlg() + self.ui.setupUi(self) + + #get helpers and meta-parser + self.gh = gh.geometryHelper( self.iface ) + self.md = metadata.MDReader() + + #setup a message bar + self.bar = QgsMessageBar() + self.bar.setSizePolicy( QSizePolicy.Minimum, QSizePolicy.Fixed ) + self.ui.verticalLayout.addWidget(self.bar) + + #vars + self.firstShow = True + self.wms = None + self.wfs = None + self.wmts = None + self.wcs = None + self.dl = None + self.zoek = '' + + #datamodel + self.model = QStandardItemModel(self) + self.proxyModel = QSortFilterProxyModel(self) + self.ui.resultView.setModel(self.proxyModel ) + + #completer + self.completer = QCompleter( self ) + self.completerModel = QStringListModel(self) + self.ui.zoekTxt.setCompleter(self.completer ) + self.completer.setModel(self.completerModel ) + + #eventhandlers + self.ui.zoekBtn.clicked.connect(self.onZoekClicked) + self.ui.addWMSbtn.clicked.connect(self.addWMS) + self.ui.addWFSbtn.clicked.connect(self.addWFS) + self.ui.addWMTSbtn.clicked.connect(self.addWMTS) + self.ui.addWCSbtn.clicked.connect(self.addWCS) + self.ui.DLbtn.clicked.connect(self.dlClicked) + self.ui.resultView.clicked.connect(self.resultViewClicked) + self.ui.modelFilterCbx.currentIndexChanged.connect(self.modelFilterCbxIndexChanged) + self.finished.connect(self.clean)
+ + +
[docs] def setModel(self, records): + """set the model of the seachresult with records (metadata.MDdata)""" + self.model.clear() + reclist = sorted(records, key=lambda k: k['title']) + + for rec in reclist: + title = QStandardItem( rec['title'] ) #0 + wms = QStandardItem( rec['wms'][1] ) #1 + dl = json.dumps( rec['download'] ) if len(rec['download']) else None + downloadLinks = QStandardItem(dl) #2 + + id = QStandardItem( rec['uuid'] ) #3 + abstract = QStandardItem( rec['abstract'] ) #4 + wfs = QStandardItem( rec['wfs'][1] ) #5 + wcs = QStandardItem( rec['wcs'][1] ) #6 + wmts = QStandardItem( rec['wmts'][1] ) #7 + ### + wmsName = QStandardItem( rec['wms'][0] ) #8 + wfsName = QStandardItem( rec['wfs'][0] ) #9 + wcsName = QStandardItem( rec['wcs'][0] ) #10 + wmtsName = QStandardItem( rec['wmts'][0] ) #11 + self.model.appendRow([title,wms,downloadLinks,id,abstract,wfs,wcs,wmts,wmsName,wfsName,wcsName,wmtsName]) + + self.proxyModel.setSourceModel(self.model)
+ + #overwrite +
[docs] def show(self): + """Overwrite of QDialog.show""" + QDialog.show(self) + self.setWindowModality(0) + if self.firstShow: + self.ui.organisatiesCbx.addItems( ['']+ self.md.list_organisations() ) + keywords = sorted( self.md.list_suggestionKeyword() ) + self.completerModel.setStringList( keywords ) + #self.bronnen = self.md.list_bronnen() + self.ui.typeCbx.addItems( ['']+ [ n[0] for n in self.md.dataTypes] ) + + #self.ui.INSPIREannexCbx.addItems( ['']+ self.md.inspireannex ) + self.ui.INSPIREserviceCbx.addItems( ['']+ self.md.inspireServiceTypes ) + self.ui.INSPIREthemaCbx.addItems( ['']+ self.md.list_inspire_theme() ) + self.firstShow = False
+ + #eventhandlers +
[docs] def resultViewClicked(self): + """Called when user clicked resultView""" + if self.ui.resultView.selectedIndexes(): + row = self.ui.resultView.selectedIndexes()[0].row() + + self.wms = self.proxyModel.data( self.proxyModel.index( row, 1) ) + dl = self.proxyModel.data( self.proxyModel.index(row, 2) ) + self.dl = json.loads(dl) if dl else None + + self.wfs = self.proxyModel.data( self.proxyModel.index( row, 5) ) + self.wcs = self.proxyModel.data( self.proxyModel.index( row, 6) ) + self.wmts= self.proxyModel.data( self.proxyModel.index( row, 7) ) + ## + self.wmsLr = self.proxyModel.data( self.proxyModel.index( row, 8) ) + self.wfsLr = self.proxyModel.data( self.proxyModel.index( row, 9) ) + self.wcsLr = self.proxyModel.data( self.proxyModel.index( row, 10) ) + self.wmtsLr = self.proxyModel.data( self.proxyModel.index( row, 11) ) + ## + title = self.proxyModel.data( self.proxyModel.index( row, 0) ) + uuid = self.proxyModel.data( self.proxyModel.index( row, 3) ) + abstract = self.proxyModel.data( self.proxyModel.index( row, 4) ) + + self.ui.descriptionText.setText( + """<h3>%s</h3><div>%s</div><br/><br/> + <a href='http://www.nationaalgeoregister.nl/geonetwork/srv/search/?uuid=%s'> + Bekijk in Nationaal Georegister</a>""" % (title , abstract, uuid )) + + if self.wms: self.ui.addWMSbtn.setEnabled(1) + else: self.ui.addWMSbtn.setEnabled(0) + + if self.wfs: self.ui.addWFSbtn.setEnabled(1) + else: self.ui.addWFSbtn.setEnabled(0) + + if self.wmts: self.ui.addWMTSbtn.setEnabled(1) + else: self.ui.addWMTSbtn.setEnabled(0) + + if self.wcs: self.ui.addWCSbtn.setEnabled(1) + else: self.ui.addWCSbtn.setEnabled(0) + + if self.dl: self.ui.DLbtn.setEnabled(1) + else: self.ui.DLbtn.setEnabled(0)
+ +
[docs] def onZoekClicked(self): + """Called when user clicked zoekBtn""" + self.zoek = self.ui.zoekTxt.currentText() + self.search()
+ +
[docs] def modelFilterCbxIndexChanged(self): + """Called when user changes the ModelFilterCbx """ + value = self.ui.modelFilterCbx.currentIndex() + if value == 1: + self.filterModel(1) + elif value == 2: + self.filterModel(5) + elif value == 3: + self.filterModel(2) + elif value == 4: + self.filterModel(6) + elif value == 5: + self.filterModel(7) + else: + self.filterModel()
+ +
[docs] def filterModel(self, col=None): + """Filter model with col from modelFilter""" + if col != None: + self.proxyModel.setFilterKeyColumn(col) + expr = QRegExp("?*", Qt.CaseInsensitive, QRegExp.Wildcard ) + self.proxyModel.setFilterRegExp(expr) + else: + self.proxyModel.setFilterRegExp(None)
+ +
[docs] def search(self): + """start the search""" + QApplication.setOverrideCursor(Qt.WaitCursor) + if self.ui.filterBox.isChecked(): + orgName= self.ui.organisatiesCbx.currentText() + dataTypes= [ n[1] for n in self.md.dataTypes if n[0] == self.ui.typeCbx.currentText()] + if dataTypes != []: dataType= dataTypes[0] + else: dataType='' + inspiretheme= self.ui.INSPIREthemaCbx.currentText() + inspireServiceType= self.ui.INSPIREserviceCbx.currentText() + searchResult = self.md.searchAll( self.zoek, orgName, dataType, inspiretheme, inspireServiceType) + else: + searchResult = self.md.searchAll( self.zoek ) + QApplication.restoreOverrideCursor() + + self.ui.countLbl.setText( "Aantal gevonden: %s" % searchResult.count ) + self.ui.descriptionText.setText('') + self.setModel(searchResult.records) + if searchResult.count == 0: + self.bar.pushMessage( QCoreApplication.translate("datacatalog", "Waarschuwing "), + QCoreApplication.translate("datacatalog", + "Er zijn geen resultaten gevonden voor deze zoekopdracht"), duration=10)
+ +
[docs] def addWMS(self): + """Add WMS from current record to map""" + if self.wms == None: return + + crs = self.gh.getGetMapCrs(self.iface).authid() + if crs != 'EPSG:28992' or crs != 'EPSG:3857' or crs != 'EPSG:3043': + crs = 'EPSG:28992' + try: + lyrs = metadata.getWmsLayerNames( self.wms ) + except: + self.bar.pushMessage( "Error", str(sys.exc_info()[1]), level=Qgis.Critical , duration=10) + return + + if len(lyrs) == 0: + self.bar.pushMessage("WMS", QCoreApplication.translate("datacatalog", + "Kan geen lagen vinden in: %s" % self.wms + "?service=WMS&request=Getcapabilities&version=1.3.0" ), level=Qgis.Warning, duration=10) + return + elif len(lyrs) == 1: + layerTitle = lyrs[0][1] + else: + layerTitle, accept = QInputDialog.getItem(self, "WMS toevoegen", + "Kies een laag om toe te voegen", [n[1] for n in lyrs], editable=0) + if not accept: return + + layerName = [n[0] for n in lyrs if n[1] == layerTitle ][0] + style = [n[2] for n in lyrs if n[1] == layerTitle ][0] + url= self.wms.split('?')[0] + + if crs != 'EPSG:28992' or crs != 'EPSG:3857' : + crs = 'EPSG:28992' + wmsUrl = "url=%s&layers=%s&format=image/png&styles=%s&crs=%s" % (url, layerName, style , crs) + + try: + rlayer = QgsRasterLayer(wmsUrl, layerTitle, 'wms') + if rlayer.isValid(): + QgsProject.instance().addMapLayer(rlayer) + else: + self.bar.pushMessage("Error", QCoreApplication.translate("datacatalog", "Kan WMS niet laden"), + level=Qgis.Critical , duration=10) + except: + self.bar.pushMessage("Error", str(sys.exc_info()[1] ), level=Qgis.Critical , duration=10) + return
+ +
[docs] def addWFS(self): + """Add WFS from current record to map""" + if self.wfs == None: return + + wfsinfo = metadata.getWFSLayerNames( self.wfs ) + lyrs = wfsinfo['layerNames'] + wfsVersion = wfsinfo['version'] + + if len(lyrs) == 0: + self.bar.pushMessage("WFS", QCoreApplication.translate("datacatalog", + "Kan geen lagen vinden in: %s" % self.wfs ), level=Qgis.Warning, duration=10) + return + elif len(lyrs) == 1: + layerTitle = lyrs[0][1] + else: + layerTitle, accept = QInputDialog.getItem(self, + QCoreApplication.translate("datacatalog", "WFS toevoegen"), + QCoreApplication.translate("datacatalog", "Kies een laag om toe te voegen"), + [n[1] for n in lyrs], editable=0) + if not accept: return + + layerName = [n[0] for n in lyrs if n[1] == layerTitle ][0] + crs = [n[2] for n in lyrs if n[1] == layerTitle ][0] + IsComplex = [n[3] for n in lyrs if n[1] == layerTitle ][0] + url = self.wfs.split('?')[0] + + if self.ui.dlGMLchk.isChecked(): + self.dlWFS(url, layerName, crs, wfsVersion) + return + + if IsComplex: + if self.complexWFS(): + self.dlWFS(url, layerName, crs, wfsVersion) + return + else: + wfsUri = metadata.makeWFSuri(url, layerName, crs, wfsVersion ) + vlayer = QgsVectorLayer( wfsUri, layerTitle , "WFS") + QgsProject.instance().addMapLayer(vlayer)
+ +
[docs] def complexWFS(self): + """Warning messagebox to be called when working WFS with complex features, + User will be asked if (s)he wants to try load te service with download instead. + + :return: True if user wants to download else false. + """ + msg = """ + Deze laag kon niet correct ingeladen worden als WFS-laag, omdat het vermoedelijk gaat om een service met complexe features.<br/> + U kunt de laag downloaden voor het huidige kaartbeeld als GML. Mogelijk worden ook dan niet alle gegevens correct weergegeven. + + <br/><br/>U kunt eventueel de plugin <a href='https://plugins.qgis.org/plugins/gml_application_schema_toolbox'> + GML Application Schema Toolbox</a> installeren, een plugin die GML met complexe features kan laden. + Na installatie, vindt u deze tool op de menubalk onder: <strong>Plugins > QGIS GML Application Schema Toolbox > Wizard</strong> + + <br/><br/>Klik op <em>Ja/Yes</em> als u wilt proberen deze laag te downloaden voor het huidige kaartbeeld en vervolgens in te laden? + """ + + buttonDlg = QMessageBox.warning(self.iface.mainWindow(), "Kan features niet correct lezen.", + QCoreApplication.translate("datacatalog", msg), QMessageBox.Yes | QMessageBox.No | QMessageBox.Cancel, QMessageBox.Cancel) + if buttonDlg == QMessageBox.Yes: + return True + else: + return False
+ +
[docs] def dlWFS(self, url, layerName="", crs="EPSG:4326", wfsVersion="2.0.0"): + """Download a WFS as a GML-file for current extend. + The user wil be asked to chose filename and location. + + :param url: the url of the wfs + :param iserror: true/false, has an error been called? + :param wfsVersion: 2.0.0 or 1.1.0 + :param layerName: the typeName of the layer in the WFS + """ + title = "Opslaan als GML voor huidig kaartbeeld" + fileName, _ = QFileDialog.getSaveFileName(self.iface.mainWindow(), title, None ,"GML (*.gml)") + + if not fileName: return + + e = self.iface.mapCanvas().extent() + + #find numerice part in crs + crsNumS = "".join([s for s in crs if s.isdigit() ]) + if crsNumS == "": + crsNum= 4326 + crs="EPSG:4326" + else: + crsNum = int(crsNumS) + + eMin = self.gh.prjPtFromMapCrs( [e.xMinimum(), e.yMinimum()], crsNum) + eMax = self.gh.prjPtFromMapCrs( [e.xMaximum(), e.yMaximum()], crsNum) + + bbox = [ eMin.x(), eMin.y(), eMax.x(), eMax.y() ] + metadata.downloadWFS(url, layerName, fileName, crs, 50000, wfsVersion, bbox) + + if metadata.xmlIsEmpty( fileName ): + with open(fileName, 'r') as file: + xmlStr = file.read() + + msg = QMessageBox() + msg.setIcon(QMessageBox.Warning) + msg.setText("<strong>De GML-file bevat geen data:</strong><br/> Wellicht is er geen intersecterende data.") + msg.setWindowTitle("Geen geldige GML-file") + msg.setDetailedText(xmlStr) + msg.setStandardButtons(QMessageBox.Ok) + msg.exec_() + + else: + self.iface.addVectorLayer(fileName , layerName, "ogr")
+ +
[docs] def addWMTS(self): + """Add WMTS from current record to map""" + if self.wmts == None: return + try: + lyrs = metadata.getWMTSlayersNames( self.wmts ) + except: + self.bar.pushMessage("Error",'Kan niet connecteren met '+ self.wmts, level=Qgis.Critical , duration=10) + return + if len(lyrs) == 0: + self.bar.pushMessage("WMTS", + QCoreApplication.translate("datacatalog", "Kan geen lagen vinden in: %s" % self.wmts ), level=Qgis.Warning, duration=10) + return + elif len(lyrs) == 1: + layerTitle = lyrs[0][1] + else: + layerTitle, accept = QInputDialog.getItem(self, "WMTS toevoegen", + "Kies een laag om toe te voegen", [n[1] for n in lyrs], editable=0) + if not accept: return + + layerName = [n[0] for n in lyrs if n[1] == layerTitle ][0] + matrix = [n[2] for n in lyrs if n[1] == layerTitle ][0] + frmt = [n[3] for n in lyrs if n[1] == layerTitle ][0] + srs = [n[4] for n in lyrs if n[1] == layerTitle ][0] + + wmtsUrl= metadata.makeWMTSuri(self.wmts , layerName, matrix, format=frmt, srsname=srs) + + rlayer = QgsRasterLayer(wmtsUrl, layerTitle, 'wms') + if rlayer.isValid(): + QgsProject.instance().addMapLayer(rlayer) + else: + + self.bar.pushMessage("Error", QCoreApplication.translate("datacatalog", "Kan WMS niet laden"), + level=Qgis.Critical , duration=10)
+ +
[docs] def addWCS(self): + """Add WCS from current record to map""" + lyrs = metadata.getWCSlayerNames( self.wcs ) + + if len(lyrs) == 0: + self.bar.pushMessage("WCS", + QCoreApplication.translate("datacatalog", + "Kan geen lagen vinden in: %s" % self.wcs ), level=Qgis.Warning, duration=10) + return + elif len(lyrs) == 1: + layerTitle = lyrs[0][1] + else: + layerTitle, accept = QInputDialog.getItem(self, "WCS toevoegen", + "Kies een laag om toe te voegen", [n[1] for n in lyrs], editable=0) + if not accept: return + + layerName = [n[0] for n in lyrs if n[1] == layerTitle ][0] + + wcsUri = metadata.makeWCSuri(self.wcs, layerName ) #srsname=srs, invertAxis=axis + + QApplication.setOverrideCursor( QCursor(Qt.WaitCursor)) + rlayer = QgsRasterLayer( wcsUri, layerTitle , "wcs") + + if rlayer.isValid(): + QgsProject.instance().addMapLayer(rlayer) + else: + self.bar.pushMessage("Error", QCoreApplication.translate("datacatalog", "Kan WCS niet laden"), + level=Qgis.Critical , duration=10) + QApplication.restoreOverrideCursor()
+ +
[docs] def dlClicked(self): + """Called when user clicked downloadBtn, initiate download of current record""" + if not self.dl or len(self.dl) == 0: + return + + if len(self.dl) == 1: + layerTitle = self.dl[0][0] + dlName = self.dl[0][1] + else: + layerTitle, accept = QInputDialog.getItem(self, "Laag downloaden", + "Kies een download", [n[0] for n in self.dl], editable=0) + if not accept: + return + else: + dlName = [n[1] for n in self.dl if n[0] == layerTitle ][0] + + file_ext = os.path.splitext( os.path.basename( dlName ).split("?")[0] )[0] + file_path = os.path.join( os.path.basename( dlName ) , layerTitle ) + + file_path, _ = QFileDialog.getSaveFileName(self,"Opslaan als", file_path, "{0} (*{0});;All Files (*)".format(file_ext) ) + + if file_path: + QgsFileDownloader( QUrl(dlName), file_path)
+ +
[docs] def clean(self): + """Reset the UI to initial positions""" + self.model.clear() + self.wms = None + self.wfs = None + self.dl = None + self.wmts = None + self.wcs = None + self.ui.zoekTxt.setCurrentIndex(0) + self.ui.descriptionText.setText("") + self.ui.countLbl.setText("") + self.ui.DLbtn.setEnabled(0) + self.ui.addWFSbtn.setEnabled(0) + self.ui.addWMTSbtn.setEnabled(0) + self.ui.addWMSbtn.setEnabled(0) + self.ui.addWCSbtn.setEnabled(0) + self.ui.INSPIREthemaCbx.setCurrentIndex(0) + self.ui.organisatiesCbx.setCurrentIndex(0) + self.ui.typeCbx.setCurrentIndex(0) + self.ui.INSPIREserviceCbx.setCurrentIndex(0) + self.ui.modelFilterCbx.setCurrentIndex(0)
+ + +
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/geometryhelper.html b/docs/_modules/inspireNL/geometryhelper.html new file mode 100644 index 0000000..5c6c4fd --- /dev/null +++ b/docs/_modules/inspireNL/geometryhelper.html @@ -0,0 +1,229 @@ + + + + + + + + inspireNL.geometryhelper — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.geometryhelper

+# -*- coding: utf-8 -*-
+from qgis.core import QgsPoint, QgsCoordinateTransform, QgsCoordinateReferenceSystem, QgsGeometry, QgsRectangle, QgsProject
+from qgis.PyQt.QtGui import QColor
+from qgis.gui import QgsVertexMarker
+
+
[docs]class geometryHelper(object): + """Several tools to modify geometry etc. + + :param iface: A QGIS interface instance. + :type iface: QgsInterface + """ + + def __init__(self , iface ): + self.iface = iface + self.canvas = iface.mapCanvas() + self.adreslayerid = '' + +
[docs] @staticmethod + def getGetMapCrs(iface): + """Get CRS of the current mapCanvas. + + :param iface: A QGIS interface instance. + :type iface: QgsInterface + :return: QgsCoordinateReferenceSystem of the current mapCanvas.""" + return iface.mapCanvas().mapSettings().destinationCrs()
+ +
[docs] def prjPtToMapCrs( self, xy , fromCRS=4326 ): + """Project point xy form fromCrs to the CRS of mapCanvas. + + :param xy: a QGSpoint object + :param fromCRS: the CRSid of xy + :return: QGSpoint in the CRS of mapCanvas. + """ + fromCrs = QgsCoordinateReferenceSystem(fromCRS) + toCrs = self.iface.mapCanvas().mapSettings().destinationCrs() + xform = QgsCoordinateTransform( fromCrs, toCrs, QgsProject.instance() ) + return xform.transform( xy[0], xy[1] )
+ +
[docs] def prjPtFromMapCrs( self, xy , toCRS=31370 ): + """Project point xy from the CRS of mapCanvas to toCrs. + + :param xy: a QGSpoint object + :param toCRS: the CRSid of xy + :return: QGSpoint in toCRS. + """ + toCrs = QgsCoordinateReferenceSystem(toCRS) + fromCrs = self.iface.mapCanvas().mapSettings().destinationCrs() + xform = QgsCoordinateTransform( fromCrs, toCrs, QgsProject.instance() ) + return xform.transform( xy[0], xy[1] )
+ +
[docs] def prjLineFromMapCrs(self, lineString, toCRS=4326 ): + """Project lineString from the CRS of mapCanvas to toCrs. + + :param xy: a QGSgeometry object, must be a line + :param toCRS: the CRSid of xy + :return: QgsGeometry in toCrs + """ + fromCrs = self.iface.mapCanvas().mapSettings().destinationCrs() + toCrs = QgsCoordinateReferenceSystem(toCRS) + xform = QgsCoordinateTransform(fromCrs, toCrs, QgsProject.instance()) + wgsLine = [ xform.transform( xy ) for xy in lineString.asPolyline()] + return QgsGeometry.fromPolyline( wgsLine )
+ +
[docs] def prjLineToMapCrs(self, lineString, fromCRS=4326 ): + """Project lineString from fromCRS to the CRS of mapCanvas. + + :param xy: a QGSgeometry object, must be a line + :param toCRS: the CRSid of xy + :return: QgsGeometry in toCrs + """ + fromCrs = QgsCoordinateReferenceSystem(fromCRS) + toCrs = self.iface.mapCanvas().mapSettings().destinationCrs() + xform = QgsCoordinateTransform(fromCrs, toCrs, QgsProject.instance() ) + if isinstance(lineString, QgsGeometry): + wgsLine = [ xform.transform( xy ) for xy in lineString.asPolyline()] + if hasattr(lineString, '__iter__'): + wgsLine = [ xform.transform( QgsPoint(xy[0], xy[1]) ) for xy in lineString] + return QgsGeometry.fromPolyline( wgsLine )
+ +
[docs] def zoomtoRec(self, xyMin, xyMax , crs=None): + """zoom to rectangle from 2 points with given crs, default= mapCRS + + :param xyMin: a QgsPoint of the left undercorner of the rectangle + :param xyMax: a QgsPoint of the right uppercorner of the rectangle + """ + if crs is None: + crs = self.getGetMapCrs(self.iface) + + maxpoint = QgsPoint(xyMax[0], xyMax[1]) + minpoint = QgsPoint(xyMin[0], xyMin[1]) + + pmaxpoint = self.prjPtToMapCrs(maxpoint, crs) + pminpoint = self.prjPtToMapCrs(minpoint, crs) + + # Create a rectangle to cover the new extent + rect = QgsRectangle( pmaxpoint, pminpoint ) + + # Set the extent to our new rectangle + self.iface.mapCanvas().setExtent(rect) + # Refresh the map + self.iface.mapCanvas().refresh()
+ +
[docs] def zoomtoRec2(self, bounds, crs=None): + """zoom to rectangle from a list containing: [xmin,ymin,xmax,ymax] with given crs, default= mapCRS + + :param bounds: a List in the form: [xmax, ymax, xmin, ymin]. + """ + if not bounds or len(bounds) != 4: + return + if crs is None: + crs = self.getGetMapCrs(self.iface) + + maxpoint = QgsPoint( bounds[0], bounds[1]) + minpoint = QgsPoint( bounds[2], bounds[3]) + + pmaxpoint = self.prjPtToMapCrs(maxpoint, crs) + pminpoint = self.prjPtToMapCrs(minpoint, crs) + + # Create a rectangle to cover the new extent + rect = QgsRectangle( pmaxpoint, pminpoint ) + + # Set the extent to our new rectangle + self.iface.mapCanvas().setExtent(rect) + # Refresh the map + self.iface.mapCanvas().refresh()
+ +
[docs] def addPointGraphic(self, xy, color="#FFFF00", size=1, pen=10, markerType=QgsVertexMarker.ICON_BOX ): + """create a point Graphic at location xy and return it + + :param xy: list in the form [x,y] or QgsPoint + :param color: the color of the icon + :param size: icon size in mm + :param pen: outline width in mm + :param markerType: the type of the form of the QgsVertexMarker: ICON_NONE, ICON_CROSS, ICON_X, ICON_BOX, ICON_CIRCLE, ICON_DOUBLE_TRIANGLE + :return: the created graphic (QgsVertexMarker)""" + "create a point Graphic at location xy and return it" + x, y = list( xy )[:2] + m = QgsVertexMarker(self.canvas) + m.setCenter(QgsPoint(x,y)) + m.setColor(QColor(color)) + m.setIconSize(size) + m.setIconType(markerType) + m.setPenWidth(pen) + return m
+ +
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/inspireNL.html b/docs/_modules/inspireNL/inspireNL.html new file mode 100644 index 0000000..6bf5d66 --- /dev/null +++ b/docs/_modules/inspireNL/inspireNL.html @@ -0,0 +1,232 @@ + + + + + + + + inspireNL.inspireNL — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.inspireNL

+# -*- coding: utf-8 -*-
+from qgis.PyQt.QtCore import QSettings, QTranslator, qVersion, QCoreApplication
+from qgis.PyQt.QtWidgets import QAction
+from qgis.PyQt.QtGui import QIcon
+
+# Import the code for the dialog
+from .inspireNLabout import inspireNLabout
+from .dataCatalog import dataCatalog
+import os.path
+
+
+
[docs]class inspireNL(object): + """The inspireNL-toolbar + + :param iface: An interface instance that will be passed to this class + which provides the hook by which you can manipulate the QGIS + application at run time. + :type iface: QgsInterface + """ + def __init__(self, iface): + self.iface = iface + # initialize plugin directory + self.plugin_dir = os.path.dirname(__file__) + # initialize locale + locale = QSettings().value('locale/userLocale')[0:2] + locale_path = os.path.join(self.plugin_dir, 'i18n', '{}.qm'.format(locale)) + + if os.path.exists(locale_path): + self.translator = QTranslator() + self.translator.load(locale_path) + + if qVersion() > '4.3.3': + QCoreApplication.installTranslator(self.translator) + + # Create the dialogs (after translation) and keep reference + self.aboutDlg = inspireNLabout() + self.dataCatalogDlg = dataCatalog(self.iface) + + # Declare instance attributes + self.actions = [] + self.menu = self.tr(u'&INSPIRE Nederland plugin voor QGIS') + + self.toolbar = self.iface.addToolBar(u'inspireNL') + self.toolbar.setObjectName(u'inspireNL') + +
[docs] @staticmethod + def tr(message): + """Get the translation for a string using Qt translation API. + + :param message: String for translation. + :type message: str, QString + + :returns: Translated version of message. (String) + """ + "Get the translation for a string using Qt translation API." + return QCoreApplication.translate('inspireNL', message)
+ +
[docs] def add_action(self, icon_path, text, callback, enabled_flag=True, add_to_menu=True, add_to_toolbar=True, status_tip=None, parent=None): + """Add a toolbar icon to the toolbar. + + :param icon_path: Path to the icon for this action. Can be a resource + path (e.g. ':/plugins/foo/bar.png') or a normal file system path. + :type icon_path: str + + :param text: Text that should be shown in menu items for this action. + :type text: str + + :param callback: Function to be called when the action is triggered. + :type callback: function + + :param enabled_flag: A flag indicating if the action should be enabled + by default. Defaults to True. + :type enabled_flag: bool + + :param add_to_menu: Flag indicating whether the action should also + be added to the menu. Defaults to True. + :type add_to_menu: bool + + :param add_to_toolbar: Flag indicating whether the action should also + be added to the toolbar. Defaults to True. + :type add_to_toolbar: bool + + :param status_tip: Optional text to show in a popup when mouse pointer + hovers over the action. + :type status_tip: str + + :param parent: Parent widget for the new action. Defaults None. + :type parent: QWidget + + :param whats_this: Optional text to show in the status bar when the + mouse pointer hovers over the action. + + :returns: The action that was created. Note that the action is also + added to self.actions list. (QAction) + """ + icon = QIcon(icon_path) + action = QAction(icon, text, parent) + action.triggered.connect(callback) + action.setEnabled(enabled_flag) + + if status_tip is not None: + action.setStatusTip(status_tip) + + if add_to_toolbar: + self.toolbar.addAction(action) + + if add_to_menu: + self.iface.addPluginToMenu(self.menu, action) + + self.actions.append(action) + + return action
+ +
[docs] def initGui(self): + """Initialize the GUI: Add the plugin menu item and icon to QGIS GUI.""" + self.add_action( ':/plugins/inspireNL/images/inspireSearch.png', + text=self.tr(u'Zoek INSPIRE Datasets en services'), callback=self.runCatalog, + parent=self.iface.mainWindow()) + + self.add_action( ':/plugins/inspireNL/images/icon.png', add_to_toolbar=True, + text=self.tr(u'Instellen INSPIRE Nederland plugin voor QGIS'), callback=self.runAbout, + parent=self.iface.mainWindow())
+ +
[docs] def unload(self): + """Removes the plugin menu item and icon from QGIS GUI.""" + for action in self.actions: + self.iface.removePluginMenu( + self.tr(u'&INSPIRE Nederland plugin voor QGIS'), action) + self.iface.removeToolBarIcon(action) + # remove the toolbar + del self.toolbar
+ +
[docs] def runAbout(self): + 'show the about dialog' + self.aboutDlg.show() + self.aboutDlg.exec_()
+ +
[docs] def runCatalog(self): + 'show the catalog search dialog' + if self.dataCatalogDlg.isVisible(): + self.dataCatalogDlg.showNormal() + self.dataCatalogDlg.activateWindow() + return + + self.dataCatalogDlg.show() + # Run the dialog event loop + self.dataCatalogDlg.exec_()
+ +
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/inspireNLabout.html b/docs/_modules/inspireNL/inspireNLabout.html new file mode 100644 index 0000000..008ef3e --- /dev/null +++ b/docs/_modules/inspireNL/inspireNLabout.html @@ -0,0 +1,101 @@ + + + + + + + + inspireNL.inspireNLabout — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.inspireNLabout

+from qgis.PyQt.QtCore import Qt
+from qgis.PyQt.QtWidgets import QDialog 
+from .ui_inspireNL_dialog import Ui_inspireNLdlg
+
+
[docs]class inspireNLabout(QDialog): + """The dialog with the settins and about info + + :param parent: the parent window + :type parent: QWidget + """ + + def __init__(self, parent=None): + """setup the user interface""" + QDialog.__init__(self, None) + self.setWindowFlags( self.windowFlags() & ~Qt.WindowContextHelpButtonHint ) + self.ui = Ui_inspireNLdlg() + self.ui.setupUi(self)
+
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/metadataParser.html b/docs/_modules/inspireNL/metadataParser.html new file mode 100644 index 0000000..a2935dc --- /dev/null +++ b/docs/_modules/inspireNL/metadataParser.html @@ -0,0 +1,629 @@ + + + + + + + + inspireNL.metadataParser — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.metadataParser

+import json, sys, json
+from urllib.parse import urlencode, unquote, urlparse, parse_qsl
+import xml.etree.ElementTree as ET
+from io import StringIO
+from .webUtil import getUrlData, metaError
+
+CSW_URL = "https://www.nationaalgeoregister.nl/geonetwork/srv/dut/inspire"
+
+
+
[docs]class MDdata(object): + def __init__(self, metadataXML): + """Parse a CSW-metadataXML + + :param metadataXML: a CSW-metadata XMLdocument + """ + if not metadataXML: return + self.count = int( metadataXML.attrib["numberOfRecordsMatched"] ) + self.records = [] + self.count = 0 + + mds = metadataXML.findall("{http://www.opengis.net/cat/csw/2.0.2}Record") + for md in mds: + record = {} + identifier = md.find("{http://purl.org/dc/elements/1.1/}identifier") + title = md.find('{http://purl.org/dc/elements/1.1/}title') + + if identifier == None or not identifier.text: continue + + record['uuid'] = identifier.text + record['title'] = title.text + + description = md.find('{http://purl.org/dc/elements/1.1/}description') + if (description != None): + record['abstract'] = description.text if description.text != None else '' + + bbox = md.find('{http://www.opengis.net/ows}BoundingBox') + if (bbox != None): + LowerCorner = md.find('{http://www.opengis.net/ows}LowerCorner') + UpperCorner = md.find('{http://www.opengis.net/ows}UpperCorner') + if LowerCorner and UpperCorner: + record['geoBox'] = [float(n) for n in LowerCorner.text.split(" ")] + [float(n) for n in UpperCorner.text.split(" ")] + else: + record['geoBox'] = [3.1, 50.6, 7.4, 53.6] + else: + record['geoBox'] = [3.1, 50.6, 7.4, 53.6] + + record['wms'] = self._findWXS( md, "OGC:WMS" ) + record['wfs'] = self._findWXS( md, "OGC:WFS" ) + record['wcs'] = self._findWXS( md, "OGC:WCS" ) + record['wmts'] = self._findWXS( md, "OGC:WMTS") + record['download'] = self._findDownloads( md ) + self.records.append(record) + + def _findWXS(self, node, protocol= None ): + links = [n for n in node.findall("{http://purl.org/dc/elements/1.1/}URI") + if "protocol" in n.attrib and n.attrib["protocol"] == protocol] + links += [ n for n in node.findall("{http://purl.org/dc/elements/1.1/}URI") + if n.text + and 'SERVICE' in dict( parse_qsl( urlparse( n.text.upper() ).query )) + and dict(parse_qsl(urlparse( n.text.upper() ).query))['SERVICE'] in protocol ] + + if len(links) > 0: + name = links[0].attrib["name"] if "name" in links[0].attrib else links[0].text + return (name, links[0].text) + return ("","") + + def _findDownloads(self, node): + links = [n for n in node.findall("{http://purl.org/dc/elements/1.1/}URI") + if "protocol" in n.attrib and "DOWNLOAD" in n.attrib["protocol"].upper() ] + atoms = [n.text for n in node.findall("{http://purl.org/dc/elements/1.1/}URI") + if "protocol" in n.attrib and "ATOM" in n.attrib["protocol"].upper() ] + + if len(links) == 0 and len(atoms) == 0: + return [] + + if len(links) > 0 and len(atoms) == 0: + results = [ [ n.attrib["name"] if "name" in n.attrib else n.text , n.text ] for n in links ] + return results + + atom = atoms[0] + + try: + resp= getUrlData(atom) + results = [] + root = ET.fromstring(resp) + except ET.ParseError: + print( "WARNING: Geen correcte xml: {} ".format(atom) ) + return [] + except metaError as me: + print( "WARNING: http-fout {} -> geeft {}".format(atom, me.message) ) + return [] + + entries = root.findall( ".//{http://www.w3.org/2005/Atom}entry" ) + for entry in entries: + dl = entry.find( "{http://www.w3.org/2005/Atom}link") + titleNode = entry.find( "{http://www.w3.org/2005/Atom}title") + if dl is not None and titleNode is not None and "href" in dl.attrib: + results.append( [ titleNode.text, dl.attrib["href"] ] ) + return results
+ + +
[docs]class MDReader(object): + """Interact with CSW-service, to get info + + :param proxyUrl: the proxy to use for internet calls + :param timeout: the timeout for internet calls + """ + def __init__(self): + self.geoNetworkUrl = CSW_URL + self.dataTypes = [["Dataset", "dataset"],["Service","service"]] + self.inspireServiceTypes = ["discovery","download","view","other"] + + def _createFindUrl(self, q="", start=1, maxRecords=100, orgName='', dataType='', inspiretheme='', inspireServiceType=''): + url = self.geoNetworkUrl + data = {} + + #escape '-sign's in CQL + q = q.replace("'", "''") + orgName = orgName.replace("'", "''") + inspiretheme = inspiretheme.replace("'", "''") + + #make CQL query + CQLparts = [] + + if inspiretheme: + CQLparts.append("(Subject LIKE '%"+ inspiretheme +"%' AND AnyText = 'GEMET - INSPIRE themes, version 1.0')") + if len(q.strip()) > 0: + CQLparts.append(" AnyText LIKE '%" + q + "%' ") + if orgName: + CQLparts.append(" OrganisationName = '" + orgName + "' ") + if dataType: + CQLparts.append(" type = '" + dataType + "' ") + if inspireServiceType: + CQLparts.append(" ServiceType = '" + inspireServiceType + "' ") + + CQL = "(" + " AND ".join(CQLparts) + ")" + + data["request"] = "GetRecords" + data["service"] = "CSW" + data["version"] = "2.0.2" + data["elementsetname"] = "full" + data["typenames"] = "gmd:MD_Metadata" + data["RESULTTYPE"] = "results" + data["constraintLanguage"] = "CQL_TEXT" + data["constraint_language_version"] = "1.1.0" + data["maxRecords"] = maxRecords + data["startPosition"] = start + data["constraint"] = CQL + + values = urlencode(data) + + return url +"?"+ values + +
[docs] def list_inspire_theme(self): + """List the inspire-themes + + :return: a list containing the inspire themes + """ + return [ "Administratieve eenheden", "Adressen", "Atmosferische omstandigheden", "Beschermde gebieden", + "Biogeografische gebieden", "Bodem", "Bodemgebruik", "Energiebronnen", + "Faciliteiten voor landbouw en aquacultuur", + "Faciliteiten voor productie en industrie", "Gebieden met natuurrisico's", + "Gebiedsbeheer, gebieden waar beperkingen gelden, gereguleerde gebieden en rapportage-eenheden", + "Gebouwen", "Geografisch rastersysteem", "Geografische namen", "Geologie", + "Habitats en biotopen", "Hoogte", "Hydrografie", "Kadastrale percelen", "Landgebruik", + "Menselijke gezondheid en veiligheid", + "Meteorologische geografische kenmerken", "Milieubewakingsvoorzieningen", "Minerale bronnen", + "Nutsdiensten en overheidsdiensten", "Oceanografische geografische kenmerken", "Orthobeeldvorming", + "Spreiding van de bevolking — demografie", "Spreiding van soorten", "Statistische eenheden", + "Systemen voor verwijzing door middel van coördinaten", "Vervoersnetwerken", "Zeegebieden" ]
+ +
[docs] def list_suggestionKeyword(self): + """List the Keywords + + :return: a list with the Keywords + """ + url = self.geoNetworkUrl + "?request=GetDomain&service=CSW&version=2.0.2&PropertyName=Subject" + resp = getUrlData(url) + result = ET.fromstring(resp) + return [ n.text for n in result.findall('.//{http://www.opengis.net/cat/csw/2.0.2}Value') ]
+ +
[docs] def list_organisations(self): + """List the organisations + + :return: a list with the organisations + """ + url = self.geoNetworkUrl + '?request=GetDomain&service=CSW&version=2.0.2&PropertyName=OrganisationName' + resp = getUrlData(url) + result = ET.fromstring(resp) + organisations = [ n.text for n in result.findall('.//{http://www.opengis.net/cat/csw/2.0.2}Value') ] + organisations.sort() + return organisations
+ + def _search(self, q="", start=1, step=100, orgName='', dataType='', inspiretheme='', inspireServiceType=''): + """Search the csw with the following parameters: + + :param q: free text to seach for + :param start: initial postion of the searchresult + :param step: size of the searchresult + :param orgName: filter on the name of a organisation + :param dataType: filter on the type of record: service or dataset + :param inspiretheme: filter on inspiretheme + :param inspireServiceType: filter on inspire serviceType + :return: a XMLdocument with the results + """ + url = self._createFindUrl( q, start, step, orgName, dataType, inspiretheme, inspireServiceType) + resp = getUrlData(url) + result = ET.fromstring(resp) + return result + +
[docs] def searchAll(self, q="", orgName='', dataType='', inspiretheme='', inspireServiceType=''): + """Search the csw, making multiple calls in case of large resultsets, with the following parameters: + + :param q: free text to seach for + :param orgName: filter on the name of a organisation + :param dataType: filter on the type of record: service or dataset + :param inspiretheme: filter on inspiretheme + :param inspireServiceType: filter on inspire serviceType + :return: a composite XMLdocument with the results + """ + start= 1 + step= 100 + result = self._search(q, start, step, orgName, dataType, inspiretheme, inspireServiceType) + searchResult = result.find(".//{http://www.opengis.net/cat/csw/2.0.2}SearchResults") + if not searchResult: + return + count = int( searchResult.attrib["numberOfRecordsMatched"] ) + start += step + while (start) <= count: + result = self._search(q, start, step, orgName, dataType,inspiretheme, inspireServiceType) + mds= result.findall(".//{http://www.opengis.net/cat/csw/2.0.2}Record") + for md in mds: searchResult.append( md ) + start += step + + mdata = MDdata( searchResult ) + return mdata
+ + +
[docs]def getWmsLayerNames(url): + """List all the thr layers in a WMS + + :param url: the getcapabilities url of the WMS + :param proxyUrl: the url of the network proxy + :param timeout: the timeout for internet calls + + :return: a list of tuples in de form: [(name, title, style ), ...] + """ + capability = url.split("?")[0] + "?request=GetCapabilities&version=1.3.0&service=wms" + + resp = getUrlData(capability) + result = ET.fromstring(resp) + layers = result.findall( ".//{http://www.opengis.net/wms}Layer" ) + layerNames=[] + + for lyr in layers: + name= lyr.find("{http://www.opengis.net/wms}Name") + title = lyr.find("{http://www.opengis.net/wms}Title") + style = lyr.find("{http://www.opengis.net/wms}Style/{http://www.opengis.net/wms}Name") + if ( name != None) and ( title != None ): + if style == None: layerNames.append(( name.text, title.text, '')) + else: layerNames.append(( name.text, title.text, style.text)) + + return layerNames
+ +
[docs]def getWFSLayerNames( url ): + """List all the layers in a WFS + + :param url: the getcapabilities url of the WFS + :param proxyUrl: the url of the network proxy + :param timeout: the timeout for internet calls + + :return: a list of tuples in de form: [(name, title, srs ), ...] + """ + capability = url.split("?")[0] + "?request=GetCapabilities&version=2.0.0&service=wfs" + resp = getUrlData(capability) + result = ET.fromstring(resp) + layerNames=[] + + #default + version = "2.0.0" + serv = result.find(".//{http://www.opengis.net/ows/1.1}ServiceTypeVersion") + + if serv is None: + serv = result.find(".//{http://www.opengis.net/ows}ServiceTypeVersion") + + if serv is not None: + version = serv.text + + if version == "2.0.0": + layers = result.findall( ".//{http://www.opengis.net/wfs/2.0}FeatureType" ) + for lyr in layers: + name= lyr.find("{http://www.opengis.net/wfs/2.0}Name") + title = lyr.find("{http://www.opengis.net/wfs/2.0}Title") + srs = lyr.find("{http://www.opengis.net/wfs/2.0}DefaultCRS") + + isComplex = testComplex(url, name.text, version) + + if ( name != None) and ( title != None ): + if srs == None: layerNames.append(( name.text, title.text, 'EPSG:28992')) + else: layerNames.append(( name.text, title.text, srs.text, isComplex)) + elif version == "1.1.0": + layers = result.findall( ".//{http://www.opengis.net/wfs/2.0}FeatureType" ) + for lyr in layers: + name= lyr.find("{http://www.opengis.net/wfs}Name") + title = lyr.find("{http://www.opengis.net/wfs}Title") + srs = lyr.find("{http://www.opengis.net/wfs}DefaultCRS") + + isComplex = testComplex(url, name.text, version) + + if ( name != None) and ( title != None ): + if srs == None: layerNames.append(( name.text, title.text, 'EPSG:28992')) + else: layerNames.append(( name.text, title.text, srs.text, isComplex)) + else: + layers = result.findall( ".//{http://www.opengis.net/wfs}FeatureType" ) + for lyr in layers: + name= lyr.find("{http://www.opengis.net/wfs}Name") + title = lyr.find("{http://www.opengis.net/wfs}Title") + srs = lyr.find("{http://www.opengis.net/wfs}SRS") + if ( name != None) and ( title != None ): + if srs == None: layerNames.append(( name.text, title.text, 'EPSG:28992')) + else: layerNames.append(( name.text, title.text, srs.text, False)) + return { 'version': version, 'layerNames': layerNames }
+ +
[docs]def getWMTSlayersNames( url ): + """List all the layers in a WMTS + + :param url: the getcapabilities url of the WCS + :param proxyUrl: the url of the network proxy + :param timeout: the timeout for internet calls + + :return: a list of tuples in de form: [(name, title, matrix, format, srs ), ...] + """ + if (not "request=getcapabilities" in url.lower()) or (not "service=wmts" in url.lower()): + capability = url.split("?")[0] + "?service=WMTS&request=Getcapabilities&version=" + else: + capability = url + + resp = getUrlData(capability) + result = ET.fromstring(resp) + content = result.find( "{http://www.opengis.net/wmts/1.0}Contents" ) + layers = content.findall( "{http://www.opengis.net/wmts/1.0}Layer" ) + layerNames = [] + + matrixSets = content.findall("{http://www.opengis.net/wmts/1.0}TileMatrixSet") + + for lyr in layers: + name= lyr.find("{http://www.opengis.net/ows/1.1}Identifier") + title = lyr.find("{http://www.opengis.net/ows/1.1}Title") + matrix = lyr.find("{http://www.opengis.net/wmts/1.0}TileMatrixSetLink/{http://www.opengis.net/wmts/1.0}TileMatrixSet") + format = lyr.find("{http://www.opengis.net/wmts/1.0}Format") + + srsList = [ n.find("{http://www.opengis.net/ows/1.1}SupportedCRS").text + for n in matrixSets if n.find("{http://www.opengis.net/ows/1.1}Identifier").text == matrix.text] + + if srsList: srs = "EPSG:"+ srsList[0].split(':')[-1] + else: srs = "" + + if ( name != None) and ( title != None ) and ( matrix != None ) and ( format != None ): + layerNames.append(( name.text, title.text, matrix.text, format.text, srs )) + + return layerNames
+ +
[docs]def getWCSlayerNames( url, wcs_version="1.1"): + """List all the layers in a WFS + + :param url: the getcapabilities url of the WCS + :param proxyUrl: the url of the network proxy + :param wcs_version: the version of WCS to use, supported versions: 2.0, 1.1, 1.0 + :param timeout: the timeout for internet calls + + :return: a list of tuples in de form: [(Identifier, Title ), ...] + """ + capability = url.split("?")[0] + "?request=GetCapabilities&version=%s.0&service=WCS" % wcs_version + + resp = getUrlData(capability) + result = ET.fromstring(resp) + + #find namespaces to identify WCS-version returned + namespaces = dict([node for _, node in ET.iterparse( StringIO(result), events=['start-ns'])]) + wcs_version = namespaces[''][-3:] + wcsNS = "http://www.opengis.net/wcs/" + wcs_version + owsNS = "http://www.opengis.net/ows/" + wcs_version + + content = result.find( "{%s}Contents" % wcsNS) + + layers = content.findall( "{%s}CoverageSummary" % wcsNS) + layerNames = [] + if wcs_version =="1.1": + for lyr in layers: layerNames.append([lyr.find("{%s}Identifier" % wcsNS).text, lyr.find("{%s}Title" % owsNS).text ]) + else: + for lyr in layers: layerNames.append([lyr.find("{%s}CoverageId" % wcsNS).text, lyr.find("{%s}CoverageId" % wcsNS).text ]) + + return layerNames
+ +
[docs]def makeWFSuri( url, name='', srsname="EPSG:28992", version='1.0.0' ): + """Make a QGIS-uri to load WFS-services. + + :param url: the base url of the wfs + :param name: The name of the layer + :param srsname: the crs as a string,this form <auth>:<id>, like EPSG:28992 + :param version: WFS version: 1.0.0, 1.1.0 or 2.0.0 + + :return: the QGIS-uri + """ + params = { 'SERVICE': 'WFS', + 'VERSION': version , + 'REQUEST': 'GetFeature', + 'TYPENAME': name, + 'SRSNAME': srsname } + + uri = url.split("?")[0] + '?' + unquote( urlencode(params) ) + return uri
+ +
[docs]def makeWMTSuri( url, layer, tileMatrixSet, srsname="EPSG:3857", styles='', format='image/png' ): + """Make a QGIS-uri to load WMTS-services. + + :param url: the base url of the WMTS + :param name: The name of the layer + :param tileMatrixSet: The namae of the tileMatrixSet to use + :param srsname: the crs as a string,this form <auth>:<id>, like EPSG:28992 + :param styles: the name(s) of the styles to use + :param format: the name of the mimetype of the output: image/png, image/jpeg, ... + + :return: the QGIS-uri + """ + params = { 'tileMatrixSet': tileMatrixSet, + 'styles': styles, + 'format': format , + 'layers': layer, + 'crs': srsname, + 'contextualWMSLegend': 0, + 'url': url.split('?')[0] } + + uri = unquote( urlencode(params) ) + return uri
+ +
[docs]def makeWCSuri( url, layer ): + """Make a QGIS-uri to load WCS-services. + + :param url: the base url of the WMTS + :param layer: The name of the layer + + :return: the QGIS-uri + """ + params = { 'dpiMode': 7 , + 'identifier': layer, + 'url': url.split('?')[0] } + + uri = unquote( urlencode(params) ) + return uri
+ +
[docs]def testComplex(url, typeName, version="1.1.0" ): + """Test if a WFS has complex features for a specific layer (typeName) + + :param url: the url of the WFS + :param typeName: the typeName of the layer to test for complex features + :param version: WFS version: 1.1.0 or 2.0.0 + :param proxyUrl: the url of the network proxy + :param timeout: the timeout for internet calls + + :return: a boolean, true if the WFS has complex features + """ + if version not in ["1.1.0", "2.0.0"]: return False + if version == "1.1.0": countStr = "maxFeatures" + if version == "2.0.0": countStr = "count" + + baseUrl = url.split("?")[0] + qryString = "?{}=1&SERVICE=WFS&VERSION={}&REQUEST=GetFeature&TYPENAME={}&outputFormat=json".format(countStr, version, typeName) + fullUrl = baseUrl + qryString + + try: + response = getUrlData(fullUrl) + geojson = json.loads(response) + features = geojson['features'] + + if len(features) > 0: + properties = features[0]["properties"] + for n in properties: + val = properties[n] + if type(val) == dict: return True + return False + + except: + print("Error in finding out WFS-complex:" + str( sys.exc_info() ) ) + return False
+ +
[docs]def downloadWFS(url, typeName, outputLocation, crs="EPSG:4326", maxCount=10000, version="1.1.0", bbox=[]): + """Download a WFS as GML-file for a specific area + + :param url: the url of the WFS + :param typeName: the typeName of the layer to download + :param outputLocation: the path and filename of the output gml + :param maxCount: max number of features + :param version: WFS version: 1.1.0 or 2.0.0 + :param bbox: limit the output to a certain area + :param proxyUrl: the url of the network proxy + :param timeout: the timeout for internet calls + + :return: outputLocation + """ + if version not in ["1.1.0", "2.0.0"]: + version = "1.1.0" + + if version == "1.1.0": + typeNameStr = "TYPENAME" + countStr = "maxFeatures" + if version == "2.0.0": + typeNameStr = "TYPENAMES" + countStr = "count" + if bbox: bboxS = ",".join([str(n) for n in bbox]) + + # Thijs Brentjens, suggestiont for workaround different axis order for 4258, 4326 + # TODO: which CRSes should take into account different axis order for WFS download? + if 'EPSG' in crs and ('4258' in crs or '4326' in crs) and bbox: + bboxS = str(bbox[1])+','+str(bbox[0])+','+str(bbox[3])+','+str(bbox[2]) + elif bbox: bboxS = ",".join([str(n) for n in bbox]) + + baseUrl = url.split("?")[0] + qryString = "?{}={}&SERVICE=WFS&VERSION={}&REQUEST=GetFeature&{}={}&srsName={}&bbox={}".format( + countStr, maxCount, version, typeNameStr, typeName, crs, bboxS) + fullUrl = baseUrl + qryString + response = getUrlData(fullUrl, returnBytes=True) + + with open(outputLocation, 'wb') as out_file: + out_file.write(response) + + return outputLocation
+ +
[docs]def xmlIsEmpty(xml_file, gmlException=True): + """test if a xml file contais data + + :param xml_file: a path to a xml file. + :param gmlException: also return if gmlException + + return: True if empty else False + """ + try: + tree = ET.parse(xml_file) + root = tree.getroot() + if gmlException and "ExceptionReport" in root.tag: + return True + + return not len(root) + except: + return True
+
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/settings.html b/docs/_modules/inspireNL/settings.html new file mode 100644 index 0000000..a5b8852 --- /dev/null +++ b/docs/_modules/inspireNL/settings.html @@ -0,0 +1,98 @@ + + + + + + + + inspireNL.settings — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.settings

+# -*- coding: utf-8 -*-
+from qgis.PyQt.QtCore import QSettings
+from qgis.core import QgsNetworkAccessManager
+from urllib.request import getproxies 
+
+
[docs]class settings(object): + """Called one startup to get initial values from registry, saves changes to registry""" + def __init__(self): + self.s = QSettings() + self.timeout = int( self.s.value("inspireNL/timeout" ,15)) + +
[docs] def setTimeout(self, seconds ): + """Save changes in timeout setting""" + self.s.setValue("inspireNL/timeout", seconds)
+
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_modules/inspireNL/webUtil.html b/docs/_modules/inspireNL/webUtil.html new file mode 100644 index 0000000..09127e5 --- /dev/null +++ b/docs/_modules/inspireNL/webUtil.html @@ -0,0 +1,120 @@ + + + + + + + + inspireNL.webUtil — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +

Source code for inspireNL.webUtil

+from qgis.core import QgsBlockingNetworkRequest
+from qgis.PyQt.QtNetwork import QNetworkRequest
+from qgis.PyQt.QtCore import QUrl
+
+
[docs]def getUrlData(url, data=None, returnBytes=False): + """Performs a blocking “get” operation on the specified *url* and returns the response, + if *data* is given a "post" is performed. + + :param url: the url to fetch + :param data: the data to post as bytes + :param returnBytes: return bytes instead of string if True + :return: the response as a string + """ + bnr = QgsBlockingNetworkRequest() + if not data: + respcode = bnr.get(QNetworkRequest( QUrl(url) ) ) + else: + respcode = bnr.post(QNetworkRequest( QUrl(url) ) , data ) + + if respcode == 0: + response = bnr.reply().content().data() + if returnBytes == False: response = response.decode('utf-8') + else: + raise metaError( bnr.reply().errorString() ) + return response
+ + +
[docs]class metaError(Exception): + """Exception, a error in metadataXML + + :param message: a message to pass with the exception + """ + def __init__(self, message): + self.message = message + def __str__(self): + return repr(self.message)
+
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/_sources/About.rst.txt b/docs/_sources/About.rst.txt new file mode 100644 index 0000000..40c82d0 --- /dev/null +++ b/docs/_sources/About.rst.txt @@ -0,0 +1,14 @@ +About +===== + +*A QGIS plugin to search and add the INSPIRE Datasets of the Dutch Dataportal 'Nationaal Georegister' to QGIS.* + +**About the Dutch INSPIRE QGIS plugin** + +In the context of INSPIRE, the European member states are realizing a digital network for the exchange of data on the living environment. INSPIRE ensures that this geo-information is of good quality and that its content, even across national borders, is coordinated. In the Netherlands, descriptions of more than 200 INSPIRE datasets and approximately 265 associated services are now available in the National Georegister (http://www.nationaalgeoregister.nl/). + +To facilitate the use of INSPIRE data for the professional GIS users in the Netherlands, a plugin has been developed for QGIS. This plugin makes it easy to find, consult and download the INSPIRE datasets and services directly via the National Georegister. Through the plugin, a user can search INSPIRE data by keyword, INSPIRE theme, organization or type of service and add the result directly to QGIS. + +The INSPIRE QGIS plugin was created under the responsibility of Geonovum. Geonovum supports the Ministry of the Interior and Kingdom Relations and data providers with the introduction of INSPIRE in the Netherlands. The plugin has been developed by KGIS (http://kgis.be/). + +If you have any questions about INSPIRE or the plugin, please visit https://www.geonovum.nl/geo-standaarden/inspire-europese-leefomgeving or submit them to the INSPIRE helpdesk (inspire@geonovum.nl). diff --git a/docs/_sources/Changelog.rst.txt b/docs/_sources/Changelog.rst.txt new file mode 100644 index 0000000..41d98a2 --- /dev/null +++ b/docs/_sources/Changelog.rst.txt @@ -0,0 +1,60 @@ +Changelog +========= + + + +Version 2.7 +----------- +- Refactored to make http-calls through QNetWork_ and QgsBlockingNetworkRequest_ instead of urllib.request, so QGIS proxy-settings will be used. + +Version 2.6 +----------- +- Production release + +Version 2.5 +----------- +- Further improved WFS with exotic CRS +- Improved Download-function: no longer use webbrowser. +- Changed some maessages a request of customer + +Version 2.4 +----------- +- Improved WFS CRS handling including working with inverted axis. +- User notificaton improvements. +- Spell fixes. + +Version 2.3 +------------ +- Option to download WFS instead of loading as a service. +- Handle complex features in WFS better. +- Various small bugfixes as reported by users. +- Improved documentation. + +Version 2.2 +----------- +- Created a documentation project based on http://www.sphinx-doc.org + +Version 2.1 +----------- +- All search qeuries now use LIKE instead = as this yields more complete results, searches no longer cases sensitive. +- Various small bugfixes as reported by users. +- Improved support for WFS 2.0 + + +Version 2.0 +----------- +The largest change in this version is the migration to QGIS3. + +In addition to the migration to QGIS3 / Python3 / QT5, the following issues have been improved. + +- CSW: The geonetwork services are nowhere used anymore, everything is CSW/OGC based. +- Keywords are now a autocomplete on the search text instead of a dropdown. +- Download: Can now handle ATOM links with multiple entries. You get when there are several, a dropdown with titles of the various entries. The link is opened in a web page. That is the easiest way to handle that download. Possibly I can still replace this with a "save as" dialog, the disadvantage of this is that you also save the error messages and such if the link is no longer correct. +- WFS: WFS 2.0 is now also supported. +- WCS: Several improvements have been made, but you continue to bump into the limitations of that service. + - AHN services work but are often slow due to the large quantity that needs to be downloaded. + - The Bathymetrie Nederland service does not work, they are not compatible with QGIS. You can not add that service via the standard method. +- Networking, reverse network proxy is used if present. The plug-in will now also work on some corporate networks with high security. + +.. _QNetWork: https://doc.qt.io/qt-5/qtnetwork-index.html +.. _QgsBlockingNetworkRequest: https://qgis.github.io/pyqgis/3.16/core/QgsBlockingNetworkRequest.html diff --git a/docs/_sources/Contributing and forking.rst.txt b/docs/_sources/Contributing and forking.rst.txt new file mode 100644 index 0000000..dbfb69b --- /dev/null +++ b/docs/_sources/Contributing and forking.rst.txt @@ -0,0 +1,81 @@ + +.. _Contribute: + +Contributing and forking +======================== + +Compiling and running the plugin from code: +------------------------------------------- + +You can find the lated version of the code on Github_. + +To modify the the code, you can clone the repo:: + + git clone https://github.com/warrieka/inspireNL + cd inspireNL + +To test and compile the code a Makefile is provided. There are different files for Linux and windows. Rename the version for you system to *Makefile* to make correct one active. + +In order to use this makefile you need to have a GNU-compatible shell with make installed and the QGIS-binaries and its python modules on the system PATH. The PyQT commandline tools should be part of your QGIS install, these are essential for compiling the plugin. On windows you can use MinGW and on Linux you just need to install the basic build-tools:: + + sudo apt install build-essential + +Before use you need to edit the Makefile_ at line 25 and set PROFILE to the location of your QGIS userprofile. The default location on windows is *C:\Users\\AppData\Roaming\QGIS\QGIS3\profiles\default* but you should make a separate devprofile. + +To compile the code you can type just make ass it is the default target or: :: + + make compile + +To compile and deploy the compiled code to the PROFILE as a plugin:: + + make deploy + +To compile, deploy and start QGIS with PROFILE:: + + make run + +To delete the plugin under PROFILE:: + + make derase + +To delete compiled files from the codebase:: + + make clean + +The dclean target removes compiled python files from plugin directory:: + + make dclean + +The zip target deploys the plugin and creates a zip file with the deployed content. You can then upload the zip file on http://plugins.qgis.org to add this plugin to standard plugin-repo. This target requires *zip* to be on the PATH:: + + make zip + +The package target creates a zip package of all the code of the plugin named $(PLUGINNAME).zip of a specific version ofthe code for archiving purposes. THis is NOT the package you should upload to http://plugins.qgis.org.:: + + make package VERSION= + +There are also commands for translations, but rigth now there is only one language supported: dutch. + +Modifing the code to target an other CSW: +----------------------------------------- + +First Fork the code. + +The application was orignaly develloped to work against a specific version of geonetwork. Originaly it contained many non-stardard geonetwork specific requests. Starting from the version 2.x on the qgis3-branch, only standard OGC-services are used to query the server. + +To target another CSW-service, you wil need to modify the :ref:`metadataParser`. The minimal change will global variable **CSW_URL** that contains the full url of the csw-service up to the query string. For the NGR this is: http://www.nationaalgeoregister.nl/geonetwork/srv/dut/inspire . This Global can be fount at the top of the metadataParser.py file. + +You might have make specific changes for like for custom vendor parameters, custom thypes of services and application-schema's used etc. Normaly al these have to be made in the metadataParser Module. MDdata contains all the metadata-xml parsing, MDreader contains al the interactiing with the CSW. Their are functions for constructing requests to OGC W*S services and handling downloads. + +Rebranding can be done by changing the icons in the images folder. + +Contributing +------------- + +To upload your modifications, just edit the code commit and make a Pull-request_ on github. +The orignal develloper will review and merge the edits if approved. + +.. _Github: https://github.com/warrieka/inspireNL +.. _Makefile: https://github.com/warrieka/inspireNL/blob/qgis3/Makefile#L25 +.. _MinGW: http://www.mingw.org/ +.. _Pull-request: https://help.github.com/articles/about-pull-requests/ \ No newline at end of file diff --git a/docs/_sources/Modules and Classes.rst.txt b/docs/_sources/Modules and Classes.rst.txt new file mode 100644 index 0000000..4ab8208 --- /dev/null +++ b/docs/_sources/Modules and Classes.rst.txt @@ -0,0 +1,77 @@ +Modules and Classes +=================== + +*Remark: the autogenerated modules ui_dataCatalog_dialog.py and ui_inspireNL_dialog.py are ommited. They are declared in de ui_inspireNL_dialog.ui and ui_inspireNL_dialog.ui and must be modified and compiled with* Qtdesigner_. + +.. _dataCatalog: + +dataCatalog module +---------------------------- + +.. automodule:: inspireNL.dataCatalog + :members: + :undoc-members: + :show-inheritance: + +.. _geometryhelper: + +geometryhelper module +------------------------------- + +.. automodule:: inspireNL.geometryhelper + :members: + :undoc-members: + :show-inheritance: + +.. _inspireNL: + +inspireNL module +-------------------------- + +.. automodule:: inspireNL.inspireNL + :members: + :undoc-members: + :show-inheritance: + +.. _inspireNLabout: + +inspireNLabout module +------------------------------- + +.. automodule:: inspireNL.inspireNLabout + :members: + :undoc-members: + :show-inheritance: + +.. _metadataParser: + +metadataParser module +------------------------------- + +.. automodule:: inspireNL.metadataParser + :members: + :undoc-members: + :show-inheritance: + + +.. _settings: + +settings module +--------------- + +.. automodule:: inspireNL.settings + :members: + :undoc-members: + :show-inheritance: + +.. _webUtil: + +webUtil module +--------------- + +.. automodule:: inspireNL.webUtil + :members: + :undoc-members: + :show-inheritance: + +.. _Qtdesigner: http://pyqt.sourceforge.net/Docs/PyQt5/designer.html \ No newline at end of file diff --git a/docs/_sources/Proxy Settings.rst.txt b/docs/_sources/Proxy Settings.rst.txt new file mode 100644 index 0000000..2e48a49 --- /dev/null +++ b/docs/_sources/Proxy Settings.rst.txt @@ -0,0 +1,19 @@ +Proxy Settings +============== + +Many enterprises secure their network with intermediary proxy-server the inspects external data comming into their network and then sends it through to client. In the past the plugin sometimes had problems on picking up these redirects because of the limitations of urllib library that was used until version 2.6. + +Since version 2.7 of the plugin, the plugin uses the native methods of QGIS to make to http-API calls. Including calls to the Dutch INSPIRE CSW-service_. This way all the QGIS-settings are used in a identical manner, so the user must configure everything only once. + +If QGIS does not automaticaly pick you enterprise Proxy. You can configure this manually. Go on the menu-bar to *Settings/Options..* : + +.. image:: pic/settingsMenu.png + +Then to the tab *Network*. Here can enable using proxy's and input the url and port if the system does not pick this up automaticaly: + +.. image:: pic/network-settings.png + +More info: Network-Settings_ + +.. _CSW-service: https://www.nationaalgeoregister.nl/geonetwork/srv/dut/inspire?request=GetCapabilities&service=CSW&version=2.0.2 +.. _Network-Settings: https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html#network-settings \ No newline at end of file diff --git a/docs/_sources/Usage.rst.txt b/docs/_sources/Usage.rst.txt new file mode 100644 index 0000000..5dea510 --- /dev/null +++ b/docs/_sources/Usage.rst.txt @@ -0,0 +1,42 @@ +Usage +===== + +Installation +------------- + +You can find the tool in the standard QGIS-plugin repo. +On the menubar: **Plugins > Manage and Install Plugins .. > All** search for *INSPIRE nederland* and click *install plugin*. You can also download a specific version from Github_ and install de plugin from zipfile. For :ref:`Contribute` or testing a new version of the plugin then you can use this method. + +.. _Github: https://github.com/warrieka/inspireNL/releases/ + +Toolbar +------- + +If you activate the tool in the "Manage and Install Plugins"-dialog, then the toolbar should appear. If it doesn't then rigth click on a empty space en check out **inspireNL**. +There a 2 buttons on the tool one for showing the the Mainwindow and one for the About-dialog. + +This toolbar is declared in the :ref:`inspireNL`. + +.. image:: pic/toolbar.png + +Mainwindow +---------- + +This dialog contains the main functionality of the plugin. You can enter search-terms in top, uses filters based on organisation or INSPIRE -themes. De result-view shows a list of found records and if you click on a record then you get the description in the page next to it. You filter the result view to only show results with WMS, WFS, WMTS or WCS layers or downloads. +You can add WMS, WFS, WMTS or WCS layers to QGIS and download associated files with buttons below. These downloads are opened in a webbrowser. If you check "WFS downloaden binnen huidig kaartbeeld" then WFS wil be downloaded as a file and opened in QGIS instead of loaded as a service. +There is a button to close the dialog on the bottom rigth side. + +This dialog is declared in the :ref:`dataCatalog`. + +.. image:: pic/mainWindow.png + +About-dialog +------------ + +This dialog just shows the about-message. There is a button to close the dialog on the bottom rigth side.. + +This dialog is declared in the :ref:`inspireNLabout`. + +.. image:: pic/aboutDlg.png + + diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt new file mode 100644 index 0000000..60b8461 --- /dev/null +++ b/docs/_sources/index.rst.txt @@ -0,0 +1,25 @@ +============================= +The Dutch INSPIRE QGIS plugin +============================= + +*A QGIS plugin to search and add Datasets of the Dutch Dataportal 'Nationaal Georegister' to QGIS.* + +.. toctree:: + :maxdepth: 3 + :caption: Contents: + + About + Usage + Contributing and forking + Proxy Settings + Changelog + Modules and Classes + + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/docs/_static/basic.css b/docs/_static/basic.css new file mode 100644 index 0000000..be19270 --- /dev/null +++ b/docs/_static/basic.css @@ -0,0 +1,856 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li div.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 450px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +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, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +dl.footnote > dt, +dl.citation > dt { + float: left; + margin-right: 0.5em; +} + +dl.footnote > dd, +dl.citation > dd { + margin-bottom: 0em; +} + +dl.footnote > dd:after, +dl.citation > dd:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dt:after { + content: ":"; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0.5em; + content: ":"; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.descname { + background-color: transparent; + font-weight: bold; + font-size: 1.2em; +} + +code.descclassname { + background-color: transparent; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/docs/_static/classic.css b/docs/_static/classic.css new file mode 100644 index 0000000..04bb90a --- /dev/null +++ b/docs/_static/classic.css @@ -0,0 +1,271 @@ +/* + * classic.css_t + * ~~~~~~~~~~~~~ + * + * Sphinx stylesheet -- classic theme. + * + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +html { + /* CSS hack for macOS's scrollbar (see #1125) */ + background-color: #FFFFFF; +} + +body { + font-family: sans-serif; + font-size: 100%; + background-color: #11303d; + color: #000; + margin: 0; + padding: 0; +} + +div.document { + background-color: #1c4e63; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 0 0 0 230px; +} + +div.body { + background-color: white; + color: #000000; + padding: 0 20px 30px 20px; +} + +div.footer { + color: #ffffff; + width: 100%; + padding: 9px 0 9px 0; + text-align: center; + font-size: 75%; +} + +div.footer a { + color: #ffffff; + text-decoration: underline; +} + +div.related { + background-color: #133f52; + line-height: 30px; + color: #ffffff; +} + +div.related a { + color: #ffffff; +} + +div.sphinxsidebar { +} + +div.sphinxsidebar h3 { + font-family: 'Trebuchet MS', sans-serif; + color: #ffffff; + font-size: 1.4em; + font-weight: normal; + margin: 0; + padding: 0; +} + +div.sphinxsidebar h3 a { + color: #ffffff; +} + +div.sphinxsidebar h4 { + font-family: 'Trebuchet MS', sans-serif; + color: #ffffff; + font-size: 1.3em; + font-weight: normal; + margin: 5px 0 0 0; + padding: 0; +} + +div.sphinxsidebar p { + color: #ffffff; +} + +div.sphinxsidebar p.topless { + margin: 5px 10px 10px 10px; +} + +div.sphinxsidebar ul { + margin: 10px; + padding: 0; + color: #ffffff; +} + +div.sphinxsidebar a { + color: #98dbcc; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + + +/* for collapsible sidebar */ +div#sidebarbutton { + background-color: #3c6e83; +} + + +/* -- hyperlink styles ------------------------------------------------------ */ + +a { + color: #355f7c; + text-decoration: none; +} + +a:visited { + color: #355f7c; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + + + +/* -- body styles ----------------------------------------------------------- */ + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: 'Trebuchet MS', sans-serif; + background-color: #f2f2f2; + font-weight: normal; + color: #20435c; + border-bottom: 1px solid #ccc; + margin: 20px -20px 10px -20px; + padding: 3px 0 3px 10px; +} + +div.body h1 { margin-top: 0; font-size: 200%; } +div.body h2 { font-size: 160%; } +div.body h3 { font-size: 140%; } +div.body h4 { font-size: 120%; } +div.body h5 { font-size: 110%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: #c60f0f; + font-size: 0.8em; + padding: 0 4px 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + background-color: #c60f0f; + color: white; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + text-align: justify; + line-height: 130%; +} + +div.admonition p.admonition-title + p { + display: inline; +} + +div.admonition p { + margin-bottom: 5px; +} + +div.admonition pre { + margin-bottom: 5px; +} + +div.admonition ul, div.admonition ol { + margin-bottom: 5px; +} + +div.note { + background-color: #eee; + border: 1px solid #ccc; +} + +div.seealso { + background-color: #ffc; + border: 1px solid #ff6; +} + +div.topic { + background-color: #eee; +} + +div.warning { + background-color: #ffe4e4; + border: 1px solid #f66; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre { + padding: 5px; + background-color: unset; + color: unset; + line-height: 120%; + border: 1px solid #ac9; + border-left: none; + border-right: none; +} + +code { + background-color: #ecf0f3; + padding: 0 1px 0 1px; + font-size: 0.95em; +} + +th, dl.field-list > dt { + background-color: #ede; +} + +.warning code { + background: #efc2c2; +} + +.note code { + background: #d6d6d6; +} + +.viewcode-back { + font-family: sans-serif; +} + +div.viewcode-block:target { + background-color: #f4debf; + border-top: 1px solid #ac9; + border-bottom: 1px solid #ac9; +} + +div.code-block-caption { + color: #efefef; + background-color: #1c4e63; +} \ No newline at end of file diff --git a/docs/_static/doctools.js b/docs/_static/doctools.js new file mode 100644 index 0000000..61ac9d2 --- /dev/null +++ b/docs/_static/doctools.js @@ -0,0 +1,321 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for all documentation. + * + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); + +/** + * 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. + */ +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + if (DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) { + this.initOnKeyListeners(); + } + }, + + /** + * i18n support + */ + 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 : 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')); + } + }, + + /** + * 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'); + }, + + /** + * make the url absolute + */ + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; + }, + + /** + * 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() { + $(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' && !event.altKey && !event.ctrlKey && !event.metaKey + && !event.shiftKey) { + switch (event.keyCode) { + case 37: // left + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + case 39: // right + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + } + } + }); + } +}; + +// quick alias for translations +_ = Documentation.gettext; + +$(document).ready(function() { + Documentation.init(); +}); diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js new file mode 100644 index 0000000..e2ec63a --- /dev/null +++ b/docs/_static/documentation_options.js @@ -0,0 +1,12 @@ +var DOCUMENTATION_OPTIONS = { + URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + VERSION: 'Version 2.7 for QGIS 3', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false +}; \ No newline at end of file diff --git a/docs/_static/file.png b/docs/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHDfiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/docs/_static/jquery-3.5.1.js b/docs/_static/jquery-3.5.1.js new file mode 100644 index 0000000..5093733 --- /dev/null +++ b/docs/_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( " + + + + + + + + + + + +
+
+
+
+ + +

Index

+ +
+ A + | C + | D + | F + | G + | I + | L + | M + | O + | P + | R + | S + | T + | U + | X + | Z + +
+

A

+ + + +
+ +

C

+ + + +
+ +

D

+ + + +
+ +

F

+ + +
+ +

G

+ + + +
+ +

I

+ + + +
+ +

L

+ + + +
+ +

M

+ + + +
+ +

O

+ + +
+ +

P

+ + + +
+ +

R

+ + + +
+ +

S

+ + + +
+ +

T

+ + + +
+ +

U

+ + +
+ +

X

+ + +
+ +

Z

+ + + +
+ + + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..948cf12 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,159 @@ + + + + + + + + + The Dutch INSPIRE QGIS plugin — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + \ No newline at end of file diff --git a/docs/objects.inv b/docs/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..3e86c5e2fbd86d07203a0a8a6688e20c31180933 GIT binary patch literal 989 zcmV<310wt*AX9K?X>NERX>N99Zgg*Qc_4OWa&u{KZXhxWBOp+6Z)#;@bUGkZXk{Qo zb#!BBAW2SBP)SlnAW=t2Qy_3`b!TaA3L_v^WpZ_Ab7^j8AbM~Z`&Xg z!0-7hENwd`YJ2Q$a+@q#TX{{oNxM|UyxJ@nEWk>ttz~*tmy87l*DVm{=oxS z`$DJ!p+P`>qX{EwRuJFV%-A}u%nn!EIm56GQ^XSg0q5*DhxI_CDL@uf{Uop%NPz?- z;?zG?4Ki6|$~Rq^32-eY$`oi0qUUC@3u`{VHS7*s#!;qOHX}}$nhBJrB=!@9eI*H~ znI1Znhe8gcAs2t{2!pBM*$1du@`05^>H|E9)Uba1w9fwvhd{m-y*N{XtO^t7Kx+b$HXfS%-uj_X?y8JVPu z-Enh=`p!VL-*xS*8YRGpc^%s2)V0=&>iKB2_keJY-aS#L`c+O{m31RirW%Mj7UN1e30S<$j>3cTIiaKDuAm;W6dJb^!^jZTsJ}^3Y zIj$RQv@F|=Q>*nIv8dFm7u%I~4`Mrlw$92dY1*jLR`b(d=<-U literal 0 HcmV?d00001 diff --git a/docs/py-modindex.html b/docs/py-modindex.html new file mode 100644 index 0000000..ea87a89 --- /dev/null +++ b/docs/py-modindex.html @@ -0,0 +1,137 @@ + + + + + + + + Python Module Index — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +

Python Module Index

+ +
+ i +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ i
+ inspireNL +
    + inspireNL.dataCatalog +
    + inspireNL.geometryhelper +
    + inspireNL.inspireNL +
    + inspireNL.inspireNLabout +
    + inspireNL.metadataParser +
    + inspireNL.settings +
    + inspireNL.webUtil +
+ + +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/search.html b/docs/search.html new file mode 100644 index 0000000..f7984a3 --- /dev/null +++ b/docs/search.html @@ -0,0 +1,97 @@ + + + + + + + + Search — The Dutch INSPIRE QGIS plugin Version 2.7 for QGIS 3 documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +

Search

+
+ +

+ Please activate JavaScript to enable the search + functionality. +

+
+

+ Searching for multiple words only shows matches that contain + all words. +

+
+ + + +
+ +
+ +
+ +
+
+
+
+ +
+
+ + + + \ No newline at end of file diff --git a/docs/searchindex.js b/docs/searchindex.js new file mode 100644 index 0000000..75e8e39 --- /dev/null +++ b/docs/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({docnames:["About","Changelog","Contributing and forking","Modules and Classes","Proxy Settings","Usage","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1,sphinx:56},filenames:["About.rst","Changelog.rst","Contributing and forking.rst","Modules and Classes.rst","Proxy Settings.rst","Usage.rst","index.rst"],objects:{"inspireNL.dataCatalog":{dataCatalog:[3,1,1,""]},"inspireNL.dataCatalog.dataCatalog":{addWCS:[3,2,1,""],addWFS:[3,2,1,""],addWMS:[3,2,1,""],addWMTS:[3,2,1,""],clean:[3,2,1,""],complexWFS:[3,2,1,""],dlClicked:[3,2,1,""],dlWFS:[3,2,1,""],filterModel:[3,2,1,""],initGui:[3,2,1,""],modelFilterCbxIndexChanged:[3,2,1,""],onZoekClicked:[3,2,1,""],resultViewClicked:[3,2,1,""],search:[3,2,1,""],setModel:[3,2,1,""],show:[3,2,1,""]},"inspireNL.geometryhelper":{geometryHelper:[3,1,1,""]},"inspireNL.geometryhelper.geometryHelper":{addPointGraphic:[3,2,1,""],getGetMapCrs:[3,2,1,""],prjLineFromMapCrs:[3,2,1,""],prjLineToMapCrs:[3,2,1,""],prjPtFromMapCrs:[3,2,1,""],prjPtToMapCrs:[3,2,1,""],zoomtoRec2:[3,2,1,""],zoomtoRec:[3,2,1,""]},"inspireNL.inspireNL":{inspireNL:[3,1,1,""]},"inspireNL.inspireNL.inspireNL":{add_action:[3,2,1,""],initGui:[3,2,1,""],runAbout:[3,2,1,""],runCatalog:[3,2,1,""],tr:[3,2,1,""],unload:[3,2,1,""]},"inspireNL.inspireNLabout":{inspireNLabout:[3,1,1,""]},"inspireNL.metadataParser":{MDReader:[3,1,1,""],MDdata:[3,1,1,""],downloadWFS:[3,3,1,""],getWCSlayerNames:[3,3,1,""],getWFSLayerNames:[3,3,1,""],getWMTSlayersNames:[3,3,1,""],getWmsLayerNames:[3,3,1,""],makeWCSuri:[3,3,1,""],makeWFSuri:[3,3,1,""],makeWMTSuri:[3,3,1,""],testComplex:[3,3,1,""],xmlIsEmpty:[3,3,1,""]},"inspireNL.metadataParser.MDReader":{list_inspire_theme:[3,2,1,""],list_organisations:[3,2,1,""],list_suggestionKeyword:[3,2,1,""],searchAll:[3,2,1,""]},"inspireNL.settings":{settings:[3,1,1,""]},"inspireNL.settings.settings":{setTimeout:[3,2,1,""]},"inspireNL.webUtil":{getUrlData:[3,3,1,""],metaError:[3,4,1,""]},inspireNL:{dataCatalog:[3,0,0,"-"],geometryhelper:[3,0,0,"-"],inspireNL:[3,0,0,"-"],inspireNLabout:[3,0,0,"-"],metadataParser:[3,0,0,"-"],settings:[3,0,0,"-"],webUtil:[3,0,0,"-"]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","function","Python function"],"4":["py","exception","Python exception"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:function","4":"py:exception"},terms:{"10000":3,"200":0,"265":0,"28992":3,"31370":3,"3857":3,"4326":3,"boolean":3,"byte":3,"case":[1,3],"class":6,"default":[2,3],"function":[1,2,3,5],"new":[3,5],"return":3,"static":3,"true":3,"try":3,CRS:[1,3],For:[2,5],GIS:0,NOT:2,That:1,The:[0,1,2,3],Their:2,Then:4,There:[2,5],These:5,WCS:[1,3,5],WFS:[1,3,5],WMS:[3,5],_qnetwork:[],about:[3,6],across:0,action:3,activ:[2,5],add:[0,1,2,3,5,6],add_act:3,add_to_menu:3,add_to_toolbar:3,added:3,addit:1,addpointgraph:3,addwc:3,addwf:3,addwm:3,addwmt:3,against:2,ahn:1,all:[1,2,3,4,5],also:[1,2,3,5],ani:0,anoth:2,anymor:1,api:[3,4],appdataroamingqgisqgis3profilesdefault:2,appear:5,applic:[2,3],approv:2,approxim:0,apt:2,archiv:2,area:3,ask:3,ass:2,associ:[0,5],atom:1,auth:3,autocomplet:1,autogener:3,automaticali:4,avail:0,axi:1,bar:[3,4],base:[1,3,5],basic:2,bathymetri:1,bbox:3,becaus:4,been:[0,1,3],befor:2,below:5,better:1,binari:2,binnen:5,block:3,bool:3,border:0,bottom:5,bound:3,branch:2,bugfix:1,build:2,bump:1,button:5,call:[1,3,4],callback:3,can:[0,1,2,3,4,5],catalog:3,certain:3,chang:[1,2,3],changelog:6,check:5,chose:3,clean:[2,3],click:[3,5],client:4,clone:2,close:5,code:6,codebas:2,col:3,color:3,com:[2,4],command:2,commandlin:2,commit:2,compat:[1,2],compil:[3,6],complet:1,complex:[1,3],complexwf:3,composit:3,configur:4,construct:2,consult:0,contai:3,contain:[2,3,5],content:[0,2,6],context:0,continu:1,contribut:[5,6],coordin:0,corpor:1,correct:[1,2],creat:[0,1,2,3],crs:3,crsid:3,csw:[1,3,4,6],csw_url:2,current:3,custom:[1,2],data:[0,3,4],datacatalog:[5,6],dataport:[0,6],dataset:[0,3,6],datatyp:3,dclean:2,declar:[3,5],delet:2,deploi:2,deras:2,descript:[0,5],design:[],devellop:2,develop:0,devprofil:2,dialog:[1,3,6],differ:2,digit:0,directli:0,directori:2,disadvantag:1,dlclick:3,dlwf:3,doc:1,document:1,doe:[1,4],doesn:5,done:2,download:[0,1,2,3,5],downloadbtn:3,downloaden:5,downloadwf:3,dropdown:1,due:1,dut:2,dutch:[0,2,4],easi:0,easiest:1,edit:2,els:3,empti:[3,5],enabl:[3,4],enabled_flag:3,ensur:0,enter:5,enterpris:4,entri:1,environ:0,epsg:3,error:[1,3],essenti:2,etc:[2,3],european:0,europes:0,even:0,everyth:[1,4],except:3,exchang:0,exot:1,extend:3,extern:4,facilit:0,fals:3,featur:[1,3],fetch:3,ffff00:3,file:[2,3,5],filenam:3,filter:[3,5],filtermodel:3,find:[0,2,5],first:2,fix:1,flag:3,folder:2,follow:[1,3],foo:3,fork:[5,6],form:3,format:3,found:5,fount:2,free:3,from:[3,5,6],fromcr:3,full:2,further:1,geo:0,geometri:3,geometryhelp:6,geonetwork:[1,2],geonovum:0,georegist:[0,6],get:[1,3,5],getcap:3,getgetmapcr:3,geturldata:3,getwcslayernam:3,getwfslayernam:3,getwmslayernam:3,getwmtslayersnam:3,git:2,github:[2,5],given:3,global:2,gml:3,gmlexcept:3,gnu:2,good:0,graphic:3,gui:3,had:4,handl:[1,2],has:[0,3],have:[0,1,2],helpdesk:0,here:4,high:1,hook:3,hover:3,html:[],html_:[],http:[0,1,2,4],huidig:5,icon:[2,3],icon_box:3,icon_circl:3,icon_cross:3,icon_double_triangl:3,icon_non:3,icon_path:3,icon_x:3,ident:4,identifi:3,ifac:3,imag:[2,3],improv:1,includ:[1,4],index:6,indic:3,info:[3,4],inform:0,initgui:3,initi:3,input:4,inspect:4,inspir:[0,2,3,4,5],inspirenl:[2,5,6],inspirenlabout:[5,6],inspireservicetyp:3,inspirethem:3,instal:[2,6],instanc:3,instead:[1,3,5],interact:3,interacti:2,interfac:3,interior:0,intermediari:4,internet:3,introduct:0,invert:1,iserror:3,issu:1,item:3,its:[0,2],jpeg:3,just:[2,5],kaartbeeld:5,keyword:[0,1,3],kgi:0,kingdom:0,languag:2,larg:[1,3],largest:1,late:2,layer:[3,5],layernam:3,leefomgev:0,left:3,librari:4,like:[1,2,3],limit:[1,3,4],line:[2,3],linestr:3,link:1,linux:2,list:[3,5],list_inspire_them:3,list_organis:3,list_suggestionkeyword:3,live:0,load:[1,3,5],locat:[2,3],longer:1,made:[1,2],maessag:1,main:5,mainwindow:6,make:[0,1,2,3,4],makefil:2,makewcsuri:3,makewfsuri:3,makewmtsuri:3,manag:5,mani:[2,4],manipul:3,manner:4,manual:4,map:3,mapcanva:3,mapcr:3,markertyp:3,matrix:3,max:3,maxcount:3,mddata:[2,3],mdreader:[2,3],member:0,menu:[3,4],menubar:5,merg:2,messag:[1,3,5],messagebox:3,metadata:[2,3],metadatapars:[2,6],metadataxml:3,metaerror:3,method:[1,4,5],might:2,migrat:1,mimetyp:3,mingw:2,minim:2,ministri:0,model:3,modelfilt:3,modelfiltercbx:3,modelfiltercbxindexchang:3,modif:6,modifi:[2,3],modul:[2,5,6],more:[0,1,4],mous:3,multipl:[1,3],must:[3,4],nama:3,name:[2,3],nation:0,nationa:[0,6],nationaalgeoregist:[0,2],nativ:4,nederland:[1,5],need:[1,2],net:[],netherland:0,network:[0,1,3,4],network_set:[],next:5,ngr:2,non:2,none:3,normal:3,normali:2,note:3,notificaton:1,now:[0,1,2],nowher:1,number:3,object:3,often:1,ofth:2,ogc:[1,2],ommit:3,onc:4,one:[2,3,5],onli:[2,4,5],onzoekclick:3,open:[1,5],oper:3,option:[1,3,4],order:2,org:[1,2],organ:0,organis:[3,5],orgnam:3,originali:2,orign:2,orignali:2,other:6,out:5,outlin:3,output:3,outputloc:3,over:3,overwrit:3,packag:2,page:[1,5,6],param:[],paramet:[2,3],parent:3,pars:2,part:2,pass:3,past:4,path:[2,3],pen:3,perform:3,pick:4,pleas:0,plug:1,plugin:[0,3,4,5],pluginnam:2,png:3,point:3,pointer:3,popup:3,port:4,posit:3,possibl:1,post:3,present:1,prjlinefrommapcr:3,prjlinetomapcr:3,prjptfrommapcr:3,prjpttomapcr:3,problem:4,product:1,profession:0,profil:2,project:[1,3],provid:[0,2,3],proxi:[1,3,6],proxyurl:3,pull:2,purpos:2,pyqt5:3,pyqt:2,python3:1,python:2,qaction:3,qdialog:3,qeuri:1,qgi:[0,1,2,3,4,5],qgis3:[1,2],qgsblockingnetworkrequest:1,qgscoordinatereferencesystem:3,qgsgeometri:3,qgsinterfac:3,qgspoint:3,qgsvertexmark:3,qnetwork:1,qstring:3,qt5:1,qtdesign:3,qtdesigner_:[],qtnetwork:[],qtwidget:3,qualiti:0,quantiti:1,queri:2,question:0,qwidget:3,realiz:0,rebrand:2,record:[3,5],rectangl:3,redirect:4,refactor:1,registri:3,relat:0,releas:1,remark:3,remov:[2,3],renam:2,replac:1,repo:[2,5],report:1,request:[1,2],requir:2,reset:3,resourc:3,respons:[0,3],result:[0,1,3,5],resultset:3,resultview:3,resultviewclick:3,returnbyt:3,revers:1,review:2,right:3,rigth:[2,5],run:[3,6],runabout:3,runcatalog:3,save:[1,3],schema:2,seach:3,seachresult:3,search:[0,1,3,5,6],searchal:3,searchwindow:3,second:3,secur:[1,4],see:[],self:3,send:4,sensit:1,separ:2,server:[2,4],servic:[0,1,2,3,4,5],servicetyp:3,set:[1,2,6],setmodel:3,settimeout:3,settin:3,setup:3,sever:[1,3],shell:2,should:[2,3,5],show:[3,5],shown:3,side:5,sinc:4,size:3,slow:1,small:1,some:1,sometim:4,sourc:3,sourceforg:[],space:5,specif:[2,3,5],specifi:3,spell:1,sphinx:1,srs:3,srsname:3,srv:2,standaarden:0,standard:[1,2,5],stardard:2,start:[2,3],startup:3,state:0,statu:3,status_tip:3,still:1,str:3,string:[2,3],style:3,submit:0,sudo:2,support:[0,1,2,3],system:[2,3,4],tab:4,target:6,term:5,test:[2,3,5],testcomplex:3,text:[1,3],than:0,thei:[1,3],them:0,theme:[0,3,5],thi:[0,1,2,3,4,5],thr:3,through:[0,1,4],thype:2,tilematrixset:3,time:3,timeout:3,titl:[1,3],tocr:3,tool:[2,3,5],toolbar:[3,6],top:[2,5],translat:[2,3],trigger:3,tupl:3,type:[0,2,3],typenam:3,ui_datacatalog_dialog:3,ui_inspirenl_dialog:3,under:[0,2],undercorn:3,unload:3,until:4,upload:2,uppercorn:3,uri:3,url:[2,3,4],urllib:[1,4],usag:6,use:[0,1,2,3,5],used:[1,2,4],user:[0,1,2,3,4],usernam:2,userprofil:2,uses:[4,5],using:[3,4],valu:3,variabl:2,variou:1,vendor:2,version:[2,3,4,5,6],via:[0,1],view:5,visit:0,wai:[1,4],want:3,warn:3,warrieka:2,wcs_version:3,web:1,webbrows:[1,5],webutil:6,wfs:3,wfsversion:3,whats_thi:3,when:[1,3],whether:3,which:3,widget:3,width:3,wil:[2,3,5],window:[2,3],wmt:[3,5],work:[1,2,3],www:[0,1,2],xmax:3,xmin:3,xml:[2,3],xml_file:3,xmldocument:3,xmlisempti:3,xymax:3,xymin:3,yield:1,ymax:3,ymin:3,you:[0,1,2,3,4,5],your:2,zip:2,zipfil:5,zoekbtn:3,zoom:3,zoomtorec2:3,zoomtorec:3},titles:["About","Changelog","Contributing and forking","Modules and Classes","Proxy Settings","Usage","The Dutch INSPIRE QGIS plugin"],titleterms:{"class":3,The:6,about:[0,5],changelog:1,code:2,compil:2,contribut:2,csw:2,datacatalog:3,dialog:5,document:[],dutch:6,fork:2,from:2,geometryhelp:3,indic:6,inspir:6,inspirenl:3,inspirenlabout:3,instal:5,mainwindow:5,metadatapars:3,modif:2,modul:3,other:2,plugin:[2,6],proxi:4,qgi:6,run:2,set:[3,4],tabl:6,target:2,technic:[],toolbar:5,usag:5,version:1,webutil:3}}) \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 55b785c..594b394 100644 --- a/metadata.txt +++ b/metadata.txt @@ -17,11 +17,8 @@ about=In het kader van INSPIRE realiseren de Europese lidstaten een digitaal net Heeft u vragen over INSPIRE of de plugin, kijk dan op https://www.geonovum.nl/geo-standaarden/inspire-europese-leefomgeving of stel ze aan de INSPIRE helpdesk (inspire@geonovum.nl). # Optional items: # Uncomment the following line and add your changelog entries: -changelog=- Migratie naar QGIS 3 - - Alle calls zijn nu gebasserd op OGC-standaarden - - Downloaden met atom-links kan toont nu lijst indien meerdere bestanden. - - Optie om WFS te downloaden binnen huidig kaartbeeld. - - Verbetering werking WFS en WCS, ondersteuning versie 2.0.0 +changelog=- Alle http calls gebeuren nu met QNetworkRequest en QgsBlockingNetworkRequest ipv urlib.request. + # Tags are comma separated with spaces allowed tags=INSPIRE, Nederland, PDOK, Nationaal, Georegister diff --git a/webUtil.py b/webUtil.py index 9362a5b..5c59628 100644 --- a/webUtil.py +++ b/webUtil.py @@ -26,7 +26,10 @@ def getUrlData(url, data=None, returnBytes=False): class metaError(Exception): - """Exception, a error in metadataXML""" + """Exception, a error in metadataXML + + :param message: a message to pass with the exception + """ def __init__(self, message): self.message = message def __str__(self):