diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..d908ef1 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +yavsc for Debian + +Please edit this to provide information specific to +this yavsc Debian package. + + (Automatically generated by debmake Version 4.5.1) + + -- Paul Schneider Sun, 08 Jun 2025 01:41:54 +0100 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..a8bd862 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,14 @@ +yavsc for Debian + +See Debian policy manual section 4.14. + https://www.debian.org/doc/debian-policy/ch-source.html#source-package-handling-debian-readme-source + +If running dpkg-source -x on a source package doesn’t produce the source of the +package, ready for editing, and allow one to make changes and run +dpkg-buildpackage to produce a modified package without taking any additional +steps, creating this file explain how to do all of these is recommended. +Otherwise, remove this file. + + (Automatically generated by debmake Version 4.5.1) + + -- Paul Schneider Sun, 08 Jun 2025 01:41:54 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2aa7b66 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +yavsc (1.1.0-1) UNRELEASED; urgency=low + + * Initial release. Closes: #nnnn + + + -- Paul Schneider Sun, 08 Jun 2025 01:41:54 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..89855f6 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: yavsc +Section: unknown +Priority: optional +Maintainer: Paul Schneider +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.7.0 +Homepage: +Rules-Requires-Root: no +#Vcs-Git: https://salsa.debian.org/debian/yavsc.git +#Vcs-Browser: https://salsa.debian.org/debian/yavsc + +Package: yavsc +Architecture: any +Multi-Arch: foreign +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: auto-generated package by debmake + This Debian binary package was auto-generated by the + debmake(1) command provided by the debmake package. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0ea0386 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,2092 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: yavsc +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: .gitignore + .gitlab-ci.yml + .vscode/tasks.json + Makefile + README.md + debian/gbp.conf + dotnet-tools.json + gitversion.json + isn.sln + src/.vscode/launch.json + src/.vscode/tasks.json + src/isn.abst/APIKO.cs + src/isn.abst/ApiConfig.cs + src/isn.abst/ApiIndexViewModel.cs + src/isn.abst/Constants.cs + src/isn.abst/Permalink.cs + src/isn.abst/Resource.cs + src/isn.abst/SafeNameAttribute.cs + src/isn.abst/isn.abst.csproj + src/isn/Constants.cs + src/isn/IsndErrorMessage.cs + src/isn/Program.cs + src/isn/Settings.cs + src/isn/SourceHelpers.cs + src/isn/UploadFilesToServerUsingHttpClient.cs + src/isn/commands/PushCommand.cs + src/isn/commands/push.cs + src/isn/commands/show.config.cs + src/isn/commands/sources.add.cs + src/isn/commands/sources.list.cs + src/isn/commands/sources.set-default.cs + src/isn/commands/store-api-key.cs + src/isn/isn.csproj + src/isn/model/PushReport.cs + src/isnd/Authorisation/ValidApiKeyRequirement.cs + src/isnd/Authorisation/ValidApiKeyRequirementHandler.cs + src/isnd/Constants.cs + src/isnd/Controllers/ApiKeysController.cs + src/isnd/Controllers/HomeController.cs + src/isnd/Controllers/NewUpdateController.cs + src/isnd/Controllers/PackageVersionController.cs + src/isnd/Controllers/Packages/ApiIndex.cs + src/isnd/Controllers/Packages/PackageController.Details.cs + src/isnd/Controllers/Packages/PackagesController.AutoComplete.cs + src/isnd/Controllers/Packages/PackagesController.Catalog.cs + src/isnd/Controllers/Packages/PackagesController.Delete.cs + src/isnd/Controllers/Packages/PackagesController.GetPackage.cs + src/isnd/Controllers/Packages/PackagesController.GetVersions.cs + src/isnd/Controllers/Packages/PackagesController.Put.cs + src/isnd/Controllers/Packages/PackagesController.Search.cs + src/isnd/Controllers/Packages/PackagesController.WebViews.cs + src/isnd/Controllers/Packages/PackagesController.cs + src/isnd/Data/Account/RegisterViewModel.cs + src/isnd/Data/ApiKeys/ApiKey.cs + src/isnd/Data/ApiKeys/ApiKeyViewModel.cs + src/isnd/Data/ApiKeys/CreateModel.cs + src/isnd/Data/ApiKeys/DeleteModel.cs + src/isnd/Data/ApiKeys/DetailModel.cs + src/isnd/Data/ApiKeys/EditModel.cs + src/isnd/Data/ApiKeys/IndexModel.cs + src/isnd/Data/ApplicationDbContext.cs + src/isnd/Data/ApplicationUser.cs + src/isnd/Data/Catalog/AlternatePackage.cs + src/isnd/Data/Catalog/Deprecation.cs + src/isnd/Data/Catalog/PackageDetails.cs + src/isnd/Data/Catalog/PackageRegistration.cs + src/isnd/Data/Catalog/PackageRegistrationQuery.cs + src/isnd/Data/Catalog/RegistratioinLeave.cs + src/isnd/Data/Catalog/RegistrationPage.cs + src/isnd/Data/Catalog/Vulnerabilitie.cs + src/isnd/Data/Historic/PackageVersionCommit.cs + src/isnd/Data/Packages/Catalog/IObject.cs + src/isnd/Data/Packages/Catalog/PackageDetails.cs + src/isnd/Data/Packages/Catalog/PackageEntry.cs + src/isnd/Data/Packages/Commit.cs + src/isnd/Data/Packages/Dependency.cs + src/isnd/Data/Packages/IPackage.cs + src/isnd/Data/Packages/Package.cs + src/isnd/Data/Packages/PackageDependencyGroup.cs + src/isnd/Data/Packages/PackageVersion.cs + src/isnd/Data/Roles/Administrator.cs + src/isnd/Entities/IsndSettings.cs + src/isnd/Entities/NewReleaseInfo.cs + src/isnd/Entities/SmtpSettings.cs + src/isnd/Extensions/Extensions.cs + src/isnd/Helpers/ApiHelpers.cs + src/isnd/Helpers/NuspecCoreReaderHelpers.cs + src/isnd/Helpers/PackageIdHelpers.cs + src/isnd/Helpers/PackageVersionHelpers.cs + src/isnd/Helpers/ParamHelpers.cs + src/isnd/Helpers/SiteHelpers.cs + src/isnd/Interfaces/IApiKeyProvider.cs + src/isnd/Interfaces/IMailer.cs + src/isnd/Interfaces/IPackageManager.cs + src/isnd/Migrations/20230417211710_init.Designer.cs + src/isnd/Migrations/20230417211710_init.cs + src/isnd/Migrations/20230430215312_pkgversions.Designer.cs + src/isnd/Migrations/20230430215312_pkgversions.cs + src/isnd/Migrations/20240318003218_dependencies.Designer.cs + src/isnd/Migrations/20240318003218_dependencies.cs + src/isnd/Migrations/20240331152055_frameworks.Designer.cs + src/isnd/Migrations/20240331152055_frameworks.cs + src/isnd/Migrations/20240406181803_frameworkRefRequired.Designer.cs + src/isnd/Migrations/20240406181803_frameworkRefRequired.cs + src/isnd/Migrations/20240422204649_dependenciesReloaded.Designer.cs + src/isnd/Migrations/20240422204649_dependenciesReloaded.cs + src/isnd/Migrations/20241020181446_Authors.Designer.cs + src/isnd/Migrations/20241020181446_Authors.cs + src/isnd/Migrations/ApplicationDbContextModelSnapshot.cs + src/isnd/Migrations/trash.sql + src/isnd/NSJWebApiReferenceResolver.cs + src/isnd/PreserveReferencesHandlingDictionaryKeyPolicy.cs + src/isnd/Program.cs + src/isnd/Services/ApiKeyProvider.cs + src/isnd/Services/EmailSender.cs + src/isnd/Services/FrameworkDependencyGroup.cs + src/isnd/Services/InvalidPackageException.cs + src/isnd/Services/PackageManager.cs + src/isnd/Services/ShortDependencyInfo.cs + src/isnd/Startup.cs + src/isnd/ViewModels/CatalogRegistration.cs + src/isnd/ViewModels/DeletePackageReport.cs + src/isnd/ViewModels/HomeIndexViewModel.cs + src/isnd/ViewModels/PackageDetailViewModel.cs + src/isnd/ViewModels/PackageHit.cs + src/isnd/ViewModels/PackageSearchResult.cs + src/isnd/ViewModels/PackageVersionIndexViewModel.cs + src/isnd/ViewModels/RegistrationPageIndexQueryAndResult.cs + src/isnd/ViewModels/SearchResult.cs + src/isnd/ViewModels/SearchVersionInfo.cs + src/isnd/Views/Account/AccessDenied.cshtml + src/isnd/Views/Account/LoggedOut.cshtml + src/isnd/Views/Account/Login.cshtml + src/isnd/Views/Account/Logout.cshtml + src/isnd/Views/Account/Register.cshtml + src/isnd/Views/ApiKeys/Create.cshtml + src/isnd/Views/ApiKeys/Delete.cshtml + src/isnd/Views/ApiKeys/Details.cshtml + src/isnd/Views/ApiKeys/Edit.cshtml + src/isnd/Views/ApiKeys/Index.cshtml + src/isnd/Views/Home/About.cshtml + src/isnd/Views/Home/Contact.cshtml + src/isnd/Views/Home/Error.cshtml + src/isnd/Views/Home/Features.cshtml + src/isnd/Views/Home/Index.cshtml + src/isnd/Views/Home/Privacy.cshtml + src/isnd/Views/Home/Privacy.fr.cshtml + src/isnd/Views/PackageVersion/Details.cshtml + src/isnd/Views/PackageVersion/Index.cshtml + src/isnd/Views/Packages/Delete.cshtml + src/isnd/Views/Packages/Details.cshtml + src/isnd/Views/Packages/Index.cshtml + src/isnd/Views/Shared/Redirect.cshtml + src/isnd/Views/Shared/_Layout.cshtml + src/isnd/Views/Shared/_LoginPartial.cshtml + src/isnd/Views/Shared/_Nav.cshtml + src/isnd/Views/Shared/_ValidationSummary.cshtml + src/isnd/Views/_ViewImports.cshtml + src/isnd/Views/_ViewStart.cshtml + src/isnd/appsettings.json + src/isnd/isnd.csproj + src/isnd/libman.json + src/isnd/tempkey.rsa + src/isnd/wwwroot/bower_components/bootstrap/.babelrc.js + src/isnd/wwwroot/bower_components/bootstrap/.bower.json + src/isnd/wwwroot/bower_components/bootstrap/.browserslistrc + src/isnd/wwwroot/bower_components/bootstrap/.bundlewatch.config.json + src/isnd/wwwroot/bower_components/bootstrap/.cspell.json + src/isnd/wwwroot/bower_components/bootstrap/.editorconfig + src/isnd/wwwroot/bower_components/bootstrap/.eslintignore + src/isnd/wwwroot/bower_components/bootstrap/.eslintrc.json + src/isnd/wwwroot/bower_components/bootstrap/.gitattributes + src/isnd/wwwroot/bower_components/bootstrap/.github/CODEOWNERS + src/isnd/wwwroot/bower_components/bootstrap/.github/CONTRIBUTING.md + src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/config.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/PULL_REQUEST_TEMPLATE.md + src/isnd/wwwroot/bower_components/bootstrap/.github/SUPPORT.md + src/isnd/wwwroot/bower_components/bootstrap/.github/codeql/codeql-config.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/dependabot.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/release-drafter.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/browserstack.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/bundlewatch.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/calibreapp-image-actions.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/codeql.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/cspell.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/css.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/docs.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/issue-close-require.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/issue-labeled.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/js.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/lint.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/node-sass.yml + src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/release-notes.yml + src/isnd/wwwroot/bower_components/bootstrap/.gitignore + src/isnd/wwwroot/bower_components/bootstrap/.npmrc + src/isnd/wwwroot/bower_components/bootstrap/.stylelintignore + src/isnd/wwwroot/bower_components/bootstrap/.stylelintrc.json + src/isnd/wwwroot/bower_components/bootstrap/CODE_OF_CONDUCT.md + src/isnd/wwwroot/bower_components/bootstrap/SECURITY.md + src/isnd/wwwroot/bower_components/bootstrap/build/banner.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/postcss.config.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/rollup.config.mjs + src/isnd/wwwroot/bower_components/bootstrap/composer.json + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.min.css.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.js.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.js.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.min.js.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.js.map + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.min.js.map + src/isnd/wwwroot/bower_components/bootstrap/hugo.yml + src/isnd/wwwroot/bower_components/bootstrap/js/dist/alert.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/base-component.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/button.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/carousel.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/collapse.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/data.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/event-handler.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/manipulator.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/selector-engine.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dropdown.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/modal.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/offcanvas.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/popover.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/scrollspy.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/tab.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/toast.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/tooltip.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/backdrop.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/component-functions.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/config.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/focustrap.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/index.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/sanitizer.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/scrollbar.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/swipe.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/template-factory.js.map + src/isnd/wwwroot/bower_components/bootstrap/js/tests/README.md + src/isnd/wwwroot/bower_components/bootstrap/js/tests/browsers.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/helpers/fixture.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/bundle-modularity.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/bundle.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/rollup.bundle-modularity.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/rollup.bundle.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/karma.conf.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/alert.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/base-component.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/button.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/carousel.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/collapse.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/data.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/event-handler.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/manipulator.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/selector-engine.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dropdown.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/jquery.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/modal.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/offcanvas.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/popover.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/scrollspy.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/tab.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/toast.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/tooltip.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/backdrop.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/component-functions.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/config.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/focustrap.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/index.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/sanitizer.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/scrollbar.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/swipe.spec.js + src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/template-factory.spec.js + src/isnd/wwwroot/bower_components/bootstrap/nuget/MyGet.ps1 + src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.png + src/isnd/wwwroot/bower_components/bootstrap/package-lock.json + src/isnd/wwwroot/bower_components/bootstrap/package.js + src/isnd/wwwroot/bower_components/bootstrap/package.json + src/isnd/wwwroot/bower_components/bootstrap/scss/_accordion.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_alert.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_badge.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_breadcrumb.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_button-group.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_buttons.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_card.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_carousel.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_close.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_containers.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_dropdown.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_forms.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_functions.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_grid.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_helpers.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_images.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_list-group.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_maps.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_mixins.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_modal.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_nav.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_navbar.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_offcanvas.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_pagination.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_placeholders.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_popover.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_progress.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_reboot.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_root.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_spinners.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_tables.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_toasts.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_tooltip.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_transitions.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_type.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_utilities.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_variables-dark.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/_variables.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-grid.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-reboot.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-utilities.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_floating-labels.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-check.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-control.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-range.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-select.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-text.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_input-group.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_labels.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_validation.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_clearfix.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_color-bg.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_colored-links.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_focus-ring.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_icon-link.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_position.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_ratio.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_stacks.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_stretched-link.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_text-truncation.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_visually-hidden.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_vr.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_alert.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_backdrop.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_border-radius.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_box-shadow.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_breakpoints.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_buttons.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_caret.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_clearfix.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_color-mode.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_color-scheme.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_container.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_deprecate.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_forms.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_gradients.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_grid.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_image.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_list-group.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_lists.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_pagination.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_reset-text.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_resize.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_table-variants.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_text-truncate.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_transition.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_utilities.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_visually-hidden.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/jasmine.js + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_color-modes.test.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_utilities.test.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/sass-true/register.js + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/sass-true/runner.js + src/isnd/wwwroot/bower_components/bootstrap/scss/tests/utilities/_api.test.scss + src/isnd/wwwroot/bower_components/bootstrap/scss/utilities/_api.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/search.js + src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/vendor/clipboard.min.js + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_ads.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_anchor.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_brand.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_buttons.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_callouts.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_clipboard-js.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_colors.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_component-examples.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_content.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_footer.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_layout.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_masthead.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_navbar.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_placeholder-img.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_scrolling.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_search.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_sidebar.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_skippy.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_syntax.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_toc.scss + src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_variables.scss + src/isnd/wwwroot/bower_components/bootstrap/site/content/404.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/_index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/brand.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/license.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/overview.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/team.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/translations.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/accordion.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/alerts.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/badge.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/breadcrumb.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/button-group.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/buttons.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/card.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/carousel.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/close-button.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/collapse.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/dropdowns.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/list-group.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/modal.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/navbar.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/navs-tabs.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/offcanvas.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/pagination.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/placeholders.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/popovers.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/progress.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/scrollspy.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/spinners.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/toasts.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/tooltips.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/figures.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/images.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/reboot.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/tables.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/typography.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/color-modes.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/color.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/components.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/css-variables.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/optimize.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/options.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/overview.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/sass.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/docsref.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/_index.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/album-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/album/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/badges/badges.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/badges/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/blog.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/breadcrumbs/breadcrumbs.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/breadcrumbs/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/buttons/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/carousel.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/carousel.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/checkout.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/checkout.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cover/cover.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cover/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard-rtl/dashboard.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard-rtl/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dropdowns/dropdowns.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dropdowns/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/features.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/footers/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/grid/grid.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/grid/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/headers/headers.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/headers/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/bootstrap-docs.png + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/bootstrap-themes.png + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/heroes.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotron/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotrons/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotrons/jumbotrons.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/list-groups/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/list-groups/list-groups.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/masonry/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/modals/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/modals/modals.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-fixed/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-fixed/navbar-fixed.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-static/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-static/navbar-static.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars-offcanvas/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars-offcanvas/navbars-offcanvas.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars/navbars.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/offcanvas-navbar.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/offcanvas-navbar.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/pricing/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/pricing/pricing.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/product/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/product/product.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/sidebars.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/sidebars.js + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sign-in/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sign-in/sign-in.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/starter-template/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer-navbar/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer-navbar/sticky-footer-navbar.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer/index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer/sticky-footer.css + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/extend/approach.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/extend/icons.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/checks-radios.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/floating-labels.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/form-control.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/input-group.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/layout.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/overview.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/range.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/select.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/validation.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/accessibility.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/best-practices.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/browsers-devices.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/contents.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/contribute.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/download.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/introduction.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/javascript.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/parcel.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/rfs.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/rtl.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/vite.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/webpack.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/clearfix.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/color-background.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/colored-links.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/focus-ring.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/icon-link.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/position.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/ratio.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/stacks.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/stretched-link.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/text-truncation.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/visually-hidden.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/breakpoints.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/columns.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/containers.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/css-grid.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/grid.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/gutters.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/utilities.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/z-index.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/migration.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/api.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/background.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/borders.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/colors.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/display.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/flex.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/float.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/interactions.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/link.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/object-fit.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/opacity.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/overflow.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/position.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/shadows.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/sizing.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/spacing.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/text.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/vertical-align.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/visibility.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/z-index.md + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/_index.html + src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/versions.md + src/isnd/wwwroot/bower_components/bootstrap/site/data/breakpoints.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/colors.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/core-team.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/docs-versions.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/examples.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/grays.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/icons.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/plugins.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/sidebar.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/theme-colors.yml + src/isnd/wwwroot/bower_components/bootstrap/site/data/translations.yml + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/404.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/docs.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/home.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/redirect.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/single.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/alias.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/danger-async-methods.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-mediaqueries-breakpoints.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-npm-starter.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-prefersreducedmotion.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-sanitizer.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-data-bs-title-vs-title.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-input-support.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-versions.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/favicons.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/js-data-attributes.md + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/scripts.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/social.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/table-content.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/robots.txt + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/added-in.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/bs-table.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/callout.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/deprecated-in.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/docsref.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/example.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/js-dismiss.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/js-docs.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/markdown.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/param.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/partial.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/placeholder.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/scss-docs.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/table.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/year.html + src/isnd/wwwroot/bower_components/bootstrap/site/layouts/sitemap.xml + src/isnd/wwwroot/bower_components/bootstrap/site/static/CNAME + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-social.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-icons.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-icons@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes-collage.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes-collage@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/badges.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/badges@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/breadcrumbs.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/breadcrumbs@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/buttons.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/buttons@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cover.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cover@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard-rtl.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard-rtl@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dropdowns.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dropdowns@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/features.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/features@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/footers.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/footers@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/grid.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/grid@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/headers.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/headers@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/heroes.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/heroes@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotron.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotron@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotrons.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotrons@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/list-groups.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/list-groups@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/masonry.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/masonry@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/modals.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/modals@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-bottom.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-bottom@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-fixed.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-fixed@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-static.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-static@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars-offcanvas.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars-offcanvas@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/offcanvas-navbar.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/offcanvas-navbar@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/pricing.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/pricing@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/product.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/product@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sidebars.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sidebars@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sign-in.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sign-in@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/starter-template.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/starter-template@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer-navbar.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer-navbar@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/android-chrome-192x192.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/android-chrome-512x512.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/apple-touch-icon.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon-16x16.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon-32x32.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon.ico + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/manifest.json + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/parcel-dev-server-bootstrap.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/parcel-dev-server.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/vite-dev-server-bootstrap.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/vite-dev-server.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/webpack-dev-server-bootstrap.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/webpack-dev-server.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/parcel.png + src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/js/validate-forms.js + src/isnd/wwwroot/bower_components/bootstrap/site/static/sw.js + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.bower.json + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.gitattributes + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.gitignore + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.npmrc + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.vsts-pipelines/builds/ci-public.yml + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.vsts-pipelines/templates/default-build.yml + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/CODE-OF-CONDUCT.md + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/CONTRIBUTING.md + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/README.md + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/build.cmd + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/gulpfile.js + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/package-lock.json + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/package.json + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/run.ps1 + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/test/webpacktest/src/index.js + src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/version.props + src/isnd/wwwroot/bower_components/jquery-validation/.bower.json + src/isnd/wwwroot/bower_components/jquery-validation/CONTRIBUTING.md + src/isnd/wwwroot/bower_components/jquery-validation/Gruntfile.js + src/isnd/wwwroot/bower_components/jquery-validation/SECURITY.md + src/isnd/wwwroot/bower_components/jquery-validation/bower.json + src/isnd/wwwroot/bower_components/jquery-validation/build/release.js + src/isnd/wwwroot/bower_components/jquery-validation/changelog.md + src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery-validation-sri.json + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ar.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_az.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bg.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bn_BD.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ca.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_cs.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_da.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_de.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_el.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_AR.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_PE.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_et.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_eu.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fa.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fi.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fr.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ge.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_gl.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_he.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hi.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hr.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hu.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hy_AM.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_id.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_is.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_it.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ja.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ka.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_kk.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ko.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lt.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lv.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_mk.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_my.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_nl.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_no.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pl.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_BR.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_PT.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ro.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ru.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sd.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_si.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sk.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sl.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr_lat.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sv.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_th.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tj.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tr.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_uk.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ur.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_vi.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh_TW.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_de.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_es_CL.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_fi.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_it.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_nl.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_pt.js + src/isnd/wwwroot/bower_components/jquery-validation/package.json + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/abaRoutingNumber.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/accept.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/additional.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/alphanumeric.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bankaccountNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bankorgiroaccountNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bic.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cifES.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cnhBR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cnpjBR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cpfBR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/creditcard.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/creditcardtypes.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/currency.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateFA.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateITA.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/extension.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/giroaccountNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/greaterThan.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/greaterThanEqual.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/iban.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/integer.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ipv4.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ipv6.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lessThan.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lessThanEqual.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lettersonly.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/letterswithbasicpunc.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxfiles.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxsize.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxsizetotal.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileRU.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileUK.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/netmask.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nieES.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nifES.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nipPL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nisBR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/notEqualTo.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nowhitespace.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/pattern.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phonePL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneUK.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneUS.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phonesUK.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalCodeCA.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeBR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeIT.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeNL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postcodeUK.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/require_from_group.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/skip_or_fill_minimum.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/statesUS.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/strippedminlength.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/time.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/time12h.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/url2.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/vinUS.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/zipcodeUS.js + src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ziprange.js + src/isnd/wwwroot/bower_components/jquery-validation/src/ajax.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ar.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_az.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_bg.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_bn_BD.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ca.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_cs.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_da.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_de.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_el.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es_AR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es_PE.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_et.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_eu.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fa.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fi.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fr.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ge.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_gl.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_he.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hi.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hr.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hu.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hy_AM.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_id.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_is.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_it.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ja.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ka.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_kk.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ko.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_lt.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_lv.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_mk.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_my.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_nl.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_no.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pl.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pt_BR.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pt_PT.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ro.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ru.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sd.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_si.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sk.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sl.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sr.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sr_lat.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sv.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_th.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_tj.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_tr.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_uk.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ur.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_vi.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_zh.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_zh_TW.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_de.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_es_CL.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_fi.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_it.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_nl.js + src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_pt.js + src/isnd/wwwroot/bower_components/jquery-validation/validation.jquery.json + src/isnd/wwwroot/bower_components/jquery/.bower.json + src/isnd/wwwroot/bower_components/jquery/AUTHORS.txt + src/isnd/wwwroot/bower_components/jquery/README.md + src/isnd/wwwroot/bower_components/jquery/bower.json + src/isnd/wwwroot/bower_components/jquery/dist/jquery.min.js + src/isnd/wwwroot/bower_components/jquery/dist/jquery.min.map + src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.min.js + src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.min.map + src/isnd/wwwroot/bower_components/jquery/src/ajax.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/jsonp.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/load.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/script.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/var/location.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/var/nonce.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/var/rquery.js + src/isnd/wwwroot/bower_components/jquery/src/ajax/xhr.js + src/isnd/wwwroot/bower_components/jquery/src/attributes.js + src/isnd/wwwroot/bower_components/jquery/src/attributes/attr.js + src/isnd/wwwroot/bower_components/jquery/src/attributes/classes.js + src/isnd/wwwroot/bower_components/jquery/src/attributes/prop.js + src/isnd/wwwroot/bower_components/jquery/src/attributes/support.js + src/isnd/wwwroot/bower_components/jquery/src/attributes/val.js + src/isnd/wwwroot/bower_components/jquery/src/callbacks.js + src/isnd/wwwroot/bower_components/jquery/src/core.js + src/isnd/wwwroot/bower_components/jquery/src/core/DOMEval.js + src/isnd/wwwroot/bower_components/jquery/src/core/access.js + src/isnd/wwwroot/bower_components/jquery/src/core/camelCase.js + src/isnd/wwwroot/bower_components/jquery/src/core/init.js + src/isnd/wwwroot/bower_components/jquery/src/core/isAttached.js + src/isnd/wwwroot/bower_components/jquery/src/core/nodeName.js + src/isnd/wwwroot/bower_components/jquery/src/core/parseHTML.js + src/isnd/wwwroot/bower_components/jquery/src/core/parseXML.js + src/isnd/wwwroot/bower_components/jquery/src/core/ready-no-deferred.js + src/isnd/wwwroot/bower_components/jquery/src/core/ready.js + src/isnd/wwwroot/bower_components/jquery/src/core/readyException.js + src/isnd/wwwroot/bower_components/jquery/src/core/stripAndCollapse.js + src/isnd/wwwroot/bower_components/jquery/src/core/support.js + src/isnd/wwwroot/bower_components/jquery/src/core/toType.js + src/isnd/wwwroot/bower_components/jquery/src/core/var/rhtml.js + src/isnd/wwwroot/bower_components/jquery/src/core/var/rsingleTag.js + src/isnd/wwwroot/bower_components/jquery/src/css.js + src/isnd/wwwroot/bower_components/jquery/src/css/addGetHookIf.js + src/isnd/wwwroot/bower_components/jquery/src/css/adjustCSS.js + src/isnd/wwwroot/bower_components/jquery/src/css/curCSS.js + src/isnd/wwwroot/bower_components/jquery/src/css/finalPropName.js + src/isnd/wwwroot/bower_components/jquery/src/css/hiddenVisibleSelectors.js + src/isnd/wwwroot/bower_components/jquery/src/css/showHide.js + src/isnd/wwwroot/bower_components/jquery/src/css/support.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/cssExpand.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/getStyles.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/isHiddenWithinTree.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/rboxStyle.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/rcustomProp.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/rnumnonpx.js + src/isnd/wwwroot/bower_components/jquery/src/css/var/swap.js + src/isnd/wwwroot/bower_components/jquery/src/data.js + src/isnd/wwwroot/bower_components/jquery/src/data/Data.js + src/isnd/wwwroot/bower_components/jquery/src/data/var/acceptData.js + src/isnd/wwwroot/bower_components/jquery/src/data/var/dataPriv.js + src/isnd/wwwroot/bower_components/jquery/src/data/var/dataUser.js + src/isnd/wwwroot/bower_components/jquery/src/deferred.js + src/isnd/wwwroot/bower_components/jquery/src/deferred/exceptionHook.js + src/isnd/wwwroot/bower_components/jquery/src/deprecated.js + src/isnd/wwwroot/bower_components/jquery/src/deprecated/ajax-event-alias.js + src/isnd/wwwroot/bower_components/jquery/src/deprecated/event.js + src/isnd/wwwroot/bower_components/jquery/src/dimensions.js + src/isnd/wwwroot/bower_components/jquery/src/effects.js + src/isnd/wwwroot/bower_components/jquery/src/effects/Tween.js + src/isnd/wwwroot/bower_components/jquery/src/effects/animatedSelector.js + src/isnd/wwwroot/bower_components/jquery/src/event.js + src/isnd/wwwroot/bower_components/jquery/src/event/trigger.js + src/isnd/wwwroot/bower_components/jquery/src/exports/amd.js + src/isnd/wwwroot/bower_components/jquery/src/exports/global.js + src/isnd/wwwroot/bower_components/jquery/src/jquery.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/_evalUrl.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/buildFragment.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/getAll.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/setGlobalEval.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/support.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/var/rscriptType.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/var/rtagName.js + src/isnd/wwwroot/bower_components/jquery/src/manipulation/wrapMap.js + src/isnd/wwwroot/bower_components/jquery/src/offset.js + src/isnd/wwwroot/bower_components/jquery/src/queue.js + src/isnd/wwwroot/bower_components/jquery/src/queue/delay.js + src/isnd/wwwroot/bower_components/jquery/src/selector-native.js + src/isnd/wwwroot/bower_components/jquery/src/selector.js + src/isnd/wwwroot/bower_components/jquery/src/selector/contains.js + src/isnd/wwwroot/bower_components/jquery/src/selector/escapeSelector.js + src/isnd/wwwroot/bower_components/jquery/src/serialize.js + src/isnd/wwwroot/bower_components/jquery/src/traversing.js + src/isnd/wwwroot/bower_components/jquery/src/traversing/findFilter.js + src/isnd/wwwroot/bower_components/jquery/src/traversing/var/dir.js + src/isnd/wwwroot/bower_components/jquery/src/traversing/var/rneedsContext.js + src/isnd/wwwroot/bower_components/jquery/src/traversing/var/siblings.js + src/isnd/wwwroot/bower_components/jquery/src/var/ObjectFunctionString.js + src/isnd/wwwroot/bower_components/jquery/src/var/arr.js + src/isnd/wwwroot/bower_components/jquery/src/var/class2type.js + src/isnd/wwwroot/bower_components/jquery/src/var/document.js + src/isnd/wwwroot/bower_components/jquery/src/var/documentElement.js + src/isnd/wwwroot/bower_components/jquery/src/var/flat.js + src/isnd/wwwroot/bower_components/jquery/src/var/fnToString.js + src/isnd/wwwroot/bower_components/jquery/src/var/getProto.js + src/isnd/wwwroot/bower_components/jquery/src/var/hasOwn.js + src/isnd/wwwroot/bower_components/jquery/src/var/indexOf.js + src/isnd/wwwroot/bower_components/jquery/src/var/isFunction.js + src/isnd/wwwroot/bower_components/jquery/src/var/isWindow.js + src/isnd/wwwroot/bower_components/jquery/src/var/pnum.js + src/isnd/wwwroot/bower_components/jquery/src/var/pop.js + src/isnd/wwwroot/bower_components/jquery/src/var/push.js + src/isnd/wwwroot/bower_components/jquery/src/var/rcheckableType.js + src/isnd/wwwroot/bower_components/jquery/src/var/rcssNum.js + src/isnd/wwwroot/bower_components/jquery/src/var/rnothtmlwhite.js + src/isnd/wwwroot/bower_components/jquery/src/var/rtrimCSS.js + src/isnd/wwwroot/bower_components/jquery/src/var/slice.js + src/isnd/wwwroot/bower_components/jquery/src/var/sort.js + src/isnd/wwwroot/bower_components/jquery/src/var/splice.js + src/isnd/wwwroot/bower_components/jquery/src/var/support.js + src/isnd/wwwroot/bower_components/jquery/src/var/toString.js + src/isnd/wwwroot/bower_components/jquery/src/var/whitespace.js + src/isnd/wwwroot/bower_components/jquery/src/wrap.js + src/isnd/wwwroot/bower_components/popper.js/.bower.json + src/isnd/wwwroot/bower_components/popper.js/.config/babel.config.js + src/isnd/wwwroot/bower_components/popper.js/.config/createSourceFile.js + src/isnd/wwwroot/bower_components/popper.js/.config/eslint.config.js + src/isnd/wwwroot/bower_components/popper.js/.config/husky/.gitignore + src/isnd/wwwroot/bower_components/popper.js/.config/jest-puppeteer.config.js + src/isnd/wwwroot/bower_components/popper.js/.config/jest.config.js + src/isnd/wwwroot/bower_components/popper.js/.config/rollup.config.js + src/isnd/wwwroot/bower_components/popper.js/.config/tsconfig.json + src/isnd/wwwroot/bower_components/popper.js/.editorconfig + src/isnd/wwwroot/bower_components/popper.js/.env + src/isnd/wwwroot/bower_components/popper.js/.flowconfig + src/isnd/wwwroot/bower_components/popper.js/.github/CONTRIBUTING.md + src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/bug_report.md + src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/config.yml + src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/feature_request.md + src/isnd/wwwroot/bower_components/popper.js/.github/workflows/functional-tests.yml + src/isnd/wwwroot/bower_components/popper.js/.github/workflows/release.yml + src/isnd/wwwroot/bower_components/popper.js/.github/workflows/size.yml + src/isnd/wwwroot/bower_components/popper.js/.github/workflows/tests.yml + src/isnd/wwwroot/bower_components/popper.js/.github/workflows/update-storyshots.yml + src/isnd/wwwroot/bower_components/popper.js/.gitignore + src/isnd/wwwroot/bower_components/popper.js/.prettierignore + src/isnd/wwwroot/bower_components/popper.js/flow-typed/dev.js + src/isnd/wwwroot/bower_components/popper.js/flow-typed/npm/jest_v22.x.x.js + src/isnd/wwwroot/bower_components/popper.js/index.d.ts + src/isnd/wwwroot/bower_components/popper.js/package.json + src/isnd/wwwroot/bower_components/popper.js/src/__snapshots__/createPopper.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/createPopper.js + src/isnd/wwwroot/bower_components/popper.js/src/createPopper.test.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/__snapshots__/getWindowScroll.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/contains.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/contains.test.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getBoundingClientRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getClippingRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getCompositeRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getComputedStyle.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getDocumentElement.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getDocumentRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getHTMLElementScroll.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getLayoutRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getNodeName.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getNodeScroll.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getOffsetParent.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getParentNode.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getParentNode.test.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getScrollParent.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getViewportRect.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindow.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScroll.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScroll.test.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScrollBarX.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/instanceOf.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isLayoutViewport.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isScrollParent.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isTableElement.js + src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/listScrollParents.js + src/isnd/wwwroot/bower_components/popper.js/src/enums.js + src/isnd/wwwroot/bower_components/popper.js/src/index.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/__snapshots__/computeStyles.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/__snapshots__/offset.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/applyStyles.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/applyStyles.test.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/arrow.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/arrow.test.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/computeStyles.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/computeStyles.test.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/eventListeners.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/flip.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/hide.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/index.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/offset.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/offset.test.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/popperOffsets.js + src/isnd/wwwroot/bower_components/popper.js/src/modifiers/preventOverflow.js + src/isnd/wwwroot/bower_components/popper.js/src/popper-base.js + src/isnd/wwwroot/bower_components/popper.js/src/popper-lite.js + src/isnd/wwwroot/bower_components/popper.js/src/popper.js + src/isnd/wwwroot/bower_components/popper.js/src/types.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/computeAutoPlacement.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/computeOffsets.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/expandToHashMap.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/mergeByName.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/orderModifiers.test.js.snap + src/isnd/wwwroot/bower_components/popper.js/src/utils/computeAutoPlacement.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/computeAutoPlacement.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/computeOffsets.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/computeOffsets.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/debounce.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/debounce.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/detectOverflow.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/expandToHashMap.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/expandToHashMap.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltAxis.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltAxis.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltLen.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltLen.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getBasePlacement.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getBasePlacement.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getFreshSideObject.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getMainAxisFromPlacement.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getOppositePlacement.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getOppositeVariationPlacement.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getVariation.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/getVariation.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/math.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/mergeByName.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/mergeByName.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/mergePaddingObject.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/orderModifiers.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/orderModifiers.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/rectToClientRect.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/uniqueBy.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/uniqueBy.test.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/userAgent.js + src/isnd/wwwroot/bower_components/popper.js/src/utils/within.js + src/isnd/wwwroot/bower_components/popper.js/tests/flowtype/modifiers.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-hide-arrow-if-it-is-at-the-edge-max-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-hide-arrow-if-it-is-at-the-edge-min-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-keep-arrow-within-popper-edges-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-shuld-center-the-arrow-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-tether-should-activate-at-correct-time-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-bottom-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-only-position-at-right-or-bottom-not-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-only-position-at-right-or-bottom-not-top-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-right-end-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-right-start-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-top-start-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/basic-test-js-should-position-the-popper-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/borders-and-margins-test-js-should-take-in-account-margins-and-borders-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/borders-and-margins-test-js-should-take-into-account-the-common-offset-parent-border-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/clipping-parent-test-js-is-positioned-at-bottom-start-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-grow-to-the-left-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-grow-to-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-left-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-left-gpu-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-top-gpu-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/containing-block-test-js-should-be-positioned-on-the-bottom-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/decimal-size-test-js-should-be-positioned-on-the-bottom-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/fixed-container-test-js-should-position-the-popper-on-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-larger-should-be-flipped-to-end-variation-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-larger-should-be-flipped-to-start-variation-when-end-does-not-fit-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-shorter-should-be-flipped-to-original-end-variation-when-it-fits-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-shorter-should-be-flipped-to-start-variation-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-end-to-start-variation-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-end-to-start-variation-while-maintaining-main-axis-flipping-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-right-to-bottom-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-right-to-bottom-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-not-flip-to-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-not-flip-variations-with-flip-variations-false-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-normal-purple-color-when-the-reference-is-visible-and-popper-is-not-escaped-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-white-color-when-the-popper-has-escaped-the-reference-container-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-white-color-when-the-popper-has-escaped-the-reference-container-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-yellow-color-when-the-reference-is-hidden-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/html-scroll-parent-test-js-should-be-positioned-on-the-bottom-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/mobile-test-js-prevent-overflow-works-on-mobile-devices-with-horizontal-scrollbars-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/no-common-offset-parent-test-js-should-be-positioned-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/offset-test-js-should-offset-the-popper-correctly-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-non-origin-placement-should-tether-to-reference-element-when-overflowing-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-non-origin-placement-should-tether-to-reference-element-when-overflowing-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-origin-placement-should-tether-to-reference-element-when-overflowing-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-origin-placement-should-tether-to-reference-element-when-overflowing-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-end-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-start-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-end-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-start-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-able-to-use-svg-element-as-a-boundary-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-inside-scroller-container-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-prevented-from-overflowing-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-be-tethered-earlier-than-expected-with-a-point-reference-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-be-tethered-if-tether-false-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-overflow-offset-parent-borders-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-overflow-when-small-reference-is-at-edge-of-boundary-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-take-into-account-the-arrow-padding-alt-side-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-take-into-account-the-arrow-padding-main-side-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-body-test-js-should-position-the-popper-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-fixed-test-js-should-position-the-popper-on-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-test-js-should-position-the-popper-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-test-js-should-position-the-popper-on-the-top-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/resize-test-js-should-update-the-position-when-window-is-resized-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/resize-test-js-should-update-the-position-when-window-is-resized-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/rounding-test-js-the-4-test-cases-should-all-be-aligned-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-finds-scrolling-parent-through-assigned-slots-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-alt-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-nested-scrollable-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-nested-scrollable-parents-when-pop-ref-are-on-same-div-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-case-where-popper-is-one-level-deeper-than-reference-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-case-where-root-scrolling-parent-is-also-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-multiple-nested-offset-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-multiple-nested-offset-parents-2-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-same-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-update-the-position-when-window-is-resized-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-alt-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-nested-scrollable-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-nested-scrollable-parents-when-pop-ref-are-on-same-div-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-case-where-popper-is-one-level-deeper-than-reference-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-case-where-root-scrolling-parent-is-also-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-multiple-nested-offset-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-same-offset-parent-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-update-the-position-when-window-is-resized-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/svg-test-js-should-position-the-popper-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-1124-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-and-popper-are-in-table-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-and-popper-are-in-table-inside-offset-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-is-in-table-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-is-in-table-inside-offset-parents-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-parent-element-is-scaled-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-popper-element-is-scaled-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-reference-element-and-popper-element-have-different-scales-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-reference-element-is-scaled-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/virtual-reference-test-js-should-follow-the-cursor-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/virtual-test-js-should-follow-the-cursor-1-snap.png + src/isnd/wwwroot/bower_components/popper.js/tests/functional/arrow.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/auto.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/basic.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/borders-and-margins.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/clipping-parent.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/computeStyles.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/containing-block.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/decimal-size.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/fixed-container.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/flip.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/hide.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/html-scroll-parent.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/no-common-offset-parent.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/offset.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/preventOverflow.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-body.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-html-fixed.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-html.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/resize.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/rounding.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/scrolling-absolute.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/scrolling-fixed.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/svg.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/table.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/transform.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/virtual-reference.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/functional/virtual.test.js + src/isnd/wwwroot/bower_components/popper.js/tests/image-reporter.js + src/isnd/wwwroot/bower_components/popper.js/tests/setupTests.js + src/isnd/wwwroot/bower_components/popper.js/tests/typescript/base.ts + src/isnd/wwwroot/bower_components/popper.js/tests/typescript/tsconfig.json + src/isnd/wwwroot/bower_components/popper.js/tests/utils/createRectMock.js + src/isnd/wwwroot/bower_components/popper.js/tests/utils/puppeteer.js + src/isnd/wwwroot/bower_components/popper.js/tests/visual/reset.css + src/isnd/wwwroot/bower_components/popper.js/yarn.lock + src/isnd/wwwroot/bower_components/qrcodejs/.bower.json + src/isnd/wwwroot/bower_components/qrcodejs/README.md + src/isnd/wwwroot/bower_components/qrcodejs/bower.json + src/isnd/wwwroot/bower_components/qrcodejs/jquery.min.js + src/isnd/wwwroot/bower_components/qrcodejs/qrcode.min.js + src/isnd/wwwroot/css/Makefile + src/isnd/wwwroot/css/site.css.map + src/isnd/wwwroot/css/site.min.css + src/isnd/wwwroot/css/site.scss + src/isnd/wwwroot/favicon.ico + src/isnd/wwwroot/icon.png + src/isnd/wwwroot/js/signin-redirect.js + src/isnd/wwwroot/js/signout-redirect.js + src/isnd/wwwroot/js/site.js + src/isnd/wwwroot/js/site.min.js + src/isnd/wwwroot/lib/bootstrap/.bower.json + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map + src/isnd/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot + src/isnd/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf + src/isnd/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff + src/isnd/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map + src/isnd/wwwroot/lib/bootstrap/dist/js/npm.js + src/isnd/wwwroot/lib/bootstrap/scss/_alert.scss + src/isnd/wwwroot/lib/bootstrap/scss/_badge.scss + src/isnd/wwwroot/lib/bootstrap/scss/_breadcrumb.scss + src/isnd/wwwroot/lib/bootstrap/scss/_button-group.scss + src/isnd/wwwroot/lib/bootstrap/scss/_buttons.scss + src/isnd/wwwroot/lib/bootstrap/scss/_card.scss + src/isnd/wwwroot/lib/bootstrap/scss/_carousel.scss + src/isnd/wwwroot/lib/bootstrap/scss/_close.scss + src/isnd/wwwroot/lib/bootstrap/scss/_code.scss + src/isnd/wwwroot/lib/bootstrap/scss/_custom-forms.scss + src/isnd/wwwroot/lib/bootstrap/scss/_dropdown.scss + src/isnd/wwwroot/lib/bootstrap/scss/_forms.scss + src/isnd/wwwroot/lib/bootstrap/scss/_functions.scss + src/isnd/wwwroot/lib/bootstrap/scss/_grid.scss + src/isnd/wwwroot/lib/bootstrap/scss/_images.scss + src/isnd/wwwroot/lib/bootstrap/scss/_input-group.scss + src/isnd/wwwroot/lib/bootstrap/scss/_jumbotron.scss + src/isnd/wwwroot/lib/bootstrap/scss/_list-group.scss + src/isnd/wwwroot/lib/bootstrap/scss/_media.scss + src/isnd/wwwroot/lib/bootstrap/scss/_mixins.scss + src/isnd/wwwroot/lib/bootstrap/scss/_modal.scss + src/isnd/wwwroot/lib/bootstrap/scss/_nav.scss + src/isnd/wwwroot/lib/bootstrap/scss/_navbar.scss + src/isnd/wwwroot/lib/bootstrap/scss/_pagination.scss + src/isnd/wwwroot/lib/bootstrap/scss/_popover.scss + src/isnd/wwwroot/lib/bootstrap/scss/_print.scss + src/isnd/wwwroot/lib/bootstrap/scss/_progress.scss + src/isnd/wwwroot/lib/bootstrap/scss/_reboot.scss + src/isnd/wwwroot/lib/bootstrap/scss/_root.scss + src/isnd/wwwroot/lib/bootstrap/scss/_spinners.scss + src/isnd/wwwroot/lib/bootstrap/scss/_tables.scss + src/isnd/wwwroot/lib/bootstrap/scss/_toasts.scss + src/isnd/wwwroot/lib/bootstrap/scss/_tooltip.scss + src/isnd/wwwroot/lib/bootstrap/scss/_transitions.scss + src/isnd/wwwroot/lib/bootstrap/scss/_type.scss + src/isnd/wwwroot/lib/bootstrap/scss/_utilities.scss + src/isnd/wwwroot/lib/bootstrap/scss/_variables.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_alert.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_background-variant.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_badge.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_border-radius.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_box-shadow.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_breakpoints.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_buttons.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_caret.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_clearfix.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_deprecate.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_float.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_forms.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_gradients.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_grid-framework.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_grid.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_hover.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_image.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_list-group.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_lists.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_nav-divider.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_pagination.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_reset-text.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_resize.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_screen-reader.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_size.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_table-row.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_text-emphasis.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_text-hide.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_text-truncate.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_transition.scss + src/isnd/wwwroot/lib/bootstrap/scss/mixins/_visibility.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_align.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_background.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_borders.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_clearfix.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_display.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_embed.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_flex.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_float.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_overflow.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_position.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_screenreaders.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_shadows.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_sizing.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_spacing.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_stretched-link.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_text.scss + src/isnd/wwwroot/lib/bootstrap/scss/utilities/_visibility.scss + src/isnd/wwwroot/lib/bootstrap/scss/vendor/_rfs.scss + src/isnd/wwwroot/lib/jquery-validation-unobtrusive/.bower.json + src/isnd/wwwroot/lib/jquery-validation/.bower.json + src/isnd/wwwroot/lib/jquery/jquery.min.js + src/isnd/wwwroot/lib/jquery/jquery.min.map + src/isnd/wwwroot/lib/qrcodejs/.gitignore + src/isnd/wwwroot/lib/qrcodejs/README.md + src/isnd/wwwroot/lib/qrcodejs/bower.json + src/isnd/wwwroot/lib/qrcodejs/jquery.min.js + src/isnd/wwwroot/lib/qrcodejs/qrcode.min.js + test/data/packages/Yavsc.Abstract.1.0.8.nupkg + test/data/test-isn/NuGet.Config + test/data/test-isn/Program.cs + test/data/test-isn/test-isn.csproj + test/data/test-isn/test.sh + test/data/test-isn/testcmd + test/data/test-isn/urls + test/isn.tests/PushTest.cs + test/isn.tests/isn.tests.csproj + test/isnd.tests/UnitTestWebHost.cs + test/isnd.tests/WebServerCollection.cs + test/isnd.tests/WebServerFixture.cs + test/isnd.tests/appsettings.json + test/isnd.tests/isnd.tests.csproj + test/isnd.tests/test-index.json + test/isnd.tests/wwwroot/favicon.ico +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: src/isnd/wwwroot/bower_components/bootstrap/build/build-plugins.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/change-version.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/generate-sri.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/vnu-jar.mjs + src/isnd/wwwroot/bower_components/bootstrap/build/zip-examples.mjs + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.min.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.css + src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.css + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.js + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.js + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.min.js + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.js + src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.min.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/alert.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/base-component.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/button.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/carousel.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/collapse.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/data.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/event-handler.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/manipulator.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/selector-engine.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/dropdown.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/modal.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/offcanvas.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/popover.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/scrollspy.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/tab.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/toast.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/tooltip.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/backdrop.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/component-functions.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/config.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/focustrap.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/index.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/sanitizer.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/scrollbar.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/swipe.js + src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/template-factory.js + src/isnd/wwwroot/bower_components/bootstrap/js/index.esm.js + src/isnd/wwwroot/bower_components/bootstrap/js/index.umd.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/alert.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/base-component.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/button.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/carousel.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/collapse.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/data.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/event-handler.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/manipulator.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/selector-engine.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/dropdown.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/modal.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/offcanvas.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/popover.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/scrollspy.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/tab.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/toast.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/tooltip.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/backdrop.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/component-functions.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/config.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/focustrap.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/index.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/sanitizer.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/scrollbar.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/swipe.js + src/isnd/wwwroot/bower_components/bootstrap/js/src/util/template-factory.js + src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_banner.scss +Copyright: 2011-2024 The Bootstrap Authors + 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/index.esm.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/index.umd.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/alert.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/base-component.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/button.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/carousel.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/collapse.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/data.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/event-handler.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/manipulator.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/selector-engine.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/dropdown.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/modal.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/offcanvas.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/popover.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/scrollspy.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/tab.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/toast.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/tooltip.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/backdrop.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/component-functions.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/config.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/focustrap.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/index.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/sanitizer.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/scrollbar.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/swipe.js + __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/js/src/util/template-factory.js +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + +Files: src/isnd/wwwroot/bower_components/jquery-validation/dist/additional-methods.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/additional-methods.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery.validate.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery.validate.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ar.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_az.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bg.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bn_BD.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ca.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_cs.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_da.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_de.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_el.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_AR.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_PE.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_et.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_eu.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fa.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fi.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fr.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ge.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_gl.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_he.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hi.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hr.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hu.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hy_AM.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_id.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_is.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_it.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ja.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ka.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_kk.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ko.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lt.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lv.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_mk.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_my.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_nl.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_no.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pl.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_BR.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_PT.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ro.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ru.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sd.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_si.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sk.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sl.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr_lat.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sv.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_th.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tj.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tr.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_uk.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ur.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_vi.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh_TW.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_de.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_es_CL.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_fi.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_it.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_nl.min.js + src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_pt.min.js + src/isnd/wwwroot/bower_components/jquery-validation/src/core.js + src/isnd/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js + src/isnd/wwwroot/lib/jquery-validation/dist/additional-methods.js + src/isnd/wwwroot/lib/jquery-validation/dist/additional-methods.min.js + src/isnd/wwwroot/lib/jquery-validation/dist/jquery.validate.js + src/isnd/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js +Copyright: 2010-2013 Diego Perini, MIT licensed https://gist.github.com/dperini/729294 see also https://mathiasnens.be/demo/url-regex modified to allow protocol-relative URLs + 2015-2024 Jörn Zaefferer Released under the MIT license + 2015-2024 Jörn Zaefferer; Licensed MIT + Microsoft Corporation. +License: __NO_LICENSE__ + +Files: src/isnd/Controllers/AccountController.cs + src/isnd/Data/Account/AccountOptions.cs + src/isnd/Data/Account/ExternalProvider.cs + src/isnd/Data/Account/LoggedOutViewModel.cs + src/isnd/Data/Account/LoginInputModel.cs + src/isnd/Data/Account/LoginViewModel.cs + src/isnd/Data/Account/LogoutInputModel.cs + src/isnd/Data/Account/LogoutViewModel.cs + src/isnd/Data/Account/RedirectViewModel.cs +Copyright: Brock Allen & Dominick Baier. + __NO_COPYRIGHT__ in: src/isnd/Data/Account/AccountOptions.cs + __NO_COPYRIGHT__ in: src/isnd/Data/Account/ExternalProvider.cs + __NO_COPYRIGHT__ in: src/isnd/Data/Account/LogoutInputModel.cs +License: __UNKNOWN__ + Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. + +Files: src/isnd/wwwroot/css/site.css + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js + src/isnd/wwwroot/lib/bootstrap/scss/bootstrap-grid.scss + src/isnd/wwwroot/lib/bootstrap/scss/bootstrap.scss +Copyright: 2011-2019 The Bootstrap Authors + 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + 2011-2019 Twitter, Inc. +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + +Files: src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/LICENSE.txt + src/isnd/wwwroot/bower_components/jquery-validation/LICENSE.md + src/isnd/wwwroot/bower_components/jquery/LICENSE.txt + src/isnd/wwwroot/bower_components/popper.js/LICENSE.md + src/isnd/wwwroot/lib/jquery-validation/LICENSE.md +Copyright: 2019 Federico Zivolo + .NET Foundation and Contributors + Jörn Zaefferer + OpenJS Foundation and other contributors, https://openjsf.org/ +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +Files: src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css + src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css + src/isnd/wwwroot/lib/bootstrap/scss/bootstrap-reboot.scss +Copyright: 2011-2019 The Bootstrap Authors + 2011-2019 Twitter, Inc. +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + +Files: src/isnd/wwwroot/bower_components/qrcodejs/qrcode.js + src/isnd/wwwroot/lib/qrcodejs/qrcode.js +Copyright: 2009 Kazuhiko Arase +License: __UNKNOWN__ + URL: http://www.d-project.com/ + . + Licensed under the MIT license: + http://www.opensource.org/licenses/mit-license.php + . + The word "QR Code" is registered trademark of + DENSO WAVE INCORPORATED + http://www.denso-wave.com/qrcode/faqpatent-e.html + +Files: src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.js + src/isnd/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +Copyright: 2011-2015 Twitter, Inc. +License: __UNKNOWN__ + Licensed under the MIT license + +Files: src/isnd/wwwroot/bower_components/jquery/dist/jquery.js + src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.js +Copyright: OpenJS Foundation and other contributors Released under the MIT license https://jquery.org/license +License: __UNKNOWN__ + Date: 2023-08-28T13:37Z + +Files: src/isnd/wwwroot/lib/jquery/jquery.js +Copyright: jQuery Foundation and other contributors Released under the MIT license http://jquery.org/license +License: __UNKNOWN__ + Date: 2016-05-20T17:23Z + +Files: src/isnd/wwwroot/bower_components/bootstrap/scss/vendor/_rfs.scss +Copyright: __NO_COPYRIGHT__ in: src/isnd/wwwroot/bower_components/bootstrap/scss/vendor/_rfs.scss +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE) + . + Configuration + . + Base value + +Files: src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/docs.scss +Copyright: 2011-2024 The Bootstrap Authors +License: __UNKNOWN__ + Licensed under the Creative Commons Attribution 3.0 Unported License. + For details, see https://creativecommons.org/licenses/by/3.0/. + . + Dev notes + . + Background information on nomenclature and architecture decisions here. + . + - Bootstrap functions, variables, and mixins are included for easy reuse. + Doing so gives us access to the same core utilities provided by Bootstrap. + For example, consistent media queries through those mixins. + . + - Bootstrap's **docs variables** are prefixed with `$bd-`. + These custom colors avoid collision with the components Bootstrap provides. + . + - Classes are prefixed with `.bd-`. + These classes indicate custom-built or modified components for the design + and layout of the Bootstrap docs. They are not included in our builds. + . + Happy Bootstrapping! + . + Load Bootstrap variables and mixins + +Files: src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +Copyright: 2011-2015 Twitter, Inc. +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + //*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css + +Files: src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/application.js +Copyright: 2011-2024 The Bootstrap Authors +License: __UNKNOWN__ + Licensed under the Creative Commons Attribution 3.0 Unported License. + For details, see https://creativecommons.org/licenses/by/3.0/. + +Files: src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/snippets.js +Copyright: 2011-2024 The Bootstrap Authors +License: __UNKNOWN__ + Licensed under the Creative Commons Attribution 3.0 Unported License. + For details, see https://creativecommons.org/licenses/by/3.0/. + . + global bootstrap: false + +Files: src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/src/jquery.validate.unobtrusive.js +Copyright: .NET Foundation. +License: __UNKNOWN__ + Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + @version + . + jslint white: true, browser: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: false + global document: false, jQuery: false + +Files: src/isnd/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js +Copyright: Microsoft Corporation. +License: __UNKNOWN__ + jslint white: true, browser: true, onevar: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: false + global document: false, jQuery: false + +Files: src/isnd/wwwroot/bower_components/jquery-validation/README.md +Copyright: © Jörn Zaefferer +License: __UNKNOWN__ + Licensed under the MIT license. + +Files: src/isnd/wwwroot/lib/bootstrap/dist/css/bootstrap.css +Copyright: 2011-2015 Twitter, Inc. +License: __UNKNOWN__ + Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + . + ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css + +Files: src/isnd/wwwroot/lib/popper/popper.min.js +Copyright: 2017 Federico Zivolo +License: __UNKNOWN__ + Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). + +Files: src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/code-examples.js +Copyright: 2011-2024 The Bootstrap Authors +License: __UNKNOWN__ + Licensed under the Creative Commons Attribution 3.0 Unported License. + For details, see https://creativecommons.org/licenses/by/3.0/. + . + global ClipboardJS: false, bootstrap: false + +Files: src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/js/color-modes.js +Copyright: 2011-2024 The Bootstrap Authors +License: __UNKNOWN__ + Licensed under the Creative Commons Attribution 3.0 Unported License. + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# .build +# src/Directory.Build.props +# src/isnd/Views/Shared/_ValidationScriptsPartial.cshtml +# src/isnd/wwwroot/lib/qrcodejs/index-svg.html +# src/isnd/wwwroot/lib/qrcodejs/index.svg +# src/isnd/wwwroot/lib/qrcodejs/index.html +# src/isnd/wwwroot/lib/bootstrap/README.md +# src/isnd/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +# src/isnd/wwwroot/images/banner3.svg +# src/isnd/wwwroot/images/banner4.svg +# src/isnd/wwwroot/images/banner1.svg +# src/isnd/wwwroot/images/banner2.svg +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/nuget.config +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Microsoft.jQuery.Unobtrusive.Validation.nuspec +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/dependencies.props +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Sign.props +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/build.proj +# src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Sign.proj +# src/isnd/wwwroot/bower_components/qrcodejs/index.svg +# src/isnd/wwwroot/bower_components/qrcodejs/index.html +# src/isnd/wwwroot/bower_components/popper.js/README.md +# src/isnd/wwwroot/bower_components/popper.js/.github/PULL_REQUEST_TEMPLATE.md +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/rtl.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/container-border.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/clipping-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/borders-and-margins.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/html-scroll-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/fixed-container.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-html-fixed.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-html.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/containing-block.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/virtual-reference.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/rtl-body.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-body.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/basic.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/no-common-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/virtual.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/decimal-size.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/svg.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/test.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/resize.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/rounding.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-basic.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/parent-through-assigned-slot.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested-alt.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested-same.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll-same-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll-alt-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-parent-multiple.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/mobile/fixed.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/mobile/viewport.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-basic.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested-alt.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested-same.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll-same-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll-alt-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-parent-multiple.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/alt-boundary.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/altAxis-false.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/main.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/flipVariations-false.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation-larger.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation-shorter.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/offset/index.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/altAxis-tether-non-origin.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/start-variation.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/body-render.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/no-tether.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/arrow.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/svg-boundary.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/main.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/offset-parent-border.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/point.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/edge.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/altAxis-tether-origin.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/end-variation.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-top.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-top-gpu.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-left-gpu.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/main.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-left.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/hide/index.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/arrow/hide.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/arrow/main.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/same-offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent-2.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/same.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/basic.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent-multiple.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-host-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-parent-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/popper-scaled.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-parent-host-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/reference-scaled.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-parent-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-parent-host-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-host-translated.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/different-scales.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/parent-scaled.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/whitelist.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/main.html +# src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/variation.html +# src/isnd/wwwroot/bower_components/bootstrap/README.md +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/index.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/scrollspy.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/input.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/button.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/dropdown.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/popover.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/collapse.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/toast.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/tab.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/modal.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/tooltip.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/alert.html +# src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/carousel.html +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/webpack.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/vite.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/safari-pinned-tab.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-black.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-white.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/analytics.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/footer.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/stylesheet.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/guide-footer.md +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/ads.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/header.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-sidebar.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-navbar.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/redirect.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/skippy.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/plugins.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/css-variables.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/themes.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/components-utilities.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/masthead.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/icons.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/get-started.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/customize.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/bootstrap-white-fill.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/droplet-fill.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/opencollective.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/circle-square.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/github.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/twitter.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/hamburger.svg +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/baseof.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/examples.html +# src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/_markup/render-heading.html +# src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.sass.nuspec +# src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.nuspec + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: LICENSE + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + . + Copyright (C) 2004 Sam Hocevar + . + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + . + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + . + 0. You just DO WHAT THE FUCK YOU WANT TO. + . diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..522e345 --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ + +# You must remove unused comment lines for the released package. diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..522e345 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ + +# You must remove unused comment lines for the released package. diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..522e345 --- /dev/null +++ b/debian/links @@ -0,0 +1,2 @@ + +# You must remove unused comment lines for the released package. diff --git a/debian/maintscript.ex b/debian/maintscript.ex new file mode 100644 index 0000000..34601ea --- /dev/null +++ b/debian/maintscript.ex @@ -0,0 +1,7 @@ +# see: dh_installdeb(1), dpkg-maintscript-helper(1) +# For renaming a conffile, you are advised to uncomment and edit the following +#dpkg-maintscript-helper mv_conffile old-conffile new-conffile prior-version package +# For switching a symlink to directory, you are advised to uncomment and edit the following +#dpkg-maintscript-helper symlink_to_dir pathname old-target prior-version package +# For switching a directory to symlink, you are advised to uncomment and edit the following +#dpkg-maintscript-helper dir_to_symlink pathname new-target prior-version package diff --git a/debian/manpage.1.ex b/debian/manpage.1.ex new file mode 100644 index 0000000..3c8d596 --- /dev/null +++ b/debian/manpage.1.ex @@ -0,0 +1,73 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" (C) Copyright 2025 Paul Schneider , +.\" +.\" See man(1), man(7) and man-pages(7), https://www.tldp.org/HOWTO/Man-Page/ +.\" for the documentation about man-pages and man-page-formatting: +.\" +.\" 1. Use this as the template for the manpage for after +.\" renaming this file to .1 (if it is for section 1). +.\" +.\" 2. List the path to this file in debian/.manpages to +.\" install this manpage to the target binary package. +.\" +.\" First parameter, YAVSC, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" +.\" Easier way to make an initial manpage for commands is the use of help2man +.\" command provided by help2man package while using this file as an tutorial +.\" to understand what was created or to make touch-up edits. +.\" +.\" Other template files (manpage.*) created by debmake command are secondary +.\" helper files to create an initial manpage. +.\" +.TH YAVSC SECTION "08 Jun 2025" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +yavsc \- program to do something +.SH SYNOPSIS +.B yavsc +.RI [ options ] " files" ... +.br +.B bar +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B yavsc +and +.B bar +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fByavsc\fP is a program that... +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.SH SEE ALSO +.BR bar (1), +.BR baz (1). +.br +The programs are documented fully by +.IR "The Rise and Fall of a Fooish Bar" , +available via the Info system. diff --git a/debian/manpage.asciidoc.ex b/debian/manpage.asciidoc.ex new file mode 100644 index 0000000..43048ee --- /dev/null +++ b/debian/manpage.asciidoc.ex @@ -0,0 +1,44 @@ += @UPACKAGE@(1) +:man source: YAVSC +:man version: 1.1.0-1 +:man manual: YAVSC Manual + +// Secondary template file to make manpage.1 +// +// See "AsciiDoc Syntax Quick Reference" +// https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/ +// https://docs.asciidoctor.org/asciidoctor/latest/manpage-backend/ + +// convert by: +// $ asciidoctor --doctype manpage -b manpage -a 'newline=\n' yavsc.asciidoc + +== NAME + +yavsc - program to do something + +== SYNOPSIS + +*yavsc* [*-h*] ... + + +== DESCRIPTION + +*yavsc* do something. + +=== optional arguments: + +*-h*, *--help*:: + show this help message and exit. + + +== AUTHOR + +Copyright © 2025 Paul Schneider + +== LICENSE + +MIT License + +== SEE ALSO + +See also ... diff --git a/debian/manpage.md.ex b/debian/manpage.md.ex new file mode 100644 index 0000000..9487ffe --- /dev/null +++ b/debian/manpage.md.ex @@ -0,0 +1,129 @@ +% YAVSC(SECTION) | User Commands +% +% "08 Jun 2025" + +[comment]: # Secondary template file to make manpage.1 +[comment]: # +[comment]: # The lines above form a Pandoc metadata block. They must be +[comment]: # the first ones in the file. +[comment]: # See https://pandoc.org/MANUAL.html#metadata-blocks for details. + +[comment]: # pandoc -s -f markdown -t man package.md -o package.1 +[comment]: # +[comment]: # A manual page package.1 will be generated. You may view the +[comment]: # manual page with: nroff -man package.1 | less. A typical entry +[comment]: # in a Makefile or Makefile.am is: +[comment]: # +[comment]: # package.1: package.md +[comment]: # pandoc --standalone --from=markdown --to=man $< --output=$@ +[comment]: # +[comment]: # The pandoc binary is found in the pandoc package. Please remember +[comment]: # that if you create the nroff version in one of the debian/rules +[comment]: # file targets, such as build, you will need to include pandoc in +[comment]: # your Build-Depends control field. + +[comment]: # lowdown is a low dependency, lightweight alternative to +[comment]: # pandoc as a markdown to manpage translator. Use with: +[comment]: # +[comment]: # package.1: package.md +[comment]: # lowdown -s -Tman -o $@ $< +[comment]: # +[comment]: # And add lowdown to the Build-Depends control field. + +[comment]: # Remove the lines starting with '[comment]:' in this file in order +[comment]: # to avoid warning messages. + +# NAME + +yavsc - short summary + +# SYNOPSIS + +**yavsc** **-e** _this_ [**\-\-example=that**] [{**-e** | **\-\-example**} _this_] + [{**-e** | **\-\-example**} {_this_ | _that_}] + +**yavsc** [{**-h** | *\-\-help**} | {**-v** | **\-\-version**}] + +# DESCRIPTION + +**yavsc** is a program that... + +# OPTIONS + +The program follows the usual GNU command line syntax, with long options +starting with two dashes ('-'). A summary of options is included below. + +**-e** _this_, **\-\-example=**_that_ +: Does this and that. + +**-h**, **\-\-help** +: Show summary of options. + +**-v**, **\-\-version** +: Show version of program. + +# FILES + +/etc/foo.conf +: The system-wide configuration file to control the behaviour of + yavsc. See **foo.conf**(5) for further details. + +${HOME}/.foo.conf +: The per-user configuration file to control the behaviour of + yavsc. See **foo.conf**(5) for further details. + +# ENVIRONMENT + +**FOO_CONF** +: If used, the defined file is used as configuration file (see also + the section called “FILES”). + +# DIAGNOSTICS + +The following diagnostics may be issued on stderr: + +Bad configuration file. Exiting. +: The configuration file seems to contain a broken configuration + line. Use the **\-\-verbose** option, to get more info. + +**yavsc** provides some return codes, that can be used in scripts: + + Code Diagnostic + 0 Program exited successfully. + 1 The configuration file seems to be broken. + +# BUGS + +The program is currently limited to only work with the foobar library. + +The upstream BTS can be found at https://bugzilla.foo.tld. + +# SEE ALSO + +**bar**(1), **baz**(1), **foo.conf**(5) + +The programs are documented fully by The Rise and Fall of a Fooish Bar +available via the **info**(1) system. + +# AUTHOR + +Paul Schneider +: Wrote this manpage for the Debian system. + +# COPYRIGHT + +Copyright © 2025 Paul Schneider + +This manual page was written for the Debian system (and may be used by +others). + +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 or (at your option) +any later version published by the Free Software Foundation. + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL. + +[comment]: # Local Variables: +[comment]: # mode: markdown +[comment]: # End: diff --git a/debian/manpage.sgml.ex b/debian/manpage.sgml.ex new file mode 100644 index 0000000..c6faabd --- /dev/null +++ b/debian/manpage.sgml.ex @@ -0,0 +1,144 @@ + + + + FIRSTNAME"> + SURNAME"> + + 08 Jun 2025"> + + SECTION"> + paul@localhost"> + + YAVSC"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + program to do something + + + + &dhpackage; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; and bar + commands. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in the &gnu; + Info format; see below. + + &dhpackage; is a program that... + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + Info files. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + SEE ALSO + + bar (1), baz (1). + + The programs are documented fully by The Rise and + Fall of a Fooish Bar available via the + Info system. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (and may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + diff --git a/debian/manpage.xml.ex b/debian/manpage.xml.ex new file mode 100644 index 0000000..e951174 --- /dev/null +++ b/debian/manpage.xml.ex @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + +]> + + + + &dhtitle; + &dhpackage; + + + &dhfirstname; + &dhsurname; + Wrote this manpage for the Debian system. +
+ &dhemail; +
+
+
+ + 2007 + &dhusername; + + + This manual page was written for the Debian system + (and may be used by others). + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU General Public License, + Version 2 or (at your option) any later version published by + the Free Software Foundation. + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + +
+ + &dhucpackage; + &dhsection; + + + &dhpackage; + program to do something + + + + &dhpackage; + + + + + + + + + this + + + + + + + + this + that + + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + DESCRIPTION + This manual page documents briefly the + &dhpackage; and bar + commands. + This manual page was written for the Debian distribution + because the original program does not have a manual page. + Instead, it has documentation in the GNU + info + 1 + format; see below. + &dhpackage; is a program that... + + + OPTIONS + The program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + + info + 1 + files. + + + + + + + Does this and that. + + + + + + + Show summary of options. + + + + + + + Show version of program. + + + + + + FILES + + + /etc/foo.conf + + The system-wide configuration file to control the + behaviour of &dhpackage;. See + + foo.conf + 5 + for further details. + + + + ${HOME}/.foo.conf + + The per-user configuration file to control the + behaviour of &dhpackage;. See + + foo.conf + 5 + for further details. + + + + + + ENVIRONMENT + + + FOO_CONF + + If used, the defined file is used as configuration + file (see also ). + + + + + + DIAGNOSTICS + The following diagnostics may be issued + on stderr: + + + Bad configuration file. Exiting. + + The configuration file seems to contain a broken configuration + line. Use the option, to get more info. + + + + + &dhpackage; provides some return codes, that can + be used in scripts: + + Code + Diagnostic + + 0 + Program exited successfully. + + + 1 + The configuration file seems to be broken. + + + + + + BUGS + The program is currently limited to only work + with the foobar library. + The upstreams BTS can be found + at . + + + SEE ALSO + + + bar + 1 + , + baz + 1 + , + foo.conf + 5 + + The programs are documented fully by The Rise and + Fall of a Fooish Bar available via the + info + 1 + system. + +
diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/postinst.ex b/debian/postinst.ex new file mode 100644 index 0000000..220990b --- /dev/null +++ b/debian/postinst.ex @@ -0,0 +1,7 @@ +#!/bin/sh +# If no user provided script is activated in this file, you should remove this file. +set -e + +#DEBHELPER# + +exit 0 diff --git a/debian/postrm.ex b/debian/postrm.ex new file mode 100644 index 0000000..220990b --- /dev/null +++ b/debian/postrm.ex @@ -0,0 +1,7 @@ +#!/bin/sh +# If no user provided script is activated in this file, you should remove this file. +set -e + +#DEBHELPER# + +exit 0 diff --git a/debian/preinst.ex b/debian/preinst.ex new file mode 100644 index 0000000..220990b --- /dev/null +++ b/debian/preinst.ex @@ -0,0 +1,7 @@ +#!/bin/sh +# If no user provided script is activated in this file, you should remove this file. +set -e + +#DEBHELPER# + +exit 0 diff --git a/debian/prerm.ex b/debian/prerm.ex new file mode 100644 index 0000000..220990b --- /dev/null +++ b/debian/prerm.ex @@ -0,0 +1,7 @@ +#!/bin/sh +# If no user provided script is activated in this file, you should remove this file. +set -e + +#DEBHELPER# + +exit 0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b11990d --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 + +%: + dh $@ + +#override_dh_auto_install: +# dh_auto_install -- prefix=/usr + +#override_dh_install: +# dh_install --list-missing -X.pyc -X.pyo diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..661e26b --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,25 @@ +# For more information on what jobs are run see: +# https://salsa.debian.org/salsa-ci-team/pipeline +# +# To enable the jobs, go to your repository (at salsa.debian.org) +# and click over Settings > CI/CD > Expand (in General pipelines). +# In "CI/CD configuration file" write debian/salsa-ci.yml and click +# in "Save Changes". The CI tests will run after the next commit. +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +# # This commented-out sample disables all default tests, only disable those +# # CI tests that is required to get the CI process to succeed. +# +# variables: +# SALSA_CI_DISABLE_APTLY: 1 +# SALSA_CI_DISABLE_AUTOPKGTEST: 1 +# SALSA_CI_DISABLE_BLHC: 1 +# SALSA_CI_DISABLE_LINTIAN: 1 +# SALSA_CI_DISABLE_PIUPARTS: 1 +# SALSA_CI_DISABLE_REPROTEST: 1 +# SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 +# SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 +# SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 +# SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides.ex b/debian/source/lintian-overrides.ex new file mode 100644 index 0000000..c30989a --- /dev/null +++ b/debian/source/lintian-overrides.ex @@ -0,0 +1,2 @@ +# See dh_lintian(1) +# cut and paste the lintian(1) outputs without leading "E: ", "W: ", ... diff --git a/debian/source/local-options.ex b/debian/source/local-options.ex new file mode 100644 index 0000000..33a4e04 --- /dev/null +++ b/debian/source/local-options.ex @@ -0,0 +1,47 @@ +# Uncomment to active options. See dpkg-source(1) +# +# This file contains a list of long options that should be automatically +# prepended to the set of command line options of a dpkg-source --build call. + +# This is normally for the non-native Debian packaging. + +# Whenever possible, use this instead of debian/local-options to make +# dpkg-source long options applied for the team builds based on the VCS +# repository while NMU builds based on the Debian source package are not +# affected. + +# == Patch unapplied strategy (dquilt, gbp, ...) == +# +# The source outside of debian/ directory is unmodified from the upstream one: +# * Workflow using diff -u +# https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#diff-u +# * Workflow using dquilt +# https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dquilt +# * Workflow using dpkg-source commit (commit only patch to VCS after dpkg-source commit) +# https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dpkg-source-commit +# * Workflow to use gbp-buildpackage(1) with pristine-tar +# * Workflow described in dgit-maint-gbp(7) +# +# Uncomment following if you use this strategy +#abort-on-upstream-changes +#unapply-patches + +# == Patch applied strategy (merge) == +# +# The source outside of debian/ directory is modified by maintainer and +# different from the upstream one: +# * Workflow using dpkg-source commit (commit all to VCS after dpkg-source commit) +# https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dpkg-source-commit +# * Workflow described in dgit-maint-merge(7) +# +# uncomment following if you use this strategy +#single-debian-patch +#auto-commit + +# == Patch applied strategy (debrebase) == +# +# The source outside of debian/ directory is modified by maintainer and +# different from the upstream one: +# * Workflow described in dgit-maint-debrebase(7) +# +# Remove this file if you use this strategy diff --git a/debian/source/local-patch-header.ex b/debian/source/local-patch-header.ex new file mode 100644 index 0000000..0db7a12 --- /dev/null +++ b/debian/source/local-patch-header.ex @@ -0,0 +1,26 @@ +The automatically generated patch by dpkg-source(1) puts this free form text on +top of it. + +This is normally for the non-native Debian packaging. + +Whenever possible, use this instead of debian/patch-header to make dpkg-source +long options applied for the team builds based on the VCS repository while NMU +builds based on the Debian source package are not affected. + +== Patch applied strategy (merge) == + +The source outside of debian/ directory is modified by maintainer and +different from the upstream one: + * Workflow using dpkg-source commit (commit all to VCS after dpkg-source commit) + https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dpkg-source-commit + * Workflow described in dgit-maint-merge(7) + +Keep this file after updating its content if you use this strategy + +== Other strategies == + +Remove this file if you use this strategy + +=== + +A single combined diff, containing all the changes, follows. diff --git a/debian/source/options.ex b/debian/source/options.ex new file mode 100644 index 0000000..29b5059 --- /dev/null +++ b/debian/source/options.ex @@ -0,0 +1,10 @@ +# Uncomment to active options. See dpkg-source(1) +# +# This file contains a list of long options that should be automatically +# prepended to the set of command line options of a dpkg-source --build call. + +# This is normally for the non-native Debian packaging. + +# Whenever possible, use debian/local-options instead to make dpkg-source long +# options applied for the team builds based on the VCS repository while NMU +# builds based on the Debian source package are not affected. diff --git a/debian/source/patch-header.ex b/debian/source/patch-header.ex new file mode 100644 index 0000000..26fd1ab --- /dev/null +++ b/debian/source/patch-header.ex @@ -0,0 +1,12 @@ +The automatically generated patch by dpkg-source(1) puts this free form text on +top of it. + +This is normally for the non-native Debian packaging. + +Whenever possible, use debian/local-patch-header instead to make dpkg-source long +options applied for the team builds based on the VCS repository while NMU +builds based on the Debian source package are not affected. + +A single combined diff, containing all the changes, follows. + +=== diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..f61fd44 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,9 @@ +# +# DEP-8: autopkgtest - automatic as-installed package testing +# Please check * https://dep-team.pages.debian.net/deps/dep8/ +# * /usr/share/doc/autopkgtest +# +# !!! Please make sure to edit this to a valid test, otherwise build will fails +# +#Tests: testcode.sh +#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..dc2feb0 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,16 @@ +# +# DEP-12: Per-package machine-readable metadata about Upstream +# Please check * https://dep-team.pages.debian.net/deps/dep12/ +# * https://wiki.debian.org/UpstreamMetadata +Reference: + Author: + Title: + Journal: + Year: + Volume: + Number: + Pages: + DOI: + PMID: + URL: + eprint: diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6ebdc86 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +# You must remove unused comment lines for the released package. +# Compulsory line, this is a version 4 file +version=4 diff --git a/debian/yavsc.bug-control.ex b/debian/yavsc.bug-control.ex new file mode 100644 index 0000000..ee1dd11 --- /dev/null +++ b/debian/yavsc.bug-control.ex @@ -0,0 +1,3 @@ +# Installed as usr/share/bug/yavsc/control in yavsc +# See dh_bugfiles(1) and /usr/share/doc/reportbug/README.developers.gz +# It is the bug control file containing some directions for the bug reporting tool. diff --git a/debian/yavsc.bug-presubj.ex b/debian/yavsc.bug-presubj.ex new file mode 100644 index 0000000..8435f3e --- /dev/null +++ b/debian/yavsc.bug-presubj.ex @@ -0,0 +1,3 @@ +# Installed as usr/share/bug/yavsc/presubj in yavsc +# See dh_bugfiles(1) and /usr/share/doc/reportbug/README.developers.gz +# The contents of this file are displayed to the user by the bug reporting tool. diff --git a/debian/yavsc.bug-script.ex b/debian/yavsc.bug-script.ex new file mode 100644 index 0000000..b758d14 --- /dev/null +++ b/debian/yavsc.bug-script.ex @@ -0,0 +1,3 @@ +# Installed as usr/share/bug/yavsc or usr/share/bug/yavsc/script in yavsc +# See dh_bugfiles(1) and /usr/share/doc/reportbug/README.developers.gz +# This is the script to be run by the bug reporting program for generating a bug report template. diff --git a/debian/yavsc.conffiles.ex b/debian/yavsc.conffiles.ex new file mode 100644 index 0000000..2e6c672 --- /dev/null +++ b/debian/yavsc.conffiles.ex @@ -0,0 +1,10 @@ +# See dh_installdeb(1). +# This file will be installed into the DEBIAN directory. The provided file will +# be enriched by debhelper to include all the conffiles auto-detected by +# debhelper (the maintainer should not list there as debhelper assumes it +# should handle that part). +# +# This file is primarily useful for using "special" entries such as the +# remove-on-upgrade feature from dpkg. +# +# For most packages, this file doesn’t need to exist. diff --git a/debian/yavsc.cron.d.ex b/debian/yavsc.cron.d.ex new file mode 100644 index 0000000..994db25 --- /dev/null +++ b/debian/yavsc.cron.d.ex @@ -0,0 +1,5 @@ +# +# Regular cron jobs for the yavsc package +# See dh_installcron(1) and crontab(5). +# +#0 4 * * * root [ -x /usr/bin/yavsc_maintenance ] && /usr/bin/yavsc_maintenance diff --git a/debian/yavsc.cron.daily.ex b/debian/yavsc.cron.daily.ex new file mode 100644 index 0000000..8c15c69 --- /dev/null +++ b/debian/yavsc.cron.daily.ex @@ -0,0 +1,3 @@ +#!/bin/sh +# Daily cron jobs shell script for the yavsc package +#true diff --git a/debian/yavsc.cron.hourly.ex b/debian/yavsc.cron.hourly.ex new file mode 100644 index 0000000..652fe60 --- /dev/null +++ b/debian/yavsc.cron.hourly.ex @@ -0,0 +1,3 @@ +#!/bin/sh +# Hourly cron jobs shell script for the yavsc package +#true diff --git a/debian/yavsc.cron.monthly.ex b/debian/yavsc.cron.monthly.ex new file mode 100644 index 0000000..f2f2039 --- /dev/null +++ b/debian/yavsc.cron.monthly.ex @@ -0,0 +1,3 @@ +#!/bin/sh +# Monthly cron jobs shell script for the yavsc package +#true diff --git a/debian/yavsc.cron.weekly.ex b/debian/yavsc.cron.weekly.ex new file mode 100644 index 0000000..e4509fd --- /dev/null +++ b/debian/yavsc.cron.weekly.ex @@ -0,0 +1,3 @@ +#!/bin/sh +# Weekly cron jobs shell script for the yavsc package +#true diff --git a/debian/yavsc.default.ex b/debian/yavsc.default.ex new file mode 100644 index 0000000..9168b16 --- /dev/null +++ b/debian/yavsc.default.ex @@ -0,0 +1,7 @@ +# Defaults for yavsc initscript + +# +# This is a POSIX shell fragment +# + +#DAEMON_OPTS="" diff --git a/debian/yavsc.emacsen-install.ex b/debian/yavsc.emacsen-install.ex new file mode 100644 index 0000000..19da31c --- /dev/null +++ b/debian/yavsc.emacsen-install.ex @@ -0,0 +1,47 @@ +#! /bin/sh -e +# /usr/lib/emacsen-common/packages/install/yavsc + +# Written by Jim Van Zandt , borrowing heavily +# from the install scripts for gettext by Santiago Vila +# and octave by Dirk Eddelbuettel . + +FLAVOR=$1 +PACKAGE=yavsc + +if [ ${FLAVOR} = emacs ]; then exit 0; fi + +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} + +#FLAVORTEST=`echo $FLAVOR | cut -c-6` +#if [ ${FLAVORTEST} = xemacs ] ; then +# SITEFLAG="-no-site-file" +#else +# SITEFLAG="--no-site-file" +#fi +FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" + +ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} +ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} +ELRELDIR=../../../emacs/site-lisp/${PACKAGE} + +# Install-info-altdir does not actually exist. +# Maybe somebody will write it. +if test -x /usr/sbin/install-info-altdir; then + echo install/${PACKAGE}: install Info links for ${FLAVOR} + install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz +fi + +install -m 755 -d ${ELCDIR} +cd ${ELDIR} +FILES=`echo *.el` +cd ${ELCDIR} +ln -sf ${ELRELDIR}/*.el . + +cat << EOF > path.el +(debian-pkg-add-load-path-item ".") +(setq byte-compile-warnings nil) +EOF +${FLAVOR} ${FLAGS} ${FILES} +rm -f path.el + +exit 0 diff --git a/debian/yavsc.emacsen-remove.ex b/debian/yavsc.emacsen-remove.ex new file mode 100644 index 0000000..2120701 --- /dev/null +++ b/debian/yavsc.emacsen-remove.ex @@ -0,0 +1,15 @@ +#!/bin/sh -e +# /usr/lib/emacsen-common/packages/remove/yavsc + +FLAVOR=$1 +PACKAGE=yavsc + +if [ ${FLAVOR} != emacs ]; then + if test -x /usr/sbin/install-info-altdir; then + echo remove/${PACKAGE}: removing Info links for ${FLAVOR} + install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/share/info/yavsc.info.gz + fi + + echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} + rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} +fi diff --git a/debian/yavsc.emacsen-startup.ex b/debian/yavsc.emacsen-startup.ex new file mode 100644 index 0000000..ebe6639 --- /dev/null +++ b/debian/yavsc.emacsen-startup.ex @@ -0,0 +1,26 @@ +;; -*-emacs-lisp-*- +;; +;; Emacs startup file, e.g. /etc/emacs/site-start.d/50yavsc.el +;; for the Debian yavsc package +;; +;; Originally contributed by Nils Naumann +;; Modified by Dirk Eddelbuettel +;; Adapted for dh-make by Jim Van Zandt + +;; The yavsc package follows the Debian/GNU Linux 'emacsen' policy and +;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, +;; xemacs19, emacs20, xemacs20...). The compiled code is then +;; installed in a subdirectory of the respective site-lisp directory. +;; We have to add this to the load-path: +(let ((package-dir (concat "/usr/share/" + (symbol-name debian-emacs-flavor) + "/site-lisp/yavsc"))) +;; If package-dir does not exist, the yavsc package must have +;; removed but not purged, and we should skip the setup. + (when (file-directory-p package-dir) + (if (fboundp 'debian-pkg-add-load-path-item) + (debian-pkg-add-load-path-item package-dir) + (setq load-path (cons package-dir load-path))) + (autoload 'yavsc-mode "yavsc-mode" + "Major mode for editing yavsc files." t) + (add-to-list 'auto-mode-alist '("\\.yavsc$" . yavsc-mode)))) diff --git a/debian/yavsc.lintian-overrides.ex b/debian/yavsc.lintian-overrides.ex new file mode 100644 index 0000000..c59e9d8 --- /dev/null +++ b/debian/yavsc.lintian-overrides.ex @@ -0,0 +1,2 @@ +# See dh_lintian(1) and Lintian User Manual (/usr/share/doc/lintian/lintian.html) +# cut and paste the lintian(1) outputs without leading "E: ", "W: ", ... diff --git a/debian/yavsc.service.ex b/debian/yavsc.service.ex new file mode 100644 index 0000000..011cda1 --- /dev/null +++ b/debian/yavsc.service.ex @@ -0,0 +1,2 @@ +# If this exists, it is installed into lib/systemd/system/yavsc.service in yavsc +# See dh_systemd_enable(1). diff --git a/debian/yavsc.tmpfile.ex b/debian/yavsc.tmpfile.ex new file mode 100644 index 0000000..3b0c15a --- /dev/null +++ b/debian/yavsc.tmpfile.ex @@ -0,0 +1,2 @@ +# If this exists, it is installed into usr/lib/tmpfiles.d/yavsc.conf in yavsc +# See dh_installtmpfiles(1). diff --git a/src/Directory.Build.props b/src/Directory.Build.props deleted file mode 100644 index 45649de..0000000 --- a/src/Directory.Build.props +++ /dev/null @@ -1,11 +0,0 @@ - - - 1.0.8 - paul - WFPL - - - -git - -