aboutsummaryrefslogtreecommitdiff
path: root/www/groupoffice
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2022-02-17 20:16:55 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2022-02-17 20:18:09 +0000
commitbc5e749a639159b1bc58a4e65b3996e267e30c1b (patch)
tree818b158c9615a6e8ed229ff4d427ed15e733551c /www/groupoffice
parentcbdfb0e7c2b7b939ac90ddf237347750f07ec2a7 (diff)
downloadports-bc5e749a639159b1bc58a4e65b3996e267e30c1b.tar.gz
ports-bc5e749a639159b1bc58a4e65b3996e267e30c1b.zip
Diffstat (limited to 'www/groupoffice')
-rw-r--r--www/groupoffice/Makefile2
-rw-r--r--www/groupoffice/distinfo6
-rw-r--r--www/groupoffice/pkg-plist279
3 files changed, 253 insertions, 34 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index 1a857e34ce97..6d42e0b29684 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -2,7 +2,7 @@
PORTNAME= groupoffice
DISTVERSIONPREFIX= com-
-DISTVERSION= 6.4.231
+DISTVERSION= 6.4.247
CATEGORIES= www
MASTER_SITES= SF/group-office/${DISTVERSION:R}
DISTNAME= ${PORTNAME}-${DISTVERSION}-php-71
diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo
index 60a390a3ea2c..ba970a5c9c56 100644
--- a/www/groupoffice/distinfo
+++ b/www/groupoffice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618158430
-SHA256 (groupoffice-6.4.231-php-71.tar.gz) = 58ea4b631f7dc15a60ed38819335092e220d983733fb24677b64f28bba4ce37e
-SIZE (groupoffice-6.4.231-php-71.tar.gz) = 49117483
+TIMESTAMP = 1645128190
+SHA256 (groupoffice-6.4.247-php-71.tar.gz) = 4cf033d7999101bc8f2a5b37d41e773c192169ad48d7341100dcb75d2604e0f0
+SIZE (groupoffice-6.4.247-php-71.tar.gz) = 49266330
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index bcdfc9e10de5..875babe95621 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -11,7 +11,7 @@
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
%%WWWDIR%%/config.php.example
-@sample %%WWWDIR%%/config.php.sample
+%%WWWDIR%%/config.php.sample
%%WWWDIR%%/controller/AclGroupController.php
%%WWWDIR%%/controller/AdvancedSearchController.php
%%WWWDIR%%/controller/AuthController.php
@@ -2999,6 +2999,7 @@
%%WWWDIR%%/modules/projects2/model/TimeEntry.php
%%WWWDIR%%/modules/projects2/model/Timer.php
%%WWWDIR%%/modules/projects2/model/Type.php
+%%WWWDIR%%/modules/projects2/model/UserSettings.php
%%WWWDIR%%/modules/projects2/readme.txt
%%WWWDIR%%/modules/projects2/report/AbstractReport.php
%%WWWDIR%%/modules/projects2/report/EmployeesReport.php
@@ -3061,6 +3062,7 @@
%%WWWDIR%%/modules/projects2/views/Extjs3/ToGroupDialog.js
%%WWWDIR%%/modules/projects2/views/Extjs3/TypeDialog.js
%%WWWDIR%%/modules/projects2/views/Extjs3/TypesGrid.js
+%%WWWDIR%%/modules/projects2/views/Extjs3/UserSettingsPanel.js
%%WWWDIR%%/modules/projects2/views/Extjs3/customfield/Project.js
%%WWWDIR%%/modules/projects2/views/Extjs3/customfield/ProjectCombo.js
%%WWWDIR%%/modules/projects2/views/Extjs3/customfield/ProjectDialog.js
@@ -4121,14 +4123,14 @@
%%WWWDIR%%/vendor/composer/autoload_real.php
%%WWWDIR%%/vendor/composer/autoload_static.php
%%WWWDIR%%/vendor/composer/installed.json
-%%WWWDIR%%/vendor/defuse/php-encryption/.gitignore
-%%WWWDIR%%/vendor/defuse/php-encryption/.php_cs
%%WWWDIR%%/vendor/defuse/php-encryption/LICENSE
%%WWWDIR%%/vendor/defuse/php-encryption/README.md
%%WWWDIR%%/vendor/defuse/php-encryption/bin/generate-defuse-key
%%WWWDIR%%/vendor/defuse/php-encryption/composer.json
%%WWWDIR%%/vendor/defuse/php-encryption/dist/Makefile
%%WWWDIR%%/vendor/defuse/php-encryption/dist/box.json
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/signingkey-new.asc
+%%WWWDIR%%/vendor/defuse/php-encryption/dist/signingkey-new.asc.sig
%%WWWDIR%%/vendor/defuse/php-encryption/dist/signingkey.asc
%%WWWDIR%%/vendor/defuse/php-encryption/docs/CryptoDetails.md
%%WWWDIR%%/vendor/defuse/php-encryption/docs/FAQ.md
@@ -4140,7 +4142,6 @@
%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/File.md
%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/Key.md
%%WWWDIR%%/vendor/defuse/php-encryption/docs/classes/KeyProtectedByPassword.md
-%%WWWDIR%%/vendor/defuse/php-encryption/psalm.xml
%%WWWDIR%%/vendor/defuse/php-encryption/src/Core.php
%%WWWDIR%%/vendor/defuse/php-encryption/src/Crypto.php
%%WWWDIR%%/vendor/defuse/php-encryption/src/DerivedKeys.php
@@ -4642,6 +4643,7 @@
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
@@ -4658,15 +4660,14 @@
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Utils.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions.php
%%WWWDIR%%/vendor/guzzlehttp/guzzle/src/functions_include.php
-%%WWWDIR%%/vendor/guzzlehttp/promises/.php_cs.dist
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/vendor-bin/php-cs-fixer/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/vendor-bin/phpstan/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/vendor-bin/psalm/composer.json
%%WWWDIR%%/vendor/guzzlehttp/promises/CHANGELOG.md
%%WWWDIR%%/vendor/guzzlehttp/promises/LICENSE
%%WWWDIR%%/vendor/guzzlehttp/promises/Makefile
%%WWWDIR%%/vendor/guzzlehttp/promises/README.md
%%WWWDIR%%/vendor/guzzlehttp/promises/composer.json
-%%WWWDIR%%/vendor/guzzlehttp/promises/phpstan-baseline.neon
-%%WWWDIR%%/vendor/guzzlehttp/promises/phpstan.neon.dist
-%%WWWDIR%%/vendor/guzzlehttp/promises/psalm.xml
%%WWWDIR%%/vendor/guzzlehttp/promises/src/AggregateException.php
%%WWWDIR%%/vendor/guzzlehttp/promises/src/CancellationException.php
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Coroutine.php
@@ -4685,6 +4686,11 @@
%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php
%%WWWDIR%%/vendor/guzzlehttp/promises/src/functions.php
%%WWWDIR%%/vendor/guzzlehttp/promises/src/functions_include.php
+%%WWWDIR%%/vendor/guzzlehttp/psr7/.github/workflows/bc.yml
+%%WWWDIR%%/vendor/guzzlehttp/psr7/.github/workflows/ci.yml
+%%WWWDIR%%/vendor/guzzlehttp/psr7/.github/workflows/integration.yml
+%%WWWDIR%%/vendor/guzzlehttp/psr7/.github/workflows/static.yml
+%%WWWDIR%%/vendor/guzzlehttp/psr7/.php_cs.dist
%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE
%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
@@ -4928,6 +4934,7 @@
%%WWWDIR%%/vendor/maennchen/zipstream-php/test/ZipStreamTest.php
%%WWWDIR%%/vendor/maennchen/zipstream-php/test/bootstrap.php
%%WWWDIR%%/vendor/maennchen/zipstream-php/test/bug/BugHonorFileTimeTest.php
+%%WWWDIR%%/vendor/markbaker/complex/.github/workflows/main.yml
%%WWWDIR%%/vendor/markbaker/complex/README.md
%%WWWDIR%%/vendor/markbaker/complex/classes/Autoloader.php
%%WWWDIR%%/vendor/markbaker/complex/classes/Bootstrap.php
@@ -4980,36 +4987,39 @@
%%WWWDIR%%/vendor/markbaker/complex/examples/testFunctions.php
%%WWWDIR%%/vendor/markbaker/complex/examples/testOperations.php
%%WWWDIR%%/vendor/markbaker/complex/license.md
+%%WWWDIR%%/vendor/markbaker/matrix/.github/workflows/main.yaml
%%WWWDIR%%/vendor/markbaker/matrix/README.md
%%WWWDIR%%/vendor/markbaker/matrix/buildPhar.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/Autoloader.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/Bootstrap.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Builder.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Decomposition/Decomposition.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Decomposition/LU.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Decomposition/QR.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Div0Exception.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Exception.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/adjoint.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/antidiagonal.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/cofactors.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/determinant.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/diagonal.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/identity.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/inverse.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/minors.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/trace.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Functions/transpose.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Matrix.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/add.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/directsum.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/divideby.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/divideinto.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/multiply.php
+%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operations/subtract.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/Addition.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/DirectSum.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/Division.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/Multiplication.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/Operator.php
%%WWWDIR%%/vendor/markbaker/matrix/classes/src/Operators/Subtraction.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/adjoint.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/cofactors.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/determinant.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/diagonal.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/identity.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/inverse.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/minors.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/trace.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/functions/transpose.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/add.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/directsum.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/divideby.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/divideinto.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/multiply.php
-%%WWWDIR%%/vendor/markbaker/matrix/classes/src/operations/subtract.php
%%WWWDIR%%/vendor/markbaker/matrix/composer.json
%%WWWDIR%%/vendor/markbaker/matrix/examples/test.php
%%WWWDIR%%/vendor/markbaker/matrix/infection.json.dist
@@ -5807,28 +5817,200 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/LICENSE
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/README.md
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/composer.json
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/phpstan-baseline.neon
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/phpstan.neon.dist
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DAverage.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCount.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DCountA.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DGet.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMax.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DMin.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DProduct.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDev.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DStDevP.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DSum.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVar.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DVarP.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTime.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Logger.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselI.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselJ.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselK.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BesselY.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/BitWise.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Compare.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Complex.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Constants.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/Erf.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering/ErfC.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Exception.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Amortization.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Constants.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Coupons.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Depreciation.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Dollar.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Helpers.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/InterestRate.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Price.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Boolean.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Conditional.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical/Operations.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Address.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Formula.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/HLookup.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Helpers.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Indirect.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Lookup.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Matrix.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Offset.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Selection.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/VLookup.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Absolute.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Angle.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Arabic.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Base.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Combinations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Exp.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Factorial.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Floor.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Gcd.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Helpers.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/IntClass.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Lcm.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Operations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Random.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Roman.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Round.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sign.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Sum.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Trunc.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Conditional.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Confidence.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Counts.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Deviations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Maximum.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Minimum.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Percentiles.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Permutations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Size.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Standardize.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Trends.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Variances.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CaseConvert.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Concatenate.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Extract.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Format.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Replace.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Search.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Text.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Trim.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web/Service.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/functionlist.txt
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/Translations.xlsx
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/config
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/bg/functions
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/cs/config
@@ -5848,10 +6030,10 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/hu/functions
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/config
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/it/functions
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/config
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nb/functions
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/config
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/nl/functions
-%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/no/config
-%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/no/functions
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/config
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pl/functions
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/locale/pt/br/config
@@ -5896,7 +6078,6 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DefinedName.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Properties.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Security.php
-%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DocumentGenerator.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/HashTable.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Html.php
@@ -5907,14 +6088,20 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedRange.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/BaseReader.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv/Delimiter.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/DefaultReadFilter.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Properties.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/Styles.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Html.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReadFilter.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReader.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/AutoFilter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/BaseReader.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/DefinedNames.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/PageSettings.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/Properties.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Security/XmlScanner.php
@@ -5929,6 +6116,8 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/MD5.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/RC4.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/Border.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/CellFont.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php
@@ -5946,6 +6135,14 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Theme.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/PageSettings.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Properties.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Alignment.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Border.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Fill.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/Font.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/ReferenceHelper.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/ITextElement.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/RichText.php
@@ -5965,6 +6162,7 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/File.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/IntOrFloat.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/CHANGELOG.TXT
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php
@@ -5997,9 +6195,19 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Color.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Conditional.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/Formatter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Protection.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Supervisor.php
@@ -6034,7 +6242,9 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/IWriter.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/AutoFilters.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Comment.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Style.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Content.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Formula.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Meta.php
@@ -6051,9 +6261,15 @@
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/CellDataValidation.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/ErrorCode.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/CellFill.php
+%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php
%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php
@@ -7339,6 +7555,7 @@
%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
%%WWWDIR%%/vendor/symfony/polyfill-iconv/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-iconv/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-iconv/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Idn.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Info.php
@@ -7354,6 +7571,7 @@
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-idn/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Normalizer.php
@@ -7364,6 +7582,7 @@
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
@@ -7372,6 +7591,7 @@
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json
%%WWWDIR%%/vendor/symfony/polyfill-php72/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-php72/Php72.php
@@ -7958,7 +8178,6 @@
%%WWWDIR%%/views/Extjs3/javascript/links/LinksDialog.js
%%WWWDIR%%/views/Extjs3/javascript/links/LinksGrid.js
%%WWWDIR%%/views/Extjs3/javascript/links/LinksPanel.js
-%%WWWDIR%%/views/Extjs3/javascript/links/LinksTemplate.js
%%WWWDIR%%/views/Extjs3/javascript/links/LinksTree.js
%%WWWDIR%%/views/Extjs3/javascript/links/SelectLink.js
%%WWWDIR%%/views/Extjs3/javascript/namespaces.js