From 5a15c2599039319516271aafb5ec295cdebcc8d7 Mon Sep 17 00:00:00 2001 From: Serge NOEL Date: Mon, 15 Mar 2021 14:12:51 +0100 Subject: [PATCH] =?UTF-8?q?Interm=C3=A9diaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Manifest/EasyCloud.yaml | 11 + README.md | 7 +- Sources/webAduc/.gitignore | 2 - Sources/webAduc/README.md | 10 - .../tests/Documentation Tests/README.md | 2 +- Sources/webAduc/tests/func/README.txt | 2 +- Sources/webAduc/tests/phpSelenium.md | 206 + .../webAduc/tests/phpSeleniumTestCase2.php | 1240 + Sources/webAduc/www/composer.json | 5 +- Sources/webAduc/www/ldap.php | 63 + Sources/webAduc/www/src/ajax.php | 2 +- Sources/webAduc/www/src/assets/Home.png | Bin 0 -> 1473 bytes Sources/webAduc/www/src/assets/Linux.png | Bin 0 -> 1370 bytes Sources/webAduc/www/src/assets/Report.png | Bin 0 -> 1195 bytes Sources/webAduc/www/src/assets/Sync.png | Bin 0 -> 1651 bytes Sources/webAduc/www/src/assets/User group.png | Bin 0 -> 1390 bytes Sources/webAduc/www/src/assets/View.png | Bin 0 -> 1232 bytes Sources/webAduc/www/src/assets/abook.png | Bin 0 -> 549 bytes Sources/webAduc/www/src/assets/app.png | Bin 0 -> 482 bytes Sources/webAduc/www/src/assets/calendar.png | Bin 0 -> 539 bytes Sources/webAduc/www/src/assets/card.png | Bin 0 -> 485 bytes Sources/webAduc/www/src/assets/computer.png | Bin 0 -> 1806 bytes Sources/webAduc/www/src/assets/file.png | Bin 0 -> 409 bytes Sources/webAduc/www/src/assets/folder.png | Bin 0 -> 396 bytes Sources/webAduc/www/src/assets/global.png | Bin 0 -> 958 bytes Sources/webAduc/www/src/assets/key.png | Bin 0 -> 638 bytes Sources/webAduc/www/src/assets/mail.png | Bin 0 -> 459 bytes Sources/webAduc/www/src/assets/phone.png | Bin 0 -> 484 bytes Sources/webAduc/www/src/assets/printer.png | Bin 0 -> 545 bytes Sources/webAduc/www/src/assets/search.png | Bin 0 -> 552 bytes Sources/webAduc/www/src/assets/sheet.png | Bin 0 -> 397 bytes Sources/webAduc/www/src/assets/tool.png | Bin 0 -> 525 bytes Sources/webAduc/www/src/assets/tree.png | Bin 0 -> 4746 bytes Sources/webAduc/www/src/assets/user.png | Bin 0 -> 574 bytes Sources/webAduc/www/src/class/ldapClass.php | 17 +- Sources/webAduc/www/src/config/config.php | 4 +- Sources/webAduc/www/src/css/login.css | 11 + Sources/webAduc/www/src/javascript/main.js | 119 +- .../webAduc/www/src/templates/header.smarty | 52 +- .../webAduc/www/src/templates/login.smarty | 7 +- Sources/webAduc/www/src/templates/main.smarty | 1 + ...2a53c64382bec01db_0.file.header.smarty.php | 70 + ...b4beabe1bba1b1e700_0.file.login.smarty.php | 103 + ...3cf49767e090eab17_0.file.footer.smarty.php | 28 + ...c23864f165ab8fd0aa0_0.file.main.smarty.php | 98 + Sources/webAduc/www/tree/tree_icon.png | Bin 0 -> 4746 bytes .../www/vendor/adldap2/adldap2/.gitattributes | 2 + .../adldap2/adldap2/.github/issue_template.md | 10 + .../www/vendor/adldap2/adldap2/.gitignore | 3 + .../vendor/adldap2/adldap2/.scrutinizer.yml | 10 + .../www/vendor/adldap2/adldap2/.styleci.yml | 7 + .../www/vendor/adldap2/adldap2/.travis.yml | 19 + .../www/vendor/adldap2/adldap2/composer.json | 57 + .../www/vendor/adldap2/adldap2/docs/.nojekyll | 0 .../vendor/adldap2/adldap2/docs/_coverpage.md | 16 + .../vendor/adldap2/adldap2/docs/_sidebar.md | 27 + .../adldap2/docs/distinguished-names.md | 167 + .../www/vendor/adldap2/adldap2/docs/events.md | 175 + .../vendor/adldap2/adldap2/docs/index.html | 35 + .../adldap2/adldap2/docs/installation.md | 29 + .../vendor/adldap2/adldap2/docs/logging.md | 74 + .../vendor/adldap2/adldap2/docs/media/bg.svg | 1 + .../adldap2/adldap2/docs/models/computer.md | 32 + .../adldap2/adldap2/docs/models/contact.md | 13 + .../adldap2/adldap2/docs/models/container.md | 24 + .../adldap2/adldap2/docs/models/group.md | 253 + .../adldap2/adldap2/docs/models/model.md | 655 + .../adldap2/docs/models/organization.md | 19 + .../vendor/adldap2/adldap2/docs/models/ou.md | 27 + .../adldap2/adldap2/docs/models/printer.md | 49 + .../adldap2/adldap2/docs/models/root-dse.md | 33 + .../traits/has-critical-system-object.md | 13 + .../docs/models/traits/has-description.md | 11 + .../traits/has-last-login-last-logoff.md | 16 + .../docs/models/traits/has-member-of.md | 166 + .../adldap2/adldap2/docs/models/user.md | 180 + .../www/vendor/adldap2/adldap2/docs/readme.md | 115 + .../vendor/adldap2/adldap2/docs/searching.md | 662 + .../www/vendor/adldap2/adldap2/docs/setup.md | 552 + .../adldap2/adldap2/docs/troubleshooting.md | 122 + .../www/vendor/adldap2/adldap2/license.md | 8 + .../www/vendor/adldap2/adldap2/phpunit.xml | 22 + .../www/vendor/adldap2/adldap2/readme.md | 47 + .../www/vendor/adldap2/adldap2/src/Adldap.php | 196 + .../adldap2/adldap2/src/AdldapException.php | 8 + .../adldap2/adldap2/src/AdldapInterface.php | 91 + .../adldap2/src/Auth/BindException.php | 45 + .../adldap2/src/Auth/Events/Attempting.php | 8 + .../adldap2/src/Auth/Events/Binding.php | 8 + .../adldap2/adldap2/src/Auth/Events/Bound.php | 8 + .../adldap2/adldap2/src/Auth/Events/Event.php | 73 + .../adldap2/src/Auth/Events/Failed.php | 8 + .../adldap2/src/Auth/Events/Passed.php | 8 + .../vendor/adldap2/adldap2/src/Auth/Guard.php | 259 + .../adldap2/src/Auth/GuardInterface.php | 55 + .../src/Auth/PasswordRequiredException.php | 10 + .../src/Auth/UsernameRequiredException.php | 10 + .../Configuration/ConfigurationException.php | 16 + .../src/Configuration/DomainConfiguration.php | 161 + .../Validators/ArrayValidator.php | 25 + .../Validators/BooleanValidator.php | 25 + .../Validators/ClassValidator.php | 24 + .../Validators/IntegerValidator.php | 25 + .../Validators/StringOrNullValidator.php | 25 + .../Configuration/Validators/Validator.php | 46 + .../src/Connections/ConnectionException.php | 10 + .../src/Connections/ConnectionInterface.php | 539 + .../adldap2/src/Connections/DetailedError.php | 71 + .../adldap2/adldap2/src/Connections/Ldap.php | 545 + .../adldap2/src/Connections/Provider.php | 291 + .../src/Connections/ProviderInterface.php | 129 + .../adldap2/adldap2/src/Events/Dispatcher.php | 320 + .../src/Events/DispatcherInterface.php | 75 + .../adldap2/src/Events/DispatchesEvents.php | 51 + .../adldap2/adldap2/src/Log/EventLogger.php | 141 + .../adldap2/src/Log/LogsInformation.php | 47 + .../src/Models/Attributes/AccountControl.php | 458 + .../Models/Attributes/DistinguishedName.php | 312 + .../adldap2/src/Models/Attributes/Guid.php | 157 + .../src/Models/Attributes/MbString.php | 80 + .../adldap2/src/Models/Attributes/Sid.php | 101 + .../src/Models/Attributes/TSProperty.php | 396 + .../src/Models/Attributes/TSPropertyArray.php | 295 + .../adldap2/src/Models/BatchModification.php | 270 + .../adldap2/adldap2/src/Models/Computer.php | 87 + .../src/Models/Concerns/HasAttributes.php | 345 + .../Concerns/HasCriticalSystemObject.php | 18 + .../src/Models/Concerns/HasDescription.php | 30 + .../adldap2/src/Models/Concerns/HasEvents.php | 21 + .../Models/Concerns/HasLastLogonAndLogOff.php | 42 + .../src/Models/Concerns/HasMemberOf.php | 260 + .../Models/Concerns/HasUserAccountControl.php | 60 + .../src/Models/Concerns/HasUserProperties.php | 453 + .../adldap2/adldap2/src/Models/Contact.php | 14 + .../adldap2/adldap2/src/Models/Container.php | 28 + .../adldap2/adldap2/src/Models/Entry.php | 13 + .../adldap2/src/Models/Events/Created.php | 8 + .../adldap2/src/Models/Events/Creating.php | 8 + .../adldap2/src/Models/Events/Deleted.php | 8 + .../adldap2/src/Models/Events/Deleting.php | 8 + .../adldap2/src/Models/Events/Event.php | 35 + .../adldap2/src/Models/Events/Saved.php | 8 + .../adldap2/src/Models/Events/Saving.php | 8 + .../adldap2/src/Models/Events/Updated.php | 8 + .../adldap2/src/Models/Events/Updating.php | 8 + .../adldap2/adldap2/src/Models/Factory.php | 209 + .../src/Models/ForeignSecurityPrincipal.php | 13 + .../adldap2/adldap2/src/Models/Group.php | 288 + .../adldap2/adldap2/src/Models/Model.php | 1266 ++ .../src/Models/ModelDoesNotExistException.php | 36 + .../src/Models/ModelNotFoundException.php | 45 + .../adldap2/src/Models/Organization.php | 31 + .../adldap2/src/Models/OrganizationalUnit.php | 31 + .../adldap2/adldap2/src/Models/Printer.php | 286 + .../adldap2/adldap2/src/Models/RootDse.php | 85 + .../adldap2/adldap2/src/Models/User.php | 1054 + .../Models/UserPasswordIncorrectException.php | 16 + .../Models/UserPasswordPolicyException.php | 16 + .../adldap2/adldap2/src/Query/Builder.php | 1958 ++ .../adldap2/adldap2/src/Query/Cache.php | 95 + .../adldap2/adldap2/src/Query/Collection.php | 27 + .../adldap2/src/Query/Events/Listing.php | 8 + .../adldap2/src/Query/Events/Paginate.php | 8 + .../src/Query/Events/QueryExecuted.php | 54 + .../adldap2/adldap2/src/Query/Events/Read.php | 8 + .../adldap2/src/Query/Events/Search.php | 8 + .../adldap2/adldap2/src/Query/Factory.php | 297 + .../adldap2/adldap2/src/Query/Grammar.php | 390 + .../adldap2/adldap2/src/Query/Operator.php | 116 + .../adldap2/adldap2/src/Query/Paginator.php | 206 + .../adldap2/adldap2/src/Query/Processor.php | 211 + .../adldap2/src/Schemas/ActiveDirectory.php | 94 + .../adldap2/src/Schemas/Directory389.php | 110 + .../adldap2/src/Schemas/EDirectory.php | 110 + .../adldap2/adldap2/src/Schemas/FreeIPA.php | 126 + .../adldap2/adldap2/src/Schemas/OpenLDAP.php | 110 + .../adldap2/adldap2/src/Schemas/Schema.php | 1264 ++ .../adldap2/src/Schemas/SchemaInterface.php | 1421 ++ .../vendor/adldap2/adldap2/src/Utilities.php | 232 + Sources/webAduc/www/vendor/autoload.php | 7 + .../webAduc/www/vendor/bin/var-dump-server | 1 + .../www/vendor/components/jquery/README.md | 14 + .../www/vendor/components/jquery/bower.json | 16 + .../vendor/components/jquery/component.json | 22 + .../vendor/components/jquery/composer.json | 34 + .../www/vendor/components/jquery/jquery.js | 10872 +++++++++ .../vendor/components/jquery/jquery.min.js | 2 + .../vendor/components/jquery/jquery.min.map | 1 + .../vendor/components/jquery/jquery.slim.js | 8777 ++++++++ .../components/jquery/jquery.slim.min.js | 2 + .../components/jquery/jquery.slim.min.map | 1 + .../www/vendor/components/jquery/package.json | 33 + .../www/vendor/components/jqueryui/.gitignore | 4 + .../www/vendor/components/jqueryui/README.md | 12 + .../www/vendor/components/jqueryui/bower.json | 13 + .../vendor/components/jqueryui/component.json | 13 + .../vendor/components/jqueryui/composer.json | 69 + .../vendor/components/jqueryui/jquery-ui.js | 18706 ++++++++++++++++ .../components/jqueryui/jquery-ui.min.js | 13 + .../vendor/components/jqueryui/package.json | 16 + .../jqueryui/themes/base/accordion.css | 23 + .../components/jqueryui/themes/base/all.css | 12 + .../jqueryui/themes/base/autocomplete.css | 16 + .../components/jqueryui/themes/base/base.css | 30 + .../jqueryui/themes/base/button.css | 82 + .../jqueryui/themes/base/checkboxradio.css | 34 + .../jqueryui/themes/base/controlgroup.css | 65 + .../components/jqueryui/themes/base/core.css | 97 + .../jqueryui/themes/base/datepicker.css | 185 + .../jqueryui/themes/base/dialog.css | 101 + .../jqueryui/themes/base/draggable.css | 12 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 86 bytes .../base/images/ui-icons_444444_256x240.png | Bin 0 -> 7090 bytes .../base/images/ui-icons_555555_256x240.png | Bin 0 -> 7074 bytes .../base/images/ui-icons_777620_256x240.png | Bin 0 -> 4676 bytes .../base/images/ui-icons_777777_256x240.png | Bin 0 -> 7111 bytes .../base/images/ui-icons_cc0000_256x240.png | Bin 0 -> 4676 bytes .../base/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/base/jquery-ui.css | 1311 ++ .../jqueryui/themes/base/jquery-ui.min.css | 7 + .../components/jqueryui/themes/base/menu.css | 64 + .../jqueryui/themes/base/progressbar.css | 28 + .../jqueryui/themes/base/resizable.css | 78 + .../jqueryui/themes/base/selectable.css | 17 + .../jqueryui/themes/base/selectmenu.css | 50 + .../jqueryui/themes/base/slider.css | 75 + .../jqueryui/themes/base/sortable.css | 12 + .../jqueryui/themes/base/spinner.css | 52 + .../components/jqueryui/themes/base/tabs.css | 51 + .../components/jqueryui/themes/base/theme.css | 443 + .../jqueryui/themes/base/tooltip.css | 19 + .../ui-bg_diagonals-thick_8_333333_40x40.png | Bin 0 -> 383 bytes .../images/ui-bg_glass_40_111111_1x400.png | Bin 0 -> 323 bytes .../images/ui-bg_glass_55_1c1c1c_1x400.png | Bin 0 -> 323 bytes .../ui-bg_highlight-hard_100_f9f9f9_1x100.png | Bin 0 -> 315 bytes .../ui-bg_highlight-hard_40_aaaaaa_1x100.png | Bin 0 -> 316 bytes .../ui-bg_highlight-soft_50_aaaaaa_1x100.png | Bin 0 -> 327 bytes .../ui-bg_inset-hard_45_cd0a0a_1x100.png | Bin 0 -> 382 bytes .../ui-bg_inset-hard_55_ffeb80_1x100.png | Bin 0 -> 367 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_4ca300_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 7092 bytes .../images/ui-icons_ededed_256x240.png | Bin 0 -> 7011 bytes .../images/ui-icons_ffcf29_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/black-tie/jquery-ui.css | 1311 ++ .../themes/black-tie/jquery-ui.min.css | 7 + .../jqueryui/themes/black-tie/theme.css | 443 + .../ui-bg_diagonals-thick_75_f3d8d8_40x40.png | Bin 0 -> 471 bytes .../images/ui-bg_dots-small_65_a6a6a6_2x2.png | Bin 0 -> 266 bytes .../images/ui-bg_glass_55_fbf8ee_1x400.png | Bin 0 -> 398 bytes .../ui-bg_highlight-hard_100_eeeeee_1x100.png | Bin 0 -> 316 bytes .../ui-bg_highlight-hard_100_f6f6f6_1x100.png | Bin 0 -> 316 bytes .../ui-bg_highlight-soft_15_cc0000_1x100.png | Bin 0 -> 385 bytes .../images/ui-icons_004276_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cc0000_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/blitzer/jquery-ui.css | 1311 ++ .../jqueryui/themes/blitzer/jquery-ui.min.css | 7 + .../jqueryui/themes/blitzer/theme.css | 443 + .../ui-bg_diagonals-thick_90_eeeeee_40x40.png | Bin 0 -> 380 bytes .../images/ui-bg_glass_100_e4f1fb_1x400.png | Bin 0 -> 408 bytes .../images/ui-bg_glass_50_3baae3_1x400.png | Bin 0 -> 394 bytes .../images/ui-bg_glass_80_d7ebf9_1x400.png | Bin 0 -> 404 bytes .../ui-bg_highlight-hard_100_f2f5f7_1x100.png | Bin 0 -> 390 bytes .../ui-bg_highlight-hard_70_000000_1x100.png | Bin 0 -> 310 bytes .../ui-bg_highlight-soft_100_deedf7_1x100.png | Bin 0 -> 445 bytes .../ui-bg_highlight-soft_25_ffef8f_1x100.png | Bin 0 -> 367 bytes .../images/ui-icons_2694e8_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_3d80b3_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_72a7cf_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/cupertino/jquery-ui.css | 1311 ++ .../themes/cupertino/jquery-ui.min.css | 7 + .../jqueryui/themes/cupertino/theme.css | 443 + .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 374 bytes .../ui-bg_highlight-hard_20_0972a5_1x100.png | Bin 0 -> 381 bytes .../ui-bg_highlight-soft_33_003147_1x100.png | Bin 0 -> 401 bytes .../ui-bg_highlight-soft_35_222222_1x100.png | Bin 0 -> 342 bytes .../ui-bg_highlight-soft_44_444444_1x100.png | Bin 0 -> 328 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 335 bytes .../images/ui-bg_loop_25_000000_21x21.png | Bin 0 -> 378 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_a83300_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 7034 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/dark-hive/jquery-ui.css | 1311 ++ .../themes/dark-hive/jquery-ui.min.css | 7 + .../jqueryui/themes/dark-hive/theme.css | 443 + .../ui-bg_diagonals-thick_15_0b3e6f_40x40.png | Bin 0 -> 482 bytes .../ui-bg_dots-medium_30_0b58a2_4x4.png | Bin 0 -> 295 bytes .../images/ui-bg_dots-small_20_333333_2x2.png | Bin 0 -> 266 bytes .../images/ui-bg_dots-small_30_a32d00_2x2.png | Bin 0 -> 276 bytes .../images/ui-bg_dots-small_40_00498f_2x2.png | Bin 0 -> 282 bytes .../ui-bg_gloss-wave_20_111111_500x100.png | Bin 0 -> 3990 bytes .../images/ui-icons_00498f_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_98d2fb_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_9ccdfc_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/dot-luv/jquery-ui.css | 1311 ++ .../jqueryui/themes/dot-luv/jquery-ui.min.css | 7 + .../jqueryui/themes/dot-luv/theme.css | 443 + .../ui-bg_gloss-wave_30_3d3644_500x100.png | Bin 0 -> 5999 bytes .../ui-bg_highlight-soft_100_dcd9de_1x100.png | Bin 0 -> 400 bytes .../ui-bg_highlight-soft_100_eae6ea_1x100.png | Bin 0 -> 431 bytes .../ui-bg_highlight-soft_25_30273a_1x100.png | Bin 0 -> 420 bytes .../ui-bg_highlight-soft_45_5f5964_1x100.png | Bin 0 -> 405 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 7090 bytes .../images/ui-icons_734d99_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_8d78a5_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_a8a3ae_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ebccce_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/eggplant/jquery-ui.css | 1311 ++ .../themes/eggplant/jquery-ui.min.css | 7 + .../jqueryui/themes/eggplant/theme.css | 443 + .../ui-bg_diagonals-small_25_c5ddfc_40x40.png | Bin 0 -> 400 bytes .../ui-bg_diagonals-thick_20_e69700_40x40.png | Bin 0 -> 475 bytes .../ui-bg_diagonals-thick_22_1484e6_40x40.png | Bin 0 -> 467 bytes .../ui-bg_diagonals-thick_26_2293f7_40x40.png | Bin 0 -> 464 bytes .../ui-bg_highlight-soft_100_f9f9f9_1x100.png | Bin 0 -> 325 bytes .../ui-bg_inset-hard_100_eeeeee_1x100.png | Bin 0 -> 314 bytes .../images/ui-icons_0a82eb_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_0b54d5_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_5fa5e3_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_fcdd4a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/excite-bike/jquery-ui.css | 1311 ++ .../themes/excite-bike/jquery-ui.min.css | 7 + .../jqueryui/themes/excite-bike/theme.css | 443 + .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 265 bytes .../ui-bg_highlight-soft_100_f6f6f6_1x100.png | Bin 0 -> 330 bytes .../ui-bg_highlight-soft_25_0073ea_1x100.png | Bin 0 -> 393 bytes .../ui-bg_highlight-soft_50_dddddd_1x100.png | Bin 0 -> 339 bytes .../flick/images/ui-icons_0073ea_256x240.png | Bin 0 -> 4676 bytes .../flick/images/ui-icons_454545_256x240.png | Bin 0 -> 7090 bytes .../flick/images/ui-icons_666666_256x240.png | Bin 0 -> 7111 bytes .../flick/images/ui-icons_ff0084_256x240.png | Bin 0 -> 4676 bytes .../flick/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/flick/jquery-ui.css | 1311 ++ .../jqueryui/themes/flick/jquery-ui.min.css | 7 + .../jqueryui/themes/flick/theme.css | 443 + .../ui-bg_diagonals-small_40_db4865_40x40.png | Bin 0 -> 390 bytes .../ui-bg_diagonals-small_50_93c3cd_40x40.png | Bin 0 -> 391 bytes .../ui-bg_diagonals-small_50_ff3853_40x40.png | Bin 0 -> 388 bytes .../ui-bg_diagonals-small_75_ccd232_40x40.png | Bin 0 -> 391 bytes .../ui-bg_dots-medium_80_ffff38_4x4.png | Bin 0 -> 283 bytes .../images/ui-bg_dots-small_35_35414f_2x2.png | Bin 0 -> 281 bytes .../ui-bg_white-lines_85_f7f7ba_40x100.png | Bin 0 -> 422 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 7090 bytes .../images/ui-icons_88a206_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_c02669_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_e1e463_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffeb33_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/hot-sneaks/jquery-ui.css | 1311 ++ .../themes/hot-sneaks/jquery-ui.min.css | 7 + .../jqueryui/themes/hot-sneaks/theme.css | 443 + .../images/ui-bg_glass_100_f5f0e5_1x400.png | Bin 0 -> 412 bytes .../images/ui-bg_glass_25_cb842e_1x400.png | Bin 0 -> 393 bytes .../images/ui-bg_glass_70_ede4d4_1x400.png | Bin 0 -> 409 bytes .../ui-bg_highlight-hard_100_f4f0ec_1x100.png | Bin 0 -> 385 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 372 bytes .../ui-bg_highlight-hard_75_f5f5b5_1x100.png | Bin 0 -> 381 bytes .../ui-bg_inset-soft_100_f4f0ec_1x100.png | Bin 0 -> 461 bytes .../images/ui-icons_c47a23_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cb672b_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f08000_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f35f07_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/humanity/jquery-ui.css | 1311 ++ .../themes/humanity/jquery-ui.min.css | 7 + .../jqueryui/themes/humanity/theme.css | 443 + .../ui-bg_diagonals-small_0_aaaaaa_40x40.png | Bin 0 -> 265 bytes .../ui-bg_diagonals-thick_15_444444_40x40.png | Bin 0 -> 383 bytes .../ui-bg_diagonals-thick_95_ffdc2e_40x40.png | Bin 0 -> 469 bytes .../images/ui-bg_glass_55_fbf5d0_1x400.png | Bin 0 -> 394 bytes .../ui-bg_highlight-hard_30_285c00_1x100.png | Bin 0 -> 382 bytes .../ui-bg_highlight-soft_33_3a8104_1x100.png | Bin 0 -> 403 bytes .../ui-bg_highlight-soft_50_4eb305_1x100.png | Bin 0 -> 409 bytes .../ui-bg_highlight-soft_60_4ca20b_1x100.png | Bin 0 -> 417 bytes .../ui-bg_inset-soft_10_285c00_1x100.png | Bin 0 -> 424 bytes .../images/ui-icons_4eb305_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_72b42d_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/le-frog/jquery-ui.css | 1311 ++ .../jqueryui/themes/le-frog/jquery-ui.min.css | 7 + .../jqueryui/themes/le-frog/theme.css | 443 + .../images/ui-bg_glass_15_5f391b_1x400.png | Bin 0 -> 393 bytes .../ui-bg_gloss-wave_20_1c160d_500x100.png | Bin 0 -> 5851 bytes .../ui-bg_gloss-wave_25_453326_500x100.png | Bin 0 -> 5910 bytes .../ui-bg_gloss-wave_30_44372c_500x100.png | Bin 0 -> 5972 bytes .../ui-bg_highlight-soft_20_201913_1x100.png | Bin 0 -> 433 bytes .../ui-bg_highlight-soft_20_619226_1x100.png | Bin 0 -> 401 bytes .../ui-bg_inset-soft_10_201913_1x100.png | Bin 0 -> 438 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_9bcc60_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_add978_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_e3ddc9_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f1fd86_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/mint-choc/jquery-ui.css | 1311 ++ .../themes/mint-choc/jquery-ui.min.css | 7 + .../jqueryui/themes/mint-choc/theme.css | 443 + .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 324 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 323 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 323 bytes .../ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 310 bytes .../ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 329 bytes .../images/ui-icons_3383bb_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 7090 bytes .../images/ui-icons_70b2e1_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 7111 bytes .../images/ui-icons_fbc856_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/overcast/jquery-ui.css | 1311 ++ .../themes/overcast/jquery-ui.min.css | 7 + .../jqueryui/themes/overcast/theme.css | 443 + .../ui-bg_diagonal-maze_20_6e4f1c_10x10.png | Bin 0 -> 354 bytes .../ui-bg_diagonal-maze_40_000000_10x10.png | Bin 0 -> 301 bytes .../ui-bg_fine-grain_10_eceadf_60x60.png | Bin 0 -> 10817 bytes .../ui-bg_fine-grain_10_f8f7f6_60x60.png | Bin 0 -> 9962 bytes .../ui-bg_fine-grain_15_eceadf_60x60.png | Bin 0 -> 10587 bytes .../ui-bg_fine-grain_15_f7f3de_60x60.png | Bin 0 -> 10949 bytes .../ui-bg_fine-grain_15_ffffff_60x60.png | Bin 0 -> 4262 bytes .../ui-bg_fine-grain_65_654b24_60x60.png | Bin 0 -> 14498 bytes .../ui-bg_fine-grain_68_b83400_60x60.png | Bin 0 -> 11935 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_3572ac_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_8c291d_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_b83400_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_fbdb93_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../themes/pepper-grinder/jquery-ui.css | 1311 ++ .../themes/pepper-grinder/jquery-ui.min.css | 7 + .../jqueryui/themes/pepper-grinder/theme.css | 443 + .../images/ui-bg_glass_75_d0e5f5_1x400.png | Bin 0 -> 394 bytes .../images/ui-bg_glass_85_dfeffc_1x400.png | Bin 0 -> 399 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 390 bytes .../ui-bg_gloss-wave_55_5c9ccc_500x100.png | Bin 0 -> 5882 bytes .../ui-bg_inset-hard_100_f5f8f9_1x100.png | Bin 0 -> 391 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 350 bytes .../images/ui-icons_217bc0_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_469bdd_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_6da8d5_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f9bd01_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/redmond/jquery-ui.css | 1311 ++ .../jqueryui/themes/redmond/jquery-ui.min.css | 7 + .../jqueryui/themes/redmond/theme.css | 443 + .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 393 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 265 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 323 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 324 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 390 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 325 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 7090 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 7111 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/smoothness/jquery-ui.css | 1311 ++ .../themes/smoothness/jquery-ui.min.css | 7 + .../jqueryui/themes/smoothness/theme.css | 443 + .../images/ui-bg_glass_55_fcf0ba_1x400.png | Bin 0 -> 391 bytes .../ui-bg_gloss-wave_100_ece8da_500x100.png | Bin 0 -> 5817 bytes .../ui-bg_highlight-hard_100_f5f3e5_1x100.png | Bin 0 -> 394 bytes .../ui-bg_highlight-hard_100_fafaf4_1x100.png | Bin 0 -> 379 bytes .../ui-bg_highlight-hard_15_459e00_1x100.png | Bin 0 -> 380 bytes .../ui-bg_highlight-hard_95_cccccc_1x100.png | Bin 0 -> 317 bytes .../ui-bg_highlight-soft_25_67b021_1x100.png | Bin 0 -> 411 bytes .../ui-bg_highlight-soft_95_ffedad_1x100.png | Bin 0 -> 409 bytes .../ui-bg_inset-soft_15_2b2922_1x100.png | Bin 0 -> 380 bytes .../images/ui-icons_808080_256x240.png | Bin 0 -> 7117 bytes .../images/ui-icons_847e71_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_8DC262_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_eeeeee_256x240.png | Bin 0 -> 7010 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../themes/south-street/jquery-ui.css | 1311 ++ .../themes/south-street/jquery-ui.min.css | 7 + .../jqueryui/themes/south-street/theme.css | 443 + .../images/ui-bg_glass_45_0078ae_1x400.png | Bin 0 -> 403 bytes .../images/ui-bg_glass_55_f8da4e_1x400.png | Bin 0 -> 403 bytes .../images/ui-bg_glass_75_79c9ec_1x400.png | Bin 0 -> 406 bytes .../ui-bg_gloss-wave_45_e14f1c_500x100.png | Bin 0 -> 5922 bytes .../ui-bg_gloss-wave_50_6eac2c_500x100.png | Bin 0 -> 5964 bytes .../ui-bg_gloss-wave_75_2191c0_500x100.png | Bin 0 -> 6035 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 350 bytes .../start/images/ui-icons_0078ae_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_056b93_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_e0fdff_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_f5e175_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_f7a50d_256x240.png | Bin 0 -> 4676 bytes .../start/images/ui-icons_fcd113_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/start/jquery-ui.css | 1311 ++ .../jqueryui/themes/start/jquery-ui.min.css | 7 + .../jqueryui/themes/start/theme.css | 443 + ...ui-bg_diagonals-medium_20_d34d17_40x40.png | Bin 0 -> 440 bytes .../ui-bg_gloss-wave_45_817865_500x100.png | Bin 0 -> 5939 bytes .../ui-bg_gloss-wave_60_fece2f_500x100.png | Bin 0 -> 5908 bytes .../ui-bg_gloss-wave_70_ffdd57_500x100.png | Bin 0 -> 5601 bytes .../ui-bg_gloss-wave_90_fff9e5_500x100.png | Bin 0 -> 5447 bytes .../ui-bg_highlight-soft_100_feeebd_1x100.png | Bin 0 -> 401 bytes .../ui-bg_inset-soft_30_ffffff_1x100.png | Bin 0 -> 261 bytes .../sunny/images/ui-icons_3d3d3d_256x240.png | Bin 0 -> 7074 bytes .../sunny/images/ui-icons_bd7b00_256x240.png | Bin 0 -> 4676 bytes .../sunny/images/ui-icons_d19405_256x240.png | Bin 0 -> 4676 bytes .../sunny/images/ui-icons_eb990f_256x240.png | Bin 0 -> 4676 bytes .../sunny/images/ui-icons_ed9f26_256x240.png | Bin 0 -> 4676 bytes .../sunny/images/ui-icons_fadc7a_256x240.png | Bin 0 -> 4676 bytes .../sunny/images/ui-icons_ffe180_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/sunny/jquery-ui.css | 1311 ++ .../jqueryui/themes/sunny/jquery-ui.min.css | 7 + .../jqueryui/themes/sunny/theme.css | 443 + .../images/ui-bg_diamond_10_4f4221_10x8.png | Bin 0 -> 365 bytes .../images/ui-bg_diamond_20_372806_10x8.png | Bin 0 -> 368 bytes .../images/ui-bg_diamond_25_675423_10x8.png | Bin 0 -> 370 bytes .../images/ui-bg_diamond_25_d5ac5d_10x8.png | Bin 0 -> 371 bytes .../images/ui-bg_diamond_8_261803_10x8.png | Bin 0 -> 368 bytes .../images/ui-bg_diamond_8_443113_10x8.png | Bin 0 -> 368 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 372 bytes .../images/ui-icons_070603_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_e8e2b5_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_e9cd86_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_efec9f_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f2ec64_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_f9f2bd_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4676 bytes .../themes/swanky-purse/jquery-ui.css | 1311 ++ .../themes/swanky-purse/jquery-ui.min.css | 7 + .../jqueryui/themes/swanky-purse/theme.css | 443 + .../ui-bg_diagonals-small_50_262626_40x40.png | Bin 0 -> 321 bytes .../images/ui-bg_glass_40_0a0a0a_1x400.png | Bin 0 -> 322 bytes .../images/ui-bg_glass_55_f1fbe5_1x400.png | Bin 0 -> 406 bytes .../images/ui-bg_glass_60_000000_1x400.png | Bin 0 -> 323 bytes .../ui-bg_gloss-wave_55_000000_500x100.png | Bin 0 -> 4360 bytes .../ui-bg_gloss-wave_85_9fda58_500x100.png | Bin 0 -> 5998 bytes .../ui-bg_gloss-wave_95_f6ecd5_500x100.png | Bin 0 -> 5856 bytes .../images/ui-icons_000000_256x240.png | Bin 0 -> 5582 bytes .../images/ui-icons_1f1f1f_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_9fda58_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_b8ec79_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/trontastic/jquery-ui.css | 1311 ++ .../themes/trontastic/jquery-ui.min.css | 7 + .../jqueryui/themes/trontastic/theme.css | 443 + .../images/ui-bg_glass_20_555555_1x400.png | Bin 0 -> 318 bytes .../images/ui-bg_glass_40_0078a3_1x400.png | Bin 0 -> 400 bytes .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 374 bytes .../ui-bg_gloss-wave_25_333333_500x100.png | Bin 0 -> 3976 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 335 bytes .../ui-bg_inset-soft_25_000000_1x100.png | Bin 0 -> 312 bytes .../ui-bg_inset-soft_30_f58400_1x100.png | Bin 0 -> 398 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_a83300_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 7034 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../jqueryui/themes/ui-darkness/jquery-ui.css | 1311 ++ .../themes/ui-darkness/jquery-ui.min.css | 7 + .../jqueryui/themes/ui-darkness/theme.css | 443 + .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin 0 -> 476 bytes .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin 0 -> 384 bytes .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin 0 -> 324 bytes .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin 0 -> 406 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 265 bytes .../ui-bg_gloss-wave_35_f6a828_500x100.png | Bin 0 -> 5873 bytes .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin 0 -> 342 bytes .../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin 0 -> 386 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 7025 bytes .../images/ui-icons_228ef1_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ef8c08_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffd27a_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes .../themes/ui-lightness/jquery-ui.css | 1311 ++ .../themes/ui-lightness/jquery-ui.min.css | 7 + .../jqueryui/themes/ui-lightness/theme.css | 443 + .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 390 bytes .../ui-bg_gloss-wave_16_121212_500x100.png | Bin 0 -> 4031 bytes .../ui-bg_highlight-hard_15_888888_1x100.png | Bin 0 -> 311 bytes .../ui-bg_highlight-hard_55_555555_1x100.png | Bin 0 -> 311 bytes .../ui-bg_highlight-soft_35_adadad_1x100.png | Bin 0 -> 326 bytes .../ui-bg_highlight-soft_60_dddddd_1x100.png | Bin 0 -> 342 bytes .../ui-bg_inset-soft_15_121212_1x100.png | Bin 0 -> 322 bytes .../vader/images/ui-icons_666666_256x240.png | Bin 0 -> 7111 bytes .../vader/images/ui-icons_aaaaaa_256x240.png | Bin 0 -> 7075 bytes .../vader/images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 7092 bytes .../vader/images/ui-icons_c98000_256x240.png | Bin 0 -> 4676 bytes .../vader/images/ui-icons_cccccc_256x240.png | Bin 0 -> 7034 bytes .../vader/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4676 bytes .../vader/images/ui-icons_f29a00_256x240.png | Bin 0 -> 4676 bytes .../jqueryui/themes/vader/jquery-ui.css | 1311 ++ .../jqueryui/themes/vader/jquery-ui.min.css | 7 + .../jqueryui/themes/vader/theme.css | 443 + .../vendor/components/jqueryui/ui/.jshintrc | 24 + .../www/vendor/components/jqueryui/ui/core.js | 21 + .../www/vendor/components/jqueryui/ui/data.js | 39 + .../jqueryui/ui/disable-selection.js | 46 + .../vendor/components/jqueryui/ui/effect.js | 1635 ++ .../jqueryui/ui/effects/effect-blind.js | 70 + .../jqueryui/ui/effects/effect-bounce.js | 110 + .../jqueryui/ui/effects/effect-clip.js | 65 + .../jqueryui/ui/effects/effect-drop.js | 69 + .../jqueryui/ui/effects/effect-explode.js | 111 + .../jqueryui/ui/effects/effect-fade.js | 47 + .../jqueryui/ui/effects/effect-fold.js | 89 + .../jqueryui/ui/effects/effect-highlight.js | 57 + .../jqueryui/ui/effects/effect-puff.js | 42 + .../jqueryui/ui/effects/effect-pulsate.js | 64 + .../jqueryui/ui/effects/effect-scale.js | 56 + .../jqueryui/ui/effects/effect-shake.js | 74 + .../jqueryui/ui/effects/effect-size.js | 191 + .../jqueryui/ui/effects/effect-slide.js | 76 + .../jqueryui/ui/effects/effect-transfer.js | 40 + .../components/jqueryui/ui/escape-selector.js | 21 + .../components/jqueryui/ui/focusable.js | 84 + .../jqueryui/ui/form-reset-mixin.js | 77 + .../www/vendor/components/jqueryui/ui/form.js | 20 + .../jqueryui/ui/i18n/datepicker-af.js | 37 + .../jqueryui/ui/i18n/datepicker-ar-DZ.js | 39 + .../jqueryui/ui/i18n/datepicker-ar.js | 39 + .../jqueryui/ui/i18n/datepicker-az.js | 37 + .../jqueryui/ui/i18n/datepicker-be.js | 37 + .../jqueryui/ui/i18n/datepicker-bg.js | 38 + .../jqueryui/ui/i18n/datepicker-bs.js | 37 + .../jqueryui/ui/i18n/datepicker-ca.js | 37 + .../jqueryui/ui/i18n/datepicker-cs.js | 37 + .../jqueryui/ui/i18n/datepicker-cy-GB.js | 45 + .../jqueryui/ui/i18n/datepicker-da.js | 37 + .../jqueryui/ui/i18n/datepicker-de.js | 37 + .../jqueryui/ui/i18n/datepicker-el.js | 37 + .../jqueryui/ui/i18n/datepicker-en-AU.js | 37 + .../jqueryui/ui/i18n/datepicker-en-GB.js | 37 + .../jqueryui/ui/i18n/datepicker-en-NZ.js | 37 + .../jqueryui/ui/i18n/datepicker-eo.js | 37 + .../jqueryui/ui/i18n/datepicker-es.js | 37 + .../jqueryui/ui/i18n/datepicker-et.js | 45 + .../jqueryui/ui/i18n/datepicker-eu.js | 36 + .../jqueryui/ui/i18n/datepicker-fa.js | 73 + .../jqueryui/ui/i18n/datepicker-fi.js | 37 + .../jqueryui/ui/i18n/datepicker-fo.js | 45 + .../jqueryui/ui/i18n/datepicker-fr-CA.js | 37 + .../jqueryui/ui/i18n/datepicker-fr-CH.js | 37 + .../jqueryui/ui/i18n/datepicker-fr.js | 39 + .../jqueryui/ui/i18n/datepicker-gl.js | 37 + .../jqueryui/ui/i18n/datepicker-he.js | 37 + .../jqueryui/ui/i18n/datepicker-hi.js | 37 + .../jqueryui/ui/i18n/datepicker-hr.js | 37 + .../jqueryui/ui/i18n/datepicker-hu.js | 36 + .../jqueryui/ui/i18n/datepicker-hy.js | 37 + .../jqueryui/ui/i18n/datepicker-id.js | 37 + .../jqueryui/ui/i18n/datepicker-is.js | 45 + .../jqueryui/ui/i18n/datepicker-it-CH.js | 37 + .../jqueryui/ui/i18n/datepicker-it.js | 37 + .../jqueryui/ui/i18n/datepicker-ja.js | 37 + .../jqueryui/ui/i18n/datepicker-ka.js | 48 + .../jqueryui/ui/i18n/datepicker-kk.js | 37 + .../jqueryui/ui/i18n/datepicker-km.js | 37 + .../jqueryui/ui/i18n/datepicker-ko.js | 37 + .../jqueryui/ui/i18n/datepicker-ky.js | 38 + .../jqueryui/ui/i18n/datepicker-lb.js | 45 + .../jqueryui/ui/i18n/datepicker-lt.js | 45 + .../jqueryui/ui/i18n/datepicker-lv.js | 45 + .../jqueryui/ui/i18n/datepicker-mk.js | 37 + .../jqueryui/ui/i18n/datepicker-ml.js | 37 + .../jqueryui/ui/i18n/datepicker-ms.js | 37 + .../jqueryui/ui/i18n/datepicker-nb.js | 49 + .../jqueryui/ui/i18n/datepicker-nl-BE.js | 37 + .../jqueryui/ui/i18n/datepicker-nl.js | 37 + .../jqueryui/ui/i18n/datepicker-nn.js | 49 + .../jqueryui/ui/i18n/datepicker-no.js | 50 + .../jqueryui/ui/i18n/datepicker-pl.js | 37 + .../jqueryui/ui/i18n/datepicker-pt-BR.js | 45 + .../jqueryui/ui/i18n/datepicker-pt.js | 44 + .../jqueryui/ui/i18n/datepicker-rm.js | 61 + .../jqueryui/ui/i18n/datepicker-ro.js | 40 + .../jqueryui/ui/i18n/datepicker-ru.js | 37 + .../jqueryui/ui/i18n/datepicker-sk.js | 37 + .../jqueryui/ui/i18n/datepicker-sl.js | 38 + .../jqueryui/ui/i18n/datepicker-sq.js | 37 + .../jqueryui/ui/i18n/datepicker-sr-SR.js | 37 + .../jqueryui/ui/i18n/datepicker-sr.js | 37 + .../jqueryui/ui/i18n/datepicker-sv.js | 37 + .../jqueryui/ui/i18n/datepicker-ta.js | 53 + .../jqueryui/ui/i18n/datepicker-th.js | 37 + .../jqueryui/ui/i18n/datepicker-tj.js | 37 + .../jqueryui/ui/i18n/datepicker-tr.js | 37 + .../jqueryui/ui/i18n/datepicker-uk.js | 38 + .../jqueryui/ui/i18n/datepicker-vi.js | 37 + .../jqueryui/ui/i18n/datepicker-zh-CN.js | 37 + .../jqueryui/ui/i18n/datepicker-zh-HK.js | 37 + .../jqueryui/ui/i18n/datepicker-zh-TW.js | 37 + .../www/vendor/components/jqueryui/ui/ie.js | 15 + .../components/jqueryui/ui/jquery-1-7.js | 89 + .../vendor/components/jqueryui/ui/keycode.js | 45 + .../vendor/components/jqueryui/ui/labels.js | 62 + .../components/jqueryui/ui/minified/core.js | 4 + .../components/jqueryui/ui/minified/data.js | 4 + .../jqueryui/ui/minified/disable-selection.js | 4 + .../components/jqueryui/ui/minified/effect.js | 4 + .../jqueryui/ui/minified/escape-selector.js | 4 + .../jqueryui/ui/minified/focusable.js | 4 + .../jqueryui/ui/minified/form-reset-mixin.js | 4 + .../components/jqueryui/ui/minified/form.js | 4 + .../ui/minified/i18n/datepicker-af.js | 4 + .../ui/minified/i18n/datepicker-ar-DZ.js | 4 + .../ui/minified/i18n/datepicker-ar.js | 4 + .../ui/minified/i18n/datepicker-az.js | 4 + .../ui/minified/i18n/datepicker-be.js | 4 + .../ui/minified/i18n/datepicker-bg.js | 4 + .../ui/minified/i18n/datepicker-bs.js | 4 + .../ui/minified/i18n/datepicker-ca.js | 4 + .../ui/minified/i18n/datepicker-cs.js | 4 + .../ui/minified/i18n/datepicker-cy-GB.js | 4 + .../ui/minified/i18n/datepicker-da.js | 4 + .../ui/minified/i18n/datepicker-de.js | 4 + .../ui/minified/i18n/datepicker-el.js | 4 + .../ui/minified/i18n/datepicker-en-AU.js | 4 + .../ui/minified/i18n/datepicker-en-GB.js | 4 + .../ui/minified/i18n/datepicker-en-NZ.js | 4 + .../ui/minified/i18n/datepicker-eo.js | 4 + .../ui/minified/i18n/datepicker-es.js | 4 + .../ui/minified/i18n/datepicker-et.js | 4 + .../ui/minified/i18n/datepicker-eu.js | 4 + .../ui/minified/i18n/datepicker-fa.js | 4 + .../ui/minified/i18n/datepicker-fi.js | 4 + .../ui/minified/i18n/datepicker-fo.js | 4 + .../ui/minified/i18n/datepicker-fr-CA.js | 4 + .../ui/minified/i18n/datepicker-fr-CH.js | 4 + .../ui/minified/i18n/datepicker-fr.js | 4 + .../ui/minified/i18n/datepicker-gl.js | 4 + .../ui/minified/i18n/datepicker-he.js | 4 + .../ui/minified/i18n/datepicker-hi.js | 4 + .../ui/minified/i18n/datepicker-hr.js | 4 + .../ui/minified/i18n/datepicker-hu.js | 4 + .../ui/minified/i18n/datepicker-hy.js | 4 + .../ui/minified/i18n/datepicker-id.js | 4 + .../ui/minified/i18n/datepicker-is.js | 4 + .../ui/minified/i18n/datepicker-it-CH.js | 4 + .../ui/minified/i18n/datepicker-it.js | 4 + .../ui/minified/i18n/datepicker-ja.js | 4 + .../ui/minified/i18n/datepicker-ka.js | 4 + .../ui/minified/i18n/datepicker-kk.js | 4 + .../ui/minified/i18n/datepicker-km.js | 4 + .../ui/minified/i18n/datepicker-ko.js | 4 + .../ui/minified/i18n/datepicker-ky.js | 4 + .../ui/minified/i18n/datepicker-lb.js | 4 + .../ui/minified/i18n/datepicker-lt.js | 4 + .../ui/minified/i18n/datepicker-lv.js | 4 + .../ui/minified/i18n/datepicker-mk.js | 4 + .../ui/minified/i18n/datepicker-ml.js | 4 + .../ui/minified/i18n/datepicker-ms.js | 4 + .../ui/minified/i18n/datepicker-nb.js | 4 + .../ui/minified/i18n/datepicker-nl-BE.js | 4 + .../ui/minified/i18n/datepicker-nl.js | 4 + .../ui/minified/i18n/datepicker-nn.js | 4 + .../ui/minified/i18n/datepicker-no.js | 4 + .../ui/minified/i18n/datepicker-pl.js | 4 + .../ui/minified/i18n/datepicker-pt-BR.js | 4 + .../ui/minified/i18n/datepicker-pt.js | 4 + .../ui/minified/i18n/datepicker-rm.js | 4 + .../ui/minified/i18n/datepicker-ro.js | 4 + .../ui/minified/i18n/datepicker-ru.js | 4 + .../ui/minified/i18n/datepicker-sk.js | 4 + .../ui/minified/i18n/datepicker-sl.js | 4 + .../ui/minified/i18n/datepicker-sq.js | 4 + .../ui/minified/i18n/datepicker-sr-SR.js | 4 + .../ui/minified/i18n/datepicker-sr.js | 4 + .../ui/minified/i18n/datepicker-sv.js | 4 + .../ui/minified/i18n/datepicker-ta.js | 4 + .../ui/minified/i18n/datepicker-th.js | 4 + .../ui/minified/i18n/datepicker-tj.js | 4 + .../ui/minified/i18n/datepicker-tr.js | 4 + .../ui/minified/i18n/datepicker-uk.js | 4 + .../ui/minified/i18n/datepicker-vi.js | 4 + .../ui/minified/i18n/datepicker-zh-CN.js | 4 + .../ui/minified/i18n/datepicker-zh-HK.js | 4 + .../ui/minified/i18n/datepicker-zh-TW.js | 4 + .../components/jqueryui/ui/minified/ie.js | 4 + .../jqueryui/ui/minified/jquery-1-7.js | 4 + .../jqueryui/ui/minified/keycode.js | 4 + .../components/jqueryui/ui/minified/labels.js | 4 + .../components/jqueryui/ui/minified/plugin.js | 4 + .../jqueryui/ui/minified/position.js | 4 + .../ui/minified/safe-active-element.js | 4 + .../jqueryui/ui/minified/safe-blur.js | 4 + .../jqueryui/ui/minified/scroll-parent.js | 4 + .../jqueryui/ui/minified/tabbable.js | 4 + .../jqueryui/ui/minified/unique-id.js | 4 + .../jqueryui/ui/minified/version.js | 4 + .../components/jqueryui/ui/minified/widget.js | 4 + .../vendor/components/jqueryui/ui/plugin.js | 44 + .../vendor/components/jqueryui/ui/position.js | 498 + .../jqueryui/ui/safe-active-element.js | 40 + .../components/jqueryui/ui/safe-blur.js | 21 + .../components/jqueryui/ui/scroll-parent.js | 45 + .../vendor/components/jqueryui/ui/tabbable.js | 35 + .../components/jqueryui/ui/unique-id.js | 49 + .../vendor/components/jqueryui/ui/version.js | 17 + .../vendor/components/jqueryui/ui/widget.js | 733 + .../jqueryui/ui/widgets/accordion.js | 613 + .../jqueryui/ui/widgets/autocomplete.js | 682 + .../components/jqueryui/ui/widgets/button.js | 386 + .../jqueryui/ui/widgets/checkboxradio.js | 286 + .../jqueryui/ui/widgets/controlgroup.js | 298 + .../jqueryui/ui/widgets/datepicker.js | 2120 ++ .../components/jqueryui/ui/widgets/dialog.js | 940 + .../jqueryui/ui/widgets/draggable.js | 1250 ++ .../jqueryui/ui/widgets/droppable.js | 497 + .../components/jqueryui/ui/widgets/menu.js | 673 + .../components/jqueryui/ui/widgets/mouse.js | 226 + .../jqueryui/ui/widgets/progressbar.js | 178 + .../jqueryui/ui/widgets/resizable.js | 1201 + .../jqueryui/ui/widgets/selectable.js | 310 + .../jqueryui/ui/widgets/selectmenu.js | 687 + .../components/jqueryui/ui/widgets/slider.js | 752 + .../jqueryui/ui/widgets/sortable.js | 1554 ++ .../components/jqueryui/ui/widgets/spinner.js | 575 + .../components/jqueryui/ui/widgets/tabs.js | 924 + .../components/jqueryui/ui/widgets/tooltip.js | 520 + .../www/vendor/composer/ClassLoader.php | 445 + Sources/webAduc/www/vendor/composer/LICENSE | 21 + .../www/vendor/composer/autoload_classmap.php | 186 + .../www/vendor/composer/autoload_files.php | 14 + .../vendor/composer/autoload_namespaces.php | 9 + .../www/vendor/composer/autoload_psr4.php | 18 + .../www/vendor/composer/autoload_real.php | 73 + .../www/vendor/composer/autoload_static.php | 272 + .../www/vendor/composer/installed.json | 877 + .../contracts/Auth/Access/Authorizable.php | 15 + .../illuminate/contracts/Auth/Access/Gate.php | 150 + .../contracts/Auth/Authenticatable.php | 49 + .../contracts/Auth/CanResetPassword.php | 21 + .../illuminate/contracts/Auth/Factory.php | 22 + .../illuminate/contracts/Auth/Guard.php | 50 + .../Auth/Middleware/AuthenticatesRequests.php | 8 + .../contracts/Auth/MustVerifyEmail.php | 34 + .../contracts/Auth/PasswordBroker.php | 61 + .../contracts/Auth/PasswordBrokerFactory.php | 14 + .../contracts/Auth/StatefulGuard.php | 63 + .../contracts/Auth/SupportsBasicAuth.php | 24 + .../contracts/Auth/UserProvider.php | 49 + .../contracts/Broadcasting/Broadcaster.php | 33 + .../contracts/Broadcasting/Factory.php | 14 + .../Broadcasting/ShouldBroadcast.php | 13 + .../Broadcasting/ShouldBroadcastNow.php | 8 + .../illuminate/contracts/Bus/Dispatcher.php | 66 + .../contracts/Bus/QueueingDispatcher.php | 30 + .../illuminate/contracts/Cache/Factory.php | 14 + .../illuminate/contracts/Cache/Lock.php | 44 + .../contracts/Cache/LockProvider.php | 25 + .../contracts/Cache/LockTimeoutException.php | 10 + .../illuminate/contracts/Cache/Repository.php | 108 + .../illuminate/contracts/Cache/Store.php | 92 + .../contracts/Config/Repository.php | 57 + .../contracts/Console/Application.php | 23 + .../illuminate/contracts/Console/Kernel.php | 64 + .../Container/BindingResolutionException.php | 11 + .../contracts/Container/Container.php | 183 + .../Container/ContextualBindingBuilder.php | 30 + .../illuminate/contracts/Cookie/Factory.php | 47 + .../contracts/Cookie/QueueingFactory.php | 30 + .../contracts/Database/Eloquent/Castable.php | 15 + .../Database/Eloquent/CastsAttributes.php | 28 + .../Eloquent/CastsInboundAttributes.php | 17 + .../Eloquent/DeviatesCastableAttributes.php | 28 + .../Eloquent/SerializesCastableAttributes.php | 17 + .../Database/Events/MigrationEvent.php | 8 + .../contracts/Database/ModelIdentifier.php | 53 + .../contracts/Debug/ExceptionHandler.php | 46 + .../contracts/Encryption/DecryptException.php | 10 + .../contracts/Encryption/EncryptException.php | 10 + .../contracts/Encryption/Encrypter.php | 28 + .../contracts/Events/Dispatcher.php | 82 + .../illuminate/contracts/Filesystem/Cloud.php | 14 + .../contracts/Filesystem/Factory.php | 14 + .../Filesystem/FileExistsException.php | 10 + .../Filesystem/FileNotFoundException.php | 10 + .../contracts/Filesystem/Filesystem.php | 198 + .../Filesystem/LockTimeoutException.php | 10 + .../contracts/Foundation/Application.php | 215 + .../Foundation/CachesConfiguration.php | 27 + .../contracts/Foundation/CachesRoutes.php | 20 + .../illuminate/contracts/Hashing/Hasher.php | 42 + .../illuminate/contracts/Http/Kernel.php | 37 + .../vendor/illuminate/contracts/LICENSE.md | 21 + .../illuminate/contracts/Mail/Factory.php | 14 + .../illuminate/contracts/Mail/MailQueue.php | 25 + .../illuminate/contracts/Mail/Mailable.php | 76 + .../illuminate/contracts/Mail/Mailer.php | 48 + .../contracts/Notifications/Dispatcher.php | 24 + .../contracts/Notifications/Factory.php | 32 + .../Pagination/LengthAwarePaginator.php | 29 + .../contracts/Pagination/Paginator.php | 124 + .../illuminate/contracts/Pipeline/Hub.php | 15 + .../contracts/Pipeline/Pipeline.php | 40 + .../contracts/Queue/ClearableQueue.php | 14 + .../Queue/EntityNotFoundException.php | 22 + .../contracts/Queue/EntityResolver.php | 15 + .../illuminate/contracts/Queue/Factory.php | 14 + .../vendor/illuminate/contracts/Queue/Job.php | 166 + .../illuminate/contracts/Queue/Monitor.php | 30 + .../illuminate/contracts/Queue/Queue.php | 99 + .../contracts/Queue/QueueableCollection.php | 34 + .../contracts/Queue/QueueableEntity.php | 27 + .../contracts/Queue/ShouldBeEncrypted.php | 8 + .../contracts/Queue/ShouldBeUnique.php | 8 + .../Queue/ShouldBeUniqueUntilProcessing.php | 8 + .../contracts/Queue/ShouldQueue.php | 8 + .../illuminate/contracts/Redis/Connection.php | 35 + .../illuminate/contracts/Redis/Connector.php | 25 + .../illuminate/contracts/Redis/Factory.php | 14 + .../Redis/LimiterTimeoutException.php | 10 + .../contracts/Routing/BindingRegistrar.php | 23 + .../contracts/Routing/Registrar.php | 105 + .../contracts/Routing/ResponseFactory.php | 155 + .../contracts/Routing/UrlGenerator.php | 79 + .../contracts/Routing/UrlRoutable.php | 39 + .../illuminate/contracts/Session/Session.php | 204 + .../contracts/Support/Arrayable.php | 13 + .../contracts/Support/DeferrableProvider.php | 13 + .../Support/DeferringDisplayableValue.php | 13 + .../illuminate/contracts/Support/Htmlable.php | 13 + .../illuminate/contracts/Support/Jsonable.php | 14 + .../contracts/Support/MessageBag.php | 107 + .../contracts/Support/MessageProvider.php | 13 + .../contracts/Support/Renderable.php | 13 + .../contracts/Support/Responsable.php | 14 + .../Translation/HasLocalePreference.php | 13 + .../contracts/Translation/Loader.php | 40 + .../contracts/Translation/Translator.php | 42 + .../contracts/Validation/Factory.php | 46 + .../contracts/Validation/ImplicitRule.php | 8 + .../illuminate/contracts/Validation/Rule.php | 22 + .../Validation/ValidatesWhenResolved.php | 13 + .../contracts/Validation/Validator.php | 65 + .../illuminate/contracts/View/Engine.php | 15 + .../illuminate/contracts/View/Factory.php | 79 + .../vendor/illuminate/contracts/View/View.php | 31 + .../vendor/illuminate/contracts/composer.json | 35 + .../www/vendor/psr/container/.gitignore | 3 + .../webAduc/www/vendor/psr/container/LICENSE | 21 + .../www/vendor/psr/container/README.md | 5 + .../www/vendor/psr/container/composer.json | 27 + .../src/ContainerExceptionInterface.php | 13 + .../psr/container/src/ContainerInterface.php | 37 + .../src/NotFoundExceptionInterface.php | 13 + Sources/webAduc/www/vendor/psr/log/LICENSE | 19 + .../vendor/psr/log/Psr/Log/AbstractLogger.php | 128 + .../log/Psr/Log/InvalidArgumentException.php | 7 + .../www/vendor/psr/log/Psr/Log/LogLevel.php | 18 + .../psr/log/Psr/Log/LoggerAwareInterface.php | 18 + .../psr/log/Psr/Log/LoggerAwareTrait.php | 26 + .../psr/log/Psr/Log/LoggerInterface.php | 125 + .../vendor/psr/log/Psr/Log/LoggerTrait.php | 142 + .../www/vendor/psr/log/Psr/Log/NullLogger.php | 30 + .../vendor/psr/log/Psr/Log/Test/DummyTest.php | 18 + .../log/Psr/Log/Test/LoggerInterfaceTest.php | 138 + .../psr/log/Psr/Log/Test/TestLogger.php | 147 + Sources/webAduc/www/vendor/psr/log/README.md | 58 + .../webAduc/www/vendor/psr/log/composer.json | 26 + .../www/vendor/psr/simple-cache/.editorconfig | 12 + .../www/vendor/psr/simple-cache/LICENSE.md | 21 + .../www/vendor/psr/simple-cache/README.md | 8 + .../www/vendor/psr/simple-cache/composer.json | 25 + .../psr/simple-cache/src/CacheException.php | 10 + .../psr/simple-cache/src/CacheInterface.php | 114 + .../src/InvalidArgumentException.php | 13 + .../www/vendor/smarty/smarty/CHANGELOG.md | 3460 +++ .../smarty/smarty/COMPOSER_RELEASE_NOTES.txt | 31 + .../smarty/INHERITANCE_RELEASE_NOTES.txt | 91 + .../webAduc/www/vendor/smarty/smarty/LICENSE | 179 + .../www/vendor/smarty/smarty/NEW_FEATURES.txt | 291 + .../webAduc/www/vendor/smarty/smarty/README | 575 + .../www/vendor/smarty/smarty/README.md | 78 + .../smarty/smarty/SMARTY_2_BC_NOTES.txt | 109 + .../smarty/smarty/SMARTY_3.0_BC_NOTES.txt | 24 + .../vendor/smarty/smarty/SMARTY_3.1_NOTES.txt | 306 + .../www/vendor/smarty/smarty/composer.json | 46 + .../smarty/smarty/demo/configs/test.conf | 5 + .../www/vendor/smarty/smarty/demo/index.php | 35 + .../smarty/demo/plugins/cacheresource.apc.php | 85 + .../demo/plugins/cacheresource.memcache.php | 99 + .../demo/plugins/cacheresource.mysql.php | 183 + .../smarty/demo/plugins/cacheresource.pdo.php | 346 + .../demo/plugins/cacheresource.pdo_gzip.php | 42 + .../demo/plugins/resource.extendsall.php | 62 + .../smarty/demo/plugins/resource.mysql.php | 101 + .../smarty/demo/plugins/resource.mysqls.php | 77 + .../smarty/smarty/demo/templates/footer.tpl | 2 + .../smarty/smarty/demo/templates/header.tpl | 5 + .../smarty/smarty/demo/templates/index.tpl | 87 + .../smarty_internal_configfilelexer.plex | 318 + .../lexer/smarty_internal_configfileparser.y | 346 + .../lexer/smarty_internal_templatelexer.plex | 696 + .../lexer/smarty_internal_templateparser.y | 1277 ++ .../vendor/smarty/smarty/libs/Autoloader.php | 110 + .../smarty/smarty/libs/Smarty.class.php | 1424 ++ .../smarty/smarty/libs/SmartyBC.class.php | 477 + .../vendor/smarty/smarty/libs/bootstrap.php | 16 + .../www/vendor/smarty/smarty/libs/debug.tpl | 160 + .../smarty/libs/plugins/block.textformat.php | 121 + .../smarty/libs/plugins/function.counter.php | 62 + .../smarty/libs/plugins/function.cycle.php | 92 + .../smarty/libs/plugins/function.fetch.php | 204 + .../libs/plugins/function.html_checkboxes.php | 286 + .../libs/plugins/function.html_image.php | 158 + .../libs/plugins/function.html_options.php | 230 + .../libs/plugins/function.html_radios.php | 266 + .../plugins/function.html_select_date.php | 388 + .../plugins/function.html_select_time.php | 354 + .../libs/plugins/function.html_table.php | 164 + .../smarty/libs/plugins/function.mailto.php | 137 + .../smarty/libs/plugins/function.math.php | 112 + .../libs/plugins/modifier.capitalize.php | 145 + .../libs/plugins/modifier.date_format.php | 85 + .../libs/plugins/modifier.debug_print_var.php | 103 + .../smarty/libs/plugins/modifier.escape.php | 255 + .../libs/plugins/modifier.mb_wordwrap.php | 71 + .../libs/plugins/modifier.regex_replace.php | 55 + .../smarty/libs/plugins/modifier.replace.php | 37 + .../smarty/libs/plugins/modifier.spacify.php | 26 + .../smarty/libs/plugins/modifier.truncate.php | 62 + .../libs/plugins/modifiercompiler.cat.php | 28 + .../modifiercompiler.count_characters.php | 32 + .../modifiercompiler.count_paragraphs.php | 26 + .../modifiercompiler.count_sentences.php | 26 + .../plugins/modifiercompiler.count_words.php | 31 + .../libs/plugins/modifiercompiler.default.php | 32 + .../libs/plugins/modifiercompiler.escape.php | 112 + .../plugins/modifiercompiler.from_charset.php | 30 + .../libs/plugins/modifiercompiler.indent.php | 30 + .../libs/plugins/modifiercompiler.lower.php | 29 + .../libs/plugins/modifiercompiler.noprint.php | 20 + .../modifiercompiler.string_format.php | 24 + .../libs/plugins/modifiercompiler.strip.php | 30 + .../plugins/modifiercompiler.strip_tags.php | 28 + .../plugins/modifiercompiler.to_charset.php | 30 + .../plugins/modifiercompiler.unescape.php | 44 + .../libs/plugins/modifiercompiler.upper.php | 28 + .../plugins/modifiercompiler.wordwrap.php | 39 + .../plugins/outputfilter.trimwhitespace.php | 89 + .../plugins/shared.escape_special_chars.php | 32 + .../plugins/shared.literal_compiler_param.php | 35 + .../libs/plugins/shared.make_timestamp.php | 49 + .../libs/plugins/shared.mb_str_replace.php | 53 + .../smarty/libs/plugins/shared.mb_unicode.php | 51 + .../variablefilter.htmlspecialchars.php | 19 + .../libs/sysplugins/smarty_cacheresource.php | 219 + .../smarty_cacheresource_custom.php | 297 + .../smarty_cacheresource_keyvaluestore.php | 538 + .../smarty/libs/sysplugins/smarty_data.php | 68 + .../libs/sysplugins/smarty_internal_block.php | 90 + .../smarty_internal_cacheresource_file.php | 239 + .../smarty_internal_compile_append.php | 52 + .../smarty_internal_compile_assign.php | 96 + .../smarty_internal_compile_block.php | 189 + .../smarty_internal_compile_block_child.php | 24 + .../smarty_internal_compile_block_parent.php | 31 + .../smarty_internal_compile_break.php | 117 + .../smarty_internal_compile_call.php | 89 + .../smarty_internal_compile_capture.php | 105 + .../smarty_internal_compile_child.php | 79 + .../smarty_internal_compile_config_load.php | 96 + .../smarty_internal_compile_continue.php | 25 + .../smarty_internal_compile_debug.php | 40 + .../smarty_internal_compile_eval.php | 70 + .../smarty_internal_compile_extends.php | 158 + .../smarty_internal_compile_for.php | 164 + .../smarty_internal_compile_foreach.php | 343 + .../smarty_internal_compile_function.php | 231 + .../sysplugins/smarty_internal_compile_if.php | 207 + .../smarty_internal_compile_include.php | 347 + .../smarty_internal_compile_include_php.php | 110 + .../smarty_internal_compile_insert.php | 157 + .../smarty_internal_compile_ldelim.php | 37 + .../smarty_internal_compile_make_nocache.php | 62 + .../smarty_internal_compile_nocache.php | 73 + .../smarty_internal_compile_parent.php | 31 + ..._internal_compile_private_block_plugin.php | 124 + ...nternal_compile_private_foreachsection.php | 228 + ...ternal_compile_private_function_plugin.php | 78 + ...arty_internal_compile_private_modifier.php | 158 + ..._compile_private_object_block_function.php | 42 + ...ternal_compile_private_object_function.php | 85 + .../smarty_internal_compile_private_php.php | 253 + ...ernal_compile_private_print_expression.php | 161 + ...ernal_compile_private_registered_block.php | 72 + ...al_compile_private_registered_function.php | 91 + ...ernal_compile_private_special_variable.php | 126 + .../smarty_internal_compile_rdelim.php | 34 + .../smarty_internal_compile_section.php | 462 + .../smarty_internal_compile_setfilter.php | 68 + ...ty_internal_compile_shared_inheritance.php | 49 + .../smarty_internal_compile_while.php | 100 + .../smarty_internal_compilebase.php | 203 + .../smarty_internal_config_file_compiler.php | 209 + .../smarty_internal_configfilelexer.php | 739 + .../smarty_internal_configfileparser.php | 1046 + .../libs/sysplugins/smarty_internal_data.php | 292 + .../libs/sysplugins/smarty_internal_debug.php | 425 + .../smarty_internal_errorhandler.php | 113 + .../smarty_internal_extension_handler.php | 197 + ...rty_internal_method_addautoloadfilters.php | 53 + ...ty_internal_method_adddefaultmodifiers.php | 42 + .../smarty_internal_method_append.php | 74 + .../smarty_internal_method_appendbyref.php | 49 + .../smarty_internal_method_assignbyref.php | 36 + .../smarty_internal_method_assignglobal.php | 44 + .../smarty_internal_method_clearallassign.php | 36 + .../smarty_internal_method_clearallcache.php | 41 + .../smarty_internal_method_clearassign.php | 43 + .../smarty_internal_method_clearcache.php | 50 + ..._internal_method_clearcompiledtemplate.php | 131 + .../smarty_internal_method_clearconfig.php | 41 + ...marty_internal_method_compileallconfig.php | 36 + ...ty_internal_method_compilealltemplates.php | 130 + .../smarty_internal_method_configload.php | 182 + .../smarty_internal_method_createdata.php | 44 + ...rty_internal_method_getautoloadfilters.php | 37 + ...arty_internal_method_getconfigvariable.php | 34 + .../smarty_internal_method_getconfigvars.php | 58 + ...marty_internal_method_getdebugtemplate.php | 35 + ...ty_internal_method_getdefaultmodifiers.php | 35 + .../smarty_internal_method_getglobal.php | 47 + ...ty_internal_method_getregisteredobject.php | 44 + ...arty_internal_method_getstreamvariable.php | 50 + .../smarty_internal_method_gettags.php | 63 + ...smarty_internal_method_gettemplatevars.php | 119 + .../smarty_internal_method_literals.php | 100 + .../smarty_internal_method_loadfilter.php | 77 + .../smarty_internal_method_loadplugin.php | 111 + .../smarty_internal_method_mustcompile.php | 50 + ..._internal_method_registercacheresource.php | 42 + .../smarty_internal_method_registerclass.php | 46 + ...al_method_registerdefaultconfighandler.php | 42 + ...al_method_registerdefaultpluginhandler.php | 43 + ..._method_registerdefaulttemplatehandler.php | 88 + .../smarty_internal_method_registerfilter.php | 87 + .../smarty_internal_method_registerobject.php | 84 + .../smarty_internal_method_registerplugin.php | 58 + ...marty_internal_method_registerresource.php | 46 + ...rty_internal_method_setautoloadfilters.php | 72 + ...marty_internal_method_setdebugtemplate.php | 41 + ...ty_internal_method_setdefaultmodifiers.php | 38 + .../smarty_internal_method_unloadfilter.php | 43 + ...nternal_method_unregistercacheresource.php | 40 + ...marty_internal_method_unregisterfilter.php | 43 + ...marty_internal_method_unregisterobject.php | 40 + ...marty_internal_method_unregisterplugin.php | 41 + ...rty_internal_method_unregisterresource.php | 40 + .../smarty_internal_nocache_insert.php | 51 + .../sysplugins/smarty_internal_parsetree.php | 50 + .../smarty_internal_parsetree_code.php | 42 + .../smarty_internal_parsetree_dq.php | 95 + .../smarty_internal_parsetree_dqcontent.php | 42 + .../smarty_internal_parsetree_tag.php | 67 + .../smarty_internal_parsetree_template.php | 169 + .../smarty_internal_parsetree_text.php | 57 + .../smarty_internal_resource_eval.php | 94 + .../smarty_internal_resource_extends.php | 126 + .../smarty_internal_resource_file.php | 180 + .../smarty_internal_resource_php.php | 116 + .../smarty_internal_resource_registered.php | 101 + .../smarty_internal_resource_stream.php | 78 + .../smarty_internal_resource_string.php | 108 + .../smarty_internal_runtime_cachemodify.php | 68 + ...rty_internal_runtime_cacheresourcefile.php | 139 + .../smarty_internal_runtime_capture.php | 174 + .../smarty_internal_runtime_codeframe.php | 100 + .../smarty_internal_runtime_filterhandler.php | 69 + .../smarty_internal_runtime_foreach.php | 162 + ...smarty_internal_runtime_getincludepath.php | 181 + .../smarty_internal_runtime_inheritance.php | 251 + .../smarty_internal_runtime_make_nocache.php | 54 + .../smarty_internal_runtime_tplfunction.php | 177 + .../smarty_internal_runtime_updatecache.php | 183 + .../smarty_internal_runtime_updatescope.php | 115 + .../smarty_internal_runtime_writefile.php | 100 + ...smarty_internal_smartytemplatecompiler.php | 184 + .../sysplugins/smarty_internal_template.php | 740 + .../smarty_internal_templatebase.php | 386 + .../smarty_internal_templatecompilerbase.php | 1760 ++ .../smarty_internal_templatelexer.php | 1095 + .../smarty_internal_templateparser.php | 3623 +++ .../smarty_internal_testinstall.php | 609 + .../sysplugins/smarty_internal_undefined.php | 67 + .../libs/sysplugins/smarty_resource.php | 262 + .../sysplugins/smarty_resource_custom.php | 93 + .../sysplugins/smarty_resource_recompiled.php | 94 + .../sysplugins/smarty_resource_uncompiled.php | 49 + .../libs/sysplugins/smarty_security.php | 721 + .../sysplugins/smarty_template_cached.php | 257 + .../sysplugins/smarty_template_compiled.php | 257 + .../sysplugins/smarty_template_config.php | 100 + .../smarty_template_resource_base.php | 152 + .../sysplugins/smarty_template_source.php | 213 + .../sysplugins/smarty_undefined_variable.php | 33 + .../libs/sysplugins/smarty_variable.php | 47 + .../sysplugins/smartycompilerexception.php | 45 + .../libs/sysplugins/smartyexception.php | 19 + .../vendor/symfony/polyfill-mbstring/LICENSE | 19 + .../symfony/polyfill-mbstring/Mbstring.php | 869 + .../symfony/polyfill-mbstring/README.md | 13 + .../Resources/unidata/lowerCase.php | 1397 ++ .../Resources/unidata/titleCaseRegexp.php | 5 + .../Resources/unidata/upperCase.php | 1414 ++ .../symfony/polyfill-mbstring/bootstrap.php | 147 + .../symfony/polyfill-mbstring/bootstrap80.php | 143 + .../symfony/polyfill-mbstring/composer.json | 38 + .../www/vendor/symfony/polyfill-php80/LICENSE | 19 + .../vendor/symfony/polyfill-php80/Php80.php | 105 + .../vendor/symfony/polyfill-php80/README.md | 24 + .../Resources/stubs/Attribute.php | 22 + .../Resources/stubs/Stringable.php | 11 + .../Resources/stubs/UnhandledMatchError.php | 5 + .../Resources/stubs/ValueError.php | 5 + .../symfony/polyfill-php80/bootstrap.php | 42 + .../symfony/polyfill-php80/composer.json | 40 + .../vendor/symfony/var-dumper/CHANGELOG.md | 65 + .../symfony/var-dumper/Caster/AmqpCaster.php | 212 + .../symfony/var-dumper/Caster/ArgsStub.php | 80 + .../symfony/var-dumper/Caster/Caster.php | 174 + .../symfony/var-dumper/Caster/ClassStub.php | 106 + .../symfony/var-dumper/Caster/ConstStub.php | 36 + .../var-dumper/Caster/CutArrayStub.php | 30 + .../symfony/var-dumper/Caster/CutStub.php | 64 + .../symfony/var-dumper/Caster/DOMCaster.php | 304 + .../symfony/var-dumper/Caster/DateCaster.php | 126 + .../var-dumper/Caster/DoctrineCaster.php | 62 + .../symfony/var-dumper/Caster/DsCaster.php | 70 + .../symfony/var-dumper/Caster/DsPairStub.php | 28 + .../symfony/var-dumper/Caster/EnumStub.php | 30 + .../var-dumper/Caster/ExceptionCaster.php | 382 + .../symfony/var-dumper/Caster/FrameStub.php | 30 + .../symfony/var-dumper/Caster/GmpCaster.php | 32 + .../var-dumper/Caster/ImagineCaster.php | 37 + .../symfony/var-dumper/Caster/ImgStub.php | 26 + .../symfony/var-dumper/Caster/IntlCaster.php | 172 + .../symfony/var-dumper/Caster/LinkStub.php | 108 + .../var-dumper/Caster/MemcachedCaster.php | 81 + .../symfony/var-dumper/Caster/PdoCaster.php | 122 + .../symfony/var-dumper/Caster/PgSqlCaster.php | 156 + .../var-dumper/Caster/ProxyManagerCaster.php | 33 + .../var-dumper/Caster/RdKafkaCaster.php | 186 + .../symfony/var-dumper/Caster/RedisCaster.php | 152 + .../var-dumper/Caster/ReflectionCaster.php | 429 + .../var-dumper/Caster/ResourceCaster.php | 105 + .../symfony/var-dumper/Caster/SplCaster.php | 245 + .../symfony/var-dumper/Caster/StubCaster.php | 84 + .../var-dumper/Caster/SymfonyCaster.php | 69 + .../symfony/var-dumper/Caster/TraceStub.php | 36 + .../symfony/var-dumper/Caster/UuidCaster.php | 30 + .../var-dumper/Caster/XmlReaderCaster.php | 79 + .../var-dumper/Caster/XmlResourceCaster.php | 63 + .../var-dumper/Cloner/AbstractCloner.php | 384 + .../var-dumper/Cloner/ClonerInterface.php | 27 + .../symfony/var-dumper/Cloner/Cursor.php | 43 + .../vendor/symfony/var-dumper/Cloner/Data.php | 451 + .../var-dumper/Cloner/DumperInterface.php | 56 + .../vendor/symfony/var-dumper/Cloner/Stub.php | 67 + .../symfony/var-dumper/Cloner/VarCloner.php | 289 + .../Command/Descriptor/CliDescriptor.php | 88 + .../Descriptor/DumpDescriptorInterface.php | 23 + .../Command/Descriptor/HtmlDescriptor.php | 119 + .../var-dumper/Command/ServerDumpCommand.php | 99 + .../var-dumper/Dumper/AbstractDumper.php | 204 + .../symfony/var-dumper/Dumper/CliDumper.php | 643 + .../ContextProvider/CliContextProvider.php | 32 + .../ContextProviderInterface.php | 25 + .../RequestContextProvider.php | 51 + .../ContextProvider/SourceContextProvider.php | 126 + .../Dumper/ContextualizedDumper.php | 43 + .../var-dumper/Dumper/DataDumperInterface.php | 24 + .../symfony/var-dumper/Dumper/HtmlDumper.php | 991 + .../var-dumper/Dumper/ServerDumper.php | 53 + .../Exception/ThrowingCasterException.php | 26 + .../www/vendor/symfony/var-dumper/LICENSE | 19 + .../www/vendor/symfony/var-dumper/README.md | 15 + .../var-dumper/Resources/bin/var-dump-server | 63 + .../Resources/css/htmlDescriptor.css | 130 + .../var-dumper/Resources/functions/dump.php | 43 + .../var-dumper/Resources/js/htmlDescriptor.js | 10 + .../symfony/var-dumper/Server/Connection.php | 95 + .../symfony/var-dumper/Server/DumpServer.php | 111 + .../var-dumper/Test/VarDumperTestTrait.php | 84 + .../vendor/symfony/var-dumper/VarDumper.php | 109 + .../vendor/symfony/var-dumper/composer.json | 49 + .../collect/.github/workflows/run-tests.yml | 38 + .../vendor/tightenco/collect/composer.json | 47 + .../Collect/Contracts/Support/Arrayable.php | 13 + .../Collect/Contracts/Support/Htmlable.php | 13 + .../Collect/Contracts/Support/Jsonable.php | 14 + .../collect/src/Collect/Support/Arr.php | 681 + .../src/Collect/Support/Collection.php | 1455 ++ .../src/Collect/Support/Enumerable.php | 1027 + .../Support/HigherOrderCollectionProxy.php | 63 + .../Collect/Support/HigherOrderWhenProxy.php | 63 + .../src/Collect/Support/LazyCollection.php | 1425 ++ .../Support/Traits/EnumeratesValues.php | 1010 + .../src/Collect/Support/Traits/Macroable.php | 116 + .../collect/src/Collect/Support/alias.php | 20 + .../collect/src/Collect/Support/helpers.php | 139 + .../www/vendor/twbs/bootstrap/.babelrc.js | 17 + .../www/vendor/twbs/bootstrap/.browserslistrc | 13 + .../twbs/bootstrap/.bundlewatch.config.json | 50 + .../www/vendor/twbs/bootstrap/.editorconfig | 14 + .../www/vendor/twbs/bootstrap/.eslintignore | 6 + .../www/vendor/twbs/bootstrap/.eslintrc.json | 63 + .../www/vendor/twbs/bootstrap/.gitattributes | 8 + .../vendor/twbs/bootstrap/.github/CODEOWNERS | 3 + .../twbs/bootstrap/.github/CONTRIBUTING.md | 241 + .../.github/ISSUE_TEMPLATE/bug_report.md | 20 + .../.github/ISSUE_TEMPLATE/feature_request.md | 18 + .../vendor/twbs/bootstrap/.github/SUPPORT.md | 11 + .../.github/workflows/browserstack.yml | 44 + .../.github/workflows/bundlewatch.yml | 45 + .../bootstrap/.github/workflows/codeql.yml | 36 + .../twbs/bootstrap/.github/workflows/css.yml | 39 + .../bootstrap/.github/workflows/dart-sass.yml | 30 + .../twbs/bootstrap/.github/workflows/docs.yml | 41 + .../twbs/bootstrap/.github/workflows/js.yml | 54 + .../twbs/bootstrap/.github/workflows/lint.yml | 39 + .../www/vendor/twbs/bootstrap/.gitignore | 41 + .../vendor/twbs/bootstrap/.stylelintignore | 5 + .../www/vendor/twbs/bootstrap/.stylelintrc | 22 + .../vendor/twbs/bootstrap/CODE_OF_CONDUCT.md | 43 + .../webAduc/www/vendor/twbs/bootstrap/LICENSE | 22 + .../www/vendor/twbs/bootstrap/README.md | 209 + .../www/vendor/twbs/bootstrap/SECURITY.md | 7 + .../twbs/bootstrap/build/.eslintrc.json | 14 + .../www/vendor/twbs/bootstrap/build/banner.js | 14 + .../twbs/bootstrap/build/build-plugins.js | 92 + .../twbs/bootstrap/build/change-version.js | 110 + .../twbs/bootstrap/build/generate-sri.js | 66 + .../twbs/bootstrap/build/postcss.config.js | 18 + .../twbs/bootstrap/build/rollup.config.js | 44 + .../www/vendor/twbs/bootstrap/build/ship.sh | 55 + .../www/vendor/twbs/bootstrap/build/svgo.yml | 60 + .../vendor/twbs/bootstrap/build/vnu-jar.js | 65 + .../twbs/bootstrap/build/zip-examples.js | 88 + .../www/vendor/twbs/bootstrap/composer.json | 37 + .../www/vendor/twbs/bootstrap/config.yml | 79 + .../bootstrap/dist/css/bootstrap-grid.css | 3872 ++++ .../bootstrap/dist/css/bootstrap-grid.css.map | 1 + .../bootstrap/dist/css/bootstrap-grid.min.css | 7 + .../dist/css/bootstrap-grid.min.css.map | 1 + .../bootstrap/dist/css/bootstrap-reboot.css | 325 + .../dist/css/bootstrap-reboot.css.map | 1 + .../dist/css/bootstrap-reboot.min.css | 8 + .../dist/css/bootstrap-reboot.min.css.map | 1 + .../twbs/bootstrap/dist/css/bootstrap.css | 10298 +++++++++ .../twbs/bootstrap/dist/css/bootstrap.css.map | 1 + .../twbs/bootstrap/dist/css/bootstrap.min.css | 7 + .../bootstrap/dist/css/bootstrap.min.css.map | 1 + .../bootstrap/dist/js/bootstrap.bundle.js | 7045 ++++++ .../bootstrap/dist/js/bootstrap.bundle.js.map | 1 + .../bootstrap/dist/js/bootstrap.bundle.min.js | 7 + .../dist/js/bootstrap.bundle.min.js.map | 1 + .../twbs/bootstrap/dist/js/bootstrap.js | 4432 ++++ .../twbs/bootstrap/dist/js/bootstrap.js.map | 1 + .../twbs/bootstrap/dist/js/bootstrap.min.js | 7 + .../bootstrap/dist/js/bootstrap.min.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/alert.js | 192 + .../twbs/bootstrap/js/dist/alert.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/button.js | 234 + .../twbs/bootstrap/js/dist/button.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/carousel.js | 653 + .../twbs/bootstrap/js/dist/carousel.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/collapse.js | 403 + .../twbs/bootstrap/js/dist/collapse.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/dropdown.js | 569 + .../twbs/bootstrap/js/dist/dropdown.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/index.js | 22 + .../vendor/twbs/bootstrap/js/dist/modal.js | 669 + .../twbs/bootstrap/js/dist/modal.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/popover.js | 240 + .../twbs/bootstrap/js/dist/popover.js.map | 1 + .../twbs/bootstrap/js/dist/scrollspy.js | 346 + .../twbs/bootstrap/js/dist/scrollspy.js.map | 1 + .../www/vendor/twbs/bootstrap/js/dist/tab.js | 262 + .../vendor/twbs/bootstrap/js/dist/tab.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/toast.js | 272 + .../twbs/bootstrap/js/dist/toast.js.map | 1 + .../vendor/twbs/bootstrap/js/dist/tooltip.js | 892 + .../twbs/bootstrap/js/dist/tooltip.js.map | 1 + .../www/vendor/twbs/bootstrap/js/dist/util.js | 193 + .../vendor/twbs/bootstrap/js/dist/util.js.map | 1 + .../www/vendor/twbs/bootstrap/js/index.js | 34 + .../www/vendor/twbs/bootstrap/js/src/alert.js | 173 + .../vendor/twbs/bootstrap/js/src/button.js | 209 + .../vendor/twbs/bootstrap/js/src/carousel.js | 613 + .../vendor/twbs/bootstrap/js/src/collapse.js | 392 + .../vendor/twbs/bootstrap/js/src/dropdown.js | 538 + .../www/vendor/twbs/bootstrap/js/src/modal.js | 629 + .../vendor/twbs/bootstrap/js/src/popover.js | 182 + .../vendor/twbs/bootstrap/js/src/scrollspy.js | 324 + .../www/vendor/twbs/bootstrap/js/src/tab.js | 255 + .../www/vendor/twbs/bootstrap/js/src/toast.js | 230 + .../twbs/bootstrap/js/src/tools/sanitizer.js | 127 + .../vendor/twbs/bootstrap/js/src/tooltip.js | 778 + .../www/vendor/twbs/bootstrap/js/src/util.js | 198 + .../vendor/twbs/bootstrap/js/tests/README.md | 69 + .../twbs/bootstrap/js/tests/browsers.js | 82 + .../vendor/twbs/bootstrap/js/tests/index.html | 133 + .../bootstrap/js/tests/integration/bundle.js | 8 + .../bootstrap/js/tests/integration/index.html | 66 + .../js/tests/integration/rollup.bundle.js | 21 + .../twbs/bootstrap/js/tests/karma.conf.js | 149 + .../bootstrap/js/tests/unit/.eslintrc.json | 31 + .../twbs/bootstrap/js/tests/unit/alert.js | 123 + .../twbs/bootstrap/js/tests/unit/button.js | 481 + .../twbs/bootstrap/js/tests/unit/carousel.js | 1348 ++ .../twbs/bootstrap/js/tests/unit/collapse.js | 892 + .../twbs/bootstrap/js/tests/unit/dropdown.js | 1693 ++ .../twbs/bootstrap/js/tests/unit/modal.js | 1017 + .../twbs/bootstrap/js/tests/unit/popover.js | 484 + .../twbs/bootstrap/js/tests/unit/scrollspy.js | 873 + .../twbs/bootstrap/js/tests/unit/tab.js | 518 + .../twbs/bootstrap/js/tests/unit/toast.js | 360 + .../twbs/bootstrap/js/tests/unit/tooltip.js | 1336 ++ .../twbs/bootstrap/js/tests/unit/util.js | 187 + .../twbs/bootstrap/js/tests/visual/alert.html | 58 + .../bootstrap/js/tests/visual/button.html | 51 + .../bootstrap/js/tests/visual/carousel.html | 66 + .../bootstrap/js/tests/visual/collapse.html | 78 + .../bootstrap/js/tests/visual/dropdown.html | 212 + .../twbs/bootstrap/js/tests/visual/modal.html | 268 + .../bootstrap/js/tests/visual/popover.html | 46 + .../bootstrap/js/tests/visual/scrollspy.html | 95 + .../twbs/bootstrap/js/tests/visual/tab.html | 230 + .../twbs/bootstrap/js/tests/visual/toast.html | 72 + .../bootstrap/js/tests/visual/tooltip.html | 106 + .../www/vendor/twbs/bootstrap/nuget/MyGet.ps1 | 19 + .../twbs/bootstrap/nuget/bootstrap.nuspec | 40 + .../vendor/twbs/bootstrap/nuget/bootstrap.png | Bin 0 -> 1684 bytes .../bootstrap/nuget/bootstrap.sass.nuspec | 40 + .../vendor/twbs/bootstrap/package-lock.json | 12288 ++++++++++ .../www/vendor/twbs/bootstrap/package.js | 19 + .../www/vendor/twbs/bootstrap/package.json | 172 + .../vendor/twbs/bootstrap/scss/_alert.scss | 52 + .../vendor/twbs/bootstrap/scss/_badge.scss | 54 + .../twbs/bootstrap/scss/_breadcrumb.scss | 42 + .../twbs/bootstrap/scss/_button-group.scss | 163 + .../vendor/twbs/bootstrap/scss/_buttons.scss | 142 + .../www/vendor/twbs/bootstrap/scss/_card.scss | 286 + .../vendor/twbs/bootstrap/scss/_carousel.scss | 197 + .../vendor/twbs/bootstrap/scss/_close.scss | 40 + .../www/vendor/twbs/bootstrap/scss/_code.scss | 48 + .../twbs/bootstrap/scss/_custom-forms.scss | 526 + .../vendor/twbs/bootstrap/scss/_dropdown.scss | 192 + .../vendor/twbs/bootstrap/scss/_forms.scss | 347 + .../twbs/bootstrap/scss/_functions.scss | 144 + .../www/vendor/twbs/bootstrap/scss/_grid.scss | 73 + .../vendor/twbs/bootstrap/scss/_images.scss | 42 + .../twbs/bootstrap/scss/_input-group.scss | 208 + .../twbs/bootstrap/scss/_jumbotron.scss | 17 + .../twbs/bootstrap/scss/_list-group.scss | 154 + .../vendor/twbs/bootstrap/scss/_media.scss | 8 + .../vendor/twbs/bootstrap/scss/_mixins.scss | 47 + .../vendor/twbs/bootstrap/scss/_modal.scss | 240 + .../www/vendor/twbs/bootstrap/scss/_nav.scss | 120 + .../vendor/twbs/bootstrap/scss/_navbar.scss | 332 + .../twbs/bootstrap/scss/_pagination.scss | 74 + .../vendor/twbs/bootstrap/scss/_popover.scss | 170 + .../vendor/twbs/bootstrap/scss/_print.scss | 141 + .../vendor/twbs/bootstrap/scss/_progress.scss | 47 + .../vendor/twbs/bootstrap/scss/_reboot.scss | 484 + .../www/vendor/twbs/bootstrap/scss/_root.scss | 19 + .../vendor/twbs/bootstrap/scss/_spinners.scss | 65 + .../vendor/twbs/bootstrap/scss/_tables.scss | 185 + .../vendor/twbs/bootstrap/scss/_toasts.scss | 46 + .../vendor/twbs/bootstrap/scss/_tooltip.scss | 115 + .../twbs/bootstrap/scss/_transitions.scss | 20 + .../www/vendor/twbs/bootstrap/scss/_type.scss | 125 + .../twbs/bootstrap/scss/_utilities.scss | 18 + .../twbs/bootstrap/scss/_variables.scss | 1146 + .../twbs/bootstrap/scss/bootstrap-grid.scss | 30 + .../twbs/bootstrap/scss/bootstrap-reboot.scss | 12 + .../vendor/twbs/bootstrap/scss/bootstrap.scss | 44 + .../twbs/bootstrap/scss/mixins/_alert.scss | 13 + .../scss/mixins/_background-variant.scss | 23 + .../twbs/bootstrap/scss/mixins/_badge.scss | 17 + .../bootstrap/scss/mixins/_border-radius.scss | 76 + .../bootstrap/scss/mixins/_box-shadow.scss | 20 + .../bootstrap/scss/mixins/_breakpoints.scss | 123 + .../twbs/bootstrap/scss/mixins/_buttons.scss | 110 + .../twbs/bootstrap/scss/mixins/_caret.scss | 62 + .../twbs/bootstrap/scss/mixins/_clearfix.scss | 7 + .../bootstrap/scss/mixins/_deprecate.scss | 10 + .../twbs/bootstrap/scss/mixins/_float.scss | 14 + .../twbs/bootstrap/scss/mixins/_forms.scss | 185 + .../bootstrap/scss/mixins/_gradients.scss | 45 + .../scss/mixins/_grid-framework.scss | 80 + .../twbs/bootstrap/scss/mixins/_grid.scss | 69 + .../twbs/bootstrap/scss/mixins/_hover.scss | 37 + .../twbs/bootstrap/scss/mixins/_image.scss | 36 + .../bootstrap/scss/mixins/_list-group.scss | 21 + .../twbs/bootstrap/scss/mixins/_lists.scss | 7 + .../bootstrap/scss/mixins/_nav-divider.scss | 11 + .../bootstrap/scss/mixins/_pagination.scss | 22 + .../bootstrap/scss/mixins/_reset-text.scss | 17 + .../twbs/bootstrap/scss/mixins/_resize.scss | 6 + .../bootstrap/scss/mixins/_screen-reader.scss | 34 + .../twbs/bootstrap/scss/mixins/_size.scss | 7 + .../bootstrap/scss/mixins/_table-row.scss | 39 + .../bootstrap/scss/mixins/_text-emphasis.scss | 17 + .../bootstrap/scss/mixins/_text-hide.scss | 11 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../bootstrap/scss/mixins/_transition.scss | 26 + .../bootstrap/scss/mixins/_visibility.scss | 8 + .../twbs/bootstrap/scss/utilities/_align.scss | 8 + .../bootstrap/scss/utilities/_background.scss | 19 + .../bootstrap/scss/utilities/_borders.scss | 75 + .../bootstrap/scss/utilities/_clearfix.scss | 3 + .../bootstrap/scss/utilities/_display.scss | 26 + .../twbs/bootstrap/scss/utilities/_embed.scss | 39 + .../twbs/bootstrap/scss/utilities/_flex.scss | 51 + .../twbs/bootstrap/scss/utilities/_float.scss | 11 + .../scss/utilities/_interactions.scss | 5 + .../bootstrap/scss/utilities/_overflow.scss | 5 + .../bootstrap/scss/utilities/_position.scss | 32 + .../scss/utilities/_screenreaders.scss | 11 + .../bootstrap/scss/utilities/_shadows.scss | 6 + .../bootstrap/scss/utilities/_sizing.scss | 20 + .../bootstrap/scss/utilities/_spacing.scss | 73 + .../scss/utilities/_stretched-link.scss | 19 + .../twbs/bootstrap/scss/utilities/_text.scss | 72 + .../bootstrap/scss/utilities/_visibility.scss | 13 + .../twbs/bootstrap/scss/vendor/_rfs.scss | 204 + .../vendor/twbs/bootstrap/site/.eslintrc.json | 45 + .../bootstrap/site/assets/js/application.js | 117 + .../assets/js/ie-emulation-modes-warning.js | 52 + .../twbs/bootstrap/site/assets/js/search.js | 60 + .../site/assets/js/vendor/anchor.min.js | 9 + .../js/vendor/bs-custom-file-input.min.js | 7 + .../site/assets/js/vendor/clipboard.min.js | 7 + .../twbs/bootstrap/site/assets/scss/_ads.scss | 39 + .../bootstrap/site/assets/scss/_algolia.scss | 155 + .../bootstrap/site/assets/scss/_anchor.scss | 11 + .../bootstrap/site/assets/scss/_brand.scss | 88 + .../site/assets/scss/_browser-bugs.scss | 12 + .../bootstrap/site/assets/scss/_buttons.scss | 55 + .../bootstrap/site/assets/scss/_callouts.scss | 40 + .../site/assets/scss/_clipboard-js.scss | 37 + .../bootstrap/site/assets/scss/_colors.scss | 17 + .../site/assets/scss/_component-examples.scss | 374 + .../bootstrap/site/assets/scss/_content.scss | 127 + .../bootstrap/site/assets/scss/_footer.scss | 40 + .../bootstrap/site/assets/scss/_masthead.scss | 74 + .../twbs/bootstrap/site/assets/scss/_nav.scss | 71 + .../site/assets/scss/_placeholder-img.scss | 15 + .../bootstrap/site/assets/scss/_sidebar.scss | 112 + .../bootstrap/site/assets/scss/_skippy.scss | 20 + .../bootstrap/site/assets/scss/_syntax.scss | 102 + .../twbs/bootstrap/site/assets/scss/_toc.scss | 54 + .../site/assets/scss/_variables.scss | 15 + .../twbs/bootstrap/site/assets/scss/docs.scss | 53 + .../site/content/docs/4.6/_index.html | 5 + .../site/content/docs/4.6/about/brand.md | 78 + .../site/content/docs/4.6/about/license.md | 34 + .../site/content/docs/4.6/about/overview.md | 27 + .../site/content/docs/4.6/about/team.md | 23 + .../content/docs/4.6/about/translations.md | 20 + .../site/content/docs/4.6/browser-bugs.md | 57 + .../content/docs/4.6/components/alerts.md | 122 + .../site/content/docs/4.6/components/badge.md | 76 + .../content/docs/4.6/components/breadcrumb.md | 57 + .../docs/4.6/components/button-group.md | 202 + .../content/docs/4.6/components/buttons.md | 166 + .../site/content/docs/4.6/components/card.md | 832 + .../content/docs/4.6/components/carousel.md | 395 + .../content/docs/4.6/components/collapse.md | 252 + .../content/docs/4.6/components/dropdowns.md | 895 + .../site/content/docs/4.6/components/forms.md | 1360 ++ .../docs/4.6/components/input-group.md | 377 + .../content/docs/4.6/components/jumbotron.md | 29 + .../content/docs/4.6/components/list-group.md | 391 + .../docs/4.6/components/media-object.md | 136 + .../site/content/docs/4.6/components/modal.md | 804 + .../content/docs/4.6/components/navbar.md | 602 + .../site/content/docs/4.6/components/navs.md | 652 + .../content/docs/4.6/components/pagination.md | 157 + .../content/docs/4.6/components/popovers.md | 411 + .../content/docs/4.6/components/progress.md | 139 + .../content/docs/4.6/components/scrollspy.md | 341 + .../content/docs/4.6/components/spinners.md | 181 + .../content/docs/4.6/components/toasts.md | 379 + .../content/docs/4.6/components/tooltips.md | 412 + .../site/content/docs/4.6/content/code.md | 50 + .../site/content/docs/4.6/content/figures.md | 26 + .../site/content/docs/4.6/content/images.md | 60 + .../site/content/docs/4.6/content/reboot.md | 360 + .../site/content/docs/4.6/content/tables.md | 837 + .../content/docs/4.6/content/typography.md | 286 + .../content/docs/4.6/examples/.stylelintrc | 15 + .../site/content/docs/4.6/examples/_index.md | 31 + .../content/docs/4.6/examples/album/album.css | 33 + .../docs/4.6/examples/album/index.html | 208 + .../content/docs/4.6/examples/blog/blog.css | 106 + .../content/docs/4.6/examples/blog/index.html | 200 + .../docs/4.6/examples/carousel/carousel.css | 90 + .../docs/4.6/examples/carousel/index.html | 164 + .../4.6/examples/checkout/form-validation.css | 5 + .../4.6/examples/checkout/form-validation.js | 21 + .../docs/4.6/examples/checkout/index.html | 225 + .../content/docs/4.6/examples/cover/cover.css | 106 + .../docs/4.6/examples/cover/index.html | 35 + .../docs/4.6/examples/dashboard/dashboard.css | 103 + .../docs/4.6/examples/dashboard/dashboard.js | 53 + .../docs/4.6/examples/dashboard/index.html | 250 + .../floating-labels/floating-labels.css | 130 + .../4.6/examples/floating-labels/index.html | 33 + .../content/docs/4.6/examples/grid/grid.css | 13 + .../content/docs/4.6/examples/grid/index.html | 139 + .../docs/4.6/examples/jumbotron/index.html | 80 + .../docs/4.6/examples/jumbotron/jumbotron.css | 4 + .../4.6/examples/navbar-bottom/index.html | 39 + .../docs/4.6/examples/navbar-fixed/index.html | 38 + .../navbar-fixed/navbar-top-fixed.css | 5 + .../4.6/examples/navbar-static/index.html | 38 + .../4.6/examples/navbar-static/navbar-top.css | 4 + .../docs/4.6/examples/navbars/index.html | 362 + .../docs/4.6/examples/navbars/navbar.css | 7 + .../docs/4.6/examples/offcanvas/index.html | 137 + .../docs/4.6/examples/offcanvas/offcanvas.css | 76 + .../docs/4.6/examples/offcanvas/offcanvas.js | 7 + .../docs/4.6/examples/pricing/index.html | 111 + .../docs/4.6/examples/pricing/pricing.css | 20 + .../docs/4.6/examples/product/index.html | 146 + .../docs/4.6/examples/product/product.css | 74 + .../docs/4.6/examples/sign-in/index.html | 24 + .../docs/4.6/examples/sign-in/signin.css | 44 + .../4.6/examples/starter-template/index.html | 48 + .../starter-template/starter-template.css | 7 + .../examples/sticky-footer-navbar/index.html | 50 + .../sticky-footer-navbar.css | 20 + .../4.6/examples/sticky-footer/index.html | 24 + .../examples/sticky-footer/sticky-footer.css | 13 + .../site/content/docs/4.6/extend/approach.md | 85 + .../site/content/docs/4.6/extend/icons.md | 43 + .../docs/4.6/getting-started/accessibility.md | 57 + .../4.6/getting-started/best-practices.md | 20 + .../4.6/getting-started/browsers-devices.md | 182 + .../docs/4.6/getting-started/build-tools.md | 65 + .../docs/4.6/getting-started/contents.md | 141 + .../docs/4.6/getting-started/download.md | 119 + .../docs/4.6/getting-started/introduction.md | 176 + .../docs/4.6/getting-started/javascript.md | 209 + .../docs/4.6/getting-started/theming.md | 501 + .../docs/4.6/getting-started/webpack.md | 93 + .../site/content/docs/4.6/layout/grid.md | 824 + .../site/content/docs/4.6/layout/overview.md | 277 + .../docs/4.6/layout/utilities-for-layout.md | 25 + .../site/content/docs/4.6/migration.md | 337 + .../content/docs/4.6/utilities/borders.md | 69 + .../content/docs/4.6/utilities/clearfix.md | 37 + .../content/docs/4.6/utilities/close-icon.md | 14 + .../site/content/docs/4.6/utilities/colors.md | 70 + .../content/docs/4.6/utilities/display.md | 98 + .../site/content/docs/4.6/utilities/embed.md | 60 + .../site/content/docs/4.6/utilities/flex.md | 613 + .../site/content/docs/4.6/utilities/float.md | 60 + .../docs/4.6/utilities/image-replacement.md | 35 + .../docs/4.6/utilities/interactions.md | 18 + .../content/docs/4.6/utilities/overflow.md | 24 + .../content/docs/4.6/utilities/position.md | 45 + .../docs/4.6/utilities/screen-readers.md | 20 + .../content/docs/4.6/utilities/shadows.md | 17 + .../site/content/docs/4.6/utilities/sizing.md | 52 + .../content/docs/4.6/utilities/spacing.md | 104 + .../docs/4.6/utilities/stretched-link.md | 76 + .../site/content/docs/4.6/utilities/text.md | 121 + .../docs/4.6/utilities/vertical-align.md | 38 + .../content/docs/4.6/utilities/visibility.md | 34 + .../bootstrap/site/content/docs/_index.html | 5 + .../bootstrap/site/content/docs/versions.md | 28 + .../twbs/bootstrap/site/data/breakpoints.yml | 29 + .../twbs/bootstrap/site/data/browser-bugs.yml | 411 + .../bootstrap/site/data/browser-features.yml | 139 + .../twbs/bootstrap/site/data/colors.yml | 26 + .../twbs/bootstrap/site/data/core-team.yml | 32 + .../bootstrap/site/data/docs-versions.yml | 53 + .../twbs/bootstrap/site/data/examples.yml | 55 + .../vendor/twbs/bootstrap/site/data/grays.yml | 18 + .../twbs/bootstrap/site/data/sidebar.yml | 92 + .../twbs/bootstrap/site/data/theme-colors.yml | 16 + .../twbs/bootstrap/site/data/translations.yml | 34 + .../bootstrap/site/layouts/_default/docs.html | 37 + .../site/layouts/_default/examples.html | 60 + .../bootstrap/site/layouts/_default/home.html | 19 + .../site/layouts/_default/redirect.html | 11 + .../site/layouts/_default/single.html | 52 + .../twbs/bootstrap/site/layouts/alias.html | 11 + .../bootstrap/site/layouts/partials/ads.html | 1 + .../site/layouts/partials/analytics.html | 7 + .../site/layouts/partials/bugify.html | 40 + .../partials/callout-danger-async-methods.md | 5 + .../callout-info-mediaqueries-breakpoints.md | 1 + .../partials/callout-info-npm-starter.md | 1 + .../callout-info-prefersreducedmotion.md | 1 + ...ut-warning-color-assistive-technologies.md | 3 + .../site/layouts/partials/docs-navbar.html | 72 + .../site/layouts/partials/docs-sidebar.html | 45 + .../site/layouts/partials/favicons.html | 9 + .../site/layouts/partials/footer.html | 12 + .../site/layouts/partials/header.html | 21 + .../partials/home/masthead-followup.html | 90 + .../site/layouts/partials/home/masthead.html | 23 + .../partials/icons/bootstrap-stack.svg | 1 + .../site/layouts/partials/icons/bootstrap.svg | 1 + .../layouts/partials/icons/circle-square.svg | 4 + .../layouts/partials/icons/cloud-fill.svg | 3 + .../site/layouts/partials/icons/code.svg | 3 + .../layouts/partials/icons/droplet-fill.svg | 3 + .../site/layouts/partials/icons/github.svg | 1 + .../site/layouts/partials/icons/menu.svg | 1 + .../layouts/partials/icons/opencollective.svg | 1 + .../site/layouts/partials/icons/slack.svg | 1 + .../site/layouts/partials/icons/twitter.svg | 1 + .../site/layouts/partials/scripts.html | 23 + .../site/layouts/partials/skippy.html | 8 + .../site/layouts/partials/social.html | 17 + .../site/layouts/partials/stylesheet.html | 25 + .../twbs/bootstrap/site/layouts/robots.txt | 12 + .../site/layouts/shortcodes/callout.html | 10 + .../site/layouts/shortcodes/docsref.html | 1 + .../site/layouts/shortcodes/example.html | 26 + .../site/layouts/shortcodes/markdown.html | 1 + .../site/layouts/shortcodes/param.html | 12 + .../site/layouts/shortcodes/partial.html | 1 + .../site/layouts/shortcodes/placeholder.html | 30 + .../site/layouts/shortcodes/year.html | 5 + .../twbs/bootstrap/site/layouts/sitemap.xml | 10 + .../vendor/twbs/bootstrap/site/static/CNAME | 1 + .../4.6/assets/brand/bootstrap-outline.svg | 5 + .../4.6/assets/brand/bootstrap-punchout.svg | 5 + .../assets/brand/bootstrap-social-logo.png | Bin 0 -> 23959 bytes .../4.6/assets/brand/bootstrap-social.png | Bin 0 -> 231733 bytes .../docs/4.6/assets/brand/bootstrap-solid.svg | 5 + .../docs/4.6/assets/img/bootstrap-icons.png | Bin 0 -> 40798 bytes .../4.6/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125571 bytes .../assets/img/bootstrap-themes-collage.png | Bin 0 -> 74876 bytes .../img/bootstrap-themes-collage@2x.png | Bin 0 -> 244640 bytes .../docs/4.6/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../4.6/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../docs/4.6/assets/img/examples/album.png | Bin 0 -> 21740 bytes .../docs/4.6/assets/img/examples/album@2x.png | Bin 0 -> 26370 bytes .../docs/4.6/assets/img/examples/blog.png | Bin 0 -> 32843 bytes .../docs/4.6/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../docs/4.6/assets/img/examples/carousel.png | Bin 0 -> 21450 bytes .../4.6/assets/img/examples/carousel@2x.png | Bin 0 -> 31465 bytes .../docs/4.6/assets/img/examples/checkout.png | Bin 0 -> 25151 bytes .../4.6/assets/img/examples/checkout@2x.png | Bin 0 -> 28180 bytes .../docs/4.6/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/4.6/assets/img/examples/cover@2x.png | Bin 0 -> 17953 bytes .../4.6/assets/img/examples/dashboard.png | Bin 0 -> 24376 bytes .../4.6/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../assets/img/examples/floating-labels.png | Bin 0 -> 10516 bytes .../img/examples/floating-labels@2x.png | Bin 0 -> 11053 bytes .../docs/4.6/assets/img/examples/grid.png | Bin 0 -> 37960 bytes .../docs/4.6/assets/img/examples/grid@2x.png | Bin 0 -> 34834 bytes .../4.6/assets/img/examples/jumbotron.png | Bin 0 -> 31403 bytes .../4.6/assets/img/examples/jumbotron@2x.png | Bin 0 -> 38408 bytes .../4.6/assets/img/examples/navbar-bottom.png | Bin 0 -> 9774 bytes .../assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11316 bytes .../4.6/assets/img/examples/navbar-fixed.png | Bin 0 -> 11569 bytes .../assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 13616 bytes .../4.6/assets/img/examples/navbar-static.png | Bin 0 -> 12523 bytes .../assets/img/examples/navbar-static@2x.png | Bin 0 -> 14893 bytes .../docs/4.6/assets/img/examples/navbars.png | Bin 0 -> 24748 bytes .../4.6/assets/img/examples/navbars@2x.png | Bin 0 -> 27187 bytes .../4.6/assets/img/examples/offcanvas.png | Bin 0 -> 20148 bytes .../4.6/assets/img/examples/offcanvas@2x.png | Bin 0 -> 23975 bytes .../docs/4.6/assets/img/examples/pricing.png | Bin 0 -> 25033 bytes .../4.6/assets/img/examples/pricing@2x.png | Bin 0 -> 29128 bytes .../docs/4.6/assets/img/examples/product.png | Bin 0 -> 24977 bytes .../4.6/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/4.6/assets/img/examples/sign-in.png | Bin 0 -> 5704 bytes .../4.6/assets/img/examples/sign-in@2x.png | Bin 0 -> 5680 bytes .../assets/img/examples/starter-template.png | Bin 0 -> 9761 bytes .../img/examples/starter-template@2x.png | Bin 0 -> 11334 bytes .../img/examples/sticky-footer-navbar.png | Bin 0 -> 14167 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 0 -> 15836 bytes .../4.6/assets/img/examples/sticky-footer.png | Bin 0 -> 8170 bytes .../assets/img/examples/sticky-footer@2x.png | Bin 0 -> 9665 bytes .../img/favicons/android-chrome-192x192.png | Bin 0 -> 1935 bytes .../img/favicons/android-chrome-512x512.png | Bin 0 -> 4269 bytes .../assets/img/favicons/apple-touch-icon.png | Bin 0 -> 1738 bytes .../4.6/assets/img/favicons/browserconfig.xml | 9 + .../4.6/assets/img/favicons/favicon-16x16.png | Bin 0 -> 310 bytes .../4.6/assets/img/favicons/favicon-32x32.png | Bin 0 -> 491 bytes .../docs/4.6/assets/img/favicons/favicon.ico | Bin 0 -> 5430 bytes .../4.6/assets/img/favicons/manifest.json | 20 + .../assets/img/favicons/mstile-144x144.png | Bin 0 -> 1479 bytes .../assets/img/favicons/mstile-150x150.png | Bin 0 -> 1428 bytes .../assets/img/favicons/mstile-310x150.png | Bin 0 -> 1746 bytes .../assets/img/favicons/mstile-310x310.png | Bin 0 -> 3085 bytes .../4.6/assets/img/favicons/mstile-70x70.png | Bin 0 -> 1104 bytes .../assets/img/favicons/safari-pinned-tab.svg | 4 + .../4.6/assets/js/vendor/jquery.slim.min.js | 2 + .../vendor/twbs/bootstrap/site/static/sw.js | 27 + .../vendor/vakata/jstree/.github/FUNDING.yml | 4 + .../jstree/.github/workflows/npm-publish.yml | 23 + .../www/vendor/vakata/jstree/.gitignore | 14 + .../www/vendor/vakata/jstree/LICENSE-MIT | 22 + .../www/vendor/vakata/jstree/README.md | 31 + .../www/vendor/vakata/jstree/bower.json | 33 + .../www/vendor/vakata/jstree/component.json | 28 + .../www/vendor/vakata/jstree/composer.json | 46 + .../www/vendor/vakata/jstree/demo/README.md | 2 + .../vakata/jstree/demo/basic/index.html | 146 + .../vendor/vakata/jstree/demo/basic/root.json | 1 + .../www/vendor/vakata/jstree/dist/jstree.js | 8656 +++++++ .../vendor/vakata/jstree/dist/jstree.min.js | 6 + .../jstree/dist/themes/default-dark/32px.png | Bin 0 -> 1525 bytes .../jstree/dist/themes/default-dark/40px.png | Bin 0 -> 6526 bytes .../jstree/dist/themes/default-dark/style.css | 1146 + .../dist/themes/default-dark/style.min.css | 1 + .../dist/themes/default-dark/throbber.gif | Bin 0 -> 1464 bytes .../jstree/dist/themes/default/32px.png | Bin 0 -> 5660 bytes .../jstree/dist/themes/default/40px.png | Bin 0 -> 2215 bytes .../jstree/dist/themes/default/style.css | 1102 + .../jstree/dist/themes/default/style.min.css | 1 + .../jstree/dist/themes/default/throbber.gif | Bin 0 -> 1464 bytes .../www/vendor/vakata/jstree/gruntfile.js | 243 + .../vendor/vakata/jstree/jstree.jquery.json | 28 + .../www/vendor/vakata/jstree/package.json | 58 + .../www/vendor/vakata/jstree/src/intro.js | 14 + .../vakata/jstree/src/jstree.changed.js | 69 + .../vakata/jstree/src/jstree.checkbox.js | 976 + .../jstree/src/jstree.conditionalselect.js | 38 + .../vakata/jstree/src/jstree.contextmenu.js | 661 + .../vendor/vakata/jstree/src/jstree.dnd.js | 674 + .../www/vendor/vakata/jstree/src/jstree.js | 4970 ++++ .../vakata/jstree/src/jstree.massload.js | 136 + .../vendor/vakata/jstree/src/jstree.search.js | 421 + .../vendor/vakata/jstree/src/jstree.sort.js | 74 + .../vendor/vakata/jstree/src/jstree.state.js | 138 + .../vendor/vakata/jstree/src/jstree.types.js | 372 + .../vendor/vakata/jstree/src/jstree.unique.js | 164 + .../vakata/jstree/src/jstree.wholerow.js | 122 + .../www/vendor/vakata/jstree/src/misc.js | 722 + .../www/vendor/vakata/jstree/src/outro.js | 1 + .../www/vendor/vakata/jstree/src/sample.js | 93 + .../vendor/vakata/jstree/src/themes/base.less | 93 + .../jstree/src/themes/default-dark/32px.png | Bin 0 -> 1525 bytes .../jstree/src/themes/default-dark/40px.png | Bin 0 -> 11488 bytes .../jstree/src/themes/default-dark/style.css | 1146 + .../jstree/src/themes/default-dark/style.less | 50 + .../src/themes/default-dark/throbber.gif | Bin 0 -> 1849 bytes .../vakata/jstree/src/themes/default/32px.png | Bin 0 -> 8740 bytes .../vakata/jstree/src/themes/default/40px.png | Bin 0 -> 6055 bytes .../jstree/src/themes/default/style.css | 1102 + .../jstree/src/themes/default/style.less | 22 + .../jstree/src/themes/default/throbber.gif | Bin 0 -> 1849 bytes .../vendor/vakata/jstree/src/themes/main.less | 77 + .../vakata/jstree/src/themes/mixins.less | 104 + .../vakata/jstree/src/themes/responsive.less | 67 + .../vendor/vakata/jstree/src/vakata-jstree.js | 38 + .../vendor/vakata/jstree/test/unit/index.html | 16 + .../vakata/jstree/test/unit/libs/qunit.css | 244 + .../vakata/jstree/test/unit/libs/qunit.js | 2212 ++ .../vendor/vakata/jstree/test/unit/test.js | 11 + .../jstree/test/visual/desktop/index.html | 44 + .../jstree/test/visual/mobile/index.html | 42 + .../test/visual/screenshots/desktop/.png | Bin 0 -> 10643 bytes .../visual/screenshots/desktop/desktop.png | Bin 0 -> 19310 bytes .../test/visual/screenshots/desktop/home.png | Bin 0 -> 10643 bytes .../test/visual/screenshots/mobile/.png | Bin 0 -> 6373 bytes .../test/visual/screenshots/mobile/home.png | Bin 0 -> 6373 bytes .../test/visual/screenshots/mobile/mobile.png | Bin 0 -> 16220 bytes 1880 files changed, 316901 insertions(+), 74 deletions(-) delete mode 100644 Sources/webAduc/.gitignore delete mode 100644 Sources/webAduc/README.md create mode 100644 Sources/webAduc/tests/phpSelenium.md create mode 100644 Sources/webAduc/tests/phpSeleniumTestCase2.php create mode 100644 Sources/webAduc/www/ldap.php create mode 100644 Sources/webAduc/www/src/assets/Home.png create mode 100644 Sources/webAduc/www/src/assets/Linux.png create mode 100644 Sources/webAduc/www/src/assets/Report.png create mode 100644 Sources/webAduc/www/src/assets/Sync.png create mode 100644 Sources/webAduc/www/src/assets/User group.png create mode 100644 Sources/webAduc/www/src/assets/View.png create mode 100644 Sources/webAduc/www/src/assets/abook.png create mode 100644 Sources/webAduc/www/src/assets/app.png create mode 100644 Sources/webAduc/www/src/assets/calendar.png create mode 100644 Sources/webAduc/www/src/assets/card.png create mode 100644 Sources/webAduc/www/src/assets/computer.png create mode 100644 Sources/webAduc/www/src/assets/file.png create mode 100644 Sources/webAduc/www/src/assets/folder.png create mode 100644 Sources/webAduc/www/src/assets/global.png create mode 100644 Sources/webAduc/www/src/assets/key.png create mode 100644 Sources/webAduc/www/src/assets/mail.png create mode 100644 Sources/webAduc/www/src/assets/phone.png create mode 100644 Sources/webAduc/www/src/assets/printer.png create mode 100644 Sources/webAduc/www/src/assets/search.png create mode 100644 Sources/webAduc/www/src/assets/sheet.png create mode 100644 Sources/webAduc/www/src/assets/tool.png create mode 100644 Sources/webAduc/www/src/assets/tree.png create mode 100644 Sources/webAduc/www/src/assets/user.png create mode 100644 Sources/webAduc/www/templates_c/18b287ea8111ec650808fcf2a53c64382bec01db_0.file.header.smarty.php create mode 100644 Sources/webAduc/www/templates_c/67f35703943bebaeb4ff84b4beabe1bba1b1e700_0.file.login.smarty.php create mode 100644 Sources/webAduc/www/templates_c/91e36af2f79b43b7dd543e53cf49767e090eab17_0.file.footer.smarty.php create mode 100644 Sources/webAduc/www/templates_c/e7a5f2111aabf5c11bacdc23864f165ab8fd0aa0_0.file.main.smarty.php create mode 100644 Sources/webAduc/www/tree/tree_icon.png create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.gitattributes create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.github/issue_template.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.gitignore create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.scrutinizer.yml create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.styleci.yml create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/.travis.yml create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/composer.json create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/.nojekyll create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/_coverpage.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/_sidebar.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/distinguished-names.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/events.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/index.html create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/installation.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/logging.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/media/bg.svg create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/computer.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/contact.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/container.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/group.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/model.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/organization.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/ou.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/printer.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/root-dse.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/traits/has-critical-system-object.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/traits/has-description.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/traits/has-last-login-last-logoff.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/traits/has-member-of.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/models/user.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/readme.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/searching.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/setup.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/docs/troubleshooting.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/license.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/phpunit.xml create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/readme.md create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Adldap.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/AdldapException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/AdldapInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/BindException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Attempting.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Binding.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Bound.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Event.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Failed.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Events/Passed.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/Guard.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/GuardInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/PasswordRequiredException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Auth/UsernameRequiredException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/ConfigurationException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/DomainConfiguration.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/ArrayValidator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/BooleanValidator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/ClassValidator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/IntegerValidator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/StringOrNullValidator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Configuration/Validators/Validator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/ConnectionException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/ConnectionInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/DetailedError.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/Ldap.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/Provider.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Connections/ProviderInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Events/Dispatcher.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Events/DispatcherInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Events/DispatchesEvents.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Log/EventLogger.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Log/LogsInformation.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/AccountControl.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/DistinguishedName.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/Guid.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/MbString.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/Sid.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/TSProperty.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Attributes/TSPropertyArray.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/BatchModification.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Computer.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasAttributes.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasCriticalSystemObject.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasDescription.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasEvents.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasLastLogonAndLogOff.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasMemberOf.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasUserAccountControl.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Concerns/HasUserProperties.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Contact.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Container.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Entry.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Created.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Creating.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Deleted.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Deleting.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Event.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Saved.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Saving.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Updated.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Events/Updating.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Factory.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/ForeignSecurityPrincipal.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Group.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Model.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/ModelDoesNotExistException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/ModelNotFoundException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Organization.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/OrganizationalUnit.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/Printer.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/RootDse.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/User.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/UserPasswordIncorrectException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Models/UserPasswordPolicyException.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Builder.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Cache.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Collection.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Events/Listing.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Events/Paginate.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Events/QueryExecuted.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Events/Read.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Events/Search.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Factory.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Grammar.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Operator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Paginator.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Query/Processor.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/ActiveDirectory.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/Directory389.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/EDirectory.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/FreeIPA.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/OpenLDAP.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/Schema.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Schemas/SchemaInterface.php create mode 100644 Sources/webAduc/www/vendor/adldap2/adldap2/src/Utilities.php create mode 100644 Sources/webAduc/www/vendor/autoload.php create mode 120000 Sources/webAduc/www/vendor/bin/var-dump-server create mode 100644 Sources/webAduc/www/vendor/components/jquery/README.md create mode 100644 Sources/webAduc/www/vendor/components/jquery/bower.json create mode 100644 Sources/webAduc/www/vendor/components/jquery/component.json create mode 100644 Sources/webAduc/www/vendor/components/jquery/composer.json create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.js create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.min.js create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.min.map create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.slim.js create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.slim.min.js create mode 100644 Sources/webAduc/www/vendor/components/jquery/jquery.slim.min.map create mode 100644 Sources/webAduc/www/vendor/components/jquery/package.json create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/.gitignore create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/README.md create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/bower.json create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/component.json create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/composer.json create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/jquery-ui.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/jquery-ui.min.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/package.json create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/accordion.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/all.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/autocomplete.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/base.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/button.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/checkboxradio.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/controlgroup.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/core.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/datepicker.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/dialog.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/draggable.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_444444_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_555555_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_777620_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_777777_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_cc0000_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/menu.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/progressbar.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/resizable.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/selectable.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/selectmenu.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/slider.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/sortable.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/spinner.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/tabs.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/base/tooltip.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_4ca300_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_ededed_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_ffcf29_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/black-tie/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-icons_004276_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-icons_cc0000_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/blitzer/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-icons_2694e8_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-icons_2e83ff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-icons_3d80b3_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-icons_72a7cf_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/cupertino/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-icons_a83300_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-icons_cccccc_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dark-hive/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-icons_00498f_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/dot-luv/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_454545_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_734d99_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_8d78a5_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_ebccce_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/eggplant/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/excite-bike/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-icons_0073ea_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-icons_454545_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-icons_666666_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-icons_ff0084_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/flick/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_454545_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/hot-sneaks/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_c47a23_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_cb672b_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_f08000_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_f35f07_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_ff7519_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/humanity/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-icons_4eb305_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-icons_72b42d_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/le-frog/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_add978_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/mint-choc/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-icons_3383bb_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-icons_454545_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-icons_70b2e1_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-icons_999999_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/images/ui-icons_fbc856_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/overcast/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/pepper-grinder/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_217bc0_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_2e83ff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_469bdd_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_6da8d5_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_d8e7f3_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/images/ui-icons_f9bd01_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/redmond/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-icons_454545_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-icons_888888_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/smoothness/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_808080_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_847e71_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_8DC262_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_eeeeee_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/south-street/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_0078ae_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_056b93_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_d8e7f3_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_e0fdff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_f5e175_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_f7a50d_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/images/ui-icons_fcd113_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/start/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_3d3d3d_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_bd7b00_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_d19405_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_eb990f_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_ed9f26_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_fadc7a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/images/ui-icons_ffe180_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/sunny/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_070603_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/swanky-purse/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_000000_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_9fda58_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_b8ec79_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/trontastic/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-icons_a83300_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-darkness/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-icons_222222_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/ui-lightness/theme.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_666666_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_aaaaaa_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_bbbbbb_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_c98000_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_cccccc_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_cd0a0a_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/images/ui-icons_f29a00_256x240.png create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/jquery-ui.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/jquery-ui.min.css create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/themes/vader/theme.css create mode 100755 Sources/webAduc/www/vendor/components/jqueryui/ui/.jshintrc create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/core.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/data.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/disable-selection.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effect.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-blind.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-bounce.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-clip.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-drop.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-explode.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-fade.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-fold.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-highlight.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-puff.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-pulsate.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-scale.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-shake.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-size.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-slide.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/effects/effect-transfer.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/escape-selector.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/focusable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/form-reset-mixin.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/form.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-af.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ar-DZ.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ar.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-az.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-be.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-bg.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-bs.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ca.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-cs.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-cy-GB.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-da.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-de.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-el.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-en-AU.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-en-GB.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-en-NZ.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-eo.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-es.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-et.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-eu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fa.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fo.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fr-CA.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fr-CH.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-fr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-gl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-he.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-hi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-hr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-hu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-hy.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-id.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-is.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-it-CH.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-it.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ja.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ka.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-kk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-km.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ko.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ky.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-lb.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-lt.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-lv.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-mk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ml.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ms.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-nb.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-nl-BE.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-nl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-nn.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-no.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-pl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-pt-BR.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-pt.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-rm.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ro.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ru.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sq.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sr-SR.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-sv.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-ta.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-th.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-tj.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-tr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-uk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-vi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-zh-CN.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-zh-HK.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/i18n/datepicker-zh-TW.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/ie.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/jquery-1-7.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/keycode.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/labels.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/core.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/data.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/disable-selection.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/effect.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/escape-selector.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/focusable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/form-reset-mixin.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/form.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-af.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ar-DZ.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ar.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-az.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-be.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-bg.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-bs.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ca.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-cs.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-cy-GB.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-da.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-de.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-el.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-en-AU.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-en-GB.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-en-NZ.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-eo.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-es.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-et.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-eu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fa.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fo.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fr-CA.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fr-CH.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-fr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-gl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-he.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-hi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-hr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-hu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-hy.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-id.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-is.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-it-CH.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-it.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ja.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ka.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-kk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-km.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ko.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ky.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-lb.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-lt.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-lv.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-mk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ml.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ms.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-nb.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-nl-BE.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-nl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-nn.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-no.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-pl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-pt-BR.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-pt.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-rm.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ro.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ru.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sl.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sq.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sr-SR.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-sv.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-ta.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-th.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-tj.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-tr.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-uk.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-vi.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-zh-CN.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-zh-HK.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/i18n/datepicker-zh-TW.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/ie.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/jquery-1-7.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/keycode.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/labels.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/plugin.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/position.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/safe-active-element.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/safe-blur.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/scroll-parent.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/tabbable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/unique-id.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/version.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/minified/widget.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/plugin.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/position.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/safe-active-element.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/safe-blur.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/scroll-parent.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/tabbable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/unique-id.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/version.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widget.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/accordion.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/autocomplete.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/button.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/checkboxradio.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/controlgroup.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/datepicker.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/dialog.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/draggable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/droppable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/menu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/mouse.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/progressbar.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/resizable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/selectable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/selectmenu.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/slider.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/sortable.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/spinner.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/tabs.js create mode 100644 Sources/webAduc/www/vendor/components/jqueryui/ui/widgets/tooltip.js create mode 100644 Sources/webAduc/www/vendor/composer/ClassLoader.php create mode 100644 Sources/webAduc/www/vendor/composer/LICENSE create mode 100644 Sources/webAduc/www/vendor/composer/autoload_classmap.php create mode 100644 Sources/webAduc/www/vendor/composer/autoload_files.php create mode 100644 Sources/webAduc/www/vendor/composer/autoload_namespaces.php create mode 100644 Sources/webAduc/www/vendor/composer/autoload_psr4.php create mode 100644 Sources/webAduc/www/vendor/composer/autoload_real.php create mode 100644 Sources/webAduc/www/vendor/composer/autoload_static.php create mode 100644 Sources/webAduc/www/vendor/composer/installed.json create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Access/Authorizable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Access/Gate.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Authenticatable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/CanResetPassword.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Guard.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/Middleware/AuthenticatesRequests.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/MustVerifyEmail.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/PasswordBroker.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/StatefulGuard.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/SupportsBasicAuth.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Auth/UserProvider.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Broadcasting/Broadcaster.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Broadcasting/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Bus/Dispatcher.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Bus/QueueingDispatcher.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/Lock.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/LockProvider.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/LockTimeoutException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/Repository.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cache/Store.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Config/Repository.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Console/Application.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Console/Kernel.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Container/BindingResolutionException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Container/Container.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Container/ContextualBindingBuilder.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cookie/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Cookie/QueueingFactory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Eloquent/Castable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Eloquent/CastsAttributes.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Eloquent/CastsInboundAttributes.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Eloquent/DeviatesCastableAttributes.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Eloquent/SerializesCastableAttributes.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/Events/MigrationEvent.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Database/ModelIdentifier.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Debug/ExceptionHandler.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Encryption/DecryptException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Encryption/EncryptException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Encryption/Encrypter.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Events/Dispatcher.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/Cloud.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/FileExistsException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/FileNotFoundException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/Filesystem.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Filesystem/LockTimeoutException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Foundation/Application.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Foundation/CachesConfiguration.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Foundation/CachesRoutes.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Hashing/Hasher.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Http/Kernel.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/LICENSE.md create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Mail/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Mail/MailQueue.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Mail/Mailable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Mail/Mailer.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Notifications/Dispatcher.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Notifications/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Pagination/Paginator.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Pipeline/Hub.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Pipeline/Pipeline.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/ClearableQueue.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/EntityNotFoundException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/EntityResolver.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/Job.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/Monitor.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/Queue.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/QueueableCollection.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/QueueableEntity.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/ShouldBeEncrypted.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/ShouldBeUnique.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Queue/ShouldQueue.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Redis/Connection.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Redis/Connector.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Redis/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Redis/LimiterTimeoutException.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Routing/BindingRegistrar.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Routing/Registrar.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Routing/ResponseFactory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Routing/UrlGenerator.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Routing/UrlRoutable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Session/Session.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/Support/Arrayable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Support/DeferrableProvider.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Support/DeferringDisplayableValue.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Support/Htmlable.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/Support/Jsonable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Support/MessageBag.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/Support/MessageProvider.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/Support/Renderable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Support/Responsable.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Translation/HasLocalePreference.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/Translation/Loader.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Translation/Translator.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Validation/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Validation/ImplicitRule.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Validation/Rule.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Validation/ValidatesWhenResolved.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/Validation/Validator.php create mode 100755 Sources/webAduc/www/vendor/illuminate/contracts/View/Engine.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/View/Factory.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/View/View.php create mode 100644 Sources/webAduc/www/vendor/illuminate/contracts/composer.json create mode 100644 Sources/webAduc/www/vendor/psr/container/.gitignore create mode 100644 Sources/webAduc/www/vendor/psr/container/LICENSE create mode 100644 Sources/webAduc/www/vendor/psr/container/README.md create mode 100644 Sources/webAduc/www/vendor/psr/container/composer.json create mode 100644 Sources/webAduc/www/vendor/psr/container/src/ContainerExceptionInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/container/src/ContainerInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/container/src/NotFoundExceptionInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/log/LICENSE create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/AbstractLogger.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/InvalidArgumentException.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/LogLevel.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/LoggerAwareInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/LoggerAwareTrait.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/LoggerInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/LoggerTrait.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/NullLogger.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/Test/DummyTest.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php create mode 100644 Sources/webAduc/www/vendor/psr/log/Psr/Log/Test/TestLogger.php create mode 100644 Sources/webAduc/www/vendor/psr/log/README.md create mode 100644 Sources/webAduc/www/vendor/psr/log/composer.json create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/.editorconfig create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/LICENSE.md create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/README.md create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/composer.json create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/src/CacheException.php create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/src/CacheInterface.php create mode 100644 Sources/webAduc/www/vendor/psr/simple-cache/src/InvalidArgumentException.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/CHANGELOG.md create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/COMPOSER_RELEASE_NOTES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/INHERITANCE_RELEASE_NOTES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/LICENSE create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/NEW_FEATURES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/README create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/README.md create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/SMARTY_2_BC_NOTES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/SMARTY_3.0_BC_NOTES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/SMARTY_3.1_NOTES.txt create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/composer.json create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/configs/test.conf create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/index.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/cacheresource.apc.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/cacheresource.memcache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/cacheresource.mysql.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/cacheresource.pdo_gzip.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/resource.extendsall.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/resource.mysql.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/plugins/resource.mysqls.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/templates/footer.tpl create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/templates/header.tpl create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/demo/templates/index.tpl create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/lexer/smarty_internal_configfilelexer.plex create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/lexer/smarty_internal_configfileparser.y create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/lexer/smarty_internal_templatelexer.plex create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/lexer/smarty_internal_templateparser.y create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/Autoloader.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/Smarty.class.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/SmartyBC.class.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/bootstrap.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/debug.tpl create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/block.textformat.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.counter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.cycle.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.fetch.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_checkboxes.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_image.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_options.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_radios.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_select_date.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_select_time.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.html_table.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.mailto.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/function.math.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.capitalize.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.date_format.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.debug_print_var.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.escape.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.mb_wordwrap.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.replace.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.spacify.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifier.truncate.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_characters.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_paragraphs.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_sentences.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.count_words.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.escape.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.from_charset.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.indent.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.lower.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.noprint.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.string_format.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.strip.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.to_charset.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.unescape.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.upper.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/modifiercompiler.wordwrap.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/outputfilter.trimwhitespace.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/shared.escape_special_chars.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/shared.literal_compiler_param.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/shared.mb_unicode.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/plugins/variablefilter.htmlspecialchars.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource_custom.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_data.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_append.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_child.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_child.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_config_load.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_debug.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_eval.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include_php.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_insert.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_nocache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_php.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_section.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_while.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_configfilelexer.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_configfileparser.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_debug.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_errorhandler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_append.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearassign.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_configload.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getglobal.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettags.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerobject.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_nocache_insert.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_eval.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_php.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_registered.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_stream.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_string.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_testinstall.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_resource_recompiled.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_resource_uncompiled.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_security.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_template_config.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php create mode 100644 Sources/webAduc/www/vendor/smarty/smarty/libs/sysplugins/smartyexception.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/LICENSE create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/Mbstring.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/README.md create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/bootstrap.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/bootstrap80.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-mbstring/composer.json create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/LICENSE create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/Php80.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/README.md create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/bootstrap.php create mode 100644 Sources/webAduc/www/vendor/symfony/polyfill-php80/composer.json create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/CHANGELOG.md create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/AmqpCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ArgsStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/Caster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ClassStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ConstStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/CutArrayStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/CutStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/DOMCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/DateCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/DoctrineCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/DsCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/DsPairStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/EnumStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ExceptionCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/FrameStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/GmpCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ImagineCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ImgStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/IntlCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/LinkStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/MemcachedCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/PdoCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/PgSqlCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/RdKafkaCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/RedisCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ReflectionCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/ResourceCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/SplCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/StubCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/SymfonyCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/TraceStub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/UuidCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/XmlReaderCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Caster/XmlResourceCaster.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/AbstractCloner.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/ClonerInterface.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/Cursor.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/Data.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/DumperInterface.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/Stub.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Cloner/VarCloner.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Command/ServerDumpCommand.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/AbstractDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/CliDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/HtmlDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Dumper/ServerDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Exception/ThrowingCasterException.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/LICENSE create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/README.md create mode 100755 Sources/webAduc/www/vendor/symfony/var-dumper/Resources/bin/var-dump-server create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Resources/functions/dump.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Server/Connection.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Server/DumpServer.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/VarDumper.php create mode 100644 Sources/webAduc/www/vendor/symfony/var-dumper/composer.json create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/.github/workflows/run-tests.yml create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/composer.json create mode 100755 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Contracts/Support/Arrayable.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Contracts/Support/Htmlable.php create mode 100755 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Contracts/Support/Jsonable.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/Arr.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/Collection.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/Enumerable.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/HigherOrderCollectionProxy.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/HigherOrderWhenProxy.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/LazyCollection.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/Traits/EnumeratesValues.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/Traits/Macroable.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/alias.php create mode 100644 Sources/webAduc/www/vendor/tightenco/collect/src/Collect/Support/helpers.php create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.babelrc.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.browserslistrc create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.bundlewatch.config.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.editorconfig create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.eslintignore create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.eslintrc.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.gitattributes create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/CODEOWNERS create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/CONTRIBUTING.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/SUPPORT.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/browserstack.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/codeql.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/css.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/dart-sass.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/docs.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/js.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.github/workflows/lint.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.gitignore create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.stylelintignore create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/.stylelintrc create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/CODE_OF_CONDUCT.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/LICENSE create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/README.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/SECURITY.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/.eslintrc.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/banner.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/build-plugins.js create mode 100755 Sources/webAduc/www/vendor/twbs/bootstrap/build/change-version.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/generate-sri.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/postcss.config.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/rollup.config.js create mode 100755 Sources/webAduc/www/vendor/twbs/bootstrap/build/ship.sh create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/svgo.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/vnu-jar.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/build/zip-examples.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/composer.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/config.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap.min.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/css/bootstrap.min.css.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/dist/js/bootstrap.min.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/alert.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/alert.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/button.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/button.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/carousel.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/carousel.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/collapse.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/collapse.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/dropdown.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/dropdown.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/index.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/modal.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/modal.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/popover.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/popover.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/scrollspy.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/scrollspy.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/tab.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/tab.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/toast.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/toast.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/tooltip.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/tooltip.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/util.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/dist/util.js.map create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/index.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/alert.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/button.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/carousel.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/collapse.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/dropdown.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/modal.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/popover.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/scrollspy.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/tab.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/toast.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/tools/sanitizer.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/tooltip.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/src/util.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/README.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/browsers.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/integration/bundle.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/integration/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/integration/rollup.bundle.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/karma.conf.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/.eslintrc.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/alert.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/button.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/carousel.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/collapse.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/dropdown.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/modal.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/popover.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/scrollspy.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/tab.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/toast.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/tooltip.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/unit/util.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/alert.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/button.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/carousel.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/collapse.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/dropdown.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/modal.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/popover.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/scrollspy.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/tab.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/toast.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/js/tests/visual/tooltip.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/nuget/MyGet.ps1 create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/nuget/bootstrap.nuspec create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/nuget/bootstrap.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/nuget/bootstrap.sass.nuspec create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/package-lock.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/package.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/package.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_alert.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_badge.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_breadcrumb.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_button-group.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_buttons.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_card.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_carousel.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_close.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_code.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_custom-forms.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_dropdown.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_forms.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_functions.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_grid.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_images.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_input-group.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_jumbotron.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_list-group.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_media.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_mixins.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_modal.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_nav.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_navbar.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_pagination.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_popover.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_print.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_progress.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_reboot.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_root.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_spinners.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_tables.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_toasts.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_tooltip.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_transitions.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_type.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_utilities.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/_variables.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/bootstrap-grid.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/bootstrap.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_alert.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_background-variant.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_badge.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_border-radius.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_buttons.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_caret.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_clearfix.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_deprecate.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_float.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_forms.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_gradients.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_grid-framework.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_grid.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_hover.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_image.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_list-group.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_lists.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_nav-divider.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_pagination.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_reset-text.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_resize.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_screen-reader.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_size.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_table-row.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_text-emphasis.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_text-hide.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_transition.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/mixins/_visibility.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_align.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_background.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_borders.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_clearfix.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_display.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_embed.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_flex.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_float.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_interactions.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_overflow.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_position.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_screenreaders.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_shadows.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_sizing.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_spacing.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_stretched-link.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_text.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/utilities/_visibility.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/scss/vendor/_rfs.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/.eslintrc.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/application.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/ie-emulation-modes-warning.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/search.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/vendor/anchor.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/vendor/bs-custom-file-input.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/js/vendor/clipboard.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_ads.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_algolia.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_anchor.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_brand.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_browser-bugs.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_buttons.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_callouts.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_clipboard-js.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_colors.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_component-examples.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_content.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_footer.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_masthead.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_nav.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_placeholder-img.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_sidebar.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_syntax.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_toc.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/_variables.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/assets/scss/docs.scss create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/_index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/about/brand.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/about/license.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/about/overview.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/about/team.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/about/translations.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/browser-bugs.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/alerts.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/badge.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/breadcrumb.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/button-group.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/buttons.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/card.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/carousel.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/collapse.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/dropdowns.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/forms.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/input-group.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/jumbotron.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/list-group.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/media-object.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/modal.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/navbar.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/navs.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/pagination.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/popovers.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/progress.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/scrollspy.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/spinners.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/toasts.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/components/tooltips.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/code.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/figures.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/images.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/reboot.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/tables.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/content/typography.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/.stylelintrc create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/_index.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/album/album.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/album/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/blog/blog.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/blog/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/carousel/carousel.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/carousel/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/form-validation.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/form-validation.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/checkout/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/cover/cover.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/cover/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/dashboard.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/dashboard.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/dashboard/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/floating-labels/floating-labels.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/floating-labels/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/grid/grid.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/grid/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/jumbotron/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/jumbotron/jumbotron.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-bottom/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-fixed/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-static/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbar-static/navbar-top.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbars/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/navbars/navbar.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/offcanvas.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/offcanvas/offcanvas.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/pricing/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/pricing/pricing.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/product/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/product/product.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sign-in/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sign-in/signin.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/starter-template/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/starter-template/starter-template.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer-navbar/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer/index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/extend/approach.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/extend/icons.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/accessibility.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/best-practices.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/browsers-devices.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/build-tools.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/contents.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/download.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/introduction.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/javascript.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/theming.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/getting-started/webpack.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/layout/grid.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/layout/overview.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/layout/utilities-for-layout.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/migration.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/borders.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/clearfix.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/close-icon.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/colors.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/display.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/embed.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/flex.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/float.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/image-replacement.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/interactions.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/overflow.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/position.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/screen-readers.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/shadows.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/sizing.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/spacing.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/stretched-link.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/text.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/vertical-align.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/4.6/utilities/visibility.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/_index.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/content/docs/versions.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/breakpoints.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/browser-bugs.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/browser-features.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/colors.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/core-team.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/docs-versions.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/examples.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/grays.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/sidebar.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/theme-colors.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/data/translations.yml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/_default/docs.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/_default/examples.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/_default/home.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/_default/redirect.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/_default/single.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/alias.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/ads.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/analytics.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/bugify.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/callout-danger-async-methods.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/callout-info-mediaqueries-breakpoints.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/callout-info-npm-starter.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/callout-info-prefersreducedmotion.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/callout-warning-color-assistive-technologies.md create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/docs-navbar.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/docs-sidebar.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/favicons.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/footer.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/header.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/home/masthead-followup.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/home/masthead.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap-stack.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/bootstrap.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/circle-square.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/cloud-fill.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/code.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/droplet-fill.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/github.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/menu.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/opencollective.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/slack.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/icons/twitter.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/scripts.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/skippy.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/social.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/robots.txt create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/callout.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/docsref.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/markdown.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/param.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/partial.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/placeholder.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/shortcodes/year.html create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/layouts/sitemap.xml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/CNAME create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-outline.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-punchout.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-social-logo.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-social.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/brand/bootstrap-solid.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-icons.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-icons@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes-collage.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes-collage@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/bootstrap-themes@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/album.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/album@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/blog.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/blog@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/carousel.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/carousel@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/checkout.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/checkout@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/cover.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/cover@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/dashboard.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/dashboard@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/floating-labels.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/floating-labels@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/grid.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/grid@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/jumbotron.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/jumbotron@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-bottom.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-bottom@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-fixed.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-fixed@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-static.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbar-static@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbars.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/navbars@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/offcanvas.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/offcanvas@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/pricing.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/pricing@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/product.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/product@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sign-in.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sign-in@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/starter-template.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/starter-template@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer-navbar.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/examples/sticky-footer@2x.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/android-chrome-192x192.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/android-chrome-512x512.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/apple-touch-icon.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/browserconfig.xml create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/favicon-16x16.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/favicon-32x32.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/favicon.ico create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/manifest.json create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-144x144.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-150x150.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-310x150.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-310x310.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/mstile-70x70.png create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/img/favicons/safari-pinned-tab.svg create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/docs/4.6/assets/js/vendor/jquery.slim.min.js create mode 100644 Sources/webAduc/www/vendor/twbs/bootstrap/site/static/sw.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/.github/FUNDING.yml create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/.github/workflows/npm-publish.yml create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/.gitignore create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/LICENSE-MIT create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/README.md create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/bower.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/component.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/composer.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/demo/README.md create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/demo/basic/index.html create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/demo/basic/root.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/jstree.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/jstree.min.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default-dark/32px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default-dark/40px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default-dark/style.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default-dark/style.min.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default-dark/throbber.gif create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default/32px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default/40px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default/style.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default/style.min.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/dist/themes/default/throbber.gif create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/gruntfile.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/jstree.jquery.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/package.json create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/intro.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.changed.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.checkbox.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.conditionalselect.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.contextmenu.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.dnd.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.massload.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.search.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.sort.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.state.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.types.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.unique.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/jstree.wholerow.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/misc.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/outro.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/sample.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/base.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default-dark/32px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default-dark/40px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default-dark/style.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default-dark/style.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default-dark/throbber.gif create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default/32px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default/40px.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default/style.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default/style.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/default/throbber.gif create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/main.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/mixins.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/themes/responsive.less create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/src/vakata-jstree.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/unit/index.html create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/unit/libs/qunit.css create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/unit/libs/qunit.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/unit/test.js create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/desktop/index.html create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/mobile/index.html create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/desktop/.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/desktop/desktop.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/desktop/home.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/mobile/.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/mobile/home.png create mode 100644 Sources/webAduc/www/vendor/vakata/jstree/test/visual/screenshots/mobile/mobile.png diff --git a/Manifest/EasyCloud.yaml b/Manifest/EasyCloud.yaml index a41a174..eea6e0c 100644 --- a/Manifest/EasyCloud.yaml +++ b/Manifest/EasyCloud.yaml @@ -27,6 +27,17 @@ services: - traefik.http.services.WebAduc.loadbalancer.server.port=80 networks: - extBackend + - default + + dc1: + image: easylinux/samba-ad-dc:4.13 + privileged: true + volumes: + - /Data/Docker/Apps/EasyCloud/AD/Config:/etc/samba + - /Data/Docker/Apps/EasyCloud/AD/Data:/var/lib/samba + + + networks: extBackend: diff --git a/README.md b/README.md index d645df4..1e4913f 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,9 @@ All * Stockage des datas dans AD * packer * Terraform -* Ansible \ No newline at end of file +* Ansible + + +http://proton.orangehilldev.com + +1. With Linux (e.g. Debian, Ubuntu) you have to add "TLS_REQCERT never" to your /etc/ldap/ldap.conf. On other distributions this config file may be located somewhere else. diff --git a/Sources/webAduc/.gitignore b/Sources/webAduc/.gitignore deleted file mode 100644 index cf6d85d..0000000 --- a/Sources/webAduc/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -www/vendor/* -www/templates_c/* \ No newline at end of file diff --git a/Sources/webAduc/README.md b/Sources/webAduc/README.md deleted file mode 100644 index d1e4d00..0000000 --- a/Sources/webAduc/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# webAduc - -webAduc is a web tool aimed to become one one the best way to administer an Active Directory server. - -Keys : -. full Web -. scalable -. extensible -. plugin -. opensource \ No newline at end of file diff --git a/Sources/webAduc/tests/Documentation Tests/README.md b/Sources/webAduc/tests/Documentation Tests/README.md index 517a746..869fc02 100644 --- a/Sources/webAduc/tests/Documentation Tests/README.md +++ b/Sources/webAduc/tests/Documentation Tests/README.md @@ -1 +1 @@ -Placer la documentation dans ce répertoire \ No newline at end of file +Placer la documentation dans ce répertoire \ No newline at end of file diff --git a/Sources/webAduc/tests/func/README.txt b/Sources/webAduc/tests/func/README.txt index c01ae60..cbc4669 100644 --- a/Sources/webAduc/tests/func/README.txt +++ b/Sources/webAduc/tests/func/README.txt @@ -1 +1 @@ -Placer les tests fonctionnels dans ce répertoire \ No newline at end of file +Placer les tests fonctionnels dans ce répertoire \ No newline at end of file diff --git a/Sources/webAduc/tests/phpSelenium.md b/Sources/webAduc/tests/phpSelenium.md new file mode 100644 index 0000000..f2414fd --- /dev/null +++ b/Sources/webAduc/tests/phpSelenium.md @@ -0,0 +1,206 @@ +Cheat sheet for using Selenium2TestCase v1.4 extension PHPUnit +===== +Prepare browser + +(URL)[https://gist.githubusercontent.com/julienhay/47f878aa9d1eb58c462f/raw/d6bd976e81d990006d587b881753bc65d6ac5473/Selenium2TestCase-cheat-sheet.md] + +---- +- Full screen browser +```php +class ClassTest extends \PHPUnit_Extensions_Selenium2TestCase +{ + public static $browsers = array( + array( + 'browserName' => 'chrome', + 'host' => 'hub.browserstack.com', + 'port' => 80, + ), + ); + + protected function setUp() + { + parent::setUp(); + $this->setBrowserUrl("http://www.example.com"); + + // Full screen browser + $this->prepareSession()->currentWindow()->maximize(); + } + } +``` + +- Navigate +```php +$this->url("http://www.google.fr"); +``` + +Selectors +---- +- Select by name +```php +$this->byName("comment"); +``` +- Select By Css Selector +```php +$this->byCssSelector('.element'); +``` +- Select by label +```php +$select = $this->select($this->byCssSelector('#selectWithOptgroup')); +$select->selectOptionByLabel("Second"); +``` + +Element's Operation +---- +- Get text +```php +$element->text() +``` +- Displayed +```php +$element->displayed() +``` +- Title page +```php +$this->title(); +```` +- Get attribute +```php +$element->attribute('class') +```` + +Operations +---- + +- Text field send keys +```php +$this->keys("content"); +``` + +- Wait Until (ajax) +```php +$this->waitUntil(function () use($var) { + if($end) { + return true; + } +}, 5000); +``` +- Count elements +```php +$elements = $this->byCssSelector('body')->elements($this->using('css selector')->value('.element')); +count($elements)); +// OR +$elements = $this->elements($this->using('css selector')->value('div')); +count($elements)); +``` + +Javascript +---- +- Simple execution JS +```php +$this->execute(array( + 'script' => "alert('test');", + 'args' => array() +)); +``` +- Return value from Javascript +```php +$script = 'return $("#element").html()'; +$data = $this->execute(array( + 'script' => $script, + 'args' => array() +)); +``` + +Full Examples +---- +- Fill form and submit +```php +$element = $this->byName("comment"); +$element->click(); +$this->keys("content"); +$element->submit(); +``` + + +To document +--- +```php + +void acceptAlert() Press OK on an alert, or confirms a dialog + +mixed alertText() alertText($value = NULL) Gets the alert dialog text, or sets the text for a prompt dialog + +void back() + +\PHPUnit_Extensions_Selenium2TestCase_Element byClassName() byClassName($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byCssSelector() byCssSelector($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byId() byId($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byLinkText() byLinkText($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byName() byName($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byTag() byTag($value) + +\PHPUnit_Extensions_Selenium2TestCase_Element byXPath() byXPath($value) + +void click() click(int $button = 0) Click any mouse button (at the coordinates set by the last moveto command). + +void clickOnElement() clickOnElement($id) + +string currentScreenshot() BLOB of the image file + +void dismissAlert() Press Cancel on an alert, or does not confirm a dialog + +void doubleclick() Double clicks (at the coordinates set by the last moveto command). + +\PHPUnit_Extensions_Selenium2TestCase_Element element() element(\PHPUnit_Extensions_Selenium2TestCase_ElementCriteria $criteria) Retrieves an element + +array elements() elements(\PHPUnit_Extensions_Selenium2TestCase_ElementCriteria $criteria) Retrieves an array of Element instances + +string execute() execute($javaScriptCode) Injects arbitrary JavaScript in the page and returns the last + +string executeAsync() executeAsync($javaScriptCode) Injects arbitrary JavaScript and wait for the callback (last element of arguments) to be called + +void forward() + +void frame() frame(mixed $element) Changes the focus to a frame in the page (by frameCount of type int, htmlId of type string, htmlName of type string or element of type \PHPUnit_Extensions_Selenium2TestCase_Element) + +void moveto() moveto(\PHPUnit_Extensions_Selenium2TestCase_Element $element) Move the mouse by an offset of the specificed element. + +void refresh() + +\PHPUnit_Extensions_Selenium2TestCase_Element_Select select() select($element) + +string source() Returns the HTML source of the page + +\PHPUnit_Extensions_Selenium2TestCase_Session_Timeouts timeouts() + +string title() + +void|string url() url($url = NULL) + +PHPUnit_Extensions_Selenium2TestCase_ElementCriteria using() using($strategy) Factory Method for Criteria objects + +void window() window($name) Changes the focus to another window + +string windowHandle() Retrieves the current window handle + +string windowHandles() Retrieves a list of all available window handles + +string keys() Send a sequence of key strokes to the active element. + +string file($file_path) Upload a local file. Returns the fully qualified path to the transferred file. + +array log(string $type) Get the log for a given log type. Log buffer is reset after each request. + +array logTypes() Get available log types. + +void closeWindow() Close the current window. + +void close() Close the current window and clear session data. + +\PHPUnit_Extensions_Selenium2TestCase_Element active() Get the element on the page that currently has focus. +``` \ No newline at end of file diff --git a/Sources/webAduc/tests/phpSeleniumTestCase2.php b/Sources/webAduc/tests/phpSeleniumTestCase2.php new file mode 100644 index 0000000..59be031 --- /dev/null +++ b/Sources/webAduc/tests/phpSeleniumTestCase2.php @@ -0,0 +1,1240 @@ +. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * * Neither the name of Sebastian Bergmann nor the names of his + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + * @package PHPUnit_Selenium + * @author Giorgio Sironi + * @copyright 2010-2013 Sebastian Bergmann + * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License + * @link http://www.phpunit.de/ + */ + +use BadMethodCallException; +use PHPUnit\Extensions\Selenium2TestCase; +use PHPUnit\Extensions\Selenium2TestCase\Keys; +use PHPUnit\Extensions\Selenium2TestCase\SessionCommand\Click; +use PHPUnit\Extensions\Selenium2TestCase\WebDriverException; +use PHPUnit\Extensions\Selenium2TestCase\Window; +use Tests\Selenium2TestCase\BaseTestCase; + +/** + * Tests for Selenium2TestCase. + * + * @package PHPUnit_Selenium + * @author Giorgio Sironi + * @copyright 2010-2013 Sebastian Bergmann + * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License + * @link http://www.phpunit.de/ + */ +class Selenium2TestCaseTest extends BaseTestCase +{ + protected function tearDown(): void + { + Selenium2TestCase::setDefaultWaitUntilTimeout(0); + Selenium2TestCase::setDefaultWaitUntilSleepInterval(500); + } + + + public function testOpen() + { + $this->url('html/test_open.html'); + $this->assertStringEndsWith('html/test_open.html', $this->url()); + } + + public function testVersionCanBeReadFromTheTestCaseClass() + { + $this->assertEquals(1, version_compare(Selenium2TestCase::VERSION, "1.2.0")); + } + + public function testCamelCaseUrlsAreSupported() + { + $this->url('html/CamelCasePage.html'); + $this->assertStringEndsWith('html/CamelCasePage.html', $this->url()); + $this->assertEquals('CamelCase page', $this->title()); + } + + public function testAbsoluteUrlsAreSupported() + { + $this->url(PHPUNIT_TESTSUITE_EXTENSION_SELENIUM_TESTS_URL . 'html/test_open.html'); + $this->assertEquals('Test open', $this->title()); + } + + public function testElementSelection() + { + $this->url('html/test_open.html'); + $element = $this->byCssSelector('body'); + $this->assertEquals('This is a test of the open command.', $element->text()); + + $this->url('html/test_click_page1.html'); + $link = $this->byId('link'); + $this->assertEquals('Click here for next page', $link->text()); + } + + public function testMultipleElementsSelection() + { + $this->url('html/test_element_selection.html'); + $elements = $this->elements($this->using('css selector')->value('div')); + $this->assertEquals(4, count($elements)); + $this->assertEquals('Other div', $elements[0]->text()); + } + + public function testElementFromResponseValue() + { + $this->url('html/test_open.html'); + $elementArray = $this->execute(array( + 'script' => 'return document.body;', + 'args' => array(), + )); + $element = $this->elementFromResponseValue($elementArray); + $this->assertEquals('This is a test of the open command.', $element->text()); + } + + public function testSelectOptionsInMultiselect() + { + $this->url('html/test_multiselect.html'); + $this->select($this->byId('theSelect'))->selectOptionByValue("option1"); + $selectedOptions = $this->select($this->byId('theSelect'))->selectedLabels(); + $this->assertEquals(array('First Option','Second Option'), $selectedOptions); + $this->select($this->byId('theSelect'))->selectOptionByLabel("Fourth Option"); + $selectedOptions = $this->select($this->byId('theSelect'))->selectedLabels(); + $this->assertEquals(array('First Option','Second Option','Fourth Option'), $selectedOptions); + } + + public function testClearMultiselectSelectedOptions() + { + $this->url('html/test_multiselect.html'); + $selectedOptions = $this->select($this->byId('theSelect'))->selectedLabels(); + $this->assertEquals(array('Second Option'), $selectedOptions); + $this->select($this->byId('theSelect'))->clearSelectedOptions(); + $selectedOptions = $this->select($this->byId('theSelect'))->selectedLabels(); + $this->assertEquals(array(), $selectedOptions); + } + + public function testTheElementWithFocusCanBeInspected() + { + $this->url('html/test_select.html'); + + // Select input and check if active + $theInput = $this->byCssSelector('input[name="theInput"]'); + $theInput->click(); + $this->assertTrue($this->active()->equals($theInput), 'Input not recognized as active.'); + + // Select select-group and check if active + $selectGroup = $this->byCssSelector('#selectWithOptgroup'); + $selectGroup->click(); + $this->assertTrue($this->active()->equals($selectGroup), 'Select-group not recognized as active.'); + + // Make sure that input is not recognized as selected + $this->assertFalse($this->active()->equals($theInput), 'Input falsely recognized as active.'); + } + + public function testActivePageElementReceivesTheKeyStrokes() + { + $this->markTestIncomplete('Firefox (geckodriver) does not support this command yet'); + + $this->timeouts()->implicitWait(10000); + + $this->url('html/test_send_keys.html'); + $this->byId('q')->click(); + $this->keys('phpunit '); + $this->assertEquals('phpunit', $this->byId('result')->text()); + } + + public function testElementsCanBeSelectedAsChildrenOfAlreadyFoundElements() + { + $this->url('html/test_element_selection.html'); + $parent = $this->byCssSelector('div#parentElement'); + $child = $parent->element($this->using('css selector')->value('span')); + $this->assertEquals('Child span', $child->text()); + + $rows = $this->byCssSelector('table')->elements($this->using('css selector')->value('tr')); + $this->assertEquals(2, count($rows)); + } + + /** + * Test on Session and Element + * + * @dataProvider getObjectsWithAccessToElement + */ + public function testShortenedApiForSelectionOfElement($factory) + { + $this->url('html/test_element_selection.html'); + $parent = $factory($this); + + $element = $parent->byClassName('theDivClass'); + $this->assertEquals('The right div', $element->text()); + + $element = $parent->byCssSelector('div.theDivClass'); + $this->assertEquals('The right div', $element->text()); + + $element = $parent->byId('theDivId'); + $this->assertEquals('The right div', $element->text()); + + $element = $parent->byName('theDivName'); + $this->assertEquals('The right div', $element->text()); + + $element = $parent->byTag('div'); + $this->assertEquals('Other div', $element->text()); + + $element = $parent->byXPath('//div[@id]'); + $this->assertEquals('The right div', $element->text()); + } + + public function getObjectsWithAccessToElement() + { + return array( + array(function($s) { return $s; }), + array(function($s) { return $s->byXPath('//body'); }) + ); + } + + public function testElementsKnowTheirTagName() + { + $this->url('html/test_element_selection.html'); + $element = $this->byClassName('theDivClass'); + $this->assertEquals('div', $element->name()); + } + + public function testFormElementsKnowIfTheyAreEnabled() + { + $this->url('html/test_form_elements.html'); + $this->assertTrue($this->byId('enabledInput')->enabled()); + $this->assertFalse($this->byId('disabledInput')->enabled()); + } + + public function testElementsKnowTheirAttributes() + { + $this->url('html/test_element_selection.html'); + $element = $this->byId('theDivId'); + $this->assertEquals('theDivClass', $element->attribute('class')); + } + + public function testElementsDiscoverTheirEqualityWithOtherElements() + { + $this->url('html/test_element_selection.html'); + $element = $this->byId('theDivId'); + $differentElement = $this->byId('parentElement'); + $equalElement = $this->byId('theDivId'); + $this->assertTrue($element->equals($equalElement)); + $this->assertFalse($element->equals($differentElement)); + } + + public function testElementsKnowWhereTheyAreInThePage() + { + $this->url('html/test_element_selection.html'); + $element = $this->byCssSelector('body'); + $location = $element->location(); + $this->assertEquals(0, $location['x']); + $this->assertEquals(0, $location['y']); + } + + public function testElementsKnowTheirSize() + { + $this->url('html/test_geometry.html'); + $element = $this->byId('rectangle'); + $size = $element->size(); + $this->assertEquals(200, $size['width']); + $this->assertEquals(100, $size['height']); + } + + public function testElementsKnowTheirCssPropertiesValues() + { + $this->url('html/test_geometry.html'); + $element = $this->byId('colored'); + $this->assertMatchesRegularExpression('/rgb[a]?\(0,\s*0,\s*255[,\s*1]?\)/', $element->css('background-color')); + } + + public function testClick() + { + $this->timeouts()->implicitWait(10000); + $this->url('html/test_click_page1.html'); + $link = $this->byId('link'); + $link->click(); + $back = $this->byId('previousPage'); + $this->assertEquals('Click Page Target', $this->title()); + $back->click(); + $this->byId('link'); + $this->assertEquals('Click Page 1', $this->title()); + + $withImage = $this->byId('linkWithEnclosedImage'); + $withImage->click(); + $back = $this->byId('previousPage'); + $this->assertEquals('Click Page Target', $this->title()); + $back->click(); + + $enclosedImage = $this->byId('enclosedImage'); + $enclosedImage->click(); + $back = $this->byId('previousPage'); + $this->assertEquals('Click Page Target', $this->title()); + $back->click(); + + $toAnchor = $this->byId('linkToAnchorOnThisPage'); + $toAnchor->click(); + $withOnClick = $this->byId('linkWithOnclickReturnsFalse'); + $this->assertEquals('Click Page 1', $this->title()); + + $withOnClick->click(); + $this->assertEquals('Click Page 1', $this->title()); + } + + public function testDoubleclick() + { + $this->markTestIncomplete('Moveto command is not in the webdriver specification'); + + $this->url('html/test_doubleclick.html'); + $link = $this->byId('link'); + + $this->moveto($link); + $this->doubleclick(); + + $this->assertEquals('doubleclicked', $this->alertText()); + $this->acceptAlert(); + } + + public function testByLinkText() + { + $this->timeouts()->implicitWait(10000); + $this->url('html/test_click_page1.html'); + $link = $this->byLinkText('Click here for next page'); + $link->click(); + $this->byId('previousPage'); + + $this->assertEquals('Click Page Target', $this->title()); + } + + public function testByPartialLinkText() + { + $this->timeouts()->implicitWait(10000); + $this->url('html/test_click_page1.html'); + $link = $this->byPartialLinkText('next page'); + $link->click(); + $this->byId('previousPage'); + $this->assertEquals('Click Page Target', $this->title()); + } + + public function testClicksOnJavaScriptHref() + { + $this->url('html/test_click_javascript_page.html'); + $this->clickOnElement('link'); + $this->assertEquals('link clicked', $this->byId('result')->text()); + } + + public function testTypingViaTheKeyboard() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value('TestUser'); + $this->assertEquals('TestUser', $usernameInput->value()); + + $passwordInput = $this->byName('password'); + $passwordInput->value('testUserPassword'); + $this->assertEquals('testUserPassword', $passwordInput->value()); + + $this->clickOnElement('submitButton'); + $h2 = $this->byCssSelector('h2'); + $this->assertMatchesRegularExpression('/Welcome, TestUser!/', $h2->text()); + } + + /** + * #190 + */ + public function testTypingAddsCharactersToTheCurrentValueOfAnElement() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value('first'); + $usernameInput->value('second'); + $this->assertEquals('firstsecond', $usernameInput->value()); + } + + /** + * #165 + */ + public function testNumericValuesCanBeTyped() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value(1.13); + $this->assertEquals('1.13', $usernameInput->value()); + } + + public function testFormsCanBeSubmitted() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value('TestUser'); + + $this->byId('submitButton')->submit(); + + // fix slow submiting + $this->waitUntil(function() { + try { + $this->byCssSelector('h2'); + + return true; + } catch (WebDriverException $e) { + return null; + } + }, 10000); + + $h2 = $this->byCssSelector('h2'); + $this->assertMatchesRegularExpression('/Welcome, TestUser!/', $h2->text()); + } + + /** + * @depends testTypingViaTheKeyboard + */ + public function testTextTypedInAreasCanBeCleared() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value('TestUser'); + $usernameInput->clear(); + $this->assertEquals('', $usernameInput->value()); + } + + public function testTypingNonLatinText() + { + $this->url('html/test_type_page1.html'); + $usernameInput = $this->byName('username'); + $usernameInput->value('テストユーザ'); + $this->assertEquals('テストユーザ', $usernameInput->value()); + } + + public function testSelectElements() + { + $this->url('html/test_select.html'); + $option = $this->byId('o2'); + $this->assertEquals('Second Option', $option->text()); + $this->assertEquals('option2', $option->value()); + $this->assertTrue($option->selected()); + $option = $this->byId('o3'); + $this->assertFalse($option->selected()); + $option->click(); + $this->assertTrue($option->selected()); + } + + public function testASelectObjectCanBeBuildWithASpecificAPI() + { + $this->url('html/test_select.html'); + $select = $this->select($this->byCssSelector('select')); + + // basic + $this->assertEquals('Second Option', $select->selectedLabel()); + $this->assertEquals('option2', $select->selectedValue()); + + // by text, value attribute or generic criteria + $select->selectOptionByLabel('Fourth Option'); + $this->assertEquals('option4', $select->selectedValue()); + + $select->selectOptionByValue('option3'); + $this->assertEquals('Third Option', $select->selectedLabel()); + + $select->selectOptionByCriteria($this->using('id')->value('o4')); + $this->assertEquals('option4', $select->selectedValue()); + + // empty values + $select->selectOptionByValue(''); + $this->assertEquals('Empty Value Option', $select->selectedLabel()); + + $select->selectOptionByLabel(''); + $this->assertEquals('', $select->selectedLabel()); + + } + + /** + * Ticket 119 + */ + public function testSelectOptionSelectsDescendantElement() + { + $this->url('html/test_select.html'); + $select = $this->select($this->byCssSelector('#secondSelect')); + $this->assertEquals("option2", $select->selectedValue()); + + $select->selectOptionByLabel("First Option"); + $this->assertEquals("option1", $select->selectedValue()); + + $select->selectOptionByValue("option2"); + $this->assertEquals("option2", $select->selectedValue()); + } + + /** + * Ticket 170 + */ + public function testSelectOptgroupDoNotGetInTheWay() + { + $this->url('html/test_select.html'); + $select = $this->select($this->byCssSelector('#selectWithOptgroup')); + + $select->selectOptionByLabel("Second"); + $this->assertEquals("2", $select->selectedValue()); + + $select->selectOptionByValue("1"); + $this->assertEquals("1", $select->selectedValue()); + } + + public function testCheckboxesCanBeSelectedAndDeselected() + { + $this->markTestIncomplete("Flaky: fails on clicking in some browsers."); + $this->url('html/test_check_uncheck.html'); + $beans = $this->byId('option-beans'); + $butter = $this->byId('option-butter'); + + $this->assertTrue($beans->selected()); + $this->assertFalse($butter->selected()); + + $butter->click(); + $this->assertTrue($butter->selected()); + $butter->click(); + $this->assertFalse($butter->selected()); + } + + public function testRadioBoxesCanBeSelected() + { + $this->url('html/test_check_uncheck.html'); + $spud = $this->byId('base-spud'); + $rice = $this->byId('base-rice'); + + $this->assertTrue($spud->selected()); + $this->assertFalse($rice->selected()); + + $rice->click(); + $this->assertFalse($spud->selected()); + $this->assertTrue($rice->selected()); + + $spud->click(); + $this->assertTrue($spud->selected()); + $this->assertFalse($rice->selected()); + } + + public function testWaitPeriodsAreImplicitInSelection() + { + $this->timeouts()->implicitWait(10000); + $this->url('html/test_delayed_element.html'); + $element = $this->byId('createElementButton')->click(); + $div = $this->byXPath("//div[@id='delayedDiv']"); + $this->assertEquals('Delayed div.', $div->text()); + } + + public function testTimeoutsCanBeDefinedForAsynchronousExecutionOfJavaScript() + { + $this->url('html/test_open.html'); + $this->timeouts()->asyncScript(10000); + $script = 'var callback = arguments[0]; + window.setTimeout(function() { + callback(document.title); + }, 1000); + '; + $result = $this->executeAsync(array( + 'script' => $script, + 'args' => array() + )); + $this->assertEquals("Test open", $result); + } + + public function testTheBackAndForwardButtonCanBeUsedToNavigate() + { + $this->url('html/test_click_page1.html'); + $this->assertEquals('Click Page 1', $this->title()); + + $this->clickOnElement('link'); + $this->byId('previousPage'); + $this->assertEquals('Click Page Target', $this->title()); + + $this->back(); + $this->assertEquals('Click Page 1', $this->title()); + + $this->forward(); + $this->assertEquals('Click Page Target', $this->title()); + } + + public function testThePageCanBeRefreshed() + { + $this->url('html/test_page.slow.html'); + $this->assertStringEndsWith('html/test_page.slow.html', $this->url()); + $this->assertEquals('Slow Loading Page', $this->title()); + + $this->clickOnElement('changeSpan'); + $this->assertEquals('Changed the text', $this->byId('theSpan')->text()); + $this->refresh(); + $this->assertEquals('This is a slow-loading page.', $this->byId('theSpan')->text()); + + $this->clickOnElement('changeSpan'); + $this->assertEquals('Changed the text', $this->byId('theSpan')->text()); + } + + public function testLinkEventsAreGenerated() + { + $this->markTestIncomplete("Waiting for new phpunit-selenium release"); + $this->url('html/test_form_events.html'); + $eventLog = $this->byId('eventlog'); + $eventLog->clear(); + + $this->clickOnElement('theLink'); + $this->waitUntil(function () { + $this->alertIsPresent(); + }, 8000); + + $this->assertEquals('link clicked', $text); + $this->acceptAlert(); + $this->assertContains('{click(theLink)}', $eventLog->value()); + } + + public function testButtonEventsAreGenerated() + { + $this->url('html/test_form_events.html'); + $eventLog = $this->byId('eventlog'); + $eventLog->clear(); + + $this->clickOnElement('theButton'); + + // Not generated with firefox + //$this->assertContains('{focus(theButton)}', $eventLog->value()); + $this->assertStringContainsString('{click(theButton)}', $eventLog->value()); + $eventLog->clear(); + + $this->clickOnElement('theSubmit'); + $this->assertStringContainsString('{click(theSubmit)} {submit}', $eventLog->value()); + } + + public function testSelectEventsAreGeneratedbutOnlyIfANewSelectionIsMade() + { + $this->url('html/test_form_events.html'); + $select = $this->select($this->byId('theSelect')); + $eventLog = $this->byId('eventlog'); + $eventLog->clear(); + + $select->selectOptionByLabel('First Option'); + $this->assertEquals('option1', $select->selectedValue()); + $this->assertStringContainsString('{focus(theSelect)}', $eventLog->value()); + $this->assertStringContainsString('{change(theSelect)}', $eventLog->value()); + + $eventLog->clear(); + $select->selectOptionByLabel('First Option'); + $this->assertEquals('option1', $select->selectedValue()); + $this->assertEquals('', $eventLog->value()); + } + + public function testRadioEventsAreGenerated() + { + $this->markTestIncomplete("Flaky: fails on focus in some browsers."); + $this->url('html/test_form_events.html'); + $first = $this->byId('theRadio1'); + $second = $this->byId('theRadio2'); + $eventLog = $this->byId('eventlog'); + + $this->assertFalse($first->selected()); + $this->assertFalse($second->selected()); + $this->assertEquals('', $eventLog->value()); + + $first->click(); + $this->assertContains('{focus(theRadio1)}', $eventLog->value()); + $this->assertContains('{click(theRadio1)}', $eventLog->value()); + $this->assertContains('{change(theRadio1)}', $eventLog->value()); + $this->assertNotContains('theRadio2', $eventLog->value()); + + $eventLog->clear(); + $first->click(); + $this->assertContains('{focus(theRadio1)}', $eventLog->value()); + $this->assertContains('{click(theRadio1)}', $eventLog->value()); + } + + public function testCheckboxEventsAreGenerated() + { + $this->markTestIncomplete("Flaky: fails on focus in some browsers."); + $this->url('html/test_form_events.html'); + $checkbox = $this->byId('theCheckbox'); + $eventLog = $this->byId('eventlog'); + $this->assertFalse($checkbox->selected()); + $this->assertEquals('', $eventLog->value()); + + $checkbox->click(); + $this->assertContains('{focus(theCheckbox)}', $eventLog->value()); + $this->assertContains('{click(theCheckbox)}', $eventLog->value()); + $this->assertContains('{change(theCheckbox)}', $eventLog->value()); + + $eventLog->clear(); + $checkbox->click(); + $this->assertContains('{focus(theCheckbox)}', $eventLog->value()); + $this->assertContains('{click(theCheckbox)}', $eventLog->value()); + $this->assertContains('{change(theCheckbox)}', $eventLog->value()); + } + + public function testTextEventsAreGenerated() + { + $this->markTestIncomplete('focus event not generated with firefox (geckodriver)'); + + $this->url('html/test_form_events.html'); + $textBox = $this->byId('theTextbox'); + $eventLog = $this->byId('eventlog'); + $this->assertEquals('', $textBox->value()); + $this->assertEquals('', $eventLog->value()); + + $textBox->value('first value'); + $this->assertContains('{focus(theTextbox)}', $eventLog->value()); + } + + public function testMouseEventsAreGenerated() + { + $this->url('html/test_form_events.html'); + $this->clickOnElement('theTextbox'); + $this->clickOnElement('theButton'); + $eventLog = $this->byId('eventlog'); + $this->assertStringContainsString('{mouseover(theTextbox)}', $eventLog->value()); + $this->assertStringContainsString('{mousedown(theButton)}', $eventLog->value()); + $this->assertStringContainsString('{mouseover(theTextbox)}', $eventLog->value()); + $this->assertStringContainsString('{mousedown(theButton)}', $eventLog->value()); + } + + public function testKeyEventsAreGenerated() + { + $this->url('html/test_form_events.html'); + $this->byId('theTextbox')->value('t'); + + $this->assertStringContainsString('{keydown(theTextbox - 84)}' + . ' {keypress(theTextbox - 116)}' + . ' {keyup(theTextbox - 84)}', + $this->byId('eventlog')->value()); + } + + public function testConfirmationsAreHandledAsAlerts() + { + $this->markTestIncomplete("Waiting for new phpunit-selenium release"); + $this->url('html/test_confirm.html'); + $this->clickOnElement('confirmAndLeave'); + $text = ""; + + $this->waitUntil(function () { + $this->alertIsPresent(); + }, 8000); + $this->assertEquals('You are about to go to a dummy page.', $this->alertText()); + $this->dismissAlert(); + $this->assertEquals('Test Confirm', $this->title()); + + $this->clickOnElement('confirmAndLeave'); + + $this->waitUntil(function () { + $this->alertIsPresent(); + }, 8000); + $this->assertEquals('You are about to go to a dummy page.', $this->alertText()); + $this->acceptAlert(); + $this->assertEquals('This is a dummy page.', $this->byId('theSpan')->text()); + } + + public function testPromptsCanBeAnsweredByTyping() + { + $this->markTestIncomplete("Waiting for new phpunit-selenium release"); + $this->url('html/test_prompt.html'); + + $this->clickOnElement('promptAndLeave'); + $this->waitUntil(function () { + $this->alertIsPresent(); + }, 8000); + $this->assertEquals("Type 'yes' and click OK", $this->alertText()); + $this->dismissAlert(); + $this->assertEquals('Test Prompt', $this->title()); + + $this->clickOnElement('promptAndLeave'); + $this->waitUntil(function () { + $this->alertIsPresent(); + }, 8000); + $this->alertText('yes'); + $this->acceptAlert(); + $this->assertEquals('Dummy Page', $this->title()); + } + + public function testInvisibleElementsDoNotHaveADisplayedText() + { + $this->url('html/test_visibility.html'); + $this->assertEquals('A visible paragraph', $this->byId('visibleParagraph')->text()); + $this->assertTrue($this->byId('visibleParagraph')->displayed()); + + $this->assertEquals('', $this->byId('hiddenParagraph')->text()); + $this->assertFalse($this->byId('hiddenParagraph')->displayed()); + + $this->assertEquals('', $this->byId('suppressedParagraph')->text()); + $this->assertEquals('', $this->byId('classSuppressedParagraph')->text()); + $this->assertEquals('', $this->byId('jsClassSuppressedParagraph')->text()); + $this->assertEquals('', $this->byId('hiddenSubElement')->text()); + $this->assertEquals('sub-element that is explicitly visible', $this->byId('visibleSubElement')->text()); + $this->assertEquals('', $this->byId('suppressedSubElement')->text()); + $this->assertEquals('', $this->byId('jsHiddenParagraph')->text()); + } + + public function testScreenshotsCanBeTakenAtAnyMoment() + { + $this->url('html/test_open.html'); + $screenshot = $this->currentScreenshot(); + $this->assertTrue(is_string($screenshot)); + $this->assertTrue(strlen($screenshot) > 0); + $this->markTestIncomplete('By guaranteeing the size of the window, we could add a deterministic assertion for the image.'); + } + + public function testACurrentWindowHandleAlwaysExist() + { + $this->url('html/test_open.html'); + $window = $this->windowHandle(); + $this->assertTrue(is_string($window)); + $this->assertTrue(strlen($window) > 0); + $allHandles = $this->windowHandles(); + $this->assertEquals(array('0' => $window), $allHandles); + } + + public function testThePageSourceCanBeRead() + { + $this->url('html/test_open.html'); + $source = $this->source(); + + // No guarantee that it will exactly match the contents of the file + //$this->assertStringStartsWith(' - - - - - - - + + + + + + + + + + + + + {$Title} - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/Sources/webAduc/www/src/templates/login.smarty b/Sources/webAduc/www/src/templates/login.smarty index a21417c..bc5c19f 100644 --- a/Sources/webAduc/www/src/templates/login.smarty +++ b/Sources/webAduc/www/src/templates/login.smarty @@ -27,14 +27,15 @@ {/if}
- +
-
+