diff --git a/composer/autoload.php b/composer/autoload.php index 397c89d..323d0e4 100644 --- a/composer/autoload.php +++ b/composer/autoload.php @@ -1,6 +1,6 @@ prefixesPsr0)) { - return \call_user_func_array('OCA\\Libresign\\Vendor\\array_merge', \array_values($this->prefixesPsr0)); + return \call_user_func_array('OCA\\Libresign\\3rdparty\\array_merge', \array_values($this->prefixesPsr0)); } return array(); } diff --git a/composer/composer/InstalledVersions.php b/composer/composer/InstalledVersions.php index 7f5b0f5..79eae2a 100644 --- a/composer/composer/InstalledVersions.php +++ b/composer/composer/InstalledVersions.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Composer; +namespace OCA\Libresign\3rdparty\Composer; -use OCA\Libresign\Vendor\Composer\Autoload\ClassLoader; -use OCA\Libresign\Vendor\Composer\Semver\VersionParser; +use OCA\Libresign\3rdparty\Composer\Autoload\ClassLoader; +use OCA\Libresign\3rdparty\Composer\Semver\VersionParser; /** * This class is copied in every Composer installed project and available to all * @@ -63,7 +63,7 @@ public static function getInstalledPackages() if (1 === \count($packages)) { return $packages[0]; } - return \array_keys(\array_flip(\call_user_func_array('OCA\\Libresign\\Vendor\\array_merge', $packages))); + return \array_keys(\array_flip(\call_user_func_array('OCA\\Libresign\\3rdparty\\array_merge', $packages))); } /** * Returns a list of all package names with a specific type e.g. 'library' @@ -302,7 +302,7 @@ private static function getSelfDir() private static function getInstalled() { if (null === self::$canGetVendors) { - self::$canGetVendors = \method_exists('OCA\\Libresign\\Vendor\\Composer\\Autoload\\ClassLoader', 'getRegisteredLoaders'); + self::$canGetVendors = \method_exists('OCA\\Libresign\\3rdparty\\Composer\\Autoload\\ClassLoader', 'getRegisteredLoaders'); } $installed = array(); $copiedLocalDir = \false; diff --git a/composer/composer/autoload_classmap.php b/composer/composer/autoload_classmap.php index b18cd80..dd976bb 100644 --- a/composer/composer/autoload_classmap.php +++ b/composer/composer/autoload_classmap.php @@ -1,8 +1,8 @@ $vendorDir . '/bacon/bacon-qr-code/src/Common/BitArray.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\BitMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Common/BitMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\BitUtils' => $vendorDir . '/bacon/bacon-qr-code/src/Common/BitUtils.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\CharacterSetEci' => $vendorDir . '/bacon/bacon-qr-code/src/Common/CharacterSetEci.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\EcBlock' => $vendorDir . '/bacon/bacon-qr-code/src/Common/EcBlock.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\EcBlocks' => $vendorDir . '/bacon/bacon-qr-code/src/Common/EcBlocks.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\ErrorCorrectionLevel' => $vendorDir . '/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\FormatInformation' => $vendorDir . '/bacon/bacon-qr-code/src/Common/FormatInformation.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\Mode' => $vendorDir . '/bacon/bacon-qr-code/src/Common/Mode.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\ReedSolomonCodec' => $vendorDir . '/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\Version' => $vendorDir . '/bacon/bacon-qr-code/src/Common/Version.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\BlockPair' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/BlockPair.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\ByteMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\Encoder' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/Encoder.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\MaskUtil' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/MaskUtil.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\MatrixUtil' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\QrCode' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/QrCode.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\ExceptionInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\InvalidArgumentException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\OutOfBoundsException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\RuntimeException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/RuntimeException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\UnexpectedValueException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\WriterException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/WriterException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Alpha' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Cmyk' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\ColorInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Gray' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Gray.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Rgb' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\CompositeEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\EyeInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\ModuleEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\PointyEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\SimpleCircleEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\SquareEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\GDLibRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\ImageRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\EpsImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\ImageBackEndInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\ImagickImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\SvgImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\TransformationMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\DotsModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\Edge' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\EdgeIterator' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\ModuleInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\RoundnessModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\SquareModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Close' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Close.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Curve' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Curve.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\EllipticArc' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Line' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Line.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Move' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Move.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\OperationInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Path' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Path.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\PlainTextRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\EyeFill' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\Fill' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\Gradient' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\GradientType' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\RendererStyle' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Writer' => $vendorDir . '/bacon/bacon-qr-code/src/Writer.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\ApplicationFactory\\FreshInstanceApplicationFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/ApplicationFactory/FreshInstanceApplicationFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\ApplicationFactory\\NamespaceApplicationFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/ApplicationFactory/NamespaceApplicationFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\BamarniBinPlugin' => $vendorDir . '/bamarni/composer-bin-plugin/src/BamarniBinPlugin.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\CommandProvider' => $vendorDir . '/bamarni/composer-bin-plugin/src/CommandProvider.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Command\\BinCommand' => $vendorDir . '/bamarni/composer-bin-plugin/src/Command/BinCommand.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Command\\CouldNotCreateNamespaceDir' => $vendorDir . '/bamarni/composer-bin-plugin/src/Command/CouldNotCreateNamespaceDir.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\Config' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/Config.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\ConfigFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/ConfigFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\InvalidBamarniComposerExtraConfig' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/InvalidBamarniComposerExtraConfig.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Input\\BinInputFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/Input/BinInputFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Input\\InvalidBinInput' => $vendorDir . '/bamarni/composer-bin-plugin/src/Input/InvalidBinInput.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Logger' => $vendorDir . '/bamarni/composer-bin-plugin/src/Logger.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\PublicIO' => $vendorDir . '/bamarni/composer-bin-plugin/src/PublicIO.php', 'OCA\\Libresign\\Vendor\\Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\AbstractEnum' => $vendorDir . '/dasprid/enum/src/AbstractEnum.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\EnumMap' => $vendorDir . '/dasprid/enum/src/EnumMap.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\CloneNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/CloneNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\ExceptionInterface' => $vendorDir . '/dasprid/enum/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\ExpectationException' => $vendorDir . '/dasprid/enum/src/Exception/ExpectationException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\IllegalArgumentException' => $vendorDir . '/dasprid/enum/src/Exception/IllegalArgumentException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\MismatchException' => $vendorDir . '/dasprid/enum/src/Exception/MismatchException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\SerializeNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/SerializeNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\UnserializeNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/UnserializeNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\NullValue' => $vendorDir . '/dasprid/enum/src/NullValue.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\DeepCopy' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/DeepCopy.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Exception\\CloneException' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Exception\\PropertyException' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\ChainableFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineCollectionFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineEmptyCollectionFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineProxyFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Filter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\KeepFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\ReplaceFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\SetNullFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\Doctrine\\DoctrineProxyMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\Matcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyNameMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyTypeMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Reflection\\ReflectionHelper' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\ReplaceFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\ShallowCopyFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedList' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\TypeFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeMatcher\\TypeMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Bacon\\ErrorCorrectionLevelConverter' => $vendorDir . '/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Bacon\\MatrixFactory' => $vendorDir . '/endroid/qr-code/src/Bacon/MatrixFactory.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\Builder' => $vendorDir . '/endroid/qr-code/src/Builder/Builder.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderInterface' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderRegistry' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderRegistry.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderRegistryInterface' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderRegistryInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Color\\Color' => $vendorDir . '/endroid/qr-code/src/Color/Color.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Color\\ColorInterface' => $vendorDir . '/endroid/qr-code/src/Color/ColorInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Encoding\\Encoding' => $vendorDir . '/endroid/qr-code/src/Encoding/Encoding.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Encoding\\EncodingInterface' => $vendorDir . '/endroid/qr-code/src/Encoding/EncodingInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ErrorCorrectionLevel' => $vendorDir . '/endroid/qr-code/src/ErrorCorrectionLevel.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Exception\\ValidationException' => $vendorDir . '/endroid/qr-code/src/Exception/ValidationException.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ImageData\\LabelImageData' => $vendorDir . '/endroid/qr-code/src/ImageData/LabelImageData.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ImageData\\LogoImageData' => $vendorDir . '/endroid/qr-code/src/ImageData/LogoImageData.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\Font' => $vendorDir . '/endroid/qr-code/src/Label/Font/Font.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\FontInterface' => $vendorDir . '/endroid/qr-code/src/Label/Font/FontInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\NotoSans' => $vendorDir . '/endroid/qr-code/src/Label/Font/NotoSans.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\OpenSans' => $vendorDir . '/endroid/qr-code/src/Label/Font/OpenSans.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Label' => $vendorDir . '/endroid/qr-code/src/Label/Label.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\LabelAlignment' => $vendorDir . '/endroid/qr-code/src/Label/LabelAlignment.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\LabelInterface' => $vendorDir . '/endroid/qr-code/src/Label/LabelInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Margin\\Margin' => $vendorDir . '/endroid/qr-code/src/Label/Margin/Margin.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Margin\\MarginInterface' => $vendorDir . '/endroid/qr-code/src/Label/Margin/MarginInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Logo\\Logo' => $vendorDir . '/endroid/qr-code/src/Logo/Logo.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Logo\\LogoInterface' => $vendorDir . '/endroid/qr-code/src/Logo/LogoInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\Matrix' => $vendorDir . '/endroid/qr-code/src/Matrix/Matrix.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\MatrixFactoryInterface' => $vendorDir . '/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\MatrixInterface' => $vendorDir . '/endroid/qr-code/src/Matrix/MatrixInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\QrCode' => $vendorDir . '/endroid/qr-code/src/QrCode.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\QrCodeInterface' => $vendorDir . '/endroid/qr-code/src/QrCodeInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\RoundBlockSizeMode' => $vendorDir . '/endroid/qr-code/src/RoundBlockSizeMode.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\AbstractGdWriter' => $vendorDir . '/endroid/qr-code/src/Writer/AbstractGdWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\BinaryWriter' => $vendorDir . '/endroid/qr-code/src/Writer/BinaryWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\ConsoleWriter' => $vendorDir . '/endroid/qr-code/src/Writer/ConsoleWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\DebugWriter' => $vendorDir . '/endroid/qr-code/src/Writer/DebugWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\EpsWriter' => $vendorDir . '/endroid/qr-code/src/Writer/EpsWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\GifWriter' => $vendorDir . '/endroid/qr-code/src/Writer/GifWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\PdfWriter' => $vendorDir . '/endroid/qr-code/src/Writer/PdfWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\PngWriter' => $vendorDir . '/endroid/qr-code/src/Writer/PngWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\AbstractResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/AbstractResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\BinaryResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/BinaryResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\ConsoleResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/ConsoleResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\DebugResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/DebugResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\EpsResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/EpsResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\GdResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/GdResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\GifResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/GifResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\PdfResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/PdfResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\PngResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/PngResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\ResultInterface' => $vendorDir . '/endroid/qr-code/src/Writer/Result/ResultInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\SvgResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/SvgResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\WebPResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/WebPResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\SvgWriter' => $vendorDir . '/endroid/qr-code/src/Writer/SvgWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\ValidatingWriterInterface' => $vendorDir . '/endroid/qr-code/src/Writer/ValidatingWriterInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\WebPWriter' => $vendorDir . '/endroid/qr-code/src/Writer/WebPWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\WriterInterface' => $vendorDir . '/endroid/qr-code/src/Writer/WriterInterface.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\JSignFileService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/JSignFileService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\JSignPDF' => $vendorDir . '/jsignpdf/jsignpdf-php/src/JSignPDF.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Runtime\\JSignPdfRuntimeService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Runtime\\JavaRuntimeService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Runtime/JavaRuntimeService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Sign\\JSignParam' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Sign/JSignParam.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Sign\\JSignService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Sign/JSignService.php', 'OCA\\Libresign\\Vendor\\LibreSign\\WhatOSAmI\\OperatingSystem' => $vendorDir . '/libresign/whatosami/src/OperatingSystem.php', 'OCA\\Libresign\\Vendor\\Mpdf\\AssetFetcher' => $vendorDir . '/mpdf/mpdf/src/AssetFetcher.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode' => $vendorDir . '/mpdf/mpdf/src/Barcode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\AbstractBarcode' => $vendorDir . '/mpdf/mpdf/src/Barcode/AbstractBarcode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\BarcodeException' => $vendorDir . '/mpdf/mpdf/src/Barcode/BarcodeException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\BarcodeInterface' => $vendorDir . '/mpdf/mpdf/src/Barcode/BarcodeInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Codabar' => $vendorDir . '/mpdf/mpdf/src/Barcode/Codabar.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code11' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code11.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code128' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code128.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code39' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code39.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code93' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code93.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\EanExt' => $vendorDir . '/mpdf/mpdf/src/Barcode/EanExt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\EanUpc' => $vendorDir . '/mpdf/mpdf/src/Barcode/EanUpc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\I25' => $vendorDir . '/mpdf/mpdf/src/Barcode/I25.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Imb' => $vendorDir . '/mpdf/mpdf/src/Barcode/Imb.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Msi' => $vendorDir . '/mpdf/mpdf/src/Barcode/Msi.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Postnet' => $vendorDir . '/mpdf/mpdf/src/Barcode/Postnet.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Rm4Scc' => $vendorDir . '/mpdf/mpdf/src/Barcode/Rm4Scc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\S25' => $vendorDir . '/mpdf/mpdf/src/Barcode/S25.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Cache' => $vendorDir . '/mpdf/mpdf/src/Cache.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorConverter' => $vendorDir . '/mpdf/mpdf/src/Color/ColorConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorModeConverter' => $vendorDir . '/mpdf/mpdf/src/Color/ColorModeConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorSpaceRestrictor' => $vendorDir . '/mpdf/mpdf/src/Color/ColorSpaceRestrictor.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\NamedColors' => $vendorDir . '/mpdf/mpdf/src/Color/NamedColors.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Config\\ConfigVariables' => $vendorDir . '/mpdf/mpdf/src/Config/ConfigVariables.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Config\\FontVariables' => $vendorDir . '/mpdf/mpdf/src/Config/FontVariables.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\ContainerInterface' => $vendorDir . '/mpdf/mpdf/src/Container/ContainerInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\NotFoundException' => $vendorDir . '/mpdf/mpdf/src/Container/NotFoundException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\SimpleContainer' => $vendorDir . '/mpdf/mpdf/src/Container/SimpleContainer.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToAlpha' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToAlpha.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToCjk' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToCjk.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToHebrew' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToHebrew.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToOther' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToOther.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToRoman' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToRoman.php', 'OCA\\Libresign\\Vendor\\Mpdf\\CssManager' => $vendorDir . '/mpdf/mpdf/src/CssManager.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\Border' => $vendorDir . '/mpdf/mpdf/src/Css/Border.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\DefaultCss' => $vendorDir . '/mpdf/mpdf/src/Css/DefaultCss.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\TextVars' => $vendorDir . '/mpdf/mpdf/src/Css/TextVars.php', 'OCA\\Libresign\\Vendor\\Mpdf\\DirectWrite' => $vendorDir . '/mpdf/mpdf/src/DirectWrite.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\AssetFetchingException' => $vendorDir . '/mpdf/mpdf/src/Exception/AssetFetchingException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\FontException' => $vendorDir . '/mpdf/mpdf/src/Exception/FontException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\InvalidArgumentException' => $vendorDir . '/mpdf/mpdf/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\LocalContentLoader' => $vendorDir . '/mpdf/mpdf/src/File/LocalContentLoader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\LocalContentLoaderInterface' => $vendorDir . '/mpdf/mpdf/src/File/LocalContentLoaderInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\StreamWrapperChecker' => $vendorDir . '/mpdf/mpdf/src/File/StreamWrapperChecker.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\FontCache' => $vendorDir . '/mpdf/mpdf/src/Fonts/FontCache.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\FontFileFinder' => $vendorDir . '/mpdf/mpdf/src/Fonts/FontFileFinder.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\GlyphOperator' => $vendorDir . '/mpdf/mpdf/src/Fonts/GlyphOperator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\MetricsGenerator' => $vendorDir . '/mpdf/mpdf/src/Fonts/MetricsGenerator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Form' => $vendorDir . '/mpdf/mpdf/src/Form.php', 'OCA\\Libresign\\Vendor\\Mpdf\\FpdiTrait' => $vendorDir . '/mpdf/mpdf/src/FpdiTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\ColorTable' => $vendorDir . '/mpdf/mpdf/src/Gif/ColorTable.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\FileHeader' => $vendorDir . '/mpdf/mpdf/src/Gif/FileHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Gif' => $vendorDir . '/mpdf/mpdf/src/Gif/Gif.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Image' => $vendorDir . '/mpdf/mpdf/src/Gif/Image.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\ImageHeader' => $vendorDir . '/mpdf/mpdf/src/Gif/ImageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Lzw' => $vendorDir . '/mpdf/mpdf/src/Gif/Lzw.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gradient' => $vendorDir . '/mpdf/mpdf/src/Gradient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\HTMLParserMode' => $vendorDir . '/mpdf/mpdf/src/HTMLParserMode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\ClientInterface' => $vendorDir . '/mpdf/mpdf/src/Http/ClientInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\CurlHttpClient' => $vendorDir . '/mpdf/mpdf/src/Http/CurlHttpClient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\ClientException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/ClientException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\ForbiddenRequestException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/ForbiddenRequestException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\NetworkException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/NetworkException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\RequestException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/RequestException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\SocketHttpClient' => $vendorDir . '/mpdf/mpdf/src/Http/SocketHttpClient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Hyphenator' => $vendorDir . '/mpdf/mpdf/src/Hyphenator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Bmp' => $vendorDir . '/mpdf/mpdf/src/Image/Bmp.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\ImageProcessor' => $vendorDir . '/mpdf/mpdf/src/Image/ImageProcessor.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\ImageTypeGuesser' => $vendorDir . '/mpdf/mpdf/src/Image/ImageTypeGuesser.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Svg' => $vendorDir . '/mpdf/mpdf/src/Image/Svg.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Wmf' => $vendorDir . '/mpdf/mpdf/src/Image/Wmf.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\LanguageToFont' => $vendorDir . '/mpdf/mpdf/src/Language/LanguageToFont.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\LanguageToFontInterface' => $vendorDir . '/mpdf/mpdf/src/Language/LanguageToFontInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\ScriptToLanguage' => $vendorDir . '/mpdf/mpdf/src/Language/ScriptToLanguage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\ScriptToLanguageInterface' => $vendorDir . '/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Log\\Context' => $vendorDir . '/mpdf/mpdf/src/Log/Context.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Mpdf' => $vendorDir . '/mpdf/mpdf/src/Mpdf.php', 'OCA\\Libresign\\Vendor\\Mpdf\\MpdfException' => $vendorDir . '/mpdf/mpdf/src/MpdfException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\MpdfImageException' => $vendorDir . '/mpdf/mpdf/src/MpdfImageException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Otl' => $vendorDir . '/mpdf/mpdf/src/Otl.php', 'OCA\\Libresign\\Vendor\\Mpdf\\OtlDump' => $vendorDir . '/mpdf/mpdf/src/OtlDump.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Output\\Destination' => $vendorDir . '/mpdf/mpdf/src/Output/Destination.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PageBox' => $vendorDir . '/mpdf/mpdf/src/PageBox.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PageFormat' => $vendorDir . '/mpdf/mpdf/src/PageFormat.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Pdf\\Protection' => $vendorDir . '/mpdf/mpdf/src/Pdf/Protection.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Pdf\\Protection\\UniqidGenerator' => $vendorDir . '/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Request' => $vendorDir . '/mpdf/psr-http-message-shim/src/Request.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Response' => $vendorDir . '/mpdf/psr-http-message-shim/src/Response.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Stream' => $vendorDir . '/mpdf/psr-http-message-shim/src/Stream.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Uri' => $vendorDir . '/mpdf/psr-http-message-shim/src/Uri.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrLogAwareTrait\\MpdfPsrLogAwareTrait' => $vendorDir . '/mpdf/psr-log-aware-trait/src/MpdfPsrLogAwareTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrLogAwareTrait\\PsrLogAwareTrait' => $vendorDir . '/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\ServiceFactory' => $vendorDir . '/mpdf/mpdf/src/ServiceFactory.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Indic' => $vendorDir . '/mpdf/mpdf/src/Shaper/Indic.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Myanmar' => $vendorDir . '/mpdf/mpdf/src/Shaper/Myanmar.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Sea' => $vendorDir . '/mpdf/mpdf/src/Shaper/Sea.php', 'OCA\\Libresign\\Vendor\\Mpdf\\SizeConverter' => $vendorDir . '/mpdf/mpdf/src/SizeConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Strict' => $vendorDir . '/mpdf/mpdf/src/Strict.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TTFontFile' => $vendorDir . '/mpdf/mpdf/src/TTFontFile.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TTFontFileAnalysis' => $vendorDir . '/mpdf/mpdf/src/TTFontFileAnalysis.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TableOfContents' => $vendorDir . '/mpdf/mpdf/src/TableOfContents.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag' => $vendorDir . '/mpdf/mpdf/src/Tag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\A' => $vendorDir . '/mpdf/mpdf/src/Tag/A.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Acronym' => $vendorDir . '/mpdf/mpdf/src/Tag/Acronym.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Address' => $vendorDir . '/mpdf/mpdf/src/Tag/Address.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Annotation' => $vendorDir . '/mpdf/mpdf/src/Tag/Annotation.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Article' => $vendorDir . '/mpdf/mpdf/src/Tag/Article.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Aside' => $vendorDir . '/mpdf/mpdf/src/Tag/Aside.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\B' => $vendorDir . '/mpdf/mpdf/src/Tag/B.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BarCode' => $vendorDir . '/mpdf/mpdf/src/Tag/BarCode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bdi' => $vendorDir . '/mpdf/mpdf/src/Tag/Bdi.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bdo' => $vendorDir . '/mpdf/mpdf/src/Tag/Bdo.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Big' => $vendorDir . '/mpdf/mpdf/src/Tag/Big.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BlockQuote' => $vendorDir . '/mpdf/mpdf/src/Tag/BlockQuote.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BlockTag' => $vendorDir . '/mpdf/mpdf/src/Tag/BlockTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bookmark' => $vendorDir . '/mpdf/mpdf/src/Tag/Bookmark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Br' => $vendorDir . '/mpdf/mpdf/src/Tag/Br.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Caption' => $vendorDir . '/mpdf/mpdf/src/Tag/Caption.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Center' => $vendorDir . '/mpdf/mpdf/src/Tag/Center.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Cite' => $vendorDir . '/mpdf/mpdf/src/Tag/Cite.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Code' => $vendorDir . '/mpdf/mpdf/src/Tag/Code.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\ColumnBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/ColumnBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Columns' => $vendorDir . '/mpdf/mpdf/src/Tag/Columns.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dd' => $vendorDir . '/mpdf/mpdf/src/Tag/Dd.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Del' => $vendorDir . '/mpdf/mpdf/src/Tag/Del.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Details' => $vendorDir . '/mpdf/mpdf/src/Tag/Details.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Div' => $vendorDir . '/mpdf/mpdf/src/Tag/Div.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dl' => $vendorDir . '/mpdf/mpdf/src/Tag/Dl.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\DotTab' => $vendorDir . '/mpdf/mpdf/src/Tag/DotTab.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dt' => $vendorDir . '/mpdf/mpdf/src/Tag/Dt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Em' => $vendorDir . '/mpdf/mpdf/src/Tag/Em.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FieldSet' => $vendorDir . '/mpdf/mpdf/src/Tag/FieldSet.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FigCaption' => $vendorDir . '/mpdf/mpdf/src/Tag/FigCaption.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Figure' => $vendorDir . '/mpdf/mpdf/src/Tag/Figure.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Font' => $vendorDir . '/mpdf/mpdf/src/Tag/Font.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Footer' => $vendorDir . '/mpdf/mpdf/src/Tag/Footer.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Form' => $vendorDir . '/mpdf/mpdf/src/Tag/Form.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FormFeed' => $vendorDir . '/mpdf/mpdf/src/Tag/FormFeed.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H1' => $vendorDir . '/mpdf/mpdf/src/Tag/H1.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H2' => $vendorDir . '/mpdf/mpdf/src/Tag/H2.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H3' => $vendorDir . '/mpdf/mpdf/src/Tag/H3.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H4' => $vendorDir . '/mpdf/mpdf/src/Tag/H4.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H5' => $vendorDir . '/mpdf/mpdf/src/Tag/H5.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H6' => $vendorDir . '/mpdf/mpdf/src/Tag/H6.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\HGroup' => $vendorDir . '/mpdf/mpdf/src/Tag/HGroup.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Header' => $vendorDir . '/mpdf/mpdf/src/Tag/Header.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Hr' => $vendorDir . '/mpdf/mpdf/src/Tag/Hr.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\I' => $vendorDir . '/mpdf/mpdf/src/Tag/I.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Img' => $vendorDir . '/mpdf/mpdf/src/Tag/Img.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\IndexEntry' => $vendorDir . '/mpdf/mpdf/src/Tag/IndexEntry.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\IndexInsert' => $vendorDir . '/mpdf/mpdf/src/Tag/IndexInsert.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\InlineTag' => $vendorDir . '/mpdf/mpdf/src/Tag/InlineTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Input' => $vendorDir . '/mpdf/mpdf/src/Tag/Input.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ins' => $vendorDir . '/mpdf/mpdf/src/Tag/Ins.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Kbd' => $vendorDir . '/mpdf/mpdf/src/Tag/Kbd.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Legend' => $vendorDir . '/mpdf/mpdf/src/Tag/Legend.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Li' => $vendorDir . '/mpdf/mpdf/src/Tag/Li.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Main' => $vendorDir . '/mpdf/mpdf/src/Tag/Main.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Mark' => $vendorDir . '/mpdf/mpdf/src/Tag/Mark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Meter' => $vendorDir . '/mpdf/mpdf/src/Tag/Meter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Nav' => $vendorDir . '/mpdf/mpdf/src/Tag/Nav.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\NewColumn' => $vendorDir . '/mpdf/mpdf/src/Tag/NewColumn.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\NewPage' => $vendorDir . '/mpdf/mpdf/src/Tag/NewPage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ol' => $vendorDir . '/mpdf/mpdf/src/Tag/Ol.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Option' => $vendorDir . '/mpdf/mpdf/src/Tag/Option.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\P' => $vendorDir . '/mpdf/mpdf/src/Tag/P.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/PageBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/PageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/PageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Pre' => $vendorDir . '/mpdf/mpdf/src/Tag/Pre.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Progress' => $vendorDir . '/mpdf/mpdf/src/Tag/Progress.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Q' => $vendorDir . '/mpdf/mpdf/src/Tag/Q.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\S' => $vendorDir . '/mpdf/mpdf/src/Tag/S.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Samp' => $vendorDir . '/mpdf/mpdf/src/Tag/Samp.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Section' => $vendorDir . '/mpdf/mpdf/src/Tag/Section.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Select' => $vendorDir . '/mpdf/mpdf/src/Tag/Select.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetHtmlPageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/SetHtmlPageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetHtmlPageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/SetHtmlPageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetPageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/SetPageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetPageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/SetPageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Small' => $vendorDir . '/mpdf/mpdf/src/Tag/Small.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Span' => $vendorDir . '/mpdf/mpdf/src/Tag/Span.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Strike' => $vendorDir . '/mpdf/mpdf/src/Tag/Strike.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Strong' => $vendorDir . '/mpdf/mpdf/src/Tag/Strong.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Sub' => $vendorDir . '/mpdf/mpdf/src/Tag/Sub.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SubstituteTag' => $vendorDir . '/mpdf/mpdf/src/Tag/SubstituteTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Summary' => $vendorDir . '/mpdf/mpdf/src/Tag/Summary.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Sup' => $vendorDir . '/mpdf/mpdf/src/Tag/Sup.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TBody' => $vendorDir . '/mpdf/mpdf/src/Tag/TBody.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TFoot' => $vendorDir . '/mpdf/mpdf/src/Tag/TFoot.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\THead' => $vendorDir . '/mpdf/mpdf/src/Tag/THead.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Table' => $vendorDir . '/mpdf/mpdf/src/Tag/Table.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tag' => $vendorDir . '/mpdf/mpdf/src/Tag/Tag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Td' => $vendorDir . '/mpdf/mpdf/src/Tag/Td.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TextArea' => $vendorDir . '/mpdf/mpdf/src/Tag/TextArea.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TextCircle' => $vendorDir . '/mpdf/mpdf/src/Tag/TextCircle.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Th' => $vendorDir . '/mpdf/mpdf/src/Tag/Th.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Time' => $vendorDir . '/mpdf/mpdf/src/Tag/Time.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Toc' => $vendorDir . '/mpdf/mpdf/src/Tag/Toc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TocEntry' => $vendorDir . '/mpdf/mpdf/src/Tag/TocEntry.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TocPageBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/TocPageBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tr' => $vendorDir . '/mpdf/mpdf/src/Tag/Tr.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tt' => $vendorDir . '/mpdf/mpdf/src/Tag/Tt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tta' => $vendorDir . '/mpdf/mpdf/src/Tag/Tta.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tts' => $vendorDir . '/mpdf/mpdf/src/Tag/Tts.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ttz' => $vendorDir . '/mpdf/mpdf/src/Tag/Ttz.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\U' => $vendorDir . '/mpdf/mpdf/src/Tag/U.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ul' => $vendorDir . '/mpdf/mpdf/src/Tag/Ul.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\VarTag' => $vendorDir . '/mpdf/mpdf/src/Tag/VarTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\WatermarkImage' => $vendorDir . '/mpdf/mpdf/src/Tag/WatermarkImage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\WatermarkText' => $vendorDir . '/mpdf/mpdf/src/Tag/WatermarkText.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Ucdn' => $vendorDir . '/mpdf/mpdf/src/Ucdn.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\Arrays' => $vendorDir . '/mpdf/mpdf/src/Utils/Arrays.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\NumericString' => $vendorDir . '/mpdf/mpdf/src/Utils/NumericString.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\PdfDate' => $vendorDir . '/mpdf/mpdf/src/Utils/PdfDate.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\UtfString' => $vendorDir . '/mpdf/mpdf/src/Utils/UtfString.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Watermark' => $vendorDir . '/mpdf/mpdf/src/Watermark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\WatermarkImage' => $vendorDir . '/mpdf/mpdf/src/WatermarkImage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\WatermarkText' => $vendorDir . '/mpdf/mpdf/src/WatermarkText.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BackgroundWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BackgroundWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BaseWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BaseWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BookmarkWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BookmarkWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ColorWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ColorWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\FontWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/FontWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\FormWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/FormWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ImageWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ImageWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\JavaScriptWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/JavaScriptWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\MetadataWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/MetadataWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ObjectWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ObjectWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\OptionalContentWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/OptionalContentWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\PageWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/PageWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ResourceWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ResourceWriter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\AdapterInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/AdapterInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\ArrayAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/ArrayAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\CallbackAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/CallbackAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\ConcatenationAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/ConcatenationAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\EmptyAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/EmptyAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\FixedAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/FixedAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\NullAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/NullAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\TransformingAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/TransformingAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\Collections\\CollectionAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/CollectionAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\Collections\\SelectableAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/SelectableAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\DBAL\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\DBAL\\SingleTableQueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/SingleTableQueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\MongoDBODM\\AggregationAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/AggregationAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\MongoDBODM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\ORM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/ORM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\PHPCRODM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Elastica\\ElasticaAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Elastica/ElasticaAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\InvalidArgumentException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1CurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1CurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1MaxPagesException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPagesException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1MaxPerPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPerPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LogicException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LogicException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidCurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidCurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidMaxPerPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidMaxPerPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidResultCountException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidResultCountException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\OutOfBoundsException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\OutOfRangeCurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfRangeCurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\PagerfantaException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/PagerfantaException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\RuntimeException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/RuntimeException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Pagerfanta' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Pagerfanta.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\PagerfantaInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/PagerfantaInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorDecorator' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorDecorator.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorFactoryInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Solarium\\SolariumAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Solarium/SolariumAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\Extension\\PagerfantaExtension' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaRuntime.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\View\\TwigView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/View/TwigView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\DefaultView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/DefaultView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Foundation6View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Foundation6View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\OptionableView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/OptionableView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\SemanticUiView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/SemanticUiView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TemplateView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TemplateView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\DefaultTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/DefaultTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\Foundation6Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/Foundation6Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\SemanticUiTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/SemanticUiTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TemplateInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TemplateInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap3Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap3Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap4Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap4Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap5Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap5Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrapTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrapTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap3View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap3View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap4View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap4View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap5View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap5View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrapView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrapView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewFactory' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactory.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewFactoryInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewInterface.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base32' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base32Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64DotSlash' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64UrlSafe' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Binary' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\EncoderInterface' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Encoding' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\RFC4648' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/src/AbstractLogger.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/src/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/src/LogLevel.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/src/LoggerAwareInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/src/LoggerAwareTrait.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/src/LoggerInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/src/LoggerTrait.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/src/NullLogger.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Config' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Config.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Document' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Document.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementArray' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementBoolean' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementDate' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementHexa' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementMissing' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementName' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementNull' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementNumeric' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementString' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementStruct' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementXRef' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\AbstractEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\EncodingLocator' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\ISOLatin1Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\ISOLatin9Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\MacRomanEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\PDFDocEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\PostScriptGlyphs' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\StandardEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\WinAnsiEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\EmptyPdfException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\EncodingNotFoundException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\InvalidDictionaryObjectException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\MissingCatalogException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\MissingPdfHeaderException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\NotImplementedException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontCIDFontType0' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontCIDFontType2' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontTrueType' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType0' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType1' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType3' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Header' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Header.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\PDFObject' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Page' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Page.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Pages' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Pages.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Parser' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Parser.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\RawData\\FilterHelper' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\RawData\\RawDataParser' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\XObject\\Form' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\XObject\\Image' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php', 'OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php', 'OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php', 'OCA\\Libresign\\Vendor\\Twig\\AbstractTwigCallable' => $vendorDir . '/twig/twig/src/AbstractTwigCallable.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigFilter' => $vendorDir . '/twig/twig/src/Attribute/AsTwigFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigFunction' => $vendorDir . '/twig/twig/src/Attribute/AsTwigFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigTest' => $vendorDir . '/twig/twig/src/Attribute/AsTwigTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\FirstClassTwigCallableReady' => $vendorDir . '/twig/twig/src/Attribute/FirstClassTwigCallableReady.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\YieldReady' => $vendorDir . '/twig/twig/src/Attribute/YieldReady.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\CacheInterface' => $vendorDir . '/twig/twig/src/Cache/CacheInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\ChainCache' => $vendorDir . '/twig/twig/src/Cache/ChainCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\FilesystemCache' => $vendorDir . '/twig/twig/src/Cache/FilesystemCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\NullCache' => $vendorDir . '/twig/twig/src/Cache/NullCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\ReadOnlyFilesystemCache' => $vendorDir . '/twig/twig/src/Cache/ReadOnlyFilesystemCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\RemovableCacheInterface' => $vendorDir . '/twig/twig/src/Cache/RemovableCacheInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Compiler' => $vendorDir . '/twig/twig/src/Compiler.php', 'OCA\\Libresign\\Vendor\\Twig\\DeprecatedCallableInfo' => $vendorDir . '/twig/twig/src/DeprecatedCallableInfo.php', 'OCA\\Libresign\\Vendor\\Twig\\Environment' => $vendorDir . '/twig/twig/src/Environment.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\Error' => $vendorDir . '/twig/twig/src/Error/Error.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\LoaderError' => $vendorDir . '/twig/twig/src/Error/LoaderError.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\RuntimeError' => $vendorDir . '/twig/twig/src/Error/RuntimeError.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\SyntaxError' => $vendorDir . '/twig/twig/src/Error/SyntaxError.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\AbstractExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/AbstractExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserDescriptionInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserType' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserType.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParsers' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParsers.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\InfixAssociativity' => $vendorDir . '/twig/twig/src/ExpressionParser/InfixAssociativity.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\InfixExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ArgumentsTrait' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ArrowExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\BinaryOperatorExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ConditionalTernaryExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\DotExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\FilterExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\FunctionExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\IsExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\IsNotExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\SquareBracketExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\PrecedenceChange' => $vendorDir . '/twig/twig/src/ExpressionParser/PrecedenceChange.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\PrefixExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\GroupingExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\LiteralExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\UnaryOperatorExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExtensionSet' => $vendorDir . '/twig/twig/src/ExtensionSet.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\AbstractExtension' => $vendorDir . '/twig/twig/src/Extension/AbstractExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\AttributeExtension' => $vendorDir . '/twig/twig/src/Extension/AttributeExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\CoreExtension' => $vendorDir . '/twig/twig/src/Extension/CoreExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\DebugExtension' => $vendorDir . '/twig/twig/src/Extension/DebugExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\EscaperExtension' => $vendorDir . '/twig/twig/src/Extension/EscaperExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\ExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/ExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\GlobalsInterface' => $vendorDir . '/twig/twig/src/Extension/GlobalsInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\LastModifiedExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/LastModifiedExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\OptimizerExtension' => $vendorDir . '/twig/twig/src/Extension/OptimizerExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\ProfilerExtension' => $vendorDir . '/twig/twig/src/Extension/ProfilerExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\RuntimeExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\SandboxExtension' => $vendorDir . '/twig/twig/src/Extension/SandboxExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\StagingExtension' => $vendorDir . '/twig/twig/src/Extension/StagingExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\StringLoaderExtension' => $vendorDir . '/twig/twig/src/Extension/StringLoaderExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\YieldNotReadyExtension' => $vendorDir . '/twig/twig/src/Extension/YieldNotReadyExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\FileExtensionEscapingStrategy' => $vendorDir . '/twig/twig/src/FileExtensionEscapingStrategy.php', 'OCA\\Libresign\\Vendor\\Twig\\Lexer' => $vendorDir . '/twig/twig/src/Lexer.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\ArrayLoader' => $vendorDir . '/twig/twig/src/Loader/ArrayLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\ChainLoader' => $vendorDir . '/twig/twig/src/Loader/ChainLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\FilesystemLoader' => $vendorDir . '/twig/twig/src/Loader/FilesystemLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\LoaderInterface' => $vendorDir . '/twig/twig/src/Loader/LoaderInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Markup' => $vendorDir . '/twig/twig/src/Markup.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeTraverser' => $vendorDir . '/twig/twig/src/NodeTraverser.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\AbstractNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\EscaperNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\NodeVisitorInterface' => $vendorDir . '/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\OptimizerNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\SafeAnalysisNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\SandboxNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\YieldNotReadyNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\AutoEscapeNode' => $vendorDir . '/twig/twig/src/Node/AutoEscapeNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BlockNode' => $vendorDir . '/twig/twig/src/Node/BlockNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BlockReferenceNode' => $vendorDir . '/twig/twig/src/Node/BlockReferenceNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BodyNode' => $vendorDir . '/twig/twig/src/Node/BodyNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CaptureNode' => $vendorDir . '/twig/twig/src/Node/CaptureNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckSecurityCallNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityCallNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckSecurityNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckToStringNode' => $vendorDir . '/twig/twig/src/Node/CheckToStringNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\DeprecatedNode' => $vendorDir . '/twig/twig/src/Node/DeprecatedNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\DoNode' => $vendorDir . '/twig/twig/src/Node/DoNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\EmbedNode' => $vendorDir . '/twig/twig/src/Node/EmbedNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\EmptyNode' => $vendorDir . '/twig/twig/src/Node/EmptyNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\AbstractExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AbstractExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ArrayExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrayExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ArrowFunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\AssignNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AssignNameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AbstractBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AddBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BinaryInterface' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BinaryInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseAndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseOrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseXorBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ConcatBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\DivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ElvisBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ElvisBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\EndsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\EqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\FloorDivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\GreaterBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\GreaterEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\HasEveryBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\HasSomeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\InBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/InBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\LessBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\LessEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\MatchesBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ModBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\MulBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NotEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NotInBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NullCoalesceBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\OrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\PowerBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\RangeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\SpaceshipBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\StartsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\SubBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\XorBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/XorBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\BlockReferenceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\CallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/CallExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ConditionalExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConditionalExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ConstantExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConstantExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FilterExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FilterExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Filter\\DefaultFilter' => $vendorDir . '/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Filter\\RawFilter' => $vendorDir . '/twig/twig/src/Node/Expression/Filter/RawFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionNode\\EnumCasesFunction' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionNode\\EnumFunction' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\GetAttrExpression' => $vendorDir . '/twig/twig/src/Node/Expression/GetAttrExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\InlinePrint' => $vendorDir . '/twig/twig/src/Node/Expression/InlinePrint.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ListExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ListExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\MacroReferenceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/MacroReferenceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\MethodCallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/MethodCallExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\NameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\NullCoalesceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\OperatorEscapeInterface' => $vendorDir . '/twig/twig/src/Node/Expression/OperatorEscapeInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ParentExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ParentExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnArrayInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnArrayInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnBoolInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnBoolInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnNumberInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnNumberInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnPrimitiveTypeInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnStringInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnStringInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestDeprecationTrait' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestInterface' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestTrait' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\TempNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TempNameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Ternary\\ConditionalTernary' => $vendorDir . '/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\TestExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TestExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\ConstantTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\DefinedTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\DivisiblebyTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\EvenTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/EvenTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\NullTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/NullTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\OddTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/OddTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\SameasTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/SameasTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\TrueTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/TrueTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\AbstractUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\NegUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\NotUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\PosUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\SpreadUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/SpreadUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\StringCastUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/StringCastUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\UnaryInterface' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/UnaryInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\AssignContextVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\AssignTemplateVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\ContextVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/ContextVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\LocalVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/LocalVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\TemplateVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/TemplateVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\VariadicExpression' => $vendorDir . '/twig/twig/src/Node/Expression/VariadicExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\FlushNode' => $vendorDir . '/twig/twig/src/Node/FlushNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForElseNode' => $vendorDir . '/twig/twig/src/Node/ForElseNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForLoopNode' => $vendorDir . '/twig/twig/src/Node/ForLoopNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForNode' => $vendorDir . '/twig/twig/src/Node/ForNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\IfNode' => $vendorDir . '/twig/twig/src/Node/IfNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ImportNode' => $vendorDir . '/twig/twig/src/Node/ImportNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\IncludeNode' => $vendorDir . '/twig/twig/src/Node/IncludeNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\MacroNode' => $vendorDir . '/twig/twig/src/Node/MacroNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ModuleNode' => $vendorDir . '/twig/twig/src/Node/ModuleNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NameDeprecation' => $vendorDir . '/twig/twig/src/Node/NameDeprecation.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Node' => $vendorDir . '/twig/twig/src/Node/Node.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NodeCaptureInterface' => $vendorDir . '/twig/twig/src/Node/NodeCaptureInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NodeOutputInterface' => $vendorDir . '/twig/twig/src/Node/NodeOutputInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Nodes' => $vendorDir . '/twig/twig/src/Node/Nodes.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\PrintNode' => $vendorDir . '/twig/twig/src/Node/PrintNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\SandboxNode' => $vendorDir . '/twig/twig/src/Node/SandboxNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\SetNode' => $vendorDir . '/twig/twig/src/Node/SetNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\TextNode' => $vendorDir . '/twig/twig/src/Node/TextNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\TypesNode' => $vendorDir . '/twig/twig/src/Node/TypesNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\WithNode' => $vendorDir . '/twig/twig/src/Node/WithNode.php', 'OCA\\Libresign\\Vendor\\Twig\\OperatorPrecedenceChange' => $vendorDir . '/twig/twig/src/OperatorPrecedenceChange.php', 'OCA\\Libresign\\Vendor\\Twig\\Parser' => $vendorDir . '/twig/twig/src/Parser.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\BaseDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\BlackfireDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\HtmlDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\TextDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/TextDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor' => $vendorDir . '/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Node\\EnterProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Node\\LeaveProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Profile' => $vendorDir . '/twig/twig/src/Profiler/Profile.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\ContainerRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\FactoryRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\RuntimeLoaderInterface' => $vendorDir . '/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Runtime\\EscaperRuntime' => $vendorDir . '/twig/twig/src/Runtime/EscaperRuntime.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFilterError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFunctionError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedMethodError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedPropertyError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedTagError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityPolicy' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicy.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityPolicyInterface' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SourcePolicyInterface' => $vendorDir . '/twig/twig/src/Sandbox/SourcePolicyInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Source' => $vendorDir . '/twig/twig/src/Source.php', 'OCA\\Libresign\\Vendor\\Twig\\Template' => $vendorDir . '/twig/twig/src/Template.php', 'OCA\\Libresign\\Vendor\\Twig\\TemplateWrapper' => $vendorDir . '/twig/twig/src/TemplateWrapper.php', 'OCA\\Libresign\\Vendor\\Twig\\Test\\IntegrationTestCase' => $vendorDir . '/twig/twig/src/Test/IntegrationTestCase.php', 'OCA\\Libresign\\Vendor\\Twig\\Test\\NodeTestCase' => $vendorDir . '/twig/twig/src/Test/NodeTestCase.php', 'OCA\\Libresign\\Vendor\\Twig\\Token' => $vendorDir . '/twig/twig/src/Token.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\AbstractTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AbstractTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ApplyTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ApplyTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\AutoEscapeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\BlockTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/BlockTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\DeprecatedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\DoTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DoTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\EmbedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/EmbedTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ExtendsTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\FlushTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FlushTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ForTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ForTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\FromTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FromTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\GuardTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/GuardTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\IfTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IfTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ImportTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ImportTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\IncludeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IncludeTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\MacroTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/MacroTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\SandboxTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SandboxTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\SetTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SetTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\TokenParserInterface' => $vendorDir . '/twig/twig/src/TokenParser/TokenParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\TypesTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/TypesTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\UseTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/UseTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\WithTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/WithTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenStream' => $vendorDir . '/twig/twig/src/TokenStream.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigCallableInterface' => $vendorDir . '/twig/twig/src/TwigCallableInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigFilter' => $vendorDir . '/twig/twig/src/TwigFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigFunction' => $vendorDir . '/twig/twig/src/TwigFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigTest' => $vendorDir . '/twig/twig/src/TwigTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\CallableArgumentsExtractor' => $vendorDir . '/twig/twig/src/Util/CallableArgumentsExtractor.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\DeprecationCollector' => $vendorDir . '/twig/twig/src/Util/DeprecationCollector.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\ReflectionCallable' => $vendorDir . '/twig/twig/src/Util/ReflectionCallable.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\TemplateDirIterator' => $vendorDir . '/twig/twig/src/Util/TemplateDirIterator.php', 'OCA\\Libresign\\Vendor\\Wobeto\\EmailBlur\\Blur' => $vendorDir . '/wobeto/email-blur/Wobeto/EmailBlur/Blur.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\Command' => $vendorDir . '/mikehaertl/php-pdftk/src/Command.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\DataFields' => $vendorDir . '/mikehaertl/php-pdftk/src/DataFields.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\FdfFile' => $vendorDir . '/mikehaertl/php-pdftk/src/FdfFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\InfoFields' => $vendorDir . '/mikehaertl/php-pdftk/src/InfoFields.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\InfoFile' => $vendorDir . '/mikehaertl/php-pdftk/src/InfoFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\Pdf' => $vendorDir . '/mikehaertl/php-pdftk/src/Pdf.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\XfdfFile' => $vendorDir . '/mikehaertl/php-pdftk/src/XfdfFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\shellcommand\\Command' => $vendorDir . '/mikehaertl/php-shellcommand/src/Command.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\tmp\\File' => $vendorDir . '/mikehaertl/php-tmpfile/src/File.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Common\\Functions\\Strings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\AES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Blowfish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\ChaCha20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\AsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\BlockCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\StreamCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\SymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Curve448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Ed448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistb233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistb409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk163' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk283' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp192' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp224' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp256' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp384' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp521' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistt571' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Hash' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\PublicKeyLoader' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RC2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RC4' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Random' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Rijndael' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Salsa20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\TripleDES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Twofish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadConfigurationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadDecryptionException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadModeException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\ConnectionClosedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\FileNotFoundException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InconsistentSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InsufficientSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InvalidPacketLengthException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\NoKeyLoadedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\NoSupportedAlgorithmsException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\TimeoutException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnableToConnectException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedAlgorithmException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedCurveException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedFormatException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedOperationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ANSI' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Element' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AnotherName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Attribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeType' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Attributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CPSuri' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLReason' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Certificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CountryName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Curve' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DHParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAParams' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DisplayText' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECParameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Extension' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Extensions' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\FieldElement' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\FieldID' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Name' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ORAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBES2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PersonalName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Prime_p' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Time' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Trinomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\UserNotice' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Validity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\X509' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\Engine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\GMP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BinaryField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BinaryField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\Common\\FiniteField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\Common\\FiniteField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\PrimeField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\PrimeField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SFTP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SFTP\\Stream' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Agent' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Agent\\Identity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTpl' => $vendorDir . '/setasign/fpdi/src/FpdfTpl.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTplTrait' => $vendorDir . '/setasign/fpdi/src/FpdfTplTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTrait' => $vendorDir . '/setasign/fpdi/src/FpdfTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Fpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdiException' => $vendorDir . '/setasign/fpdi/src/FpdiException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdiTrait' => $vendorDir . '/setasign/fpdi/src/FpdiTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\GraphicsState' => $vendorDir . '/setasign/fpdi/src/GraphicsState.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Math\\Matrix' => $vendorDir . '/setasign/fpdi/src/Math/Matrix.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Math\\Vector' => $vendorDir . '/setasign/fpdi/src/Math/Vector.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\AbstractReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReference' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\FixedReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\ReaderInterface' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Ascii85.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85Exception' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FilterException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FilterException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FilterInterface' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Flate' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Flate.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FlateException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FlateException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Lzw' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Lzw.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\LzwException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/LzwException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\PdfParser' => $vendorDir . '/setasign/fpdi/src/PdfParser/PdfParser.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\PdfParserException' => $vendorDir . '/setasign/fpdi/src/PdfParser/PdfParserException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\StreamReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/StreamReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Tokenizer' => $vendorDir . '/setasign/fpdi/src/PdfParser/Tokenizer.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfArray' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfArray.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfHexString' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfHexString.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfName' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfName.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfNull' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfNull.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfStream' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfStream.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfString' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfString.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfToken' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfToken.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfType' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfType.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfTypeException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\DataStructure\\Rectangle' => $vendorDir . '/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\Page' => $vendorDir . '/setasign/fpdi/src/PdfReader/Page.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PageBoundaries' => $vendorDir . '/setasign/fpdi/src/PdfReader/PageBoundaries.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PdfReader' => $vendorDir . '/setasign/fpdi/src/PdfReader/PdfReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PdfReaderException' => $vendorDir . '/setasign/fpdi/src/PdfReader/PdfReaderException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\TcpdfFpdi' => $vendorDir . '/setasign/fpdi/src/TcpdfFpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tcpdf\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Tcpdf/Fpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tfpdf\\FpdfTpl' => $vendorDir . '/setasign/fpdi/src/Tfpdf/FpdfTpl.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tfpdf\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Tfpdf/Fpdi.php'); +return array('OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitArray' => $vendorDir . '/bacon/bacon-qr-code/src/Common/BitArray.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Common/BitMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitUtils' => $vendorDir . '/bacon/bacon-qr-code/src/Common/BitUtils.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\CharacterSetEci' => $vendorDir . '/bacon/bacon-qr-code/src/Common/CharacterSetEci.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\EcBlock' => $vendorDir . '/bacon/bacon-qr-code/src/Common/EcBlock.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\EcBlocks' => $vendorDir . '/bacon/bacon-qr-code/src/Common/EcBlocks.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\ErrorCorrectionLevel' => $vendorDir . '/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\FormatInformation' => $vendorDir . '/bacon/bacon-qr-code/src/Common/FormatInformation.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\Mode' => $vendorDir . '/bacon/bacon-qr-code/src/Common/Mode.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\ReedSolomonCodec' => $vendorDir . '/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\Version' => $vendorDir . '/bacon/bacon-qr-code/src/Common/Version.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\BlockPair' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/BlockPair.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\ByteMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\Encoder' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/Encoder.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\MaskUtil' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/MaskUtil.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\MatrixUtil' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\QrCode' => $vendorDir . '/bacon/bacon-qr-code/src/Encoder/QrCode.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\ExceptionInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\InvalidArgumentException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\OutOfBoundsException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\RuntimeException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/RuntimeException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\UnexpectedValueException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\WriterException' => $vendorDir . '/bacon/bacon-qr-code/src/Exception/WriterException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Alpha' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Cmyk' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\ColorInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Gray' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Gray.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Rgb' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\CompositeEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\EyeInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\ModuleEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\PointyEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\SimpleCircleEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\SquareEye' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\GDLibRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\ImageRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\EpsImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\ImageBackEndInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\ImagickImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\SvgImageBackEnd' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\TransformationMatrix' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\DotsModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\Edge' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\EdgeIterator' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\ModuleInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\RoundnessModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\SquareModule' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Close' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Close.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Curve' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Curve.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\EllipticArc' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Line' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Line.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Move' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Move.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\OperationInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Path' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/Path/Path.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\PlainTextRenderer' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererInterface' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\EyeFill' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\Fill' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\Gradient' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\GradientType' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\RendererStyle' => $vendorDir . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Writer' => $vendorDir . '/bacon/bacon-qr-code/src/Writer.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\ApplicationFactory\\FreshInstanceApplicationFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/ApplicationFactory/FreshInstanceApplicationFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\ApplicationFactory\\NamespaceApplicationFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/ApplicationFactory/NamespaceApplicationFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\BamarniBinPlugin' => $vendorDir . '/bamarni/composer-bin-plugin/src/BamarniBinPlugin.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\CommandProvider' => $vendorDir . '/bamarni/composer-bin-plugin/src/CommandProvider.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Command\\BinCommand' => $vendorDir . '/bamarni/composer-bin-plugin/src/Command/BinCommand.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Command\\CouldNotCreateNamespaceDir' => $vendorDir . '/bamarni/composer-bin-plugin/src/Command/CouldNotCreateNamespaceDir.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\Config' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/Config.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\ConfigFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/ConfigFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\InvalidBamarniComposerExtraConfig' => $vendorDir . '/bamarni/composer-bin-plugin/src/Config/InvalidBamarniComposerExtraConfig.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Input\\BinInputFactory' => $vendorDir . '/bamarni/composer-bin-plugin/src/Input/BinInputFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Input\\InvalidBinInput' => $vendorDir . '/bamarni/composer-bin-plugin/src/Input/InvalidBinInput.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Logger' => $vendorDir . '/bamarni/composer-bin-plugin/src/Logger.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\PublicIO' => $vendorDir . '/bamarni/composer-bin-plugin/src/PublicIO.php', 'OCA\\Libresign\\3rdparty\\Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\AbstractEnum' => $vendorDir . '/dasprid/enum/src/AbstractEnum.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\EnumMap' => $vendorDir . '/dasprid/enum/src/EnumMap.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\CloneNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/CloneNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\ExceptionInterface' => $vendorDir . '/dasprid/enum/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\ExpectationException' => $vendorDir . '/dasprid/enum/src/Exception/ExpectationException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\IllegalArgumentException' => $vendorDir . '/dasprid/enum/src/Exception/IllegalArgumentException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\MismatchException' => $vendorDir . '/dasprid/enum/src/Exception/MismatchException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\SerializeNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/SerializeNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\UnserializeNotSupportedException' => $vendorDir . '/dasprid/enum/src/Exception/UnserializeNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\NullValue' => $vendorDir . '/dasprid/enum/src/NullValue.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\DeepCopy' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/DeepCopy.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Exception\\CloneException' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Exception\\PropertyException' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\ChainableFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineCollectionFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineEmptyCollectionFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineProxyFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Filter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\KeepFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\ReplaceFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\SetNullFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\Doctrine\\DoctrineProxyMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\Matcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyNameMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyTypeMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Reflection\\ReflectionHelper' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\ReplaceFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\ShallowCopyFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedList' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\TypeFilter' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeMatcher\\TypeMatcher' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Bacon\\ErrorCorrectionLevelConverter' => $vendorDir . '/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Bacon\\MatrixFactory' => $vendorDir . '/endroid/qr-code/src/Bacon/MatrixFactory.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\Builder' => $vendorDir . '/endroid/qr-code/src/Builder/Builder.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderInterface' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderRegistry' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderRegistry.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderRegistryInterface' => $vendorDir . '/endroid/qr-code/src/Builder/BuilderRegistryInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Color\\Color' => $vendorDir . '/endroid/qr-code/src/Color/Color.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Color\\ColorInterface' => $vendorDir . '/endroid/qr-code/src/Color/ColorInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Encoding\\Encoding' => $vendorDir . '/endroid/qr-code/src/Encoding/Encoding.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Encoding\\EncodingInterface' => $vendorDir . '/endroid/qr-code/src/Encoding/EncodingInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ErrorCorrectionLevel' => $vendorDir . '/endroid/qr-code/src/ErrorCorrectionLevel.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Exception\\ValidationException' => $vendorDir . '/endroid/qr-code/src/Exception/ValidationException.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ImageData\\LabelImageData' => $vendorDir . '/endroid/qr-code/src/ImageData/LabelImageData.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ImageData\\LogoImageData' => $vendorDir . '/endroid/qr-code/src/ImageData/LogoImageData.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\Font' => $vendorDir . '/endroid/qr-code/src/Label/Font/Font.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\FontInterface' => $vendorDir . '/endroid/qr-code/src/Label/Font/FontInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\NotoSans' => $vendorDir . '/endroid/qr-code/src/Label/Font/NotoSans.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\OpenSans' => $vendorDir . '/endroid/qr-code/src/Label/Font/OpenSans.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Label' => $vendorDir . '/endroid/qr-code/src/Label/Label.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\LabelAlignment' => $vendorDir . '/endroid/qr-code/src/Label/LabelAlignment.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\LabelInterface' => $vendorDir . '/endroid/qr-code/src/Label/LabelInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Margin\\Margin' => $vendorDir . '/endroid/qr-code/src/Label/Margin/Margin.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Margin\\MarginInterface' => $vendorDir . '/endroid/qr-code/src/Label/Margin/MarginInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Logo\\Logo' => $vendorDir . '/endroid/qr-code/src/Logo/Logo.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Logo\\LogoInterface' => $vendorDir . '/endroid/qr-code/src/Logo/LogoInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\Matrix' => $vendorDir . '/endroid/qr-code/src/Matrix/Matrix.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\MatrixFactoryInterface' => $vendorDir . '/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\MatrixInterface' => $vendorDir . '/endroid/qr-code/src/Matrix/MatrixInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\QrCode' => $vendorDir . '/endroid/qr-code/src/QrCode.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\QrCodeInterface' => $vendorDir . '/endroid/qr-code/src/QrCodeInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\RoundBlockSizeMode' => $vendorDir . '/endroid/qr-code/src/RoundBlockSizeMode.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\AbstractGdWriter' => $vendorDir . '/endroid/qr-code/src/Writer/AbstractGdWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\BinaryWriter' => $vendorDir . '/endroid/qr-code/src/Writer/BinaryWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\ConsoleWriter' => $vendorDir . '/endroid/qr-code/src/Writer/ConsoleWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\DebugWriter' => $vendorDir . '/endroid/qr-code/src/Writer/DebugWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\EpsWriter' => $vendorDir . '/endroid/qr-code/src/Writer/EpsWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\GifWriter' => $vendorDir . '/endroid/qr-code/src/Writer/GifWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\PdfWriter' => $vendorDir . '/endroid/qr-code/src/Writer/PdfWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\PngWriter' => $vendorDir . '/endroid/qr-code/src/Writer/PngWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\AbstractResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/AbstractResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\BinaryResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/BinaryResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\ConsoleResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/ConsoleResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\DebugResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/DebugResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\EpsResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/EpsResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\GdResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/GdResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\GifResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/GifResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\PdfResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/PdfResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\PngResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/PngResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\ResultInterface' => $vendorDir . '/endroid/qr-code/src/Writer/Result/ResultInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\SvgResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/SvgResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\WebPResult' => $vendorDir . '/endroid/qr-code/src/Writer/Result/WebPResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\SvgWriter' => $vendorDir . '/endroid/qr-code/src/Writer/SvgWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\ValidatingWriterInterface' => $vendorDir . '/endroid/qr-code/src/Writer/ValidatingWriterInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\WebPWriter' => $vendorDir . '/endroid/qr-code/src/Writer/WebPWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\WriterInterface' => $vendorDir . '/endroid/qr-code/src/Writer/WriterInterface.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\JSignFileService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/JSignFileService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\JSignPDF' => $vendorDir . '/jsignpdf/jsignpdf-php/src/JSignPDF.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Runtime\\JSignPdfRuntimeService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Runtime\\JavaRuntimeService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Runtime/JavaRuntimeService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Sign\\JSignParam' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Sign/JSignParam.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Sign\\JSignService' => $vendorDir . '/jsignpdf/jsignpdf-php/src/Sign/JSignService.php', 'OCA\\Libresign\\3rdparty\\LibreSign\\WhatOSAmI\\OperatingSystem' => $vendorDir . '/libresign/whatosami/src/OperatingSystem.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\AssetFetcher' => $vendorDir . '/mpdf/mpdf/src/AssetFetcher.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode' => $vendorDir . '/mpdf/mpdf/src/Barcode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\AbstractBarcode' => $vendorDir . '/mpdf/mpdf/src/Barcode/AbstractBarcode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\BarcodeException' => $vendorDir . '/mpdf/mpdf/src/Barcode/BarcodeException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\BarcodeInterface' => $vendorDir . '/mpdf/mpdf/src/Barcode/BarcodeInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Codabar' => $vendorDir . '/mpdf/mpdf/src/Barcode/Codabar.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code11' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code11.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code128' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code128.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code39' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code39.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code93' => $vendorDir . '/mpdf/mpdf/src/Barcode/Code93.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\EanExt' => $vendorDir . '/mpdf/mpdf/src/Barcode/EanExt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\EanUpc' => $vendorDir . '/mpdf/mpdf/src/Barcode/EanUpc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\I25' => $vendorDir . '/mpdf/mpdf/src/Barcode/I25.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Imb' => $vendorDir . '/mpdf/mpdf/src/Barcode/Imb.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Msi' => $vendorDir . '/mpdf/mpdf/src/Barcode/Msi.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Postnet' => $vendorDir . '/mpdf/mpdf/src/Barcode/Postnet.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Rm4Scc' => $vendorDir . '/mpdf/mpdf/src/Barcode/Rm4Scc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\S25' => $vendorDir . '/mpdf/mpdf/src/Barcode/S25.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Cache' => $vendorDir . '/mpdf/mpdf/src/Cache.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorConverter' => $vendorDir . '/mpdf/mpdf/src/Color/ColorConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorModeConverter' => $vendorDir . '/mpdf/mpdf/src/Color/ColorModeConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorSpaceRestrictor' => $vendorDir . '/mpdf/mpdf/src/Color/ColorSpaceRestrictor.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\NamedColors' => $vendorDir . '/mpdf/mpdf/src/Color/NamedColors.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Config\\ConfigVariables' => $vendorDir . '/mpdf/mpdf/src/Config/ConfigVariables.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Config\\FontVariables' => $vendorDir . '/mpdf/mpdf/src/Config/FontVariables.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\ContainerInterface' => $vendorDir . '/mpdf/mpdf/src/Container/ContainerInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\NotFoundException' => $vendorDir . '/mpdf/mpdf/src/Container/NotFoundException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\SimpleContainer' => $vendorDir . '/mpdf/mpdf/src/Container/SimpleContainer.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToAlpha' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToAlpha.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToCjk' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToCjk.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToHebrew' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToHebrew.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToOther' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToOther.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToRoman' => $vendorDir . '/mpdf/mpdf/src/Conversion/DecToRoman.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\CssManager' => $vendorDir . '/mpdf/mpdf/src/CssManager.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\Border' => $vendorDir . '/mpdf/mpdf/src/Css/Border.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\DefaultCss' => $vendorDir . '/mpdf/mpdf/src/Css/DefaultCss.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\TextVars' => $vendorDir . '/mpdf/mpdf/src/Css/TextVars.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\DirectWrite' => $vendorDir . '/mpdf/mpdf/src/DirectWrite.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\AssetFetchingException' => $vendorDir . '/mpdf/mpdf/src/Exception/AssetFetchingException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\FontException' => $vendorDir . '/mpdf/mpdf/src/Exception/FontException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\InvalidArgumentException' => $vendorDir . '/mpdf/mpdf/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\LocalContentLoader' => $vendorDir . '/mpdf/mpdf/src/File/LocalContentLoader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\LocalContentLoaderInterface' => $vendorDir . '/mpdf/mpdf/src/File/LocalContentLoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\StreamWrapperChecker' => $vendorDir . '/mpdf/mpdf/src/File/StreamWrapperChecker.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\FontCache' => $vendorDir . '/mpdf/mpdf/src/Fonts/FontCache.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\FontFileFinder' => $vendorDir . '/mpdf/mpdf/src/Fonts/FontFileFinder.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\GlyphOperator' => $vendorDir . '/mpdf/mpdf/src/Fonts/GlyphOperator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\MetricsGenerator' => $vendorDir . '/mpdf/mpdf/src/Fonts/MetricsGenerator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Form' => $vendorDir . '/mpdf/mpdf/src/Form.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\FpdiTrait' => $vendorDir . '/mpdf/mpdf/src/FpdiTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\ColorTable' => $vendorDir . '/mpdf/mpdf/src/Gif/ColorTable.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\FileHeader' => $vendorDir . '/mpdf/mpdf/src/Gif/FileHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Gif' => $vendorDir . '/mpdf/mpdf/src/Gif/Gif.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Image' => $vendorDir . '/mpdf/mpdf/src/Gif/Image.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\ImageHeader' => $vendorDir . '/mpdf/mpdf/src/Gif/ImageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Lzw' => $vendorDir . '/mpdf/mpdf/src/Gif/Lzw.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gradient' => $vendorDir . '/mpdf/mpdf/src/Gradient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\HTMLParserMode' => $vendorDir . '/mpdf/mpdf/src/HTMLParserMode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\ClientInterface' => $vendorDir . '/mpdf/mpdf/src/Http/ClientInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\CurlHttpClient' => $vendorDir . '/mpdf/mpdf/src/Http/CurlHttpClient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\ClientException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/ClientException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\ForbiddenRequestException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/ForbiddenRequestException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\NetworkException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/NetworkException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\RequestException' => $vendorDir . '/mpdf/mpdf/src/Http/Exception/RequestException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\SocketHttpClient' => $vendorDir . '/mpdf/mpdf/src/Http/SocketHttpClient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Hyphenator' => $vendorDir . '/mpdf/mpdf/src/Hyphenator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Bmp' => $vendorDir . '/mpdf/mpdf/src/Image/Bmp.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\ImageProcessor' => $vendorDir . '/mpdf/mpdf/src/Image/ImageProcessor.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\ImageTypeGuesser' => $vendorDir . '/mpdf/mpdf/src/Image/ImageTypeGuesser.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Svg' => $vendorDir . '/mpdf/mpdf/src/Image/Svg.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Wmf' => $vendorDir . '/mpdf/mpdf/src/Image/Wmf.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\LanguageToFont' => $vendorDir . '/mpdf/mpdf/src/Language/LanguageToFont.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\LanguageToFontInterface' => $vendorDir . '/mpdf/mpdf/src/Language/LanguageToFontInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\ScriptToLanguage' => $vendorDir . '/mpdf/mpdf/src/Language/ScriptToLanguage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\ScriptToLanguageInterface' => $vendorDir . '/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Log\\Context' => $vendorDir . '/mpdf/mpdf/src/Log/Context.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Mpdf' => $vendorDir . '/mpdf/mpdf/src/Mpdf.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\MpdfException' => $vendorDir . '/mpdf/mpdf/src/MpdfException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\MpdfImageException' => $vendorDir . '/mpdf/mpdf/src/MpdfImageException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Otl' => $vendorDir . '/mpdf/mpdf/src/Otl.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\OtlDump' => $vendorDir . '/mpdf/mpdf/src/OtlDump.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Output\\Destination' => $vendorDir . '/mpdf/mpdf/src/Output/Destination.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PageBox' => $vendorDir . '/mpdf/mpdf/src/PageBox.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PageFormat' => $vendorDir . '/mpdf/mpdf/src/PageFormat.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Pdf\\Protection' => $vendorDir . '/mpdf/mpdf/src/Pdf/Protection.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Pdf\\Protection\\UniqidGenerator' => $vendorDir . '/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Request' => $vendorDir . '/mpdf/psr-http-message-shim/src/Request.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Response' => $vendorDir . '/mpdf/psr-http-message-shim/src/Response.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Stream' => $vendorDir . '/mpdf/psr-http-message-shim/src/Stream.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Uri' => $vendorDir . '/mpdf/psr-http-message-shim/src/Uri.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrLogAwareTrait\\MpdfPsrLogAwareTrait' => $vendorDir . '/mpdf/psr-log-aware-trait/src/MpdfPsrLogAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrLogAwareTrait\\PsrLogAwareTrait' => $vendorDir . '/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\ServiceFactory' => $vendorDir . '/mpdf/mpdf/src/ServiceFactory.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Indic' => $vendorDir . '/mpdf/mpdf/src/Shaper/Indic.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Myanmar' => $vendorDir . '/mpdf/mpdf/src/Shaper/Myanmar.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Sea' => $vendorDir . '/mpdf/mpdf/src/Shaper/Sea.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\SizeConverter' => $vendorDir . '/mpdf/mpdf/src/SizeConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Strict' => $vendorDir . '/mpdf/mpdf/src/Strict.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TTFontFile' => $vendorDir . '/mpdf/mpdf/src/TTFontFile.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TTFontFileAnalysis' => $vendorDir . '/mpdf/mpdf/src/TTFontFileAnalysis.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TableOfContents' => $vendorDir . '/mpdf/mpdf/src/TableOfContents.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag' => $vendorDir . '/mpdf/mpdf/src/Tag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\A' => $vendorDir . '/mpdf/mpdf/src/Tag/A.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Acronym' => $vendorDir . '/mpdf/mpdf/src/Tag/Acronym.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Address' => $vendorDir . '/mpdf/mpdf/src/Tag/Address.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Annotation' => $vendorDir . '/mpdf/mpdf/src/Tag/Annotation.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Article' => $vendorDir . '/mpdf/mpdf/src/Tag/Article.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Aside' => $vendorDir . '/mpdf/mpdf/src/Tag/Aside.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\B' => $vendorDir . '/mpdf/mpdf/src/Tag/B.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BarCode' => $vendorDir . '/mpdf/mpdf/src/Tag/BarCode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bdi' => $vendorDir . '/mpdf/mpdf/src/Tag/Bdi.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bdo' => $vendorDir . '/mpdf/mpdf/src/Tag/Bdo.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Big' => $vendorDir . '/mpdf/mpdf/src/Tag/Big.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BlockQuote' => $vendorDir . '/mpdf/mpdf/src/Tag/BlockQuote.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BlockTag' => $vendorDir . '/mpdf/mpdf/src/Tag/BlockTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bookmark' => $vendorDir . '/mpdf/mpdf/src/Tag/Bookmark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Br' => $vendorDir . '/mpdf/mpdf/src/Tag/Br.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Caption' => $vendorDir . '/mpdf/mpdf/src/Tag/Caption.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Center' => $vendorDir . '/mpdf/mpdf/src/Tag/Center.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Cite' => $vendorDir . '/mpdf/mpdf/src/Tag/Cite.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Code' => $vendorDir . '/mpdf/mpdf/src/Tag/Code.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\ColumnBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/ColumnBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Columns' => $vendorDir . '/mpdf/mpdf/src/Tag/Columns.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dd' => $vendorDir . '/mpdf/mpdf/src/Tag/Dd.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Del' => $vendorDir . '/mpdf/mpdf/src/Tag/Del.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Details' => $vendorDir . '/mpdf/mpdf/src/Tag/Details.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Div' => $vendorDir . '/mpdf/mpdf/src/Tag/Div.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dl' => $vendorDir . '/mpdf/mpdf/src/Tag/Dl.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\DotTab' => $vendorDir . '/mpdf/mpdf/src/Tag/DotTab.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dt' => $vendorDir . '/mpdf/mpdf/src/Tag/Dt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Em' => $vendorDir . '/mpdf/mpdf/src/Tag/Em.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FieldSet' => $vendorDir . '/mpdf/mpdf/src/Tag/FieldSet.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FigCaption' => $vendorDir . '/mpdf/mpdf/src/Tag/FigCaption.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Figure' => $vendorDir . '/mpdf/mpdf/src/Tag/Figure.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Font' => $vendorDir . '/mpdf/mpdf/src/Tag/Font.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Footer' => $vendorDir . '/mpdf/mpdf/src/Tag/Footer.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Form' => $vendorDir . '/mpdf/mpdf/src/Tag/Form.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FormFeed' => $vendorDir . '/mpdf/mpdf/src/Tag/FormFeed.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H1' => $vendorDir . '/mpdf/mpdf/src/Tag/H1.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H2' => $vendorDir . '/mpdf/mpdf/src/Tag/H2.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H3' => $vendorDir . '/mpdf/mpdf/src/Tag/H3.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H4' => $vendorDir . '/mpdf/mpdf/src/Tag/H4.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H5' => $vendorDir . '/mpdf/mpdf/src/Tag/H5.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H6' => $vendorDir . '/mpdf/mpdf/src/Tag/H6.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\HGroup' => $vendorDir . '/mpdf/mpdf/src/Tag/HGroup.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Header' => $vendorDir . '/mpdf/mpdf/src/Tag/Header.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Hr' => $vendorDir . '/mpdf/mpdf/src/Tag/Hr.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\I' => $vendorDir . '/mpdf/mpdf/src/Tag/I.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Img' => $vendorDir . '/mpdf/mpdf/src/Tag/Img.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\IndexEntry' => $vendorDir . '/mpdf/mpdf/src/Tag/IndexEntry.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\IndexInsert' => $vendorDir . '/mpdf/mpdf/src/Tag/IndexInsert.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\InlineTag' => $vendorDir . '/mpdf/mpdf/src/Tag/InlineTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Input' => $vendorDir . '/mpdf/mpdf/src/Tag/Input.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ins' => $vendorDir . '/mpdf/mpdf/src/Tag/Ins.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Kbd' => $vendorDir . '/mpdf/mpdf/src/Tag/Kbd.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Legend' => $vendorDir . '/mpdf/mpdf/src/Tag/Legend.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Li' => $vendorDir . '/mpdf/mpdf/src/Tag/Li.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Main' => $vendorDir . '/mpdf/mpdf/src/Tag/Main.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Mark' => $vendorDir . '/mpdf/mpdf/src/Tag/Mark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Meter' => $vendorDir . '/mpdf/mpdf/src/Tag/Meter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Nav' => $vendorDir . '/mpdf/mpdf/src/Tag/Nav.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\NewColumn' => $vendorDir . '/mpdf/mpdf/src/Tag/NewColumn.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\NewPage' => $vendorDir . '/mpdf/mpdf/src/Tag/NewPage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ol' => $vendorDir . '/mpdf/mpdf/src/Tag/Ol.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Option' => $vendorDir . '/mpdf/mpdf/src/Tag/Option.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\P' => $vendorDir . '/mpdf/mpdf/src/Tag/P.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/PageBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/PageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/PageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Pre' => $vendorDir . '/mpdf/mpdf/src/Tag/Pre.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Progress' => $vendorDir . '/mpdf/mpdf/src/Tag/Progress.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Q' => $vendorDir . '/mpdf/mpdf/src/Tag/Q.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\S' => $vendorDir . '/mpdf/mpdf/src/Tag/S.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Samp' => $vendorDir . '/mpdf/mpdf/src/Tag/Samp.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Section' => $vendorDir . '/mpdf/mpdf/src/Tag/Section.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Select' => $vendorDir . '/mpdf/mpdf/src/Tag/Select.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetHtmlPageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/SetHtmlPageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetHtmlPageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/SetHtmlPageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetPageFooter' => $vendorDir . '/mpdf/mpdf/src/Tag/SetPageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetPageHeader' => $vendorDir . '/mpdf/mpdf/src/Tag/SetPageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Small' => $vendorDir . '/mpdf/mpdf/src/Tag/Small.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Span' => $vendorDir . '/mpdf/mpdf/src/Tag/Span.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Strike' => $vendorDir . '/mpdf/mpdf/src/Tag/Strike.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Strong' => $vendorDir . '/mpdf/mpdf/src/Tag/Strong.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Sub' => $vendorDir . '/mpdf/mpdf/src/Tag/Sub.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SubstituteTag' => $vendorDir . '/mpdf/mpdf/src/Tag/SubstituteTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Summary' => $vendorDir . '/mpdf/mpdf/src/Tag/Summary.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Sup' => $vendorDir . '/mpdf/mpdf/src/Tag/Sup.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TBody' => $vendorDir . '/mpdf/mpdf/src/Tag/TBody.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TFoot' => $vendorDir . '/mpdf/mpdf/src/Tag/TFoot.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\THead' => $vendorDir . '/mpdf/mpdf/src/Tag/THead.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Table' => $vendorDir . '/mpdf/mpdf/src/Tag/Table.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tag' => $vendorDir . '/mpdf/mpdf/src/Tag/Tag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Td' => $vendorDir . '/mpdf/mpdf/src/Tag/Td.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TextArea' => $vendorDir . '/mpdf/mpdf/src/Tag/TextArea.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TextCircle' => $vendorDir . '/mpdf/mpdf/src/Tag/TextCircle.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Th' => $vendorDir . '/mpdf/mpdf/src/Tag/Th.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Time' => $vendorDir . '/mpdf/mpdf/src/Tag/Time.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Toc' => $vendorDir . '/mpdf/mpdf/src/Tag/Toc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TocEntry' => $vendorDir . '/mpdf/mpdf/src/Tag/TocEntry.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TocPageBreak' => $vendorDir . '/mpdf/mpdf/src/Tag/TocPageBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tr' => $vendorDir . '/mpdf/mpdf/src/Tag/Tr.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tt' => $vendorDir . '/mpdf/mpdf/src/Tag/Tt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tta' => $vendorDir . '/mpdf/mpdf/src/Tag/Tta.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tts' => $vendorDir . '/mpdf/mpdf/src/Tag/Tts.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ttz' => $vendorDir . '/mpdf/mpdf/src/Tag/Ttz.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\U' => $vendorDir . '/mpdf/mpdf/src/Tag/U.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ul' => $vendorDir . '/mpdf/mpdf/src/Tag/Ul.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\VarTag' => $vendorDir . '/mpdf/mpdf/src/Tag/VarTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\WatermarkImage' => $vendorDir . '/mpdf/mpdf/src/Tag/WatermarkImage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\WatermarkText' => $vendorDir . '/mpdf/mpdf/src/Tag/WatermarkText.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Ucdn' => $vendorDir . '/mpdf/mpdf/src/Ucdn.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\Arrays' => $vendorDir . '/mpdf/mpdf/src/Utils/Arrays.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\NumericString' => $vendorDir . '/mpdf/mpdf/src/Utils/NumericString.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\PdfDate' => $vendorDir . '/mpdf/mpdf/src/Utils/PdfDate.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\UtfString' => $vendorDir . '/mpdf/mpdf/src/Utils/UtfString.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Watermark' => $vendorDir . '/mpdf/mpdf/src/Watermark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\WatermarkImage' => $vendorDir . '/mpdf/mpdf/src/WatermarkImage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\WatermarkText' => $vendorDir . '/mpdf/mpdf/src/WatermarkText.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BackgroundWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BackgroundWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BaseWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BaseWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BookmarkWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/BookmarkWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ColorWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ColorWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\FontWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/FontWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\FormWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/FormWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ImageWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ImageWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\JavaScriptWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/JavaScriptWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\MetadataWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/MetadataWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ObjectWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ObjectWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\OptionalContentWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/OptionalContentWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\PageWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/PageWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ResourceWriter' => $vendorDir . '/mpdf/mpdf/src/Writer/ResourceWriter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\AdapterInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/AdapterInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\ArrayAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/ArrayAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\CallbackAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/CallbackAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\ConcatenationAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/ConcatenationAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\EmptyAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/EmptyAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\FixedAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/FixedAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\NullAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/NullAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\TransformingAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Adapter/TransformingAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\Collections\\CollectionAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/CollectionAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\Collections\\SelectableAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/SelectableAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\DBAL\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\DBAL\\SingleTableQueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/SingleTableQueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\MongoDBODM\\AggregationAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/AggregationAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\MongoDBODM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\ORM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/ORM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\PHPCRODM\\QueryAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Elastica\\ElasticaAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Elastica/ElasticaAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\InvalidArgumentException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1CurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1CurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1MaxPagesException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPagesException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1MaxPerPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPerPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LogicException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/LogicException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidCurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidCurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidMaxPerPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidMaxPerPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidResultCountException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidResultCountException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\OutOfBoundsException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\OutOfRangeCurrentPageException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfRangeCurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\PagerfantaException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/PagerfantaException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\RuntimeException' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Exception/RuntimeException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Pagerfanta' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/Pagerfanta.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\PagerfantaInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/PagerfantaInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorDecorator' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorDecorator.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorFactoryInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Solarium\\SolariumAdapter' => $vendorDir . '/pagerfanta/pagerfanta/lib/Adapter/Solarium/SolariumAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\Extension\\PagerfantaExtension' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaRuntime.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\View\\TwigView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Twig/View/TwigView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\DefaultView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/DefaultView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Foundation6View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Foundation6View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\OptionableView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/OptionableView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\SemanticUiView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/SemanticUiView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TemplateView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TemplateView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\DefaultTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/DefaultTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\Foundation6Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/Foundation6Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\SemanticUiTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/SemanticUiTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TemplateInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TemplateInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap3Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap3Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap4Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap4Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap5Template' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap5Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrapTemplate' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrapTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap3View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap3View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap4View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap4View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap5View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap5View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrapView' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrapView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\View' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewFactory' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactory.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewFactoryInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewInterface' => $vendorDir . '/pagerfanta/pagerfanta/lib/Core/View/ViewInterface.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base32' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base32Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64DotSlash' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64UrlSafe' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Binary' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\EncoderInterface' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Encoding' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\RFC4648' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/src/AbstractLogger.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/src/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/src/LogLevel.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/src/LoggerAwareInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/src/LoggerAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/src/LoggerInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/src/LoggerTrait.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/src/NullLogger.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Config' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Config.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Document' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Document.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementArray' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementBoolean' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementDate' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementHexa' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementMissing' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementName' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementNull' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementNumeric' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementString' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementStruct' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementXRef' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\AbstractEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\EncodingLocator' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\ISOLatin1Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\ISOLatin9Encoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\MacRomanEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\PDFDocEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\PostScriptGlyphs' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\StandardEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\WinAnsiEncoding' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\EmptyPdfException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\EncodingNotFoundException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\InvalidDictionaryObjectException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\MissingCatalogException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\MissingPdfHeaderException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\NotImplementedException' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontCIDFontType0' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontCIDFontType2' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontTrueType' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType0' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType1' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType3' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Header' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Header.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\PDFObject' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Page' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Page.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Pages' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Pages.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Parser' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/Parser.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\RawData\\FilterHelper' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\RawData\\RawDataParser' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\XObject\\Form' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\XObject\\Image' => $vendorDir . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php', 'OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php', 'OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php', 'OCA\\Libresign\\3rdparty\\Twig\\AbstractTwigCallable' => $vendorDir . '/twig/twig/src/AbstractTwigCallable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigFilter' => $vendorDir . '/twig/twig/src/Attribute/AsTwigFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigFunction' => $vendorDir . '/twig/twig/src/Attribute/AsTwigFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigTest' => $vendorDir . '/twig/twig/src/Attribute/AsTwigTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\FirstClassTwigCallableReady' => $vendorDir . '/twig/twig/src/Attribute/FirstClassTwigCallableReady.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\YieldReady' => $vendorDir . '/twig/twig/src/Attribute/YieldReady.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\CacheInterface' => $vendorDir . '/twig/twig/src/Cache/CacheInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\ChainCache' => $vendorDir . '/twig/twig/src/Cache/ChainCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\FilesystemCache' => $vendorDir . '/twig/twig/src/Cache/FilesystemCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\NullCache' => $vendorDir . '/twig/twig/src/Cache/NullCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\ReadOnlyFilesystemCache' => $vendorDir . '/twig/twig/src/Cache/ReadOnlyFilesystemCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\RemovableCacheInterface' => $vendorDir . '/twig/twig/src/Cache/RemovableCacheInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Compiler' => $vendorDir . '/twig/twig/src/Compiler.php', 'OCA\\Libresign\\3rdparty\\Twig\\DeprecatedCallableInfo' => $vendorDir . '/twig/twig/src/DeprecatedCallableInfo.php', 'OCA\\Libresign\\3rdparty\\Twig\\Environment' => $vendorDir . '/twig/twig/src/Environment.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\Error' => $vendorDir . '/twig/twig/src/Error/Error.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\LoaderError' => $vendorDir . '/twig/twig/src/Error/LoaderError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\RuntimeError' => $vendorDir . '/twig/twig/src/Error/RuntimeError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\SyntaxError' => $vendorDir . '/twig/twig/src/Error/SyntaxError.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\AbstractExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/AbstractExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserDescriptionInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserType' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParserType.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParsers' => $vendorDir . '/twig/twig/src/ExpressionParser/ExpressionParsers.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\InfixAssociativity' => $vendorDir . '/twig/twig/src/ExpressionParser/InfixAssociativity.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\InfixExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ArgumentsTrait' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ArrowExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\BinaryOperatorExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ConditionalTernaryExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\DotExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\FilterExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\FunctionExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\IsExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\IsNotExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\SquareBracketExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\PrecedenceChange' => $vendorDir . '/twig/twig/src/ExpressionParser/PrecedenceChange.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\PrefixExpressionParserInterface' => $vendorDir . '/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\GroupingExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\LiteralExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\UnaryOperatorExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExtensionSet' => $vendorDir . '/twig/twig/src/ExtensionSet.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\AbstractExtension' => $vendorDir . '/twig/twig/src/Extension/AbstractExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\AttributeExtension' => $vendorDir . '/twig/twig/src/Extension/AttributeExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\CoreExtension' => $vendorDir . '/twig/twig/src/Extension/CoreExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\DebugExtension' => $vendorDir . '/twig/twig/src/Extension/DebugExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\EscaperExtension' => $vendorDir . '/twig/twig/src/Extension/EscaperExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\ExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/ExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\GlobalsInterface' => $vendorDir . '/twig/twig/src/Extension/GlobalsInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\LastModifiedExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/LastModifiedExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\OptimizerExtension' => $vendorDir . '/twig/twig/src/Extension/OptimizerExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\ProfilerExtension' => $vendorDir . '/twig/twig/src/Extension/ProfilerExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\RuntimeExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\SandboxExtension' => $vendorDir . '/twig/twig/src/Extension/SandboxExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\StagingExtension' => $vendorDir . '/twig/twig/src/Extension/StagingExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\StringLoaderExtension' => $vendorDir . '/twig/twig/src/Extension/StringLoaderExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\YieldNotReadyExtension' => $vendorDir . '/twig/twig/src/Extension/YieldNotReadyExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\FileExtensionEscapingStrategy' => $vendorDir . '/twig/twig/src/FileExtensionEscapingStrategy.php', 'OCA\\Libresign\\3rdparty\\Twig\\Lexer' => $vendorDir . '/twig/twig/src/Lexer.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\ArrayLoader' => $vendorDir . '/twig/twig/src/Loader/ArrayLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\ChainLoader' => $vendorDir . '/twig/twig/src/Loader/ChainLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\FilesystemLoader' => $vendorDir . '/twig/twig/src/Loader/FilesystemLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\LoaderInterface' => $vendorDir . '/twig/twig/src/Loader/LoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Markup' => $vendorDir . '/twig/twig/src/Markup.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeTraverser' => $vendorDir . '/twig/twig/src/NodeTraverser.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\AbstractNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\EscaperNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\NodeVisitorInterface' => $vendorDir . '/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\OptimizerNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\SafeAnalysisNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\SandboxNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\YieldNotReadyNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\AutoEscapeNode' => $vendorDir . '/twig/twig/src/Node/AutoEscapeNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BlockNode' => $vendorDir . '/twig/twig/src/Node/BlockNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BlockReferenceNode' => $vendorDir . '/twig/twig/src/Node/BlockReferenceNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BodyNode' => $vendorDir . '/twig/twig/src/Node/BodyNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CaptureNode' => $vendorDir . '/twig/twig/src/Node/CaptureNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckSecurityCallNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityCallNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckSecurityNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckToStringNode' => $vendorDir . '/twig/twig/src/Node/CheckToStringNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\DeprecatedNode' => $vendorDir . '/twig/twig/src/Node/DeprecatedNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\DoNode' => $vendorDir . '/twig/twig/src/Node/DoNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\EmbedNode' => $vendorDir . '/twig/twig/src/Node/EmbedNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\EmptyNode' => $vendorDir . '/twig/twig/src/Node/EmptyNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\AbstractExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AbstractExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ArrayExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrayExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ArrowFunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\AssignNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AssignNameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AbstractBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AddBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BinaryInterface' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BinaryInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseAndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseOrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseXorBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ConcatBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\DivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ElvisBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ElvisBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\EndsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\EqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\FloorDivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\GreaterBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\GreaterEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\HasEveryBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\HasSomeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\InBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/InBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\LessBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\LessEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\MatchesBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ModBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\MulBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NotEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NotInBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NullCoalesceBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\OrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\PowerBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\RangeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\SpaceshipBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\StartsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\SubBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\XorBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/XorBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\BlockReferenceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\CallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/CallExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ConditionalExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConditionalExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ConstantExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConstantExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FilterExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FilterExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Filter\\DefaultFilter' => $vendorDir . '/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Filter\\RawFilter' => $vendorDir . '/twig/twig/src/Node/Expression/Filter/RawFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionNode\\EnumCasesFunction' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionNode\\EnumFunction' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\GetAttrExpression' => $vendorDir . '/twig/twig/src/Node/Expression/GetAttrExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\InlinePrint' => $vendorDir . '/twig/twig/src/Node/Expression/InlinePrint.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ListExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ListExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\MacroReferenceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/MacroReferenceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\MethodCallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/MethodCallExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\NameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\NullCoalesceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\OperatorEscapeInterface' => $vendorDir . '/twig/twig/src/Node/Expression/OperatorEscapeInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ParentExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ParentExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnArrayInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnArrayInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnBoolInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnBoolInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnNumberInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnNumberInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnPrimitiveTypeInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnStringInterface' => $vendorDir . '/twig/twig/src/Node/Expression/ReturnStringInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestDeprecationTrait' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestInterface' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestTrait' => $vendorDir . '/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\TempNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TempNameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Ternary\\ConditionalTernary' => $vendorDir . '/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\TestExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TestExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\ConstantTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\DefinedTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\DivisiblebyTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\EvenTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/EvenTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\NullTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/NullTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\OddTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/OddTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\SameasTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/SameasTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\TrueTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/TrueTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\AbstractUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\NegUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\NotUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\PosUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\SpreadUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/SpreadUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\StringCastUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/StringCastUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\UnaryInterface' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/UnaryInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\AssignContextVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\AssignTemplateVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\ContextVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/ContextVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\LocalVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/LocalVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\TemplateVariable' => $vendorDir . '/twig/twig/src/Node/Expression/Variable/TemplateVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\VariadicExpression' => $vendorDir . '/twig/twig/src/Node/Expression/VariadicExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\FlushNode' => $vendorDir . '/twig/twig/src/Node/FlushNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForElseNode' => $vendorDir . '/twig/twig/src/Node/ForElseNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForLoopNode' => $vendorDir . '/twig/twig/src/Node/ForLoopNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForNode' => $vendorDir . '/twig/twig/src/Node/ForNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\IfNode' => $vendorDir . '/twig/twig/src/Node/IfNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ImportNode' => $vendorDir . '/twig/twig/src/Node/ImportNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\IncludeNode' => $vendorDir . '/twig/twig/src/Node/IncludeNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\MacroNode' => $vendorDir . '/twig/twig/src/Node/MacroNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ModuleNode' => $vendorDir . '/twig/twig/src/Node/ModuleNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NameDeprecation' => $vendorDir . '/twig/twig/src/Node/NameDeprecation.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Node' => $vendorDir . '/twig/twig/src/Node/Node.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NodeCaptureInterface' => $vendorDir . '/twig/twig/src/Node/NodeCaptureInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NodeOutputInterface' => $vendorDir . '/twig/twig/src/Node/NodeOutputInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Nodes' => $vendorDir . '/twig/twig/src/Node/Nodes.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\PrintNode' => $vendorDir . '/twig/twig/src/Node/PrintNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\SandboxNode' => $vendorDir . '/twig/twig/src/Node/SandboxNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\SetNode' => $vendorDir . '/twig/twig/src/Node/SetNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\TextNode' => $vendorDir . '/twig/twig/src/Node/TextNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\TypesNode' => $vendorDir . '/twig/twig/src/Node/TypesNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\WithNode' => $vendorDir . '/twig/twig/src/Node/WithNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\OperatorPrecedenceChange' => $vendorDir . '/twig/twig/src/OperatorPrecedenceChange.php', 'OCA\\Libresign\\3rdparty\\Twig\\Parser' => $vendorDir . '/twig/twig/src/Parser.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\BaseDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\BlackfireDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\HtmlDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\TextDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/TextDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor' => $vendorDir . '/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Node\\EnterProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Node\\LeaveProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Profile' => $vendorDir . '/twig/twig/src/Profiler/Profile.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\ContainerRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\FactoryRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\RuntimeLoaderInterface' => $vendorDir . '/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Runtime\\EscaperRuntime' => $vendorDir . '/twig/twig/src/Runtime/EscaperRuntime.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFilterError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFunctionError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedMethodError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedPropertyError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedTagError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityPolicy' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicy.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityPolicyInterface' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SourcePolicyInterface' => $vendorDir . '/twig/twig/src/Sandbox/SourcePolicyInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Source' => $vendorDir . '/twig/twig/src/Source.php', 'OCA\\Libresign\\3rdparty\\Twig\\Template' => $vendorDir . '/twig/twig/src/Template.php', 'OCA\\Libresign\\3rdparty\\Twig\\TemplateWrapper' => $vendorDir . '/twig/twig/src/TemplateWrapper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Test\\IntegrationTestCase' => $vendorDir . '/twig/twig/src/Test/IntegrationTestCase.php', 'OCA\\Libresign\\3rdparty\\Twig\\Test\\NodeTestCase' => $vendorDir . '/twig/twig/src/Test/NodeTestCase.php', 'OCA\\Libresign\\3rdparty\\Twig\\Token' => $vendorDir . '/twig/twig/src/Token.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\AbstractTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AbstractTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ApplyTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ApplyTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\AutoEscapeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\BlockTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/BlockTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\DeprecatedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\DoTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DoTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\EmbedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/EmbedTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ExtendsTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\FlushTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FlushTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ForTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ForTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\FromTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FromTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\GuardTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/GuardTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\IfTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IfTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ImportTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ImportTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\IncludeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IncludeTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\MacroTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/MacroTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\SandboxTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SandboxTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\SetTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SetTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\TokenParserInterface' => $vendorDir . '/twig/twig/src/TokenParser/TokenParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\TypesTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/TypesTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\UseTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/UseTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\WithTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/WithTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenStream' => $vendorDir . '/twig/twig/src/TokenStream.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigCallableInterface' => $vendorDir . '/twig/twig/src/TwigCallableInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigFilter' => $vendorDir . '/twig/twig/src/TwigFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigFunction' => $vendorDir . '/twig/twig/src/TwigFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigTest' => $vendorDir . '/twig/twig/src/TwigTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\CallableArgumentsExtractor' => $vendorDir . '/twig/twig/src/Util/CallableArgumentsExtractor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\DeprecationCollector' => $vendorDir . '/twig/twig/src/Util/DeprecationCollector.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\ReflectionCallable' => $vendorDir . '/twig/twig/src/Util/ReflectionCallable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\TemplateDirIterator' => $vendorDir . '/twig/twig/src/Util/TemplateDirIterator.php', 'OCA\\Libresign\\3rdparty\\Wobeto\\EmailBlur\\Blur' => $vendorDir . '/wobeto/email-blur/Wobeto/EmailBlur/Blur.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\Command' => $vendorDir . '/mikehaertl/php-pdftk/src/Command.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\DataFields' => $vendorDir . '/mikehaertl/php-pdftk/src/DataFields.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\FdfFile' => $vendorDir . '/mikehaertl/php-pdftk/src/FdfFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\InfoFields' => $vendorDir . '/mikehaertl/php-pdftk/src/InfoFields.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\InfoFile' => $vendorDir . '/mikehaertl/php-pdftk/src/InfoFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\Pdf' => $vendorDir . '/mikehaertl/php-pdftk/src/Pdf.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\XfdfFile' => $vendorDir . '/mikehaertl/php-pdftk/src/XfdfFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\shellcommand\\Command' => $vendorDir . '/mikehaertl/php-shellcommand/src/Command.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\tmp\\File' => $vendorDir . '/mikehaertl/php-tmpfile/src/File.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Common\\Functions\\Strings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\AES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Blowfish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\ChaCha20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\AsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\BlockCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\StreamCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\SymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Curve448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Ed448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistb233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistb409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk163' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk283' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp192' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp224' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp256' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp384' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp521' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistt571' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Hash' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\PublicKeyLoader' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RC2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RC4' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Random' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Rijndael' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Salsa20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\TripleDES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Twofish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadConfigurationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadDecryptionException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadModeException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\ConnectionClosedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\FileNotFoundException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InconsistentSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InsufficientSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InvalidPacketLengthException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\NoKeyLoadedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\NoSupportedAlgorithmsException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\TimeoutException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnableToConnectException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedAlgorithmException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedCurveException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedFormatException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedOperationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ANSI' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Element' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AnotherName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Attribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeType' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Attributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CPSuri' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLReason' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Certificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CountryName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Curve' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DHParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAParams' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DisplayText' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECParameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Extension' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Extensions' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\FieldElement' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\FieldID' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Name' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ORAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBES2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PersonalName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Prime_p' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Time' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Trinomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\UserNotice' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Validity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\X509' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\Engine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\GMP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BinaryField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BinaryField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\Common\\FiniteField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\Common\\FiniteField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\PrimeField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\PrimeField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SFTP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SFTP\\Stream' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Agent' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Agent\\Identity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTpl' => $vendorDir . '/setasign/fpdi/src/FpdfTpl.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTplTrait' => $vendorDir . '/setasign/fpdi/src/FpdfTplTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTrait' => $vendorDir . '/setasign/fpdi/src/FpdfTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Fpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdiException' => $vendorDir . '/setasign/fpdi/src/FpdiException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdiTrait' => $vendorDir . '/setasign/fpdi/src/FpdiTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\GraphicsState' => $vendorDir . '/setasign/fpdi/src/GraphicsState.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Math\\Matrix' => $vendorDir . '/setasign/fpdi/src/Math/Matrix.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Math\\Vector' => $vendorDir . '/setasign/fpdi/src/Math/Vector.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\AbstractReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReference' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\FixedReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\ReaderInterface' => $vendorDir . '/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Ascii85.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85Exception' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FilterException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FilterException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FilterInterface' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Flate' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Flate.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FlateException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/FlateException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Lzw' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/Lzw.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\LzwException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Filter/LzwException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\PdfParser' => $vendorDir . '/setasign/fpdi/src/PdfParser/PdfParser.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\PdfParserException' => $vendorDir . '/setasign/fpdi/src/PdfParser/PdfParserException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\StreamReader' => $vendorDir . '/setasign/fpdi/src/PdfParser/StreamReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Tokenizer' => $vendorDir . '/setasign/fpdi/src/PdfParser/Tokenizer.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfArray' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfArray.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfHexString' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfHexString.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfName' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfName.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfNull' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfNull.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfStream' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfStream.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfString' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfString.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfToken' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfToken.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfType' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfType.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfTypeException' => $vendorDir . '/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\DataStructure\\Rectangle' => $vendorDir . '/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\Page' => $vendorDir . '/setasign/fpdi/src/PdfReader/Page.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PageBoundaries' => $vendorDir . '/setasign/fpdi/src/PdfReader/PageBoundaries.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PdfReader' => $vendorDir . '/setasign/fpdi/src/PdfReader/PdfReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PdfReaderException' => $vendorDir . '/setasign/fpdi/src/PdfReader/PdfReaderException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\TcpdfFpdi' => $vendorDir . '/setasign/fpdi/src/TcpdfFpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tcpdf\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Tcpdf/Fpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tfpdf\\FpdfTpl' => $vendorDir . '/setasign/fpdi/src/Tfpdf/FpdfTpl.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tfpdf\\Fpdi' => $vendorDir . '/setasign/fpdi/src/Tfpdf/Fpdi.php'); diff --git a/composer/composer/autoload_files.php b/composer/composer/autoload_files.php index f46c158..c4cf719 100644 --- a/composer/composer/autoload_files.php +++ b/composer/composer/autoload_files.php @@ -1,6 +1,6 @@ setClassMapAuthoritative(\true); $loader->register(\true); - $filesToLoad = \OCA\Libresign\Vendor\Composer\Autoload\ComposerStaticInitLibresign::$files; + $filesToLoad = \OCA\Libresign\3rdparty\Composer\Autoload\ComposerStaticInitLibresign::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = \true; @@ -44,4 +44,4 @@ public static function getLoader() } // autoload_real.php @generated by Composer /** @internal */ -\class_alias('OCA\\Libresign\\Vendor\\ComposerAutoloaderInitLibresign', 'ComposerAutoloaderInitLibresign', \false); +\class_alias('OCA\\Libresign\\3rdparty\\ComposerAutoloaderInitLibresign', 'ComposerAutoloaderInitLibresign', \false); diff --git a/composer/composer/autoload_static.php b/composer/composer/autoload_static.php index 6ac5893..cef7060 100644 --- a/composer/composer/autoload_static.php +++ b/composer/composer/autoload_static.php @@ -1,7 +1,7 @@ array('setasign\\Fpdi\\' => 14), 'p' => array('phpseclib3\\' => 11), 'm' => array('mikehaertl\\tmp\\' => 15, 'mikehaertl\\shellcommand\\' => 24, 'mikehaertl\\pdftk\\' => 17), 'W' => array('Wobeto\\EmailBlur\\' => 17), 'T' => array('Twig\\' => 5), 'S' => array('Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Polyfill\\Ctype\\' => 23), 'P' => array('Psr\\Log\\' => 8, 'Psr\\Http\\Message\\' => 17, 'ParagonIE\\ConstantTime\\' => 23, 'Pagerfanta\\Twig\\' => 16, 'Pagerfanta\\Solarium\\' => 20, 'Pagerfanta\\Elastica\\' => 20, 'Pagerfanta\\Doctrine\\PHPCRODM\\' => 29, 'Pagerfanta\\Doctrine\\ORM\\' => 24, 'Pagerfanta\\Doctrine\\MongoDBODM\\' => 31, 'Pagerfanta\\Doctrine\\DBAL\\' => 25, 'Pagerfanta\\Doctrine\\Collections\\' => 32, 'Pagerfanta\\' => 11), 'O' => array('OCA\\Libresign\\3rdparty\\' => 23), 'M' => array('Mpdf\\PsrLogAwareTrait\\' => 22, 'Mpdf\\PsrHttpMessageShim\\' => 24, 'Mpdf\\' => 5), 'L' => array('LibreSign\\WhatOSAmI\\' => 20), 'J' => array('Jeidison\\JSignPDF\\' => 18), 'E' => array('Endroid\\QrCode\\' => 15), 'D' => array('DeepCopy\\' => 9, 'DASPRiD\\Enum\\' => 13), 'B' => array('Bamarni\\Composer\\Bin\\' => 21, 'BaconQrCode\\' => 12)); public static $prefixDirsPsr4 = array('setasign\\Fpdi\\' => array(0 => __DIR__ . '/..' . '/setasign/fpdi/src'), 'phpseclib3\\' => array(0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib'), 'mikehaertl\\tmp\\' => array(0 => __DIR__ . '/..' . '/mikehaertl/php-tmpfile/src'), 'mikehaertl\\shellcommand\\' => array(0 => __DIR__ . '/..' . '/mikehaertl/php-shellcommand/src'), 'mikehaertl\\pdftk\\' => array(0 => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src'), 'Wobeto\\EmailBlur\\' => array(0 => __DIR__ . '/..' . '/wobeto/email-blur/Wobeto/EmailBlur'), 'Twig\\' => array(0 => __DIR__ . '/..' . '/twig/twig/src'), 'Symfony\\Polyfill\\Mbstring\\' => array(0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring'), 'Symfony\\Polyfill\\Ctype\\' => array(0 => __DIR__ . '/..' . '/symfony/polyfill-ctype'), 'Psr\\Log\\' => array(0 => __DIR__ . '/..' . '/psr/log/src'), 'Psr\\Http\\Message\\' => array(0 => __DIR__ . '/..' . '/psr/http-message/src'), 'ParagonIE\\ConstantTime\\' => array(0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src'), 'Pagerfanta\\Twig\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig'), 'Pagerfanta\\Solarium\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Solarium'), 'Pagerfanta\\Elastica\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Elastica'), 'Pagerfanta\\Doctrine\\PHPCRODM\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/PHPCRODM'), 'Pagerfanta\\Doctrine\\ORM\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/ORM'), 'Pagerfanta\\Doctrine\\MongoDBODM\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM'), 'Pagerfanta\\Doctrine\\DBAL\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL'), 'Pagerfanta\\Doctrine\\Collections\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections'), 'Pagerfanta\\' => array(0 => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core'), 'OCA\\Libresign\\3rdparty\\' => array(0 => __DIR__ . '/../..' . '/3rdparty/composer'), 'Mpdf\\PsrLogAwareTrait\\' => array(0 => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src'), 'Mpdf\\PsrHttpMessageShim\\' => array(0 => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src'), 'Mpdf\\' => array(0 => __DIR__ . '/..' . '/mpdf/mpdf/src'), 'LibreSign\\WhatOSAmI\\' => array(0 => __DIR__ . '/..' . '/libresign/whatosami/src'), 'Jeidison\\JSignPDF\\' => array(0 => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src'), 'Endroid\\QrCode\\' => array(0 => __DIR__ . '/..' . '/endroid/qr-code/src'), 'DeepCopy\\' => array(0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy'), 'DASPRiD\\Enum\\' => array(0 => __DIR__ . '/..' . '/dasprid/enum/src'), 'Bamarni\\Composer\\Bin\\' => array(0 => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src'), 'BaconQrCode\\' => array(0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src')); public static $prefixesPsr0 = array('S' => array('Smalot\\PdfParser\\' => array(0 => __DIR__ . '/..' . '/smalot/pdfparser/src'))); - public static $classMap = array('OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\BitArray' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitArray.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\BitMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\BitUtils' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitUtils.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\CharacterSetEci' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/CharacterSetEci.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\EcBlock' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/EcBlock.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\EcBlocks' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/EcBlocks.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\ErrorCorrectionLevel' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\FormatInformation' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/FormatInformation.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\Mode' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/Mode.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\ReedSolomonCodec' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Common\\Version' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/Version.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\BlockPair' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/BlockPair.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\ByteMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\Encoder' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/Encoder.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\MaskUtil' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/MaskUtil.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\MatrixUtil' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Encoder\\QrCode' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/QrCode.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\RuntimeException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/RuntimeException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Exception\\WriterException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/WriterException.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Alpha' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Cmyk' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\ColorInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Gray' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Gray.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Color\\Rgb' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\CompositeEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\EyeInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\ModuleEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\PointyEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\SimpleCircleEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Eye\\SquareEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\GDLibRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\ImageRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\EpsImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\ImageBackEndInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\ImagickImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\SvgImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Image\\TransformationMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\DotsModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\Edge' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\EdgeIterator' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\ModuleInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\RoundnessModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Module\\SquareModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Close' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Close.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Curve' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Curve.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\EllipticArc' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Line' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Line.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Move' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Move.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\OperationInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\Path\\Path' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Path.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\PlainTextRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererInterface.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\EyeFill' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\Fill' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\Gradient' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\GradientType' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Renderer\\RendererStyle\\RendererStyle' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php', 'OCA\\Libresign\\Vendor\\BaconQrCode\\Writer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Writer.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\ApplicationFactory\\FreshInstanceApplicationFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/ApplicationFactory/FreshInstanceApplicationFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\ApplicationFactory\\NamespaceApplicationFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/ApplicationFactory/NamespaceApplicationFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\BamarniBinPlugin' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/BamarniBinPlugin.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\CommandProvider' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/CommandProvider.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Command\\BinCommand' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Command/BinCommand.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Command\\CouldNotCreateNamespaceDir' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Command/CouldNotCreateNamespaceDir.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\Config' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/Config.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\ConfigFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/ConfigFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Config\\InvalidBamarniComposerExtraConfig' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/InvalidBamarniComposerExtraConfig.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Input\\BinInputFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Input/BinInputFactory.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Input\\InvalidBinInput' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Input/InvalidBinInput.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\Logger' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Logger.php', 'OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\PublicIO' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/PublicIO.php', 'OCA\\Libresign\\Vendor\\Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\AbstractEnum' => __DIR__ . '/..' . '/dasprid/enum/src/AbstractEnum.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\EnumMap' => __DIR__ . '/..' . '/dasprid/enum/src/EnumMap.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\CloneNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/CloneNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\ExpectationException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/ExpectationException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\IllegalArgumentException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/IllegalArgumentException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\MismatchException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/MismatchException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\SerializeNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/SerializeNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\Exception\\UnserializeNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/UnserializeNotSupportedException.php', 'OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\NullValue' => __DIR__ . '/..' . '/dasprid/enum/src/NullValue.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\DeepCopy' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/DeepCopy.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Exception\\CloneException' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Exception\\PropertyException' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\ChainableFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineCollectionFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineEmptyCollectionFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Doctrine\\DoctrineProxyFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\Filter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\KeepFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\ReplaceFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Filter\\SetNullFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\Doctrine\\DoctrineProxyMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\Matcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyNameMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Matcher\\PropertyTypeMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\Reflection\\ReflectionHelper' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\ReplaceFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\ShallowCopyFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedList' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeFilter\\TypeFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php', 'OCA\\Libresign\\Vendor\\DeepCopy\\TypeMatcher\\TypeMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Bacon\\ErrorCorrectionLevelConverter' => __DIR__ . '/..' . '/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Bacon\\MatrixFactory' => __DIR__ . '/..' . '/endroid/qr-code/src/Bacon/MatrixFactory.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\Builder' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/Builder.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderRegistry' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderRegistry.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Builder\\BuilderRegistryInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderRegistryInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Color\\Color' => __DIR__ . '/..' . '/endroid/qr-code/src/Color/Color.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Color\\ColorInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Color/ColorInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Encoding\\Encoding' => __DIR__ . '/..' . '/endroid/qr-code/src/Encoding/Encoding.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Encoding\\EncodingInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Encoding/EncodingInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ErrorCorrectionLevel' => __DIR__ . '/..' . '/endroid/qr-code/src/ErrorCorrectionLevel.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Exception\\ValidationException' => __DIR__ . '/..' . '/endroid/qr-code/src/Exception/ValidationException.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ImageData\\LabelImageData' => __DIR__ . '/..' . '/endroid/qr-code/src/ImageData/LabelImageData.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\ImageData\\LogoImageData' => __DIR__ . '/..' . '/endroid/qr-code/src/ImageData/LogoImageData.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\Font' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/Font.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\FontInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/FontInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\NotoSans' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/NotoSans.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Font\\OpenSans' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/OpenSans.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Label' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Label.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\LabelAlignment' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/LabelAlignment.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\LabelInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/LabelInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Margin\\Margin' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Margin/Margin.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Label\\Margin\\MarginInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Margin/MarginInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Logo\\Logo' => __DIR__ . '/..' . '/endroid/qr-code/src/Logo/Logo.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Logo\\LogoInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Logo/LogoInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\Matrix' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/Matrix.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\MatrixFactoryInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Matrix\\MatrixInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/MatrixInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\QrCode' => __DIR__ . '/..' . '/endroid/qr-code/src/QrCode.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\QrCodeInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/QrCodeInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\RoundBlockSizeMode' => __DIR__ . '/..' . '/endroid/qr-code/src/RoundBlockSizeMode.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\AbstractGdWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/AbstractGdWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\BinaryWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/BinaryWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\ConsoleWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/ConsoleWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\DebugWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/DebugWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\EpsWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/EpsWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\GifWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/GifWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\PdfWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/PdfWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\PngWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/PngWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\AbstractResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/AbstractResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\BinaryResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/BinaryResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\ConsoleResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/ConsoleResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\DebugResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/DebugResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\EpsResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/EpsResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\GdResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/GdResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\GifResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/GifResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\PdfResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/PdfResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\PngResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/PngResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\ResultInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/ResultInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\SvgResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/SvgResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\Result\\WebPResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/WebPResult.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\SvgWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/SvgWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\ValidatingWriterInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/ValidatingWriterInterface.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\WebPWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/WebPWriter.php', 'OCA\\Libresign\\Vendor\\Endroid\\QrCode\\Writer\\WriterInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/WriterInterface.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\JSignFileService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/JSignFileService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\JSignPDF' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/JSignPDF.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Runtime\\JSignPdfRuntimeService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Runtime\\JavaRuntimeService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Runtime/JavaRuntimeService.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Sign\\JSignParam' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Sign/JSignParam.php', 'OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\Sign\\JSignService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Sign/JSignService.php', 'OCA\\Libresign\\Vendor\\LibreSign\\WhatOSAmI\\OperatingSystem' => __DIR__ . '/..' . '/libresign/whatosami/src/OperatingSystem.php', 'OCA\\Libresign\\Vendor\\Mpdf\\AssetFetcher' => __DIR__ . '/..' . '/mpdf/mpdf/src/AssetFetcher.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\AbstractBarcode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/AbstractBarcode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\BarcodeException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/BarcodeException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\BarcodeInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/BarcodeInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Codabar' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Codabar.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code11' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code11.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code128' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code128.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code39' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code39.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Code93' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code93.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\EanExt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/EanExt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\EanUpc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/EanUpc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\I25' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/I25.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Imb' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Imb.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Msi' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Msi.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Postnet' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Postnet.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\Rm4Scc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Rm4Scc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Barcode\\S25' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/S25.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Cache' => __DIR__ . '/..' . '/mpdf/mpdf/src/Cache.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorModeConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorModeConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\ColorSpaceRestrictor' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorSpaceRestrictor.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Color\\NamedColors' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/NamedColors.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Config\\ConfigVariables' => __DIR__ . '/..' . '/mpdf/mpdf/src/Config/ConfigVariables.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Config\\FontVariables' => __DIR__ . '/..' . '/mpdf/mpdf/src/Config/FontVariables.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\ContainerInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/ContainerInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\NotFoundException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/NotFoundException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Container\\SimpleContainer' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/SimpleContainer.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToAlpha' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToAlpha.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToCjk' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToCjk.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToHebrew' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToHebrew.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToOther' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToOther.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Conversion\\DecToRoman' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToRoman.php', 'OCA\\Libresign\\Vendor\\Mpdf\\CssManager' => __DIR__ . '/..' . '/mpdf/mpdf/src/CssManager.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\Border' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/Border.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\DefaultCss' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/DefaultCss.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Css\\TextVars' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/TextVars.php', 'OCA\\Libresign\\Vendor\\Mpdf\\DirectWrite' => __DIR__ . '/..' . '/mpdf/mpdf/src/DirectWrite.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\AssetFetchingException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/AssetFetchingException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\FontException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/FontException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\LocalContentLoader' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/LocalContentLoader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\LocalContentLoaderInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/LocalContentLoaderInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\File\\StreamWrapperChecker' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/StreamWrapperChecker.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\FontCache' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/FontCache.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\FontFileFinder' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/FontFileFinder.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\GlyphOperator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/GlyphOperator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Fonts\\MetricsGenerator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/MetricsGenerator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Form' => __DIR__ . '/..' . '/mpdf/mpdf/src/Form.php', 'OCA\\Libresign\\Vendor\\Mpdf\\FpdiTrait' => __DIR__ . '/..' . '/mpdf/mpdf/src/FpdiTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\ColorTable' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/ColorTable.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\FileHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/FileHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Gif' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Gif.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Image' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Image.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\ImageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/ImageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gif\\Lzw' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Lzw.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Gradient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gradient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\HTMLParserMode' => __DIR__ . '/..' . '/mpdf/mpdf/src/HTMLParserMode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\ClientInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/ClientInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\CurlHttpClient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/CurlHttpClient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\ClientException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/ClientException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\ForbiddenRequestException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/ForbiddenRequestException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\NetworkException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/NetworkException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\Exception\\RequestException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/RequestException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Http\\SocketHttpClient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/SocketHttpClient.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Hyphenator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Hyphenator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Bmp' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Bmp.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\ImageProcessor' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/ImageProcessor.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\ImageTypeGuesser' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/ImageTypeGuesser.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Svg' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Svg.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Image\\Wmf' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Wmf.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\LanguageToFont' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/LanguageToFont.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\LanguageToFontInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/LanguageToFontInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\ScriptToLanguage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/ScriptToLanguage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Language\\ScriptToLanguageInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Log\\Context' => __DIR__ . '/..' . '/mpdf/mpdf/src/Log/Context.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Mpdf' => __DIR__ . '/..' . '/mpdf/mpdf/src/Mpdf.php', 'OCA\\Libresign\\Vendor\\Mpdf\\MpdfException' => __DIR__ . '/..' . '/mpdf/mpdf/src/MpdfException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\MpdfImageException' => __DIR__ . '/..' . '/mpdf/mpdf/src/MpdfImageException.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Otl' => __DIR__ . '/..' . '/mpdf/mpdf/src/Otl.php', 'OCA\\Libresign\\Vendor\\Mpdf\\OtlDump' => __DIR__ . '/..' . '/mpdf/mpdf/src/OtlDump.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Output\\Destination' => __DIR__ . '/..' . '/mpdf/mpdf/src/Output/Destination.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PageBox' => __DIR__ . '/..' . '/mpdf/mpdf/src/PageBox.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PageFormat' => __DIR__ . '/..' . '/mpdf/mpdf/src/PageFormat.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Pdf\\Protection' => __DIR__ . '/..' . '/mpdf/mpdf/src/Pdf/Protection.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Pdf\\Protection\\UniqidGenerator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Request' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Request.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Response' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Response.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Stream' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Stream.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\Uri' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Uri.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrLogAwareTrait\\MpdfPsrLogAwareTrait' => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src/MpdfPsrLogAwareTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\PsrLogAwareTrait\\PsrLogAwareTrait' => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php', 'OCA\\Libresign\\Vendor\\Mpdf\\ServiceFactory' => __DIR__ . '/..' . '/mpdf/mpdf/src/ServiceFactory.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Indic' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Indic.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Myanmar' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Myanmar.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Shaper\\Sea' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Sea.php', 'OCA\\Libresign\\Vendor\\Mpdf\\SizeConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/SizeConverter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Strict' => __DIR__ . '/..' . '/mpdf/mpdf/src/Strict.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TTFontFile' => __DIR__ . '/..' . '/mpdf/mpdf/src/TTFontFile.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TTFontFileAnalysis' => __DIR__ . '/..' . '/mpdf/mpdf/src/TTFontFileAnalysis.php', 'OCA\\Libresign\\Vendor\\Mpdf\\TableOfContents' => __DIR__ . '/..' . '/mpdf/mpdf/src/TableOfContents.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\A' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/A.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Acronym' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Acronym.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Address' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Address.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Annotation' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Annotation.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Article' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Article.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Aside' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Aside.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\B' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/B.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BarCode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BarCode.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bdi' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bdi.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bdo' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bdo.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Big' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Big.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BlockQuote' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BlockQuote.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\BlockTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BlockTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Bookmark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bookmark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Br' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Br.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Caption' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Caption.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Center' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Center.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Cite' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Cite.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Code' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Code.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\ColumnBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/ColumnBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Columns' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Columns.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dd' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dd.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Del' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Del.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Details' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Details.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Div' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Div.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dl' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dl.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\DotTab' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/DotTab.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Dt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Em' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Em.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FieldSet' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FieldSet.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FigCaption' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FigCaption.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Figure' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Figure.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Font' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Font.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Footer' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Footer.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Form' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Form.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\FormFeed' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FormFeed.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H1' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H1.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H2' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H2.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H3' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H3.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H4' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H4.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H5' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H5.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\H6' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H6.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\HGroup' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/HGroup.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Header' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Header.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Hr' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Hr.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\I' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/I.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Img' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Img.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\IndexEntry' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/IndexEntry.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\IndexInsert' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/IndexInsert.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\InlineTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/InlineTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Input' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Input.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ins' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ins.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Kbd' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Kbd.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Legend' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Legend.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Li' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Li.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Main' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Main.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Mark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Mark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Meter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Meter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Nav' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Nav.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\NewColumn' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/NewColumn.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\NewPage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/NewPage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ol' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ol.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Option' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Option.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\P' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/P.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\PageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Pre' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Pre.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Progress' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Progress.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Q' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Q.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\S' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/S.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Samp' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Samp.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Section' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Section.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Select' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Select.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetHtmlPageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetHtmlPageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetHtmlPageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetHtmlPageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetPageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetPageFooter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SetPageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetPageHeader.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Small' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Small.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Span' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Span.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Strike' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Strike.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Strong' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Strong.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Sub' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Sub.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\SubstituteTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SubstituteTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Summary' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Summary.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Sup' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Sup.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TBody' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TBody.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TFoot' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TFoot.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\THead' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/THead.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Table' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Table.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Td' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Td.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TextArea' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TextArea.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TextCircle' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TextCircle.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Th' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Th.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Time' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Time.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Toc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Toc.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TocEntry' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TocEntry.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\TocPageBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TocPageBreak.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tr' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tr.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tt.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tta' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tta.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Tts' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tts.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ttz' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ttz.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\U' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/U.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\Ul' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ul.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\VarTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/VarTag.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\WatermarkImage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/WatermarkImage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Tag\\WatermarkText' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/WatermarkText.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Ucdn' => __DIR__ . '/..' . '/mpdf/mpdf/src/Ucdn.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\Arrays' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/Arrays.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\NumericString' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/NumericString.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\PdfDate' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/PdfDate.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Utils\\UtfString' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/UtfString.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Watermark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Watermark.php', 'OCA\\Libresign\\Vendor\\Mpdf\\WatermarkImage' => __DIR__ . '/..' . '/mpdf/mpdf/src/WatermarkImage.php', 'OCA\\Libresign\\Vendor\\Mpdf\\WatermarkText' => __DIR__ . '/..' . '/mpdf/mpdf/src/WatermarkText.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BackgroundWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BackgroundWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BaseWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BaseWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\BookmarkWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BookmarkWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ColorWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ColorWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\FontWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/FontWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\FormWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/FormWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ImageWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ImageWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\JavaScriptWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/JavaScriptWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\MetadataWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/MetadataWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ObjectWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ObjectWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\OptionalContentWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/OptionalContentWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\PageWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/PageWriter.php', 'OCA\\Libresign\\Vendor\\Mpdf\\Writer\\ResourceWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ResourceWriter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/AdapterInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\ArrayAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/ArrayAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\CallbackAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/CallbackAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\ConcatenationAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/ConcatenationAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\EmptyAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/EmptyAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\FixedAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/FixedAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\NullAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/NullAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Adapter\\TransformingAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/TransformingAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\Collections\\CollectionAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/CollectionAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\Collections\\SelectableAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/SelectableAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\DBAL\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\DBAL\\SingleTableQueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/SingleTableQueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\MongoDBODM\\AggregationAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/AggregationAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\MongoDBODM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\ORM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/ORM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\PHPCRODM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Elastica\\ElasticaAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Elastica/ElasticaAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1CurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1CurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1MaxPagesException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPagesException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LessThan1MaxPerPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPerPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\LogicException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LogicException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidCurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidCurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidMaxPerPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidMaxPerPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\NotValidResultCountException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidResultCountException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\OutOfRangeCurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfRangeCurrentPageException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\PagerfantaException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/PagerfantaException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Exception\\RuntimeException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/RuntimeException.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Pagerfanta' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Pagerfanta.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\PagerfantaInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/PagerfantaInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorDecorator' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorDecorator.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorFactoryInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\RouteGenerator\\RouteGeneratorInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Solarium\\SolariumAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Solarium/SolariumAdapter.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\Extension\\PagerfantaExtension' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaRuntime.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\View\\TwigView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/View/TwigView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\DefaultView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/DefaultView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Foundation6View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Foundation6View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\OptionableView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/OptionableView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\SemanticUiView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/SemanticUiView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TemplateView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TemplateView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\DefaultTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/DefaultTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\Foundation6Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/Foundation6Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\SemanticUiTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/SemanticUiTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TemplateInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TemplateInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap3Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap3Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap4Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap4Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrap5Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap5Template.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\Template\\TwitterBootstrapTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrapTemplate.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap3View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap3View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap4View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap4View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrap5View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap5View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\TwitterBootstrapView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrapView.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/View.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewFactory' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactory.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewFactoryInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactoryInterface.php', 'OCA\\Libresign\\Vendor\\Pagerfanta\\View\\ViewInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewInterface.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base32' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base32Hex' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64DotSlash' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64DotSlash.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Base64UrlSafe' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Binary' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Binary.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\EncoderInterface' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/EncoderInterface.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Encoding' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Encoding.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\Hex' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Hex.php', 'OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\RFC4648' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/RFC4648.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\AbstractLogger' => __DIR__ . '/..' . '/psr/log/src/AbstractLogger.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/log/src/InvalidArgumentException.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LogLevel' => __DIR__ . '/..' . '/psr/log/src/LogLevel.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerAwareInterface' => __DIR__ . '/..' . '/psr/log/src/LoggerAwareInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerAwareTrait' => __DIR__ . '/..' . '/psr/log/src/LoggerAwareTrait.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/src/LoggerInterface.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/src/LoggerTrait.php', 'OCA\\Libresign\\Vendor\\Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/src/NullLogger.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Config' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Config.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Document' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Document.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementArray' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementBoolean' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementDate' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementHexa' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementMissing' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementName' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementNull' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementNumeric' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementString' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementStruct' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Element\\ElementXRef' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\AbstractEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\EncodingLocator' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\ISOLatin1Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\ISOLatin9Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\MacRomanEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\PDFDocEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\PostScriptGlyphs' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\StandardEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\WinAnsiEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\EmptyPdfException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\EncodingNotFoundException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\InvalidDictionaryObjectException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\MissingCatalogException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\MissingPdfHeaderException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Exception\\NotImplementedException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontCIDFontType0' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontCIDFontType2' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontTrueType' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType0' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType1' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\FontType3' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Header' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Header.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\PDFObject' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Page' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Page.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Pages' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Pages.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Parser' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Parser.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\RawData\\FilterHelper' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\RawData\\RawDataParser' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\XObject\\Form' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php', 'OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\XObject\\Image' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php', 'OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php', 'OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php', 'OCA\\Libresign\\Vendor\\Twig\\AbstractTwigCallable' => __DIR__ . '/..' . '/twig/twig/src/AbstractTwigCallable.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigFilter' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigFunction' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\AsTwigTest' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\FirstClassTwigCallableReady' => __DIR__ . '/..' . '/twig/twig/src/Attribute/FirstClassTwigCallableReady.php', 'OCA\\Libresign\\Vendor\\Twig\\Attribute\\YieldReady' => __DIR__ . '/..' . '/twig/twig/src/Attribute/YieldReady.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\CacheInterface' => __DIR__ . '/..' . '/twig/twig/src/Cache/CacheInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\ChainCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/ChainCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\FilesystemCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/FilesystemCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\NullCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/NullCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\ReadOnlyFilesystemCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/ReadOnlyFilesystemCache.php', 'OCA\\Libresign\\Vendor\\Twig\\Cache\\RemovableCacheInterface' => __DIR__ . '/..' . '/twig/twig/src/Cache/RemovableCacheInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Compiler' => __DIR__ . '/..' . '/twig/twig/src/Compiler.php', 'OCA\\Libresign\\Vendor\\Twig\\DeprecatedCallableInfo' => __DIR__ . '/..' . '/twig/twig/src/DeprecatedCallableInfo.php', 'OCA\\Libresign\\Vendor\\Twig\\Environment' => __DIR__ . '/..' . '/twig/twig/src/Environment.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\Error' => __DIR__ . '/..' . '/twig/twig/src/Error/Error.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\LoaderError' => __DIR__ . '/..' . '/twig/twig/src/Error/LoaderError.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\RuntimeError' => __DIR__ . '/..' . '/twig/twig/src/Error/RuntimeError.php', 'OCA\\Libresign\\Vendor\\Twig\\Error\\SyntaxError' => __DIR__ . '/..' . '/twig/twig/src/Error/SyntaxError.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\AbstractExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/AbstractExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserDescriptionInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParserType' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserType.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\ExpressionParsers' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParsers.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\InfixAssociativity' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/InfixAssociativity.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\InfixExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ArgumentsTrait' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ArrowExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\BinaryOperatorExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\ConditionalTernaryExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\DotExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\FilterExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\FunctionExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\IsExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\IsNotExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Infix\\SquareBracketExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\PrecedenceChange' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/PrecedenceChange.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\PrefixExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\GroupingExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\LiteralExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExpressionParser\\Prefix\\UnaryOperatorExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php', 'OCA\\Libresign\\Vendor\\Twig\\ExtensionSet' => __DIR__ . '/..' . '/twig/twig/src/ExtensionSet.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\AbstractExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/AbstractExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\AttributeExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/AttributeExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\CoreExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/CoreExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\DebugExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/DebugExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\EscaperExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/EscaperExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\ExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/ExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\GlobalsInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/GlobalsInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\LastModifiedExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/LastModifiedExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\OptimizerExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/OptimizerExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\ProfilerExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/ProfilerExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\RuntimeExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\SandboxExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/SandboxExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\StagingExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/StagingExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\StringLoaderExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/StringLoaderExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\Extension\\YieldNotReadyExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/YieldNotReadyExtension.php', 'OCA\\Libresign\\Vendor\\Twig\\FileExtensionEscapingStrategy' => __DIR__ . '/..' . '/twig/twig/src/FileExtensionEscapingStrategy.php', 'OCA\\Libresign\\Vendor\\Twig\\Lexer' => __DIR__ . '/..' . '/twig/twig/src/Lexer.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\ArrayLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/ArrayLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\ChainLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/ChainLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\FilesystemLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/FilesystemLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\Loader\\LoaderInterface' => __DIR__ . '/..' . '/twig/twig/src/Loader/LoaderInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Markup' => __DIR__ . '/..' . '/twig/twig/src/Markup.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeTraverser' => __DIR__ . '/..' . '/twig/twig/src/NodeTraverser.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\AbstractNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\EscaperNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\NodeVisitorInterface' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\OptimizerNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\SafeAnalysisNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\SandboxNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\NodeVisitor\\YieldNotReadyNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\AutoEscapeNode' => __DIR__ . '/..' . '/twig/twig/src/Node/AutoEscapeNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BlockNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BlockNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BlockReferenceNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BlockReferenceNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\BodyNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BodyNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CaptureNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CaptureNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckSecurityCallNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckSecurityCallNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckSecurityNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckSecurityNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\CheckToStringNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckToStringNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\DeprecatedNode' => __DIR__ . '/..' . '/twig/twig/src/Node/DeprecatedNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\DoNode' => __DIR__ . '/..' . '/twig/twig/src/Node/DoNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\EmbedNode' => __DIR__ . '/..' . '/twig/twig/src/Node/EmbedNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\EmptyNode' => __DIR__ . '/..' . '/twig/twig/src/Node/EmptyNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\AbstractExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/AbstractExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ArrayExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ArrayExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ArrowFunctionExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\AssignNameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/AssignNameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AbstractBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AddBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\AndBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BinaryInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BinaryInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseAndBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseOrBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\BitwiseXorBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ConcatBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\DivBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ElvisBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ElvisBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\EndsWithBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\EqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\FloorDivBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\GreaterBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\GreaterEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\HasEveryBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\HasSomeBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\InBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/InBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\LessBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\LessEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\MatchesBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\ModBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\MulBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NotEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NotInBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\NullCoalesceBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\OrBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\PowerBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\RangeBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\SpaceshipBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\StartsWithBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\SubBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Binary\\XorBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/XorBinary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\BlockReferenceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\CallExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/CallExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ConditionalExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ConditionalExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ConstantExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ConstantExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FilterExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FilterExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Filter\\DefaultFilter' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Filter\\RawFilter' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Filter/RawFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionNode\\EnumCasesFunction' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\FunctionNode\\EnumFunction' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\GetAttrExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/GetAttrExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\InlinePrint' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/InlinePrint.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ListExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ListExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\MacroReferenceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/MacroReferenceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\MethodCallExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/MethodCallExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\NameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/NameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\NullCoalesceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\OperatorEscapeInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/OperatorEscapeInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ParentExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ParentExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnArrayInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnArrayInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnBoolInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnBoolInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnNumberInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnNumberInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnPrimitiveTypeInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\ReturnStringInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnStringInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestDeprecationTrait' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\SupportDefinedTestTrait' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\TempNameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/TempNameExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Ternary\\ConditionalTernary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\TestExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/TestExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\ConstantTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\DefinedTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\DivisiblebyTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\EvenTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/EvenTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\NullTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/NullTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\OddTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/OddTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\SameasTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/SameasTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Test\\TrueTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/TrueTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\AbstractUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\NegUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\NotUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\PosUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\SpreadUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/SpreadUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\StringCastUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/StringCastUnary.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Unary\\UnaryInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/UnaryInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\AssignContextVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\AssignTemplateVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\ContextVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/ContextVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\LocalVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/LocalVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\Variable\\TemplateVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/TemplateVariable.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Expression\\VariadicExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/VariadicExpression.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\FlushNode' => __DIR__ . '/..' . '/twig/twig/src/Node/FlushNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForElseNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForElseNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForLoopNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForLoopNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ForNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\IfNode' => __DIR__ . '/..' . '/twig/twig/src/Node/IfNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ImportNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ImportNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\IncludeNode' => __DIR__ . '/..' . '/twig/twig/src/Node/IncludeNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\MacroNode' => __DIR__ . '/..' . '/twig/twig/src/Node/MacroNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\ModuleNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ModuleNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NameDeprecation' => __DIR__ . '/..' . '/twig/twig/src/Node/NameDeprecation.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Node' => __DIR__ . '/..' . '/twig/twig/src/Node/Node.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NodeCaptureInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/NodeCaptureInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\NodeOutputInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/NodeOutputInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\Nodes' => __DIR__ . '/..' . '/twig/twig/src/Node/Nodes.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\PrintNode' => __DIR__ . '/..' . '/twig/twig/src/Node/PrintNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\SandboxNode' => __DIR__ . '/..' . '/twig/twig/src/Node/SandboxNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\SetNode' => __DIR__ . '/..' . '/twig/twig/src/Node/SetNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\TextNode' => __DIR__ . '/..' . '/twig/twig/src/Node/TextNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\TypesNode' => __DIR__ . '/..' . '/twig/twig/src/Node/TypesNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Node\\WithNode' => __DIR__ . '/..' . '/twig/twig/src/Node/WithNode.php', 'OCA\\Libresign\\Vendor\\Twig\\OperatorPrecedenceChange' => __DIR__ . '/..' . '/twig/twig/src/OperatorPrecedenceChange.php', 'OCA\\Libresign\\Vendor\\Twig\\Parser' => __DIR__ . '/..' . '/twig/twig/src/Parser.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\BaseDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\BlackfireDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\HtmlDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Dumper\\TextDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/TextDumper.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Node\\EnterProfileNode' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Node\\LeaveProfileNode' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'OCA\\Libresign\\Vendor\\Twig\\Profiler\\Profile' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Profile.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\ContainerRuntimeLoader' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\FactoryRuntimeLoader' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'OCA\\Libresign\\Vendor\\Twig\\RuntimeLoader\\RuntimeLoaderInterface' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Runtime\\EscaperRuntime' => __DIR__ . '/..' . '/twig/twig/src/Runtime/EscaperRuntime.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFilterError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFunctionError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedMethodError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedPropertyError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedTagError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityPolicy' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityPolicy.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityPolicyInterface' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SourcePolicyInterface' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SourcePolicyInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\Source' => __DIR__ . '/..' . '/twig/twig/src/Source.php', 'OCA\\Libresign\\Vendor\\Twig\\Template' => __DIR__ . '/..' . '/twig/twig/src/Template.php', 'OCA\\Libresign\\Vendor\\Twig\\TemplateWrapper' => __DIR__ . '/..' . '/twig/twig/src/TemplateWrapper.php', 'OCA\\Libresign\\Vendor\\Twig\\Test\\IntegrationTestCase' => __DIR__ . '/..' . '/twig/twig/src/Test/IntegrationTestCase.php', 'OCA\\Libresign\\Vendor\\Twig\\Test\\NodeTestCase' => __DIR__ . '/..' . '/twig/twig/src/Test/NodeTestCase.php', 'OCA\\Libresign\\Vendor\\Twig\\Token' => __DIR__ . '/..' . '/twig/twig/src/Token.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\AbstractTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/AbstractTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ApplyTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ApplyTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\AutoEscapeTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\BlockTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/BlockTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\DeprecatedTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\DoTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/DoTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\EmbedTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/EmbedTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ExtendsTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\FlushTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/FlushTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ForTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ForTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\FromTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/FromTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\GuardTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/GuardTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\IfTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/IfTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\ImportTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ImportTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\IncludeTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/IncludeTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\MacroTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/MacroTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\SandboxTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/SandboxTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\SetTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/SetTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\TokenParserInterface' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/TokenParserInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\TypesTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/TypesTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\UseTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/UseTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenParser\\WithTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/WithTokenParser.php', 'OCA\\Libresign\\Vendor\\Twig\\TokenStream' => __DIR__ . '/..' . '/twig/twig/src/TokenStream.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigCallableInterface' => __DIR__ . '/..' . '/twig/twig/src/TwigCallableInterface.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigFilter' => __DIR__ . '/..' . '/twig/twig/src/TwigFilter.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigFunction' => __DIR__ . '/..' . '/twig/twig/src/TwigFunction.php', 'OCA\\Libresign\\Vendor\\Twig\\TwigTest' => __DIR__ . '/..' . '/twig/twig/src/TwigTest.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\CallableArgumentsExtractor' => __DIR__ . '/..' . '/twig/twig/src/Util/CallableArgumentsExtractor.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\DeprecationCollector' => __DIR__ . '/..' . '/twig/twig/src/Util/DeprecationCollector.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\ReflectionCallable' => __DIR__ . '/..' . '/twig/twig/src/Util/ReflectionCallable.php', 'OCA\\Libresign\\Vendor\\Twig\\Util\\TemplateDirIterator' => __DIR__ . '/..' . '/twig/twig/src/Util/TemplateDirIterator.php', 'OCA\\Libresign\\Vendor\\Wobeto\\EmailBlur\\Blur' => __DIR__ . '/..' . '/wobeto/email-blur/Wobeto/EmailBlur/Blur.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\Command' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/Command.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\DataFields' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/DataFields.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\FdfFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/FdfFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\InfoFields' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/InfoFields.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\InfoFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/InfoFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\Pdf' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/Pdf.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\XfdfFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/XfdfFile.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\shellcommand\\Command' => __DIR__ . '/..' . '/mikehaertl/php-shellcommand/src/Command.php', 'OCA\\Libresign\\Vendor\\mikehaertl\\tmp\\File' => __DIR__ . '/..' . '/mikehaertl/php-tmpfile/src/File.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Common\\Functions\\Strings' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\AES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Blowfish' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\ChaCha20' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\AsymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\BlockCipher' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\StreamCipher' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\SymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DH\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Curve448' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\Ed448' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistb233' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistb409' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk163' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk233' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk283' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistk409' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp192' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp224' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp256' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp384' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistp521' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\nistt571' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Hash' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\PublicKeyLoader' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RC2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RC4' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Random' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Rijndael' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Salsa20' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\TripleDES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Twofish' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadConfigurationException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadDecryptionException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\BadModeException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\ConnectionClosedException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\FileNotFoundException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InconsistentSetupException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InsufficientSetupException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\InvalidPacketLengthException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\NoKeyLoadedException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\NoSupportedAlgorithmsException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\TimeoutException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnableToConnectException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedAlgorithmException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedCurveException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedFormatException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ANSI' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Element' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AnotherName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Attribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeType' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Attributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CPSuri' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CRLReason' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Certificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateList' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\CountryName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Curve' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DHParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAParams' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DisplayText' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECParameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Extension' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Extensions' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\FieldElement' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\FieldID' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Name' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ORAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBES2params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PersonalName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Prime_p' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Time' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Trinomial' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\UserNotice' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\Validity' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\File\\X509' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/X509.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\Engine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\GMP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BinaryField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BinaryField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\Common\\FiniteField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\Common\\FiniteField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\PrimeField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Math\\PrimeField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SFTP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SFTP\\Stream' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\Net\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Agent' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Agent\\Identity' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'OCA\\Libresign\\Vendor\\phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTpl' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTpl.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTplTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTplTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdfTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Fpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdiException' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdiException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\FpdiTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdiTrait.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\GraphicsState' => __DIR__ . '/..' . '/setasign/fpdi/src/GraphicsState.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Math\\Matrix' => __DIR__ . '/..' . '/setasign/fpdi/src/Math/Matrix.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Math\\Vector' => __DIR__ . '/..' . '/setasign/fpdi/src/Math/Vector.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\AbstractReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReference' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\FixedReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\CrossReference\\ReaderInterface' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Ascii85.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85Exception' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FilterException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FilterException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FilterInterface' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Flate' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Flate.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\FlateException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FlateException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\Lzw' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Lzw.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Filter\\LzwException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/LzwException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\PdfParser' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/PdfParser.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\PdfParserException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/PdfParserException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\StreamReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/StreamReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Tokenizer' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Tokenizer.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfArray' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfArray.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfHexString' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfHexString.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfName' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfName.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfNull' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfNull.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfStream' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfStream.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfString' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfString.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfToken' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfToken.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfType' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfType.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfParser\\Type\\PdfTypeException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\DataStructure\\Rectangle' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\Page' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/Page.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PageBoundaries' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PageBoundaries.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PdfReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PdfReader.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\PdfReader\\PdfReaderException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PdfReaderException.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\TcpdfFpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/TcpdfFpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tcpdf\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Tcpdf/Fpdi.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tfpdf\\FpdfTpl' => __DIR__ . '/..' . '/setasign/fpdi/src/Tfpdf/FpdfTpl.php', 'OCA\\Libresign\\Vendor\\setasign\\Fpdi\\Tfpdf\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Tfpdf/Fpdi.php'); + public static $classMap = array('OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitArray' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitArray.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\BitUtils' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/BitUtils.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\CharacterSetEci' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/CharacterSetEci.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\EcBlock' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/EcBlock.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\EcBlocks' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/EcBlocks.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\ErrorCorrectionLevel' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\FormatInformation' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/FormatInformation.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\Mode' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/Mode.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\ReedSolomonCodec' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Common\\Version' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Common/Version.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\BlockPair' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/BlockPair.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\ByteMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\Encoder' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/Encoder.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\MaskUtil' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/MaskUtil.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\MatrixUtil' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Encoder\\QrCode' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Encoder/QrCode.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\RuntimeException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/RuntimeException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Exception\\WriterException' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Exception/WriterException.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Alpha' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Cmyk' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\ColorInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Gray' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Gray.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Color\\Rgb' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\CompositeEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\EyeInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\ModuleEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\PointyEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\SimpleCircleEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Eye\\SquareEye' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\GDLibRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\ImageRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\EpsImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\ImageBackEndInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\ImagickImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\SvgImageBackEnd' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Image\\TransformationMatrix' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\DotsModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\Edge' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\EdgeIterator\\EdgeIterator' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\ModuleInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\RoundnessModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Module\\SquareModule' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Close' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Close.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Curve' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Curve.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\EllipticArc' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Line' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Line.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Move' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Move.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\OperationInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\Path\\Path' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/Path/Path.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\PlainTextRenderer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererInterface' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererInterface.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\EyeFill' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\Fill' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\Gradient' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\GradientType' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Renderer\\RendererStyle\\RendererStyle' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php', 'OCA\\Libresign\\3rdparty\\BaconQrCode\\Writer' => __DIR__ . '/..' . '/bacon/bacon-qr-code/src/Writer.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\ApplicationFactory\\FreshInstanceApplicationFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/ApplicationFactory/FreshInstanceApplicationFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\ApplicationFactory\\NamespaceApplicationFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/ApplicationFactory/NamespaceApplicationFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\BamarniBinPlugin' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/BamarniBinPlugin.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\CommandProvider' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/CommandProvider.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Command\\BinCommand' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Command/BinCommand.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Command\\CouldNotCreateNamespaceDir' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Command/CouldNotCreateNamespaceDir.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\Config' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/Config.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\ConfigFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/ConfigFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Config\\InvalidBamarniComposerExtraConfig' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Config/InvalidBamarniComposerExtraConfig.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Input\\BinInputFactory' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Input/BinInputFactory.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Input\\InvalidBinInput' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Input/InvalidBinInput.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\Logger' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/Logger.php', 'OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\PublicIO' => __DIR__ . '/..' . '/bamarni/composer-bin-plugin/src/PublicIO.php', 'OCA\\Libresign\\3rdparty\\Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\AbstractEnum' => __DIR__ . '/..' . '/dasprid/enum/src/AbstractEnum.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\EnumMap' => __DIR__ . '/..' . '/dasprid/enum/src/EnumMap.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\CloneNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/CloneNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/ExceptionInterface.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\ExpectationException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/ExpectationException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\IllegalArgumentException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/IllegalArgumentException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\MismatchException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/MismatchException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\SerializeNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/SerializeNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\Exception\\UnserializeNotSupportedException' => __DIR__ . '/..' . '/dasprid/enum/src/Exception/UnserializeNotSupportedException.php', 'OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\NullValue' => __DIR__ . '/..' . '/dasprid/enum/src/NullValue.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\DeepCopy' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/DeepCopy.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Exception\\CloneException' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Exception\\PropertyException' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\ChainableFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/ChainableFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineCollectionFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineEmptyCollectionFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Doctrine\\DoctrineProxyFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\Filter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\KeepFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\ReplaceFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Filter\\SetNullFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\Doctrine\\DoctrineProxyMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\Matcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyNameMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Matcher\\PropertyTypeMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\Reflection\\ReflectionHelper' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Date\\DateIntervalFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Date\\DatePeriodFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DatePeriodFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\ReplaceFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\ShallowCopyFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedList' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeFilter\\TypeFilter' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php', 'OCA\\Libresign\\3rdparty\\DeepCopy\\TypeMatcher\\TypeMatcher' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Bacon\\ErrorCorrectionLevelConverter' => __DIR__ . '/..' . '/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Bacon\\MatrixFactory' => __DIR__ . '/..' . '/endroid/qr-code/src/Bacon/MatrixFactory.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\Builder' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/Builder.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderRegistry' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderRegistry.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Builder\\BuilderRegistryInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Builder/BuilderRegistryInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Color\\Color' => __DIR__ . '/..' . '/endroid/qr-code/src/Color/Color.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Color\\ColorInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Color/ColorInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Encoding\\Encoding' => __DIR__ . '/..' . '/endroid/qr-code/src/Encoding/Encoding.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Encoding\\EncodingInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Encoding/EncodingInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ErrorCorrectionLevel' => __DIR__ . '/..' . '/endroid/qr-code/src/ErrorCorrectionLevel.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Exception\\ValidationException' => __DIR__ . '/..' . '/endroid/qr-code/src/Exception/ValidationException.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ImageData\\LabelImageData' => __DIR__ . '/..' . '/endroid/qr-code/src/ImageData/LabelImageData.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\ImageData\\LogoImageData' => __DIR__ . '/..' . '/endroid/qr-code/src/ImageData/LogoImageData.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\Font' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/Font.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\FontInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/FontInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\NotoSans' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/NotoSans.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Font\\OpenSans' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Font/OpenSans.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Label' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Label.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\LabelAlignment' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/LabelAlignment.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\LabelInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/LabelInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Margin\\Margin' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Margin/Margin.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Label\\Margin\\MarginInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Label/Margin/MarginInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Logo\\Logo' => __DIR__ . '/..' . '/endroid/qr-code/src/Logo/Logo.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Logo\\LogoInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Logo/LogoInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\Matrix' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/Matrix.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\MatrixFactoryInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Matrix\\MatrixInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Matrix/MatrixInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\QrCode' => __DIR__ . '/..' . '/endroid/qr-code/src/QrCode.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\QrCodeInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/QrCodeInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\RoundBlockSizeMode' => __DIR__ . '/..' . '/endroid/qr-code/src/RoundBlockSizeMode.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\AbstractGdWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/AbstractGdWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\BinaryWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/BinaryWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\ConsoleWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/ConsoleWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\DebugWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/DebugWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\EpsWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/EpsWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\GifWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/GifWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\PdfWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/PdfWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\PngWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/PngWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\AbstractResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/AbstractResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\BinaryResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/BinaryResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\ConsoleResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/ConsoleResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\DebugResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/DebugResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\EpsResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/EpsResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\GdResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/GdResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\GifResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/GifResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\PdfResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/PdfResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\PngResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/PngResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\ResultInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/ResultInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\SvgResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/SvgResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\Result\\WebPResult' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/Result/WebPResult.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\SvgWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/SvgWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\ValidatingWriterInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/ValidatingWriterInterface.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\WebPWriter' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/WebPWriter.php', 'OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\Writer\\WriterInterface' => __DIR__ . '/..' . '/endroid/qr-code/src/Writer/WriterInterface.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\JSignFileService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/JSignFileService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\JSignPDF' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/JSignPDF.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Runtime\\JSignPdfRuntimeService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Runtime\\JavaRuntimeService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Runtime/JavaRuntimeService.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Sign\\JSignParam' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Sign/JSignParam.php', 'OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\Sign\\JSignService' => __DIR__ . '/..' . '/jsignpdf/jsignpdf-php/src/Sign/JSignService.php', 'OCA\\Libresign\\3rdparty\\LibreSign\\WhatOSAmI\\OperatingSystem' => __DIR__ . '/..' . '/libresign/whatosami/src/OperatingSystem.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\AssetFetcher' => __DIR__ . '/..' . '/mpdf/mpdf/src/AssetFetcher.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\AbstractBarcode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/AbstractBarcode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\BarcodeException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/BarcodeException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\BarcodeInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/BarcodeInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Codabar' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Codabar.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code11' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code11.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code128' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code128.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code39' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code39.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Code93' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Code93.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\EanExt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/EanExt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\EanUpc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/EanUpc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\I25' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/I25.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Imb' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Imb.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Msi' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Msi.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Postnet' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Postnet.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\Rm4Scc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/Rm4Scc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Barcode\\S25' => __DIR__ . '/..' . '/mpdf/mpdf/src/Barcode/S25.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Cache' => __DIR__ . '/..' . '/mpdf/mpdf/src/Cache.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorModeConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorModeConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\ColorSpaceRestrictor' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/ColorSpaceRestrictor.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Color\\NamedColors' => __DIR__ . '/..' . '/mpdf/mpdf/src/Color/NamedColors.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Config\\ConfigVariables' => __DIR__ . '/..' . '/mpdf/mpdf/src/Config/ConfigVariables.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Config\\FontVariables' => __DIR__ . '/..' . '/mpdf/mpdf/src/Config/FontVariables.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\ContainerInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/ContainerInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\NotFoundException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/NotFoundException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Container\\SimpleContainer' => __DIR__ . '/..' . '/mpdf/mpdf/src/Container/SimpleContainer.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToAlpha' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToAlpha.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToCjk' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToCjk.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToHebrew' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToHebrew.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToOther' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToOther.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Conversion\\DecToRoman' => __DIR__ . '/..' . '/mpdf/mpdf/src/Conversion/DecToRoman.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\CssManager' => __DIR__ . '/..' . '/mpdf/mpdf/src/CssManager.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\Border' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/Border.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\DefaultCss' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/DefaultCss.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Css\\TextVars' => __DIR__ . '/..' . '/mpdf/mpdf/src/Css/TextVars.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\DirectWrite' => __DIR__ . '/..' . '/mpdf/mpdf/src/DirectWrite.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\AssetFetchingException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/AssetFetchingException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\FontException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/FontException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\LocalContentLoader' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/LocalContentLoader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\LocalContentLoaderInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/LocalContentLoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\File\\StreamWrapperChecker' => __DIR__ . '/..' . '/mpdf/mpdf/src/File/StreamWrapperChecker.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\FontCache' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/FontCache.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\FontFileFinder' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/FontFileFinder.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\GlyphOperator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/GlyphOperator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Fonts\\MetricsGenerator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Fonts/MetricsGenerator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Form' => __DIR__ . '/..' . '/mpdf/mpdf/src/Form.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\FpdiTrait' => __DIR__ . '/..' . '/mpdf/mpdf/src/FpdiTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\ColorTable' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/ColorTable.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\FileHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/FileHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Gif' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Gif.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Image' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Image.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\ImageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/ImageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gif\\Lzw' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gif/Lzw.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Gradient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Gradient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\HTMLParserMode' => __DIR__ . '/..' . '/mpdf/mpdf/src/HTMLParserMode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\ClientInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/ClientInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\CurlHttpClient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/CurlHttpClient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\ClientException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/ClientException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\ForbiddenRequestException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/ForbiddenRequestException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\NetworkException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/NetworkException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\Exception\\RequestException' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/Exception/RequestException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Http\\SocketHttpClient' => __DIR__ . '/..' . '/mpdf/mpdf/src/Http/SocketHttpClient.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Hyphenator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Hyphenator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Bmp' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Bmp.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\ImageProcessor' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/ImageProcessor.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\ImageTypeGuesser' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/ImageTypeGuesser.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Svg' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Svg.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Image\\Wmf' => __DIR__ . '/..' . '/mpdf/mpdf/src/Image/Wmf.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\LanguageToFont' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/LanguageToFont.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\LanguageToFontInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/LanguageToFontInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\ScriptToLanguage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/ScriptToLanguage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Language\\ScriptToLanguageInterface' => __DIR__ . '/..' . '/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Log\\Context' => __DIR__ . '/..' . '/mpdf/mpdf/src/Log/Context.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Mpdf' => __DIR__ . '/..' . '/mpdf/mpdf/src/Mpdf.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\MpdfException' => __DIR__ . '/..' . '/mpdf/mpdf/src/MpdfException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\MpdfImageException' => __DIR__ . '/..' . '/mpdf/mpdf/src/MpdfImageException.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Otl' => __DIR__ . '/..' . '/mpdf/mpdf/src/Otl.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\OtlDump' => __DIR__ . '/..' . '/mpdf/mpdf/src/OtlDump.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Output\\Destination' => __DIR__ . '/..' . '/mpdf/mpdf/src/Output/Destination.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PageBox' => __DIR__ . '/..' . '/mpdf/mpdf/src/PageBox.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PageFormat' => __DIR__ . '/..' . '/mpdf/mpdf/src/PageFormat.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Pdf\\Protection' => __DIR__ . '/..' . '/mpdf/mpdf/src/Pdf/Protection.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Pdf\\Protection\\UniqidGenerator' => __DIR__ . '/..' . '/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Request' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Request.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Response' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Response.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Stream' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Stream.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\Uri' => __DIR__ . '/..' . '/mpdf/psr-http-message-shim/src/Uri.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrLogAwareTrait\\MpdfPsrLogAwareTrait' => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src/MpdfPsrLogAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\PsrLogAwareTrait\\PsrLogAwareTrait' => __DIR__ . '/..' . '/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\ServiceFactory' => __DIR__ . '/..' . '/mpdf/mpdf/src/ServiceFactory.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Indic' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Indic.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Myanmar' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Myanmar.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Shaper\\Sea' => __DIR__ . '/..' . '/mpdf/mpdf/src/Shaper/Sea.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\SizeConverter' => __DIR__ . '/..' . '/mpdf/mpdf/src/SizeConverter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Strict' => __DIR__ . '/..' . '/mpdf/mpdf/src/Strict.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TTFontFile' => __DIR__ . '/..' . '/mpdf/mpdf/src/TTFontFile.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TTFontFileAnalysis' => __DIR__ . '/..' . '/mpdf/mpdf/src/TTFontFileAnalysis.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\TableOfContents' => __DIR__ . '/..' . '/mpdf/mpdf/src/TableOfContents.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\A' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/A.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Acronym' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Acronym.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Address' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Address.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Annotation' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Annotation.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Article' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Article.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Aside' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Aside.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\B' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/B.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BarCode' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BarCode.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bdi' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bdi.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bdo' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bdo.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Big' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Big.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BlockQuote' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BlockQuote.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\BlockTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/BlockTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Bookmark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Bookmark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Br' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Br.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Caption' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Caption.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Center' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Center.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Cite' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Cite.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Code' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Code.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\ColumnBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/ColumnBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Columns' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Columns.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dd' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dd.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Del' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Del.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Details' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Details.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Div' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Div.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dl' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dl.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\DotTab' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/DotTab.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Dt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Dt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Em' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Em.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FieldSet' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FieldSet.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FigCaption' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FigCaption.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Figure' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Figure.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Font' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Font.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Footer' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Footer.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Form' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Form.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\FormFeed' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/FormFeed.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H1' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H1.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H2' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H2.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H3' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H3.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H4' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H4.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H5' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H5.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\H6' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/H6.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\HGroup' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/HGroup.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Header' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Header.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Hr' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Hr.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\I' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/I.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Img' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Img.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\IndexEntry' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/IndexEntry.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\IndexInsert' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/IndexInsert.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\InlineTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/InlineTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Input' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Input.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ins' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ins.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Kbd' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Kbd.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Legend' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Legend.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Li' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Li.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Main' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Main.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Mark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Mark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Meter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Meter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Nav' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Nav.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\NewColumn' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/NewColumn.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\NewPage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/NewPage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ol' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ol.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Option' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Option.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\P' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/P.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\PageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/PageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Pre' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Pre.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Progress' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Progress.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Q' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Q.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\S' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/S.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Samp' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Samp.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Section' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Section.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Select' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Select.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetHtmlPageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetHtmlPageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetHtmlPageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetHtmlPageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetPageFooter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetPageFooter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SetPageHeader' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SetPageHeader.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Small' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Small.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Span' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Span.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Strike' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Strike.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Strong' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Strong.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Sub' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Sub.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\SubstituteTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/SubstituteTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Summary' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Summary.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Sup' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Sup.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TBody' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TBody.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TFoot' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TFoot.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\THead' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/THead.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Table' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Table.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Td' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Td.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TextArea' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TextArea.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TextCircle' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TextCircle.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Th' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Th.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Time' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Time.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Toc' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Toc.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TocEntry' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TocEntry.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\TocPageBreak' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/TocPageBreak.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tr' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tr.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tt' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tt.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tta' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tta.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Tts' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Tts.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ttz' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ttz.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\U' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/U.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\Ul' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/Ul.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\VarTag' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/VarTag.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\WatermarkImage' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/WatermarkImage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Tag\\WatermarkText' => __DIR__ . '/..' . '/mpdf/mpdf/src/Tag/WatermarkText.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Ucdn' => __DIR__ . '/..' . '/mpdf/mpdf/src/Ucdn.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\Arrays' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/Arrays.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\NumericString' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/NumericString.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\PdfDate' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/PdfDate.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Utils\\UtfString' => __DIR__ . '/..' . '/mpdf/mpdf/src/Utils/UtfString.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Watermark' => __DIR__ . '/..' . '/mpdf/mpdf/src/Watermark.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\WatermarkImage' => __DIR__ . '/..' . '/mpdf/mpdf/src/WatermarkImage.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\WatermarkText' => __DIR__ . '/..' . '/mpdf/mpdf/src/WatermarkText.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BackgroundWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BackgroundWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BaseWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BaseWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\BookmarkWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/BookmarkWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ColorWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ColorWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\FontWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/FontWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\FormWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/FormWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ImageWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ImageWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\JavaScriptWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/JavaScriptWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\MetadataWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/MetadataWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ObjectWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ObjectWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\OptionalContentWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/OptionalContentWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\PageWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/PageWriter.php', 'OCA\\Libresign\\3rdparty\\Mpdf\\Writer\\ResourceWriter' => __DIR__ . '/..' . '/mpdf/mpdf/src/Writer/ResourceWriter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/AdapterInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\ArrayAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/ArrayAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\CallbackAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/CallbackAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\ConcatenationAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/ConcatenationAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\EmptyAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/EmptyAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\FixedAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/FixedAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\NullAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/NullAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Adapter\\TransformingAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Adapter/TransformingAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\Collections\\CollectionAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/CollectionAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\Collections\\SelectableAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/Collections/SelectableAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\DBAL\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\DBAL\\SingleTableQueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/DBAL/SingleTableQueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\MongoDBODM\\AggregationAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/AggregationAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\MongoDBODM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/MongoDBODM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\ORM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/ORM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\PHPCRODM\\QueryAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Doctrine/PHPCRODM/QueryAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Elastica\\ElasticaAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Elastica/ElasticaAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1CurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1CurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1MaxPagesException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPagesException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LessThan1MaxPerPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LessThan1MaxPerPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\LogicException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/LogicException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidCurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidCurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidMaxPerPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidMaxPerPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\NotValidResultCountException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/NotValidResultCountException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfBoundsException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\OutOfRangeCurrentPageException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/OutOfRangeCurrentPageException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\PagerfantaException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/PagerfantaException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Exception\\RuntimeException' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Exception/RuntimeException.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Pagerfanta' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/Pagerfanta.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\PagerfantaInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/PagerfantaInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorDecorator' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorDecorator.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorFactoryInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\RouteGenerator\\RouteGeneratorInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/RouteGenerator/RouteGeneratorInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Solarium\\SolariumAdapter' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Adapter/Solarium/SolariumAdapter.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\Extension\\PagerfantaExtension' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaRuntime.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\View\\TwigView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Twig/View/TwigView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\DefaultView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/DefaultView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Foundation6View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Foundation6View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\OptionableView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/OptionableView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\SemanticUiView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/SemanticUiView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TemplateView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TemplateView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\DefaultTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/DefaultTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\Foundation6Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/Foundation6Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\SemanticUiTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/SemanticUiTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TemplateInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TemplateInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap3Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap3Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap4Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap4Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrap5Template' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrap5Template.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\Template\\TwitterBootstrapTemplate' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/Template/TwitterBootstrapTemplate.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap3View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap3View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap4View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap4View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrap5View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrap5View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\TwitterBootstrapView' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/TwitterBootstrapView.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\View' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/View.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewFactory' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactory.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewFactoryInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewFactoryInterface.php', 'OCA\\Libresign\\3rdparty\\Pagerfanta\\View\\ViewInterface' => __DIR__ . '/..' . '/pagerfanta/pagerfanta/lib/Core/View/ViewInterface.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base32' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base32Hex' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64DotSlash' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64DotSlash.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Base64UrlSafe' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Binary' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Binary.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\EncoderInterface' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/EncoderInterface.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Encoding' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Encoding.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\Hex' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Hex.php', 'OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\RFC4648' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/RFC4648.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\AbstractLogger' => __DIR__ . '/..' . '/psr/log/src/AbstractLogger.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/log/src/InvalidArgumentException.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LogLevel' => __DIR__ . '/..' . '/psr/log/src/LogLevel.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerAwareInterface' => __DIR__ . '/..' . '/psr/log/src/LoggerAwareInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerAwareTrait' => __DIR__ . '/..' . '/psr/log/src/LoggerAwareTrait.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/src/LoggerInterface.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/src/LoggerTrait.php', 'OCA\\Libresign\\3rdparty\\Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/src/NullLogger.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Config' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Config.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Document' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Document.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementArray' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementBoolean' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementDate' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementHexa' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementMissing' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementName' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementNull' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementNumeric' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementString' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementStruct' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Element\\ElementXRef' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\AbstractEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\EncodingLocator' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\ISOLatin1Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\ISOLatin9Encoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\MacRomanEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\PDFDocEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\PostScriptGlyphs' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\StandardEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\WinAnsiEncoding' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\EmptyPdfException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\EncodingNotFoundException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\InvalidDictionaryObjectException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\MissingCatalogException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\MissingPdfHeaderException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Exception\\NotImplementedException' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontCIDFontType0' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontCIDFontType2' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontTrueType' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType0' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType1' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\FontType3' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Header' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Header.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\PDFObject' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Page' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Page.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Pages' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Pages.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Parser' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/Parser.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\RawData\\FilterHelper' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\RawData\\RawDataParser' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\XObject\\Form' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php', 'OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\XObject\\Image' => __DIR__ . '/..' . '/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php', 'OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php', 'OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php', 'OCA\\Libresign\\3rdparty\\Twig\\AbstractTwigCallable' => __DIR__ . '/..' . '/twig/twig/src/AbstractTwigCallable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigFilter' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigFunction' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\AsTwigTest' => __DIR__ . '/..' . '/twig/twig/src/Attribute/AsTwigTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\FirstClassTwigCallableReady' => __DIR__ . '/..' . '/twig/twig/src/Attribute/FirstClassTwigCallableReady.php', 'OCA\\Libresign\\3rdparty\\Twig\\Attribute\\YieldReady' => __DIR__ . '/..' . '/twig/twig/src/Attribute/YieldReady.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\CacheInterface' => __DIR__ . '/..' . '/twig/twig/src/Cache/CacheInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\ChainCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/ChainCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\FilesystemCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/FilesystemCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\NullCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/NullCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\ReadOnlyFilesystemCache' => __DIR__ . '/..' . '/twig/twig/src/Cache/ReadOnlyFilesystemCache.php', 'OCA\\Libresign\\3rdparty\\Twig\\Cache\\RemovableCacheInterface' => __DIR__ . '/..' . '/twig/twig/src/Cache/RemovableCacheInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Compiler' => __DIR__ . '/..' . '/twig/twig/src/Compiler.php', 'OCA\\Libresign\\3rdparty\\Twig\\DeprecatedCallableInfo' => __DIR__ . '/..' . '/twig/twig/src/DeprecatedCallableInfo.php', 'OCA\\Libresign\\3rdparty\\Twig\\Environment' => __DIR__ . '/..' . '/twig/twig/src/Environment.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\Error' => __DIR__ . '/..' . '/twig/twig/src/Error/Error.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\LoaderError' => __DIR__ . '/..' . '/twig/twig/src/Error/LoaderError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\RuntimeError' => __DIR__ . '/..' . '/twig/twig/src/Error/RuntimeError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Error\\SyntaxError' => __DIR__ . '/..' . '/twig/twig/src/Error/SyntaxError.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\AbstractExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/AbstractExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserDescriptionInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParserType' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParserType.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\ExpressionParsers' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/ExpressionParsers.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\InfixAssociativity' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/InfixAssociativity.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\InfixExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ArgumentsTrait' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ArrowExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\BinaryOperatorExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\ConditionalTernaryExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\DotExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\FilterExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\FunctionExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\IsExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\IsNotExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Infix\\SquareBracketExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\PrecedenceChange' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/PrecedenceChange.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\PrefixExpressionParserInterface' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\GroupingExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\LiteralExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExpressionParser\\Prefix\\UnaryOperatorExpressionParser' => __DIR__ . '/..' . '/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\ExtensionSet' => __DIR__ . '/..' . '/twig/twig/src/ExtensionSet.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\AbstractExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/AbstractExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\AttributeExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/AttributeExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\CoreExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/CoreExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\DebugExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/DebugExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\EscaperExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/EscaperExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\ExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/ExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\GlobalsInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/GlobalsInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\LastModifiedExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/LastModifiedExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\OptimizerExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/OptimizerExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\ProfilerExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/ProfilerExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\RuntimeExtensionInterface' => __DIR__ . '/..' . '/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\SandboxExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/SandboxExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\StagingExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/StagingExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\StringLoaderExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/StringLoaderExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\Extension\\YieldNotReadyExtension' => __DIR__ . '/..' . '/twig/twig/src/Extension/YieldNotReadyExtension.php', 'OCA\\Libresign\\3rdparty\\Twig\\FileExtensionEscapingStrategy' => __DIR__ . '/..' . '/twig/twig/src/FileExtensionEscapingStrategy.php', 'OCA\\Libresign\\3rdparty\\Twig\\Lexer' => __DIR__ . '/..' . '/twig/twig/src/Lexer.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\ArrayLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/ArrayLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\ChainLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/ChainLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\FilesystemLoader' => __DIR__ . '/..' . '/twig/twig/src/Loader/FilesystemLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\Loader\\LoaderInterface' => __DIR__ . '/..' . '/twig/twig/src/Loader/LoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Markup' => __DIR__ . '/..' . '/twig/twig/src/Markup.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeTraverser' => __DIR__ . '/..' . '/twig/twig/src/NodeTraverser.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\AbstractNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\EscaperNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\NodeVisitorInterface' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\OptimizerNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\SafeAnalysisNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\SandboxNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\NodeVisitor\\YieldNotReadyNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\AutoEscapeNode' => __DIR__ . '/..' . '/twig/twig/src/Node/AutoEscapeNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BlockNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BlockNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BlockReferenceNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BlockReferenceNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\BodyNode' => __DIR__ . '/..' . '/twig/twig/src/Node/BodyNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CaptureNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CaptureNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckSecurityCallNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckSecurityCallNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckSecurityNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckSecurityNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\CheckToStringNode' => __DIR__ . '/..' . '/twig/twig/src/Node/CheckToStringNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\DeprecatedNode' => __DIR__ . '/..' . '/twig/twig/src/Node/DeprecatedNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\DoNode' => __DIR__ . '/..' . '/twig/twig/src/Node/DoNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\EmbedNode' => __DIR__ . '/..' . '/twig/twig/src/Node/EmbedNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\EmptyNode' => __DIR__ . '/..' . '/twig/twig/src/Node/EmptyNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\AbstractExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/AbstractExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ArrayExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ArrayExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ArrowFunctionExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\AssignNameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/AssignNameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AbstractBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AddBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\AndBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BinaryInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BinaryInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseAndBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseOrBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\BitwiseXorBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ConcatBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\DivBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ElvisBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ElvisBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\EndsWithBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\EqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\FloorDivBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\GreaterBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\GreaterEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\HasEveryBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\HasSomeBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\InBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/InBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\LessBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\LessEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\MatchesBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\ModBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\MulBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NotEqualBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NotInBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\NullCoalesceBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\OrBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\PowerBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\RangeBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\SpaceshipBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\StartsWithBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\SubBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Binary\\XorBinary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Binary/XorBinary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\BlockReferenceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\CallExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/CallExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ConditionalExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ConditionalExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ConstantExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ConstantExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FilterExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FilterExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Filter\\DefaultFilter' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Filter\\RawFilter' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Filter/RawFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionNode\\EnumCasesFunction' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\FunctionNode\\EnumFunction' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/FunctionNode/EnumFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\GetAttrExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/GetAttrExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\InlinePrint' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/InlinePrint.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ListExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ListExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\MacroReferenceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/MacroReferenceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\MethodCallExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/MethodCallExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\NameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/NameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\NullCoalesceExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\OperatorEscapeInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/OperatorEscapeInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ParentExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ParentExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnArrayInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnArrayInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnBoolInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnBoolInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnNumberInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnNumberInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnPrimitiveTypeInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\ReturnStringInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/ReturnStringInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestDeprecationTrait' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\SupportDefinedTestTrait' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\TempNameExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/TempNameExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Ternary\\ConditionalTernary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\TestExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/TestExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\ConstantTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\DefinedTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\DivisiblebyTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\EvenTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/EvenTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\NullTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/NullTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\OddTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/OddTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\SameasTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/SameasTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Test\\TrueTest' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Test/TrueTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\AbstractUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\NegUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\NotUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\PosUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\SpreadUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/SpreadUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\StringCastUnary' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/StringCastUnary.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Unary\\UnaryInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Unary/UnaryInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\AssignContextVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\AssignTemplateVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\ContextVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/ContextVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\LocalVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/LocalVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\Variable\\TemplateVariable' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/Variable/TemplateVariable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Expression\\VariadicExpression' => __DIR__ . '/..' . '/twig/twig/src/Node/Expression/VariadicExpression.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\FlushNode' => __DIR__ . '/..' . '/twig/twig/src/Node/FlushNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForElseNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForElseNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForLoopNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForLoopNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ForNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ForNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\IfNode' => __DIR__ . '/..' . '/twig/twig/src/Node/IfNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ImportNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ImportNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\IncludeNode' => __DIR__ . '/..' . '/twig/twig/src/Node/IncludeNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\MacroNode' => __DIR__ . '/..' . '/twig/twig/src/Node/MacroNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\ModuleNode' => __DIR__ . '/..' . '/twig/twig/src/Node/ModuleNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NameDeprecation' => __DIR__ . '/..' . '/twig/twig/src/Node/NameDeprecation.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Node' => __DIR__ . '/..' . '/twig/twig/src/Node/Node.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NodeCaptureInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/NodeCaptureInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\NodeOutputInterface' => __DIR__ . '/..' . '/twig/twig/src/Node/NodeOutputInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\Nodes' => __DIR__ . '/..' . '/twig/twig/src/Node/Nodes.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\PrintNode' => __DIR__ . '/..' . '/twig/twig/src/Node/PrintNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\SandboxNode' => __DIR__ . '/..' . '/twig/twig/src/Node/SandboxNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\SetNode' => __DIR__ . '/..' . '/twig/twig/src/Node/SetNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\TextNode' => __DIR__ . '/..' . '/twig/twig/src/Node/TextNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\TypesNode' => __DIR__ . '/..' . '/twig/twig/src/Node/TypesNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Node\\WithNode' => __DIR__ . '/..' . '/twig/twig/src/Node/WithNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\OperatorPrecedenceChange' => __DIR__ . '/..' . '/twig/twig/src/OperatorPrecedenceChange.php', 'OCA\\Libresign\\3rdparty\\Twig\\Parser' => __DIR__ . '/..' . '/twig/twig/src/Parser.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\BaseDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\BlackfireDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\HtmlDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Dumper\\TextDumper' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Dumper/TextDumper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor' => __DIR__ . '/..' . '/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Node\\EnterProfileNode' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Node\\LeaveProfileNode' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'OCA\\Libresign\\3rdparty\\Twig\\Profiler\\Profile' => __DIR__ . '/..' . '/twig/twig/src/Profiler/Profile.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\ContainerRuntimeLoader' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\FactoryRuntimeLoader' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'OCA\\Libresign\\3rdparty\\Twig\\RuntimeLoader\\RuntimeLoaderInterface' => __DIR__ . '/..' . '/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Runtime\\EscaperRuntime' => __DIR__ . '/..' . '/twig/twig/src/Runtime/EscaperRuntime.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFilterError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFunctionError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedMethodError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedPropertyError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedTagError' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityPolicy' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityPolicy.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityPolicyInterface' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SourcePolicyInterface' => __DIR__ . '/..' . '/twig/twig/src/Sandbox/SourcePolicyInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\Source' => __DIR__ . '/..' . '/twig/twig/src/Source.php', 'OCA\\Libresign\\3rdparty\\Twig\\Template' => __DIR__ . '/..' . '/twig/twig/src/Template.php', 'OCA\\Libresign\\3rdparty\\Twig\\TemplateWrapper' => __DIR__ . '/..' . '/twig/twig/src/TemplateWrapper.php', 'OCA\\Libresign\\3rdparty\\Twig\\Test\\IntegrationTestCase' => __DIR__ . '/..' . '/twig/twig/src/Test/IntegrationTestCase.php', 'OCA\\Libresign\\3rdparty\\Twig\\Test\\NodeTestCase' => __DIR__ . '/..' . '/twig/twig/src/Test/NodeTestCase.php', 'OCA\\Libresign\\3rdparty\\Twig\\Token' => __DIR__ . '/..' . '/twig/twig/src/Token.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\AbstractTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/AbstractTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ApplyTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ApplyTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\AutoEscapeTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\BlockTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/BlockTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\DeprecatedTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\DoTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/DoTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\EmbedTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/EmbedTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ExtendsTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\FlushTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/FlushTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ForTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ForTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\FromTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/FromTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\GuardTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/GuardTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\IfTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/IfTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\ImportTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/ImportTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\IncludeTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/IncludeTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\MacroTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/MacroTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\SandboxTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/SandboxTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\SetTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/SetTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\TokenParserInterface' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/TokenParserInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\TypesTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/TypesTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\UseTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/UseTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenParser\\WithTokenParser' => __DIR__ . '/..' . '/twig/twig/src/TokenParser/WithTokenParser.php', 'OCA\\Libresign\\3rdparty\\Twig\\TokenStream' => __DIR__ . '/..' . '/twig/twig/src/TokenStream.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigCallableInterface' => __DIR__ . '/..' . '/twig/twig/src/TwigCallableInterface.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigFilter' => __DIR__ . '/..' . '/twig/twig/src/TwigFilter.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigFunction' => __DIR__ . '/..' . '/twig/twig/src/TwigFunction.php', 'OCA\\Libresign\\3rdparty\\Twig\\TwigTest' => __DIR__ . '/..' . '/twig/twig/src/TwigTest.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\CallableArgumentsExtractor' => __DIR__ . '/..' . '/twig/twig/src/Util/CallableArgumentsExtractor.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\DeprecationCollector' => __DIR__ . '/..' . '/twig/twig/src/Util/DeprecationCollector.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\ReflectionCallable' => __DIR__ . '/..' . '/twig/twig/src/Util/ReflectionCallable.php', 'OCA\\Libresign\\3rdparty\\Twig\\Util\\TemplateDirIterator' => __DIR__ . '/..' . '/twig/twig/src/Util/TemplateDirIterator.php', 'OCA\\Libresign\\3rdparty\\Wobeto\\EmailBlur\\Blur' => __DIR__ . '/..' . '/wobeto/email-blur/Wobeto/EmailBlur/Blur.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\Command' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/Command.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\DataFields' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/DataFields.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\FdfFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/FdfFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\InfoFields' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/InfoFields.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\InfoFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/InfoFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\Pdf' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/Pdf.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\XfdfFile' => __DIR__ . '/..' . '/mikehaertl/php-pdftk/src/XfdfFile.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\shellcommand\\Command' => __DIR__ . '/..' . '/mikehaertl/php-shellcommand/src/Command.php', 'OCA\\Libresign\\3rdparty\\mikehaertl\\tmp\\File' => __DIR__ . '/..' . '/mikehaertl/php-tmpfile/src/File.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Common\\Functions\\Strings' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\AES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Blowfish' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\ChaCha20' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\AsymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\BlockCipher' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\StreamCipher' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\SymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DH\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Curve448' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\Ed448' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistb233' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistb409' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk163' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk233' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk283' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistk409' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp192' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp224' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp256' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp384' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistp521' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\nistt571' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\IEEE' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Parameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Hash' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\PublicKeyLoader' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RC2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RC4' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\JWK' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Random' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Rijndael' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Salsa20' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\TripleDES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Twofish' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadConfigurationException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadDecryptionException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\BadModeException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\ConnectionClosedException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\FileNotFoundException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InconsistentSetupException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InsufficientSetupException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\InvalidPacketLengthException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\NoKeyLoadedException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\NoSupportedAlgorithmsException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\TimeoutException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnableToConnectException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedAlgorithmException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedCurveException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedFormatException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Exception\\UnsupportedOperationException' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ANSI' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ANSI.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Element' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AnotherName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Attribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeType' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Attributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CPSuri' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CRLReason' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Certificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateList' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\CountryName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Curve' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DHParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAParams' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DisplayText' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECParameters' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Extension' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Extensions' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\FieldElement' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\FieldID' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Name' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ORAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBES2params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PersonalName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Prime_p' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Time' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Trinomial' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\UserNotice' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\Validity' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\File\\X509' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/File/X509.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\Engine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\GMP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BinaryField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BinaryField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\Common\\FiniteField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\Common\\FiniteField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\PrimeField' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\PrimeField\\Integer' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SFTP' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SFTP\\Stream' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\Net\\SSH2' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Agent' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Agent\\Identity' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 'OCA\\Libresign\\3rdparty\\phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTpl' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTpl.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTplTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTplTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdfTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdfTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Fpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdiException' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdiException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\FpdiTrait' => __DIR__ . '/..' . '/setasign/fpdi/src/FpdiTrait.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\GraphicsState' => __DIR__ . '/..' . '/setasign/fpdi/src/GraphicsState.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Math\\Matrix' => __DIR__ . '/..' . '/setasign/fpdi/src/Math/Matrix.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Math\\Vector' => __DIR__ . '/..' . '/setasign/fpdi/src/Math/Vector.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\AbstractReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/AbstractReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReference' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReference.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\CrossReferenceException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/CrossReferenceException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\FixedReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/FixedReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\LineReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/LineReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\CrossReference\\ReaderInterface' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/CrossReference/ReaderInterface.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Ascii85.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Ascii85Exception' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Ascii85Exception.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/AsciiHex.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FilterException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FilterException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FilterInterface' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FilterInterface.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Flate' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Flate.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\FlateException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/FlateException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\Lzw' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/Lzw.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Filter\\LzwException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Filter/LzwException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\PdfParser' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/PdfParser.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\PdfParserException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/PdfParserException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\StreamReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/StreamReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Tokenizer' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Tokenizer.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfArray' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfArray.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfBoolean' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfBoolean.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfDictionary' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfDictionary.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfHexString' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfHexString.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObject' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObject.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfIndirectObjectReference' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfIndirectObjectReference.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfName' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfName.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfNull' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfNull.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfNumeric' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfNumeric.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfStream' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfStream.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfString' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfString.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfToken' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfToken.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfType' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfType.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfParser\\Type\\PdfTypeException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfParser/Type/PdfTypeException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\DataStructure\\Rectangle' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/DataStructure/Rectangle.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\Page' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/Page.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PageBoundaries' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PageBoundaries.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PdfReader' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PdfReader.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\PdfReader\\PdfReaderException' => __DIR__ . '/..' . '/setasign/fpdi/src/PdfReader/PdfReaderException.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\TcpdfFpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/TcpdfFpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tcpdf\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Tcpdf/Fpdi.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tfpdf\\FpdfTpl' => __DIR__ . '/..' . '/setasign/fpdi/src/Tfpdf/FpdfTpl.php', 'OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\Tfpdf\\Fpdi' => __DIR__ . '/..' . '/setasign/fpdi/src/Tfpdf/Fpdi.php'); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use($loader) { diff --git a/composer/composer/installed.json b/composer/composer/installed.json index ec1db4a..7f76ad5 100644 --- a/composer/composer/installed.json +++ b/composer/composer/installed.json @@ -34,7 +34,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\BaconQrCode\\": "src\/" + "OCA\\Libresign\\3rdparty\\BaconQrCode\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -95,7 +95,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Bamarni\\Composer\\Bin\\": "src" + "OCA\\Libresign\\3rdparty\\Bamarni\\Composer\\Bin\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -144,7 +144,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\DASPRiD\\Enum\\": "src\/" + "OCA\\Libresign\\3rdparty\\DASPRiD\\Enum\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -211,7 +211,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Endroid\\QrCode\\": "src\/" + "OCA\\Libresign\\3rdparty\\Endroid\\QrCode\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -279,7 +279,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Jeidison\\JSignPDF\\": "src\/" + "OCA\\Libresign\\3rdparty\\Jeidison\\JSignPDF\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -337,7 +337,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\LibreSign\\WhatOSAmI\\": "src\/" + "OCA\\Libresign\\3rdparty\\LibreSign\\WhatOSAmI\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -397,7 +397,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\mikehaertl\\pdftk\\": "src\/" + "OCA\\Libresign\\3rdparty\\mikehaertl\\pdftk\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -447,7 +447,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\mikehaertl\\shellcommand\\": "src\/" + "OCA\\Libresign\\3rdparty\\mikehaertl\\shellcommand\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -494,7 +494,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\mikehaertl\\tmp\\": "src\/" + "OCA\\Libresign\\3rdparty\\mikehaertl\\tmp\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -564,7 +564,7 @@ "src\/functions.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\Mpdf\\": "src\/" + "OCA\\Libresign\\3rdparty\\Mpdf\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -624,7 +624,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Mpdf\\PsrHttpMessageShim\\": "src\/" + "OCA\\Libresign\\3rdparty\\Mpdf\\PsrHttpMessageShim\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -675,7 +675,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Mpdf\\PsrLogAwareTrait\\": "src\/" + "OCA\\Libresign\\3rdparty\\Mpdf\\PsrLogAwareTrait\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -735,7 +735,7 @@ "src\/DeepCopy\/deep_copy.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\DeepCopy\\": "src\/DeepCopy\/" + "OCA\\Libresign\\3rdparty\\DeepCopy\\": "src\/DeepCopy\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -829,15 +829,15 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Pagerfanta\\": "lib\/Core\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Twig\\": "lib\/Twig\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Elastica\\": "lib\/Adapter\/Elastica\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Solarium\\": "lib\/Adapter\/Solarium\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\ORM\\": "lib\/Adapter\/Doctrine\/ORM\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\DBAL\\": "lib\/Adapter\/Doctrine\/DBAL\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\PHPCRODM\\": "lib\/Adapter\/Doctrine\/PHPCRODM\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\MongoDBODM\\": "lib\/Adapter\/Doctrine\/MongoDBODM\/", - "OCA\\Libresign\\Vendor\\Pagerfanta\\Doctrine\\Collections\\": "lib\/Adapter\/Doctrine\/Collections\/" + "OCA\\Libresign\\3rdparty\\Pagerfanta\\": "lib\/Core\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Twig\\": "lib\/Twig\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Elastica\\": "lib\/Adapter\/Elastica\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Solarium\\": "lib\/Adapter\/Solarium\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\ORM\\": "lib\/Adapter\/Doctrine\/ORM\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\DBAL\\": "lib\/Adapter\/Doctrine\/DBAL\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\PHPCRODM\\": "lib\/Adapter\/Doctrine\/PHPCRODM\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\MongoDBODM\\": "lib\/Adapter\/Doctrine\/MongoDBODM\/", + "OCA\\Libresign\\3rdparty\\Pagerfanta\\Doctrine\\Collections\\": "lib\/Adapter\/Doctrine\/Collections\/" }, "exclude-from-classmap": [ "lib\/**\/Tests\/" @@ -895,7 +895,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\ParagonIE\\ConstantTime\\": "src\/" + "OCA\\Libresign\\3rdparty\\ParagonIE\\ConstantTime\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -1029,7 +1029,7 @@ "phpseclib\/bootstrap.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\phpseclib3\\": "phpseclib\/" + "OCA\\Libresign\\3rdparty\\phpseclib3\\": "phpseclib\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -1132,7 +1132,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Psr\\Http\\Message\\": "src\/" + "OCA\\Libresign\\3rdparty\\Psr\\Http\\Message\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -1188,7 +1188,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Psr\\Log\\": "src" + "OCA\\Libresign\\3rdparty\\Psr\\Log\\": "src" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2226,7 +2226,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\setasign\\Fpdi\\": "src\/" + "OCA\\Libresign\\3rdparty\\setasign\\Fpdi\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2290,7 +2290,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\": "src\/Smalot\/PdfParser\/" + "OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\": "src\/Smalot\/PdfParser\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2426,7 +2426,7 @@ "bootstrap.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Ctype\\": "" + "OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2513,7 +2513,7 @@ "bootstrap.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\Symfony\\Polyfill\\Mbstring\\": "" + "OCA\\Libresign\\3rdparty\\Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2599,7 +2599,7 @@ "src\/Resources\/string_loader.php" ], "psr-4": { - "OCA\\Libresign\\Vendor\\Twig\\": "src\/" + "OCA\\Libresign\\3rdparty\\Twig\\": "src\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", @@ -2667,7 +2667,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "OCA\\Libresign\\Vendor\\Wobeto\\EmailBlur\\": "Wobeto\/EmailBlur\/" + "OCA\\Libresign\\3rdparty\\Wobeto\\EmailBlur\\": "Wobeto\/EmailBlur\/" } }, "notification-url": "https:\/\/packagist.org\/downloads\/", diff --git a/composer/composer/platform_check.php b/composer/composer/platform_check.php index 5a89034..ca619ae 100644 --- a/composer/composer/platform_check.php +++ b/composer/composer/platform_check.php @@ -1,6 +1,6 @@ getForegroundColor(); @@ -46,12 +46,12 @@ public function write(QrCodeInterface $qrCode, LogoInterface $logo = null, Label } if (isset($options[self::WRITER_OPTION_PDF])) { $fpdf = $options[self::WRITER_OPTION_PDF]; - if (!$fpdf instanceof \OCA\Libresign\Vendor\FPDF) { + if (!$fpdf instanceof \OCA\Libresign\3rdparty\FPDF) { throw new \Exception('pdf option must be an instance of FPDF'); } } else { // @todo Check how to add label height later - $fpdf = new \OCA\Libresign\Vendor\FPDF('P', $unit, [$matrix->getOuterSize(), $matrix->getOuterSize() + $labelSpace]); + $fpdf = new \OCA\Libresign\3rdparty\FPDF('P', $unit, [$matrix->getOuterSize(), $matrix->getOuterSize() + $labelSpace]); $fpdf->AddPage(); } $x = 0; @@ -86,7 +86,7 @@ public function write(QrCodeInterface $qrCode, LogoInterface $logo = null, Label } return new PdfResult($matrix, $fpdf); } - private function addLogo(LogoInterface $logo, \OCA\Libresign\Vendor\FPDF $fpdf, float $x, float $y, float $size) : void + private function addLogo(LogoInterface $logo, \OCA\Libresign\3rdparty\FPDF $fpdf, float $x, float $y, float $size) : void { $logoPath = $logo->getPath(); $logoHeight = $logo->getResizeToHeight(); diff --git a/composer/endroid/qr-code/src/Writer/PngWriter.php b/composer/endroid/qr-code/src/Writer/PngWriter.php index a902464..2430135 100644 --- a/composer/endroid/qr-code/src/Writer/PngWriter.php +++ b/composer/endroid/qr-code/src/Writer/PngWriter.php @@ -1,14 +1,14 @@ fpdf; } diff --git a/composer/endroid/qr-code/src/Writer/Result/PngResult.php b/composer/endroid/qr-code/src/Writer/Result/PngResult.php index 49cf481..1805497 100644 --- a/composer/endroid/qr-code/src/Writer/Result/PngResult.php +++ b/composer/endroid/qr-code/src/Writer/Result/PngResult.php @@ -1,9 +1,9 @@ */ require_once __DIR__ . '/../vendor/autoload.php'; -use OCA\Libresign\Vendor\Jeidison\JSignPDF\JSignPDF; -use OCA\Libresign\Vendor\Jeidison\JSignPDF\Sign\JSignParam; +use OCA\Libresign\3rdparty\Jeidison\JSignPDF\JSignPDF; +use OCA\Libresign\3rdparty\Jeidison\JSignPDF\Sign\JSignParam; $password = '123'; $privateKey = \openssl_pkey_new(['private_key_bits' => 2048, 'private_key_type' => \OPENSSL_KEYTYPE_RSA]); $csr = \openssl_csr_new(['commonName' => 'John Doe'], $privateKey, ['digest_alg' => 'sha256']); diff --git a/composer/jsignpdf/jsignpdf-php/src/JSignFileService.php b/composer/jsignpdf/jsignpdf-php/src/JSignFileService.php index ec722c5..dd87e7f 100644 --- a/composer/jsignpdf/jsignpdf-php/src/JSignFileService.php +++ b/composer/jsignpdf/jsignpdf-php/src/JSignFileService.php @@ -1,6 +1,6 @@ diff --git a/composer/jsignpdf/jsignpdf-php/src/JSignPDF.php b/composer/jsignpdf/jsignpdf-php/src/JSignPDF.php index b1dba38..216340a 100644 --- a/composer/jsignpdf/jsignpdf-php/src/JSignPDF.php +++ b/composer/jsignpdf/jsignpdf-php/src/JSignPDF.php @@ -1,10 +1,10 @@ * @internal diff --git a/composer/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php b/composer/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php index 9c08a54..f600237 100644 --- a/composer/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php +++ b/composer/jsignpdf/jsignpdf-php/src/Runtime/JSignPdfRuntimeService.php @@ -1,10 +1,10 @@ diff --git a/composer/jsignpdf/jsignpdf-php/src/Sign/JSignService.php b/composer/jsignpdf/jsignpdf-php/src/Sign/JSignService.php index fb59226..ff460c1 100644 --- a/composer/jsignpdf/jsignpdf-php/src/Sign/JSignService.php +++ b/composer/jsignpdf/jsignpdf-php/src/Sign/JSignService.php @@ -1,12 +1,12 @@ diff --git a/composer/jsignpdf/jsignpdf-php/tests/Builder/JSignParamBuilder.php b/composer/jsignpdf/jsignpdf-php/tests/Builder/JSignParamBuilder.php index efe733e..34ab0ec 100644 --- a/composer/jsignpdf/jsignpdf-php/tests/Builder/JSignParamBuilder.php +++ b/composer/jsignpdf/jsignpdf-php/tests/Builder/JSignParamBuilder.php @@ -1,8 +1,8 @@ * @internal diff --git a/composer/jsignpdf/jsignpdf-php/tests/Runtime/JavaRuntimeServiceTest.php b/composer/jsignpdf/jsignpdf-php/tests/Runtime/JavaRuntimeServiceTest.php index a3d37a0..14af1ad 100644 --- a/composer/jsignpdf/jsignpdf-php/tests/Runtime/JavaRuntimeServiceTest.php +++ b/composer/jsignpdf/jsignpdf-php/tests/Runtime/JavaRuntimeServiceTest.php @@ -1,15 +1,15 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Albanian_Albania.php b/composer/mpdf/mpdf/data/collations/Albanian_Albania.php index 0cf88b0..fac76ad 100644 --- a/composer/mpdf/mpdf/data/collations/Albanian_Albania.php +++ b/composer/mpdf/mpdf/data/collations/Albanian_Albania.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 259 => 97, 258 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 269 => 99, 268 => 99, 231 => 99, 199 => 99, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 328 => 110, 327 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 345 => 114, 344 => 114, 83 => 115, 347 => 115, 346 => 115, 353 => 115, 352 => 115, 351 => 115, 350 => 115, 223 => 115, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 221 => 253, 89 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Alsatian_France.php b/composer/mpdf/mpdf/data/collations/Alsatian_France.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Alsatian_France.php +++ b/composer/mpdf/mpdf/data/collations/Alsatian_France.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Algeria.php b/composer/mpdf/mpdf/data/collations/Arabic_Algeria.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Algeria.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Algeria.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Bahrain.php b/composer/mpdf/mpdf/data/collations/Arabic_Bahrain.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Bahrain.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Bahrain.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Egypt.php b/composer/mpdf/mpdf/data/collations/Arabic_Egypt.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Egypt.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Egypt.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Iraq.php b/composer/mpdf/mpdf/data/collations/Arabic_Iraq.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Iraq.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Iraq.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Jordan.php b/composer/mpdf/mpdf/data/collations/Arabic_Jordan.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Jordan.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Jordan.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Kuwait.php b/composer/mpdf/mpdf/data/collations/Arabic_Kuwait.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Kuwait.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Kuwait.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Lebanon.php b/composer/mpdf/mpdf/data/collations/Arabic_Lebanon.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Lebanon.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Lebanon.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Libya.php b/composer/mpdf/mpdf/data/collations/Arabic_Libya.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Libya.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Libya.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Morocco.php b/composer/mpdf/mpdf/data/collations/Arabic_Morocco.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Morocco.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Morocco.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Oman.php b/composer/mpdf/mpdf/data/collations/Arabic_Oman.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Oman.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Oman.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Pseudo_RTL.php b/composer/mpdf/mpdf/data/collations/Arabic_Pseudo_RTL.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Pseudo_RTL.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Pseudo_RTL.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Qatar.php b/composer/mpdf/mpdf/data/collations/Arabic_Qatar.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Qatar.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Qatar.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Saudi_Arabia.php b/composer/mpdf/mpdf/data/collations/Arabic_Saudi_Arabia.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Saudi_Arabia.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Saudi_Arabia.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Syria.php b/composer/mpdf/mpdf/data/collations/Arabic_Syria.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Syria.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Syria.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Tunisia.php b/composer/mpdf/mpdf/data/collations/Arabic_Tunisia.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Tunisia.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Tunisia.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Arabic_Yemen.php b/composer/mpdf/mpdf/data/collations/Arabic_Yemen.php index d2cc10d..2e3bc84 100644 --- a/composer/mpdf/mpdf/data/collations/Arabic_Yemen.php +++ b/composer/mpdf/mpdf/data/collations/Arabic_Yemen.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1570 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php b/composer/mpdf/mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php index 897f60d..c65c83f 100644 --- a/composer/mpdf/mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php +++ b/composer/mpdf/mpdf/data/collations/Azeri_(Cyrillic)_Azerbaijan.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 88 => 120, 73 => 105, 74 => 106, 75 => 107, 81 => 113, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1067 => 1099, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php b/composer/mpdf/mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php index 4924230..55685dd 100644 --- a/composer/mpdf/mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php +++ b/composer/mpdf/mpdf/data/collations/Azeri_(Latin)_Azerbaijan.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 199 => 231, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 286 => 287, 72 => 104, 88 => 120, 73 => 105, 305 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 304 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 81 => 113, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 214 => 246, 80 => 112, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 350 => 351, 84 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 220 => 252, 86 => 118, 87 => 119, 89 => 121, 255 => 121, 376 => 121, 90 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Bashkir_Russia.php b/composer/mpdf/mpdf/data/collations/Bashkir_Russia.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Bashkir_Russia.php +++ b/composer/mpdf/mpdf/data/collations/Bashkir_Russia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Basque_Spain.php b/composer/mpdf/mpdf/data/collations/Basque_Spain.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Basque_Spain.php +++ b/composer/mpdf/mpdf/data/collations/Basque_Spain.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Belarusian_Belarus.php b/composer/mpdf/mpdf/data/collations/Belarusian_Belarus.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Belarusian_Belarus.php +++ b/composer/mpdf/mpdf/data/collations/Belarusian_Belarus.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php b/composer/mpdf/mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php +++ b/composer/mpdf/mpdf/data/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php b/composer/mpdf/mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php index 92bda48..78ebc76 100644 --- a/composer/mpdf/mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php +++ b/composer/mpdf/mpdf/data/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php @@ -1,5 +1,5 @@ 711, 65 => 97, 259 => 97, 258 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 283 => 101, 282 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 318 => 108, 317 => 108, 314 => 108, 313 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 324 => 110, 323 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 345 => 114, 344 => 114, 341 => 114, 340 => 114, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Breton_France.php b/composer/mpdf/mpdf/data/collations/Breton_France.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Breton_France.php +++ b/composer/mpdf/mpdf/data/collations/Breton_France.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Bulgarian_Bulgaria.php b/composer/mpdf/mpdf/data/collations/Bulgarian_Bulgaria.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Bulgarian_Bulgaria.php +++ b/composer/mpdf/mpdf/data/collations/Bulgarian_Bulgaria.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Catalan_Spain.php b/composer/mpdf/mpdf/data/collations/Catalan_Spain.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Catalan_Spain.php +++ b/composer/mpdf/mpdf/data/collations/Catalan_Spain.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Corsican_France.php b/composer/mpdf/mpdf/data/collations/Corsican_France.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Corsican_France.php +++ b/composer/mpdf/mpdf/data/collations/Corsican_France.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php b/composer/mpdf/mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php index 92bda48..78ebc76 100644 --- a/composer/mpdf/mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php +++ b/composer/mpdf/mpdf/data/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php @@ -1,5 +1,5 @@ 711, 65 => 97, 259 => 97, 258 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 283 => 101, 282 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 318 => 108, 317 => 108, 314 => 108, 313 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 324 => 110, 323 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 345 => 114, 344 => 114, 341 => 114, 340 => 114, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Croatian_Croatia.php b/composer/mpdf/mpdf/data/collations/Croatian_Croatia.php index 92bda48..78ebc76 100644 --- a/composer/mpdf/mpdf/data/collations/Croatian_Croatia.php +++ b/composer/mpdf/mpdf/data/collations/Croatian_Croatia.php @@ -1,5 +1,5 @@ 711, 65 => 97, 259 => 97, 258 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 283 => 101, 282 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 318 => 108, 317 => 108, 314 => 108, 313 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 324 => 110, 323 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 345 => 114, 344 => 114, 341 => 114, 340 => 114, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Czech_Czech_Republic.php b/composer/mpdf/mpdf/data/collations/Czech_Czech_Republic.php index 1b871ae..1b6e92a 100644 --- a/composer/mpdf/mpdf/data/collations/Czech_Czech_Republic.php +++ b/composer/mpdf/mpdf/data/collations/Czech_Czech_Republic.php @@ -1,5 +1,5 @@ 711, 65 => 97, 228 => 97, 196 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 259 => 97, 258 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 231 => 99, 199 => 99, 268 => 269, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 235 => 101, 203 => 101, 233 => 101, 201 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 328 => 110, 327 => 110, 79 => 111, 246 => 111, 214 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 344 => 345, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 252 => 117, 220 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 380 => 122, 379 => 122, 378 => 122, 377 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Danish_Denmark.php b/composer/mpdf/mpdf/data/collations/Danish_Denmark.php index 8424cc1..8839906 100644 --- a/composer/mpdf/mpdf/data/collations/Danish_Denmark.php +++ b/composer/mpdf/mpdf/data/collations/Danish_Denmark.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 198 => 230, 228 => 230, 196 => 230, 216 => 248, 246 => 248, 214 => 248, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Dari_Afghanistan.php b/composer/mpdf/mpdf/data/collations/Dari_Afghanistan.php index ca02057..a036f1d 100644 --- a/composer/mpdf/mpdf/data/collations/Dari_Afghanistan.php +++ b/composer/mpdf/mpdf/data/collations/Dari_Afghanistan.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1606 => 1722, 1726 => 1729, 1572 => 1608, 1574 => 1746]; diff --git a/composer/mpdf/mpdf/data/collations/Dutch_Belgium.php b/composer/mpdf/mpdf/data/collations/Dutch_Belgium.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Dutch_Belgium.php +++ b/composer/mpdf/mpdf/data/collations/Dutch_Belgium.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Dutch_Netherlands.php b/composer/mpdf/mpdf/data/collations/Dutch_Netherlands.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Dutch_Netherlands.php +++ b/composer/mpdf/mpdf/data/collations/Dutch_Netherlands.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Australia.php b/composer/mpdf/mpdf/data/collations/English_Australia.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Australia.php +++ b/composer/mpdf/mpdf/data/collations/English_Australia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Belize.php b/composer/mpdf/mpdf/data/collations/English_Belize.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Belize.php +++ b/composer/mpdf/mpdf/data/collations/English_Belize.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Canada.php b/composer/mpdf/mpdf/data/collations/English_Canada.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Canada.php +++ b/composer/mpdf/mpdf/data/collations/English_Canada.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Caribbean.php b/composer/mpdf/mpdf/data/collations/English_Caribbean.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Caribbean.php +++ b/composer/mpdf/mpdf/data/collations/English_Caribbean.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_India.php b/composer/mpdf/mpdf/data/collations/English_India.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_India.php +++ b/composer/mpdf/mpdf/data/collations/English_India.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Ireland.php b/composer/mpdf/mpdf/data/collations/English_Ireland.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Ireland.php +++ b/composer/mpdf/mpdf/data/collations/English_Ireland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Jamaica.php b/composer/mpdf/mpdf/data/collations/English_Jamaica.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Jamaica.php +++ b/composer/mpdf/mpdf/data/collations/English_Jamaica.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Malaysia.php b/composer/mpdf/mpdf/data/collations/English_Malaysia.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Malaysia.php +++ b/composer/mpdf/mpdf/data/collations/English_Malaysia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_New_Zealand.php b/composer/mpdf/mpdf/data/collations/English_New_Zealand.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_New_Zealand.php +++ b/composer/mpdf/mpdf/data/collations/English_New_Zealand.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Republic_of_the_Philippines.php b/composer/mpdf/mpdf/data/collations/English_Republic_of_the_Philippines.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Republic_of_the_Philippines.php +++ b/composer/mpdf/mpdf/data/collations/English_Republic_of_the_Philippines.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Singapore.php b/composer/mpdf/mpdf/data/collations/English_Singapore.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Singapore.php +++ b/composer/mpdf/mpdf/data/collations/English_Singapore.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_South_Africa.php b/composer/mpdf/mpdf/data/collations/English_South_Africa.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_South_Africa.php +++ b/composer/mpdf/mpdf/data/collations/English_South_Africa.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Trinidad_and_Tobago.php b/composer/mpdf/mpdf/data/collations/English_Trinidad_and_Tobago.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Trinidad_and_Tobago.php +++ b/composer/mpdf/mpdf/data/collations/English_Trinidad_and_Tobago.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_United_Kingdom.php b/composer/mpdf/mpdf/data/collations/English_United_Kingdom.php index ca7449f..24f84d1 100644 --- a/composer/mpdf/mpdf/data/collations/English_United_Kingdom.php +++ b/composer/mpdf/mpdf/data/collations/English_United_Kingdom.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 222 => 254, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_United_States.php b/composer/mpdf/mpdf/data/collations/English_United_States.php index ca7449f..24f84d1 100644 --- a/composer/mpdf/mpdf/data/collations/English_United_States.php +++ b/composer/mpdf/mpdf/data/collations/English_United_States.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 222 => 254, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/English_Zimbabwe.php b/composer/mpdf/mpdf/data/collations/English_Zimbabwe.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/English_Zimbabwe.php +++ b/composer/mpdf/mpdf/data/collations/English_Zimbabwe.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Estonian_Estonia.php b/composer/mpdf/mpdf/data/collations/Estonian_Estonia.php index 2971fdc..13a214a 100644 --- a/composer/mpdf/mpdf/data/collations/Estonian_Estonia.php +++ b/composer/mpdf/mpdf/data/collations/Estonian_Estonia.php @@ -1,5 +1,5 @@ 188, 190 => 179, 65 => 97, 257 => 97, 256 => 97, 229 => 97, 197 => 97, 261 => 97, 260 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 269 => 99, 268 => 99, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 279 => 101, 278 => 101, 275 => 101, 274 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 291 => 103, 290 => 103, 72 => 104, 73 => 105, 299 => 105, 298 => 105, 303 => 105, 302 => 105, 74 => 106, 75 => 107, 311 => 107, 310 => 107, 76 => 108, 316 => 108, 315 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 326 => 110, 325 => 110, 79 => 111, 243 => 111, 211 => 111, 333 => 111, 332 => 111, 248 => 111, 216 => 111, 80 => 112, 81 => 113, 82 => 114, 343 => 114, 342 => 114, 83 => 115, 347 => 115, 346 => 115, 223 => 115, 352 => 353, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382, 84 => 116, 85 => 117, 363 => 117, 362 => 117, 371 => 117, 370 => 117, 86 => 118, 119 => 118, 87 => 118, 213 => 245, 196 => 228, 214 => 246, 220 => 252, 88 => 120, 89 => 121]; diff --git a/composer/mpdf/mpdf/data/collations/Faroese_Faroe_Islands.php b/composer/mpdf/mpdf/data/collations/Faroese_Faroe_Islands.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Faroese_Faroe_Islands.php +++ b/composer/mpdf/mpdf/data/collations/Faroese_Faroe_Islands.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Filipino_Philippines.php b/composer/mpdf/mpdf/data/collations/Filipino_Philippines.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Filipino_Philippines.php +++ b/composer/mpdf/mpdf/data/collations/Filipino_Philippines.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Finnish_Finland.php b/composer/mpdf/mpdf/data/collations/Finnish_Finland.php index 88f4c16..e5c4063 100644 --- a/composer/mpdf/mpdf/data/collations/Finnish_Finland.php +++ b/composer/mpdf/mpdf/data/collations/Finnish_Finland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 119 => 118, 87 => 118, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 197 => 229, 196 => 228, 214 => 246, 248 => 246, 216 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/French_Belgium.php b/composer/mpdf/mpdf/data/collations/French_Belgium.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_Belgium.php +++ b/composer/mpdf/mpdf/data/collations/French_Belgium.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/French_Canada.php b/composer/mpdf/mpdf/data/collations/French_Canada.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_Canada.php +++ b/composer/mpdf/mpdf/data/collations/French_Canada.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/French_France.php b/composer/mpdf/mpdf/data/collations/French_France.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_France.php +++ b/composer/mpdf/mpdf/data/collations/French_France.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/French_Luxembourg.php b/composer/mpdf/mpdf/data/collations/French_Luxembourg.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_Luxembourg.php +++ b/composer/mpdf/mpdf/data/collations/French_Luxembourg.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/French_Principality_of_Monaco.php b/composer/mpdf/mpdf/data/collations/French_Principality_of_Monaco.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_Principality_of_Monaco.php +++ b/composer/mpdf/mpdf/data/collations/French_Principality_of_Monaco.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/French_Switzerland.php b/composer/mpdf/mpdf/data/collations/French_Switzerland.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/French_Switzerland.php +++ b/composer/mpdf/mpdf/data/collations/French_Switzerland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Frisian_Netherlands.php b/composer/mpdf/mpdf/data/collations/Frisian_Netherlands.php index c13fc0d..fdf378b 100644 --- a/composer/mpdf/mpdf/data/collations/Frisian_Netherlands.php +++ b/composer/mpdf/mpdf/data/collations/Frisian_Netherlands.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 121 => 105, 89 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 221 => 253, 255 => 253, 376 => 253, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Galician_Spain.php b/composer/mpdf/mpdf/data/collations/Galician_Spain.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Galician_Spain.php +++ b/composer/mpdf/mpdf/data/collations/Galician_Spain.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/German_Austria.php b/composer/mpdf/mpdf/data/collations/German_Austria.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/German_Austria.php +++ b/composer/mpdf/mpdf/data/collations/German_Austria.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/German_Germany.php b/composer/mpdf/mpdf/data/collations/German_Germany.php index d2baa0b..cb7c4c2 100644 --- a/composer/mpdf/mpdf/data/collations/German_Germany.php +++ b/composer/mpdf/mpdf/data/collations/German_Germany.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 228 => 97, 230 => 97, 196 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 246 => 111, 338 => 111, 214 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/German_Liechtenstein.php b/composer/mpdf/mpdf/data/collations/German_Liechtenstein.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/German_Liechtenstein.php +++ b/composer/mpdf/mpdf/data/collations/German_Liechtenstein.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/German_Luxembourg.php b/composer/mpdf/mpdf/data/collations/German_Luxembourg.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/German_Luxembourg.php +++ b/composer/mpdf/mpdf/data/collations/German_Luxembourg.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/German_Switzerland.php b/composer/mpdf/mpdf/data/collations/German_Switzerland.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/German_Switzerland.php +++ b/composer/mpdf/mpdf/data/collations/German_Switzerland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Greek_Greece.php b/composer/mpdf/mpdf/data/collations/Greek_Greece.php index f164215..d7b98c2 100644 --- a/composer/mpdf/mpdf/data/collations/Greek_Greece.php +++ b/composer/mpdf/mpdf/data/collations/Greek_Greece.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 913 => 945, 940 => 945, 902 => 945, 914 => 946, 915 => 947, 916 => 948, 917 => 949, 941 => 949, 904 => 949, 918 => 950, 919 => 951, 942 => 951, 905 => 951, 920 => 952, 921 => 953, 943 => 953, 906 => 953, 970 => 953, 938 => 953, 912 => 953, 922 => 954, 923 => 955, 925 => 957, 926 => 958, 927 => 959, 972 => 959, 908 => 959, 928 => 960, 929 => 961, 962 => 963, 931 => 963, 932 => 964, 933 => 965, 973 => 965, 910 => 965, 971 => 965, 939 => 965, 944 => 965, 934 => 966, 935 => 967, 936 => 968, 937 => 969, 974 => 969, 911 => 969]; diff --git a/composer/mpdf/mpdf/data/collations/Greenlandic_Greenland.php b/composer/mpdf/mpdf/data/collations/Greenlandic_Greenland.php index 8424cc1..8839906 100644 --- a/composer/mpdf/mpdf/data/collations/Greenlandic_Greenland.php +++ b/composer/mpdf/mpdf/data/collations/Greenlandic_Greenland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 198 => 230, 228 => 230, 196 => 230, 216 => 248, 246 => 248, 214 => 248, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Hausa_(Latin)_Nigeria.php b/composer/mpdf/mpdf/data/collations/Hausa_(Latin)_Nigeria.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Hausa_(Latin)_Nigeria.php +++ b/composer/mpdf/mpdf/data/collations/Hausa_(Latin)_Nigeria.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Hebrew_Israel.php b/composer/mpdf/mpdf/data/collations/Hebrew_Israel.php index 7bdb1d1..04a167a 100644 --- a/composer/mpdf/mpdf/data/collations/Hebrew_Israel.php +++ b/composer/mpdf/mpdf/data/collations/Hebrew_Israel.php @@ -1,5 +1,5 @@ 173, 1457 => 173, 1458 => 173, 1459 => 173, 1460 => 173, 1461 => 173, 1462 => 173, 1463 => 173, 1464 => 173, 1465 => 173, 1466 => 173, 1467 => 173, 1468 => 173, 1469 => 173, 1471 => 173, 1472 => 173, 1473 => 173, 1474 => 173, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1520 => 1493, 1521 => 1493, 1522 => 1497, 1499 => 1498, 1502 => 1501, 1504 => 1503, 1508 => 1507, 1510 => 1509]; diff --git a/composer/mpdf/mpdf/data/collations/Hungarian_Hungary.php b/composer/mpdf/mpdf/data/collations/Hungarian_Hungary.php index ea6f226..edb0861 100644 --- a/composer/mpdf/mpdf/data/collations/Hungarian_Hungary.php +++ b/composer/mpdf/mpdf/data/collations/Hungarian_Hungary.php @@ -1,5 +1,5 @@ 711, 97 => 65, 225 => 193, 226 => 194, 228 => 196, 259 => 258, 261 => 260, 98 => 66, 99 => 67, 231 => 199, 263 => 262, 269 => 268, 100 => 68, 271 => 270, 273 => 272, 101 => 69, 233 => 201, 235 => 203, 281 => 280, 283 => 282, 102 => 70, 103 => 71, 104 => 72, 105 => 73, 237 => 205, 238 => 206, 106 => 74, 107 => 75, 108 => 76, 314 => 313, 318 => 317, 322 => 321, 109 => 77, 110 => 78, 324 => 323, 328 => 327, 111 => 79, 243 => 211, 244 => 212, 246 => 214, 337 => 336, 112 => 80, 113 => 81, 114 => 82, 341 => 340, 345 => 344, 115 => 83, 347 => 346, 351 => 350, 353 => 352, 116 => 84, 355 => 354, 357 => 356, 117 => 85, 250 => 218, 252 => 220, 367 => 366, 369 => 368, 118 => 86, 119 => 87, 120 => 88, 121 => 89, 253 => 221, 122 => 90, 378 => 377, 380 => 379, 382 => 381]; diff --git a/composer/mpdf/mpdf/data/collations/Icelandic_Iceland.php b/composer/mpdf/mpdf/data/collations/Icelandic_Iceland.php index e37ee79..2e6ee20 100644 --- a/composer/mpdf/mpdf/data/collations/Icelandic_Iceland.php +++ b/composer/mpdf/mpdf/data/collations/Icelandic_Iceland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 193 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 208 => 240, 69 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 201 => 233, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 205 => 237, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 211 => 243, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 85 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 218 => 250, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 255 => 121, 376 => 121, 221 => 253, 90 => 122, 382 => 122, 381 => 122, 222 => 254, 198 => 230, 214 => 246, 248 => 246, 216 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Igbo_Nigeria.php b/composer/mpdf/mpdf/data/collations/Igbo_Nigeria.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Igbo_Nigeria.php +++ b/composer/mpdf/mpdf/data/collations/Igbo_Nigeria.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Indonesian_Indonesia.php b/composer/mpdf/mpdf/data/collations/Indonesian_Indonesia.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Indonesian_Indonesia.php +++ b/composer/mpdf/mpdf/data/collations/Indonesian_Indonesia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Inuktitut_(Latin)_Canada.php b/composer/mpdf/mpdf/data/collations/Inuktitut_(Latin)_Canada.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Inuktitut_(Latin)_Canada.php +++ b/composer/mpdf/mpdf/data/collations/Inuktitut_(Latin)_Canada.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Invariant_Language_Invariant_Country.php b/composer/mpdf/mpdf/data/collations/Invariant_Language_Invariant_Country.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Invariant_Language_Invariant_Country.php +++ b/composer/mpdf/mpdf/data/collations/Invariant_Language_Invariant_Country.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Irish_Ireland.php b/composer/mpdf/mpdf/data/collations/Irish_Ireland.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Irish_Ireland.php +++ b/composer/mpdf/mpdf/data/collations/Irish_Ireland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Italian_Italy.php b/composer/mpdf/mpdf/data/collations/Italian_Italy.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Italian_Italy.php +++ b/composer/mpdf/mpdf/data/collations/Italian_Italy.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Italian_Switzerland.php b/composer/mpdf/mpdf/data/collations/Italian_Switzerland.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Italian_Switzerland.php +++ b/composer/mpdf/mpdf/data/collations/Italian_Switzerland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Kinyarwanda_Rwanda.php b/composer/mpdf/mpdf/data/collations/Kinyarwanda_Rwanda.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Kinyarwanda_Rwanda.php +++ b/composer/mpdf/mpdf/data/collations/Kinyarwanda_Rwanda.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Kiswahili_Kenya.php b/composer/mpdf/mpdf/data/collations/Kiswahili_Kenya.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Kiswahili_Kenya.php +++ b/composer/mpdf/mpdf/data/collations/Kiswahili_Kenya.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Kyrgyz_Kyrgyzstan.php b/composer/mpdf/mpdf/data/collations/Kyrgyz_Kyrgyzstan.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Kyrgyz_Kyrgyzstan.php +++ b/composer/mpdf/mpdf/data/collations/Kyrgyz_Kyrgyzstan.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Latvian_Latvia.php b/composer/mpdf/mpdf/data/collations/Latvian_Latvia.php index a92b2f9..4806c91 100644 --- a/composer/mpdf/mpdf/data/collations/Latvian_Latvia.php +++ b/composer/mpdf/mpdf/data/collations/Latvian_Latvia.php @@ -1,5 +1,5 @@ 188, 190 => 179, 65 => 97, 228 => 97, 196 => 97, 229 => 97, 197 => 97, 261 => 97, 260 => 97, 230 => 97, 198 => 97, 256 => 257, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 268 => 269, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 279 => 101, 278 => 101, 281 => 101, 280 => 101, 274 => 275, 70 => 102, 71 => 103, 290 => 291, 72 => 104, 73 => 105, 303 => 105, 302 => 105, 298 => 299, 74 => 106, 75 => 107, 310 => 311, 76 => 108, 322 => 108, 321 => 108, 315 => 316, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 325 => 326, 79 => 111, 243 => 111, 211 => 111, 246 => 111, 214 => 111, 333 => 111, 332 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 80 => 112, 81 => 113, 82 => 114, 343 => 114, 342 => 114, 83 => 115, 347 => 115, 346 => 115, 223 => 115, 352 => 353, 84 => 116, 85 => 117, 371 => 117, 370 => 117, 252 => 117, 220 => 117, 362 => 363, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Lithuanian_Lithuania.php b/composer/mpdf/mpdf/data/collations/Lithuanian_Lithuania.php index edf21d4..7706f38 100644 --- a/composer/mpdf/mpdf/data/collations/Lithuanian_Lithuania.php +++ b/composer/mpdf/mpdf/data/collations/Lithuanian_Lithuania.php @@ -1,5 +1,5 @@ 188, 190 => 179, 65 => 97, 228 => 97, 196 => 97, 257 => 97, 256 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 260 => 261, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 268 => 269, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 279 => 101, 278 => 101, 275 => 101, 274 => 101, 280 => 281, 70 => 102, 71 => 103, 291 => 103, 290 => 103, 72 => 104, 73 => 105, 299 => 105, 298 => 105, 302 => 303, 89 => 121, 74 => 106, 75 => 107, 311 => 107, 310 => 107, 76 => 108, 316 => 108, 315 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 326 => 110, 325 => 110, 79 => 111, 243 => 111, 211 => 111, 246 => 111, 214 => 111, 333 => 111, 332 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 80 => 112, 81 => 113, 82 => 114, 343 => 114, 342 => 114, 83 => 115, 347 => 115, 346 => 115, 223 => 115, 352 => 353, 84 => 116, 85 => 117, 363 => 117, 362 => 117, 252 => 117, 220 => 117, 370 => 371, 86 => 118, 87 => 119, 88 => 120, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Lower_Sorbian_Germany.php b/composer/mpdf/mpdf/data/collations/Lower_Sorbian_Germany.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Lower_Sorbian_Germany.php +++ b/composer/mpdf/mpdf/data/collations/Lower_Sorbian_Germany.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Luxembourgish_Luxembourg.php b/composer/mpdf/mpdf/data/collations/Luxembourgish_Luxembourg.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Luxembourgish_Luxembourg.php +++ b/composer/mpdf/mpdf/data/collations/Luxembourgish_Luxembourg.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php b/composer/mpdf/mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php index f5e61a6..28bd0f2 100644 --- a/composer/mpdf/mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php +++ b/composer/mpdf/mpdf/data/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1168 => 1169, 1076 => 1107, 1027 => 1107, 1044 => 1107, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1036 => 1116, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Malay_Brunei_Darussalam.php b/composer/mpdf/mpdf/data/collations/Malay_Brunei_Darussalam.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Malay_Brunei_Darussalam.php +++ b/composer/mpdf/mpdf/data/collations/Malay_Brunei_Darussalam.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Malay_Malaysia.php b/composer/mpdf/mpdf/data/collations/Malay_Malaysia.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Malay_Malaysia.php +++ b/composer/mpdf/mpdf/data/collations/Malay_Malaysia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Mapudungun_Chile.php b/composer/mpdf/mpdf/data/collations/Mapudungun_Chile.php index 85ca1c9..6524783 100644 --- a/composer/mpdf/mpdf/data/collations/Mapudungun_Chile.php +++ b/composer/mpdf/mpdf/data/collations/Mapudungun_Chile.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 220 => 252, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Mohawk_Canada.php b/composer/mpdf/mpdf/data/collations/Mohawk_Canada.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Mohawk_Canada.php +++ b/composer/mpdf/mpdf/data/collations/Mohawk_Canada.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php b/composer/mpdf/mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php +++ b/composer/mpdf/mpdf/data/collations/Mongolian_(Cyrillic)_Mongolia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php b/composer/mpdf/mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php index 8424cc1..8839906 100644 --- a/composer/mpdf/mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php +++ b/composer/mpdf/mpdf/data/collations/Norwegian_(Nynorsk)_Norway.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 198 => 230, 228 => 230, 196 => 230, 216 => 248, 246 => 248, 214 => 248, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Occitan_France.php b/composer/mpdf/mpdf/data/collations/Occitan_France.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Occitan_France.php +++ b/composer/mpdf/mpdf/data/collations/Occitan_France.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Persian_Iran.php b/composer/mpdf/mpdf/data/collations/Persian_Iran.php index 8381da6..8999b27 100644 --- a/composer/mpdf/mpdf/data/collations/Persian_Iran.php +++ b/composer/mpdf/mpdf/data/collations/Persian_Iran.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Polish_Poland.php b/composer/mpdf/mpdf/data/collations/Polish_Poland.php index 97e9e4f..c3b4e38 100644 --- a/composer/mpdf/mpdf/data/collations/Polish_Poland.php +++ b/composer/mpdf/mpdf/data/collations/Polish_Poland.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 259 => 97, 258 => 97, 260 => 261, 66 => 98, 67 => 99, 269 => 99, 268 => 99, 231 => 99, 199 => 99, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 283 => 101, 282 => 101, 280 => 281, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 321 => 322, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 323 => 324, 79 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 211 => 243, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 345 => 114, 344 => 114, 83 => 115, 353 => 115, 352 => 115, 351 => 115, 350 => 115, 223 => 115, 346 => 347, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 382 => 122, 381 => 122, 377 => 378, 379 => 380]; diff --git a/composer/mpdf/mpdf/data/collations/Portuguese_Brazil.php b/composer/mpdf/mpdf/data/collations/Portuguese_Brazil.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Portuguese_Brazil.php +++ b/composer/mpdf/mpdf/data/collations/Portuguese_Brazil.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Portuguese_Portugal.php b/composer/mpdf/mpdf/data/collations/Portuguese_Portugal.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Portuguese_Portugal.php +++ b/composer/mpdf/mpdf/data/collations/Portuguese_Portugal.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Quechua_Bolivia.php b/composer/mpdf/mpdf/data/collations/Quechua_Bolivia.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Quechua_Bolivia.php +++ b/composer/mpdf/mpdf/data/collations/Quechua_Bolivia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Quechua_Ecuador.php b/composer/mpdf/mpdf/data/collations/Quechua_Ecuador.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Quechua_Ecuador.php +++ b/composer/mpdf/mpdf/data/collations/Quechua_Ecuador.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Quechua_Peru.php b/composer/mpdf/mpdf/data/collations/Quechua_Peru.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Quechua_Peru.php +++ b/composer/mpdf/mpdf/data/collations/Quechua_Peru.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Romanian_Romania.php b/composer/mpdf/mpdf/data/collations/Romanian_Romania.php index 05bb4ac..b1fd0da 100644 --- a/composer/mpdf/mpdf/data/collations/Romanian_Romania.php +++ b/composer/mpdf/mpdf/data/collations/Romanian_Romania.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 258 => 259, 226 => 259, 194 => 259, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 269 => 99, 268 => 99, 231 => 99, 199 => 99, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 206 => 238, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 328 => 110, 327 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 345 => 114, 344 => 114, 83 => 115, 347 => 115, 346 => 115, 353 => 115, 352 => 115, 223 => 115, 350 => 351, 84 => 116, 357 => 116, 356 => 116, 354 => 355, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Romansh_Switzerland.php b/composer/mpdf/mpdf/data/collations/Romansh_Switzerland.php index 615e8f0..40df509 100644 --- a/composer/mpdf/mpdf/data/collations/Romansh_Switzerland.php +++ b/composer/mpdf/mpdf/data/collations/Romansh_Switzerland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122, 192 => 224, 200 => 232, 204 => 236, 210 => 242, 217 => 249, 193 => 225, 201 => 233, 205 => 237, 211 => 243, 218 => 250, 194 => 226, 202 => 234, 206 => 238, 212 => 244, 219 => 251, 196 => 228, 214 => 246, 220 => 252]; diff --git a/composer/mpdf/mpdf/data/collations/Russian_Russia.php b/composer/mpdf/mpdf/data/collations/Russian_Russia.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Russian_Russia.php +++ b/composer/mpdf/mpdf/data/collations/Russian_Russia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Inari)_Finland.php b/composer/mpdf/mpdf/data/collations/Sami_(Inari)_Finland.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Inari)_Finland.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Inari)_Finland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Norway.php b/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Norway.php index 7621a4a..c061830 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Norway.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Norway.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 196 => 228, 216 => 248, 214 => 246, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Sweden.php b/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Sweden.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Sweden.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Lule)_Sweden.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Finland.php b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Finland.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Finland.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Finland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Norway.php b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Norway.php index 7621a4a..c061830 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Norway.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Norway.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 196 => 228, 216 => 248, 214 => 246, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Sweden.php b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Sweden.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Sweden.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Northern)_Sweden.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Skolt)_Finland.php b/composer/mpdf/mpdf/data/collations/Sami_(Skolt)_Finland.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Skolt)_Finland.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Skolt)_Finland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Norway.php b/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Norway.php index 7621a4a..c061830 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Norway.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Norway.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 196 => 228, 216 => 248, 214 => 246, 197 => 229]; diff --git a/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Sweden.php b/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Sweden.php index 17833eb..c30e4dc 100644 --- a/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Sweden.php +++ b/composer/mpdf/mpdf/data/collations/Sami_(Southern)_Sweden.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 224 => 97, 192 => 97, 227 => 97, 195 => 97, 193 => 225, 226 => 225, 194 => 225, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 339 => 111, 338 => 111, 213 => 245, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382, 198 => 230, 216 => 248, 197 => 229, 196 => 228, 214 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php b/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php +++ b/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php b/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php +++ b/composer/mpdf/mpdf/data/collations/Serbian_(Cyrillic)_Serbia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php b/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php index 92bda48..78ebc76 100644 --- a/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php +++ b/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php @@ -1,5 +1,5 @@ 711, 65 => 97, 259 => 97, 258 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 283 => 101, 282 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 318 => 108, 317 => 108, 314 => 108, 313 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 324 => 110, 323 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 345 => 114, 344 => 114, 341 => 114, 340 => 114, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Serbia.php b/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Serbia.php index 92bda48..78ebc76 100644 --- a/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Serbia.php +++ b/composer/mpdf/mpdf/data/collations/Serbian_(Latin)_Serbia.php @@ -1,5 +1,5 @@ 711, 65 => 97, 259 => 97, 258 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 283 => 101, 282 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 318 => 108, 317 => 108, 314 => 108, 313 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 328 => 110, 327 => 110, 324 => 110, 323 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 345 => 114, 344 => 114, 341 => 114, 340 => 114, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php b/composer/mpdf/mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php +++ b/composer/mpdf/mpdf/data/collations/Sesotho_sa_Leboa_South_Africa.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Setswana_South_Africa.php b/composer/mpdf/mpdf/data/collations/Setswana_South_Africa.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Setswana_South_Africa.php +++ b/composer/mpdf/mpdf/data/collations/Setswana_South_Africa.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Slovak_Slovakia.php b/composer/mpdf/mpdf/data/collations/Slovak_Slovakia.php index f11e056..f8cf259 100644 --- a/composer/mpdf/mpdf/data/collations/Slovak_Slovakia.php +++ b/composer/mpdf/mpdf/data/collations/Slovak_Slovakia.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 259 => 97, 258 => 97, 261 => 97, 260 => 97, 196 => 228, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 231 => 99, 199 => 99, 268 => 269, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 235 => 101, 203 => 101, 233 => 101, 201 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 328 => 110, 327 => 110, 79 => 111, 246 => 111, 214 => 111, 243 => 111, 211 => 111, 337 => 111, 336 => 111, 212 => 244, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 344 => 345, 83 => 115, 347 => 115, 346 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 252 => 117, 220 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 380 => 122, 379 => 122, 378 => 122, 377 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Slovenian_Slovenia.php b/composer/mpdf/mpdf/data/collations/Slovenian_Slovenia.php index 0d5e6bb..83e8063 100644 --- a/composer/mpdf/mpdf/data/collations/Slovenian_Slovenia.php +++ b/composer/mpdf/mpdf/data/collations/Slovenian_Slovenia.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 259 => 97, 258 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 268 => 269, 262 => 263, 68 => 100, 271 => 100, 270 => 100, 272 => 273, 69 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 328 => 110, 327 => 110, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 337 => 111, 336 => 111, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 345 => 114, 344 => 114, 83 => 115, 351 => 115, 350 => 115, 223 => 115, 352 => 353, 346 => 347, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 90 => 122, 380 => 122, 379 => 122, 381 => 382, 377 => 378]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Argentina.php b/composer/mpdf/mpdf/data/collations/Spanish_Argentina.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Argentina.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Argentina.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Bolivia.php b/composer/mpdf/mpdf/data/collations/Spanish_Bolivia.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Bolivia.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Bolivia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Chile.php b/composer/mpdf/mpdf/data/collations/Spanish_Chile.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Chile.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Chile.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Colombia.php b/composer/mpdf/mpdf/data/collations/Spanish_Colombia.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Colombia.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Colombia.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Costa_Rica.php b/composer/mpdf/mpdf/data/collations/Spanish_Costa_Rica.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Costa_Rica.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Costa_Rica.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Dominican_Republic.php b/composer/mpdf/mpdf/data/collations/Spanish_Dominican_Republic.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Dominican_Republic.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Dominican_Republic.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Ecuador.php b/composer/mpdf/mpdf/data/collations/Spanish_Ecuador.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Ecuador.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Ecuador.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_El_Salvador.php b/composer/mpdf/mpdf/data/collations/Spanish_El_Salvador.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_El_Salvador.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_El_Salvador.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Guatemala.php b/composer/mpdf/mpdf/data/collations/Spanish_Guatemala.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Guatemala.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Guatemala.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Honduras.php b/composer/mpdf/mpdf/data/collations/Spanish_Honduras.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Honduras.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Honduras.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Mexico.php b/composer/mpdf/mpdf/data/collations/Spanish_Mexico.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Mexico.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Mexico.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Nicaragua.php b/composer/mpdf/mpdf/data/collations/Spanish_Nicaragua.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Nicaragua.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Nicaragua.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Panama.php b/composer/mpdf/mpdf/data/collations/Spanish_Panama.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Panama.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Panama.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Paraguay.php b/composer/mpdf/mpdf/data/collations/Spanish_Paraguay.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Paraguay.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Paraguay.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Peru.php b/composer/mpdf/mpdf/data/collations/Spanish_Peru.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Peru.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Peru.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Puerto_Rico.php b/composer/mpdf/mpdf/data/collations/Spanish_Puerto_Rico.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Puerto_Rico.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Puerto_Rico.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Spain.php b/composer/mpdf/mpdf/data/collations/Spanish_Spain.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Spain.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Spain.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_United_States.php b/composer/mpdf/mpdf/data/collations/Spanish_United_States.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_United_States.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_United_States.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Uruguay.php b/composer/mpdf/mpdf/data/collations/Spanish_Uruguay.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Uruguay.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Uruguay.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Spanish_Venezuela.php b/composer/mpdf/mpdf/data/collations/Spanish_Venezuela.php index 38173d9..8e6f729 100644 --- a/composer/mpdf/mpdf/data/collations/Spanish_Venezuela.php +++ b/composer/mpdf/mpdf/data/collations/Spanish_Venezuela.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 209 => 241, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Swedish_Finland.php b/composer/mpdf/mpdf/data/collations/Swedish_Finland.php index 88f4c16..e5c4063 100644 --- a/composer/mpdf/mpdf/data/collations/Swedish_Finland.php +++ b/composer/mpdf/mpdf/data/collations/Swedish_Finland.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 119 => 118, 87 => 118, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 197 => 229, 196 => 228, 214 => 246, 248 => 246, 216 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Swedish_Sweden.php b/composer/mpdf/mpdf/data/collations/Swedish_Sweden.php index 88f4c16..e5c4063 100644 --- a/composer/mpdf/mpdf/data/collations/Swedish_Sweden.php +++ b/composer/mpdf/mpdf/data/collations/Swedish_Sweden.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 227 => 97, 195 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 86 => 118, 119 => 118, 87 => 118, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 252 => 121, 220 => 121, 90 => 122, 382 => 122, 381 => 122, 197 => 229, 196 => 228, 214 => 246, 248 => 246, 216 => 246]; diff --git a/composer/mpdf/mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php b/composer/mpdf/mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php +++ b/composer/mpdf/mpdf/data/collations/Tajik_(Cyrillic)_Tajikistan.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Tamazight_(Latin)_Algeria.php b/composer/mpdf/mpdf/data/collations/Tamazight_(Latin)_Algeria.php index 8b73193..d9ef2e4 100644 --- a/composer/mpdf/mpdf/data/collations/Tamazight_(Latin)_Algeria.php +++ b/composer/mpdf/mpdf/data/collations/Tamazight_(Latin)_Algeria.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 86 => 118, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Tatar_Russia.php b/composer/mpdf/mpdf/data/collations/Tatar_Russia.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Tatar_Russia.php +++ b/composer/mpdf/mpdf/data/collations/Tatar_Russia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Turkish_Turkey.php b/composer/mpdf/mpdf/data/collations/Turkish_Turkey.php index 9e4ad25..9fc81e1 100644 --- a/composer/mpdf/mpdf/data/collations/Turkish_Turkey.php +++ b/composer/mpdf/mpdf/data/collations/Turkish_Turkey.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 199 => 231, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 286 => 287, 72 => 104, 73 => 105, 305 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 304 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 214 => 246, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 350 => 351, 84 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 220 => 252, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 255 => 121, 376 => 121, 90 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Turkmen_Turkmenistan.php b/composer/mpdf/mpdf/data/collations/Turkmen_Turkmenistan.php index 8b61a05..8f80633 100644 --- a/composer/mpdf/mpdf/data/collations/Turkmen_Turkmenistan.php +++ b/composer/mpdf/mpdf/data/collations/Turkmen_Turkmenistan.php @@ -1,5 +1,5 @@ 711, 65 => 97, 225 => 97, 193 => 97, 226 => 97, 194 => 97, 259 => 97, 258 => 97, 261 => 97, 260 => 97, 66 => 98, 67 => 99, 263 => 99, 262 => 99, 269 => 99, 268 => 99, 231 => 99, 199 => 99, 68 => 100, 271 => 100, 270 => 100, 273 => 100, 272 => 100, 69 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 283 => 101, 282 => 101, 281 => 101, 280 => 101, 196 => 228, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 238 => 105, 206 => 105, 74 => 106, 381 => 382, 75 => 107, 76 => 108, 314 => 108, 313 => 108, 318 => 108, 317 => 108, 322 => 108, 321 => 108, 77 => 109, 78 => 110, 324 => 110, 323 => 110, 327 => 328, 79 => 111, 243 => 111, 211 => 111, 244 => 111, 212 => 111, 337 => 111, 336 => 111, 214 => 246, 80 => 112, 81 => 113, 82 => 114, 341 => 114, 340 => 114, 345 => 114, 344 => 114, 83 => 115, 347 => 115, 346 => 115, 353 => 115, 352 => 115, 223 => 115, 350 => 351, 84 => 116, 357 => 116, 356 => 116, 355 => 116, 354 => 116, 85 => 117, 250 => 117, 218 => 117, 367 => 117, 366 => 117, 369 => 117, 368 => 117, 220 => 252, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 221 => 253, 90 => 122, 378 => 122, 377 => 122, 380 => 122, 379 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Ukrainian_Ukraine.php b/composer/mpdf/mpdf/data/collations/Ukrainian_Ukraine.php index a9a4d77..29f5116 100644 --- a/composer/mpdf/mpdf/data/collations/Ukrainian_Ukraine.php +++ b/composer/mpdf/mpdf/data/collations/Ukrainian_Ukraine.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Upper_Sorbian_Germany.php b/composer/mpdf/mpdf/data/collations/Upper_Sorbian_Germany.php index 9038a71..dea138a 100644 --- a/composer/mpdf/mpdf/data/collations/Upper_Sorbian_Germany.php +++ b/composer/mpdf/mpdf/data/collations/Upper_Sorbian_Germany.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 352 => 353, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 381 => 382]; diff --git a/composer/mpdf/mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php b/composer/mpdf/mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php index 2ff04b8..6b81679 100644 --- a/composer/mpdf/mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php +++ b/composer/mpdf/mpdf/data/collations/Urdu_Islamic_Republic_of_Pakistan.php @@ -1,5 +1,5 @@ 8205, 1600 => 8205, 1611 => 8205, 1612 => 8205, 1613 => 8205, 1614 => 8205, 1615 => 8205, 1616 => 8205, 1618 => 8205, 1617 => 8205, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 226 => 97, 66 => 98, 67 => 99, 231 => 99, 68 => 100, 69 => 101, 233 => 101, 232 => 101, 234 => 101, 235 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 238 => 105, 239 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 244 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 249 => 117, 251 => 117, 252 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1573 => 1575, 1571 => 1575, 1606 => 1722, 1729 => 1607, 1726 => 1607, 1572 => 1608, 1746 => 1610, 1574 => 1610]; diff --git a/composer/mpdf/mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php b/composer/mpdf/mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php index 6fe0ace..48ddd8c 100644 --- a/composer/mpdf/mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php +++ b/composer/mpdf/mpdf/data/collations/Uzbek_(Cyrillic)_Uzbekistan.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1044 => 1076, 1026 => 1106, 1045 => 1077, 1105 => 1077, 1025 => 1077, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php b/composer/mpdf/mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php index 6952aae..233c627 100644 --- a/composer/mpdf/mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php +++ b/composer/mpdf/mpdf/data/collations/Uzbek_(Latin)_Uzbekistan.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 287 => 103, 286 => 103, 72 => 104, 73 => 105, 305 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 304 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 351 => 115, 350 => 115, 223 => 115, 84 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 255 => 121, 376 => 121, 90 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Vietnamese_Vietnam.php b/composer/mpdf/mpdf/data/collations/Vietnamese_Vietnam.php index d9fe7af..d660fcb 100644 --- a/composer/mpdf/mpdf/data/collations/Vietnamese_Vietnam.php +++ b/composer/mpdf/mpdf/data/collations/Vietnamese_Vietnam.php @@ -1,5 +1,5 @@ 173, 777 => 173, 771 => 173, 769 => 173, 803 => 173, 710 => 94, 189 => 188, 190 => 179, 65 => 97, 224 => 97, 170 => 97, 192 => 97, 225 => 97, 193 => 97, 228 => 97, 196 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 258 => 259, 194 => 226, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 272 => 273, 69 => 101, 232 => 101, 200 => 101, 233 => 101, 201 => 101, 235 => 101, 203 => 101, 202 => 234, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 239 => 105, 207 => 105, 206 => 238, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 246 => 111, 214 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 212 => 244, 416 => 417, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 223 => 115, 84 => 116, 85 => 117, 249 => 117, 217 => 117, 250 => 117, 218 => 117, 252 => 117, 220 => 117, 431 => 432, 219 => 251, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 255 => 121, 376 => 121, 90 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Welsh_United_Kingdom.php b/composer/mpdf/mpdf/data/collations/Welsh_United_Kingdom.php index a99b459..e201dcb 100644 --- a/composer/mpdf/mpdf/data/collations/Welsh_United_Kingdom.php +++ b/composer/mpdf/mpdf/data/collations/Welsh_United_Kingdom.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 103 => 102, 70 => 102, 71 => 102, 402 => 102, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 222 => 254, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Wolof_Senegal.php b/composer/mpdf/mpdf/data/collations/Wolof_Senegal.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Wolof_Senegal.php +++ b/composer/mpdf/mpdf/data/collations/Wolof_Senegal.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/Yakut_Russia.php b/composer/mpdf/mpdf/data/collations/Yakut_Russia.php index fa3aa71..757a729 100644 --- a/composer/mpdf/mpdf/data/collations/Yakut_Russia.php +++ b/composer/mpdf/mpdf/data/collations/Yakut_Russia.php @@ -1,5 +1,5 @@ 97, 66 => 98, 67 => 99, 68 => 100, 69 => 101, 70 => 102, 71 => 103, 72 => 104, 73 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 79 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 84 => 116, 85 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 90 => 122, 1040 => 1072, 1041 => 1073, 1042 => 1074, 1043 => 1075, 1107 => 1075, 1027 => 1075, 1168 => 1169, 1026 => 1106, 1044 => 1076, 1045 => 1077, 1025 => 1105, 1028 => 1108, 1046 => 1078, 1047 => 1079, 1029 => 1109, 1048 => 1080, 1031 => 1111, 1049 => 1081, 1032 => 1112, 1050 => 1082, 1116 => 1082, 1036 => 1082, 1051 => 1083, 1033 => 1113, 1052 => 1084, 1053 => 1085, 1034 => 1114, 1054 => 1086, 1055 => 1087, 1056 => 1088, 1057 => 1089, 1058 => 1090, 1035 => 1115, 1059 => 1091, 1118 => 1091, 1038 => 1091, 1060 => 1092, 1061 => 1093, 1062 => 1094, 1063 => 1095, 1039 => 1119, 1064 => 1096, 1065 => 1097, 1066 => 1098, 1067 => 1099, 1068 => 1100, 1069 => 1101, 1070 => 1102, 1071 => 1103]; diff --git a/composer/mpdf/mpdf/data/collations/Yoruba_Nigeria.php b/composer/mpdf/mpdf/data/collations/Yoruba_Nigeria.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/Yoruba_Nigeria.php +++ b/composer/mpdf/mpdf/data/collations/Yoruba_Nigeria.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/isiXhosa_South_Africa.php b/composer/mpdf/mpdf/data/collations/isiXhosa_South_Africa.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/isiXhosa_South_Africa.php +++ b/composer/mpdf/mpdf/data/collations/isiXhosa_South_Africa.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/collations/isiZulu_South_Africa.php b/composer/mpdf/mpdf/data/collations/isiZulu_South_Africa.php index b6b545d..b4b5b5e 100644 --- a/composer/mpdf/mpdf/data/collations/isiZulu_South_Africa.php +++ b/composer/mpdf/mpdf/data/collations/isiZulu_South_Africa.php @@ -1,5 +1,5 @@ 94, 189 => 188, 190 => 179, 65 => 97, 170 => 97, 225 => 97, 193 => 97, 224 => 97, 192 => 97, 226 => 97, 194 => 97, 228 => 97, 196 => 97, 227 => 97, 195 => 97, 229 => 97, 197 => 97, 230 => 97, 198 => 97, 66 => 98, 67 => 99, 231 => 99, 199 => 99, 68 => 100, 240 => 100, 208 => 100, 69 => 101, 233 => 101, 201 => 101, 232 => 101, 200 => 101, 234 => 101, 202 => 101, 235 => 101, 203 => 101, 70 => 102, 402 => 102, 71 => 103, 72 => 104, 73 => 105, 237 => 105, 205 => 105, 236 => 105, 204 => 105, 238 => 105, 206 => 105, 239 => 105, 207 => 105, 74 => 106, 75 => 107, 76 => 108, 77 => 109, 78 => 110, 241 => 110, 209 => 110, 79 => 111, 186 => 111, 243 => 111, 211 => 111, 242 => 111, 210 => 111, 244 => 111, 212 => 111, 246 => 111, 214 => 111, 245 => 111, 213 => 111, 248 => 111, 216 => 111, 339 => 111, 338 => 111, 80 => 112, 81 => 113, 82 => 114, 83 => 115, 353 => 115, 352 => 115, 223 => 115, 84 => 116, 254 => 116, 222 => 116, 85 => 117, 250 => 117, 218 => 117, 249 => 117, 217 => 117, 251 => 117, 219 => 117, 252 => 117, 220 => 117, 86 => 118, 87 => 119, 88 => 120, 89 => 121, 253 => 121, 221 => 121, 255 => 121, 376 => 121, 90 => 122, 382 => 122, 381 => 122]; diff --git a/composer/mpdf/mpdf/data/entity_substitutions.php b/composer/mpdf/mpdf/data/entity_substitutions.php index 0507a10..babb436 100644 --- a/composer/mpdf/mpdf/data/entity_substitutions.php +++ b/composer/mpdf/mpdf/data/entity_substitutions.php @@ -1,5 +1,5 @@ '160', 'iexcl' => '161', 'cent' => '162', 'pound' => '163', 'curren' => '164', 'yen' => '165', 'brvbar' => '166', 'sect' => '167', 'uml' => '168', 'copy' => '169', 'ordf' => '170', 'laquo' => '171', 'not' => '172', 'shy' => '173', 'reg' => '174', 'macr' => '175', 'deg' => '176', 'plusmn' => '177', 'sup2' => '178', 'sup3' => '179', 'acute' => '180', 'micro' => '181', 'para' => '182', 'middot' => '183', 'cedil' => '184', 'sup1' => '185', 'ordm' => '186', 'raquo' => '187', 'frac14' => '188', 'frac12' => '189', 'frac34' => '190', 'iquest' => '191', 'Agrave' => '192', 'Aacute' => '193', 'Acirc' => '194', 'Atilde' => '195', 'Auml' => '196', 'Aring' => '197', 'AElig' => '198', 'Ccedil' => '199', 'Egrave' => '200', 'Eacute' => '201', 'Ecirc' => '202', 'Euml' => '203', 'Igrave' => '204', 'Iacute' => '205', 'Icirc' => '206', 'Iuml' => '207', 'ETH' => '208', 'Ntilde' => '209', 'Ograve' => '210', 'Oacute' => '211', 'Ocirc' => '212', 'Otilde' => '213', 'Ouml' => '214', 'times' => '215', 'Oslash' => '216', 'Ugrave' => '217', 'Uacute' => '218', 'Ucirc' => '219', 'Uuml' => '220', 'Yacute' => '221', 'THORN' => '222', 'szlig' => '223', 'agrave' => '224', 'aacute' => '225', 'acirc' => '226', 'atilde' => '227', 'auml' => '228', 'aring' => '229', 'aelig' => '230', 'ccedil' => '231', 'egrave' => '232', 'eacute' => '233', 'ecirc' => '234', 'euml' => '235', 'igrave' => '236', 'iacute' => '237', 'icirc' => '238', 'iuml' => '239', 'eth' => '240', 'ntilde' => '241', 'ograve' => '242', 'oacute' => '243', 'ocirc' => '244', 'otilde' => '245', 'ouml' => '246', 'divide' => '247', 'oslash' => '248', 'ugrave' => '249', 'uacute' => '250', 'ucirc' => '251', 'uuml' => '252', 'yacute' => '253', 'thorn' => '254', 'yuml' => '255', 'OElig' => '338', 'oelig' => '339', 'Scaron' => '352', 'scaron' => '353', 'Yuml' => '376', 'fnof' => '402', 'circ' => '710', 'tilde' => '732', 'Alpha' => '913', 'Beta' => '914', 'Gamma' => '915', 'Delta' => '916', 'Epsilon' => '917', 'Zeta' => '918', 'Eta' => '919', 'Theta' => '920', 'Iota' => '921', 'Kappa' => '922', 'Lambda' => '923', 'Mu' => '924', 'Nu' => '925', 'Xi' => '926', 'Omicron' => '927', 'Pi' => '928', 'Rho' => '929', 'Sigma' => '931', 'Tau' => '932', 'Upsilon' => '933', 'Phi' => '934', 'Chi' => '935', 'Psi' => '936', 'Omega' => '937', 'alpha' => '945', 'beta' => '946', 'gamma' => '947', 'delta' => '948', 'epsilon' => '949', 'zeta' => '950', 'eta' => '951', 'theta' => '952', 'iota' => '953', 'kappa' => '954', 'lambda' => '955', 'mu' => '956', 'nu' => '957', 'xi' => '958', 'omicron' => '959', 'pi' => '960', 'rho' => '961', 'sigmaf' => '962', 'sigma' => '963', 'tau' => '964', 'upsilon' => '965', 'phi' => '966', 'chi' => '967', 'psi' => '968', 'omega' => '969', 'thetasym' => '977', 'upsih' => '978', 'piv' => '982', 'ensp' => '8194', 'emsp' => '8195', 'thinsp' => '8201', 'zwnj' => '8204', 'zwj' => '8205', 'lrm' => '8206', 'rlm' => '8207', 'ndash' => '8211', 'mdash' => '8212', 'lsquo' => '8216', 'rsquo' => '8217', 'sbquo' => '8218', 'ldquo' => '8220', 'rdquo' => '8221', 'bdquo' => '8222', 'dagger' => '8224', 'Dagger' => '8225', 'bull' => '8226', 'hellip' => '8230', 'permil' => '8240', 'prime' => '8242', 'Prime' => '8243', 'lsaquo' => '8249', 'rsaquo' => '8250', 'oline' => '8254', 'frasl' => '8260', 'euro' => '8364', 'image' => '8465', 'weierp' => '8472', 'real' => '8476', 'trade' => '8482', 'alefsym' => '8501', 'larr' => '8592', 'uarr' => '8593', 'rarr' => '8594', 'darr' => '8595', 'harr' => '8596', 'crarr' => '8629', 'lArr' => '8656', 'uArr' => '8657', 'rArr' => '8658', 'dArr' => '8659', 'hArr' => '8660', 'forall' => '8704', 'part' => '8706', 'exist' => '8707', 'empty' => '8709', 'nabla' => '8711', 'isin' => '8712', 'notin' => '8713', 'ni' => '8715', 'prod' => '8719', 'sum' => '8721', 'minus' => '8722', 'lowast' => '8727', 'radic' => '8730', 'prop' => '8733', 'infin' => '8734', 'ang' => '8736', 'and' => '8743', 'or' => '8744', 'cap' => '8745', 'cup' => '8746', 'int' => '8747', 'there4' => '8756', 'sim' => '8764', 'cong' => '8773', 'asymp' => '8776', 'ne' => '8800', 'equiv' => '8801', 'le' => '8804', 'ge' => '8805', 'sub' => '8834', 'sup' => '8835', 'nsub' => '8836', 'sube' => '8838', 'supe' => '8839', 'oplus' => '8853', 'otimes' => '8855', 'perp' => '8869', 'sdot' => '8901', 'lceil' => '8968', 'rceil' => '8969', 'lfloor' => '8970', 'rfloor' => '8971', 'lang' => '9001', 'rang' => '9002', 'loz' => '9674', 'spades' => '9824', 'clubs' => '9827', 'hearts' => '9829', 'diams' => '9830']; diff --git a/composer/mpdf/mpdf/data/font/ccourier.php b/composer/mpdf/mpdf/data/font/ccourier.php index b0cd719..5ade3c2 100644 --- a/composer/mpdf/mpdf/data/font/ccourier.php +++ b/composer/mpdf/mpdf/data/font/ccourier.php @@ -1,6 +1,6 @@ 278, \chr(1) => 278, \chr(2) => 278, \chr(3) => 278, \chr(4) => 278, \chr(5) => 278, \chr(6) => 278, \chr(7) => 278, \chr(8) => 278, \chr(9) => 278, \chr(10) => 278, \chr(11) => 278, \chr(12) => 278, \chr(13) => 278, \chr(14) => 278, \chr(15) => 278, \chr(16) => 278, \chr(17) => 278, \chr(18) => 278, \chr(19) => 278, \chr(20) => 278, \chr(21) => 278, \chr(22) => 278, \chr(23) => 278, \chr(24) => 278, \chr(25) => 278, \chr(26) => 278, \chr(27) => 278, \chr(28) => 278, \chr(29) => 278, \chr(30) => 278, \chr(31) => 278, ' ' => 278, '!' => 278, '"' => 355, '#' => 556, '$' => 556, '%' => 889, '&' => 667, '\'' => 191, '(' => 333, ')' => 333, '*' => 389, '+' => 584, ',' => 278, '-' => 333, '.' => 278, '/' => 278, '0' => 556, '1' => 556, '2' => 556, '3' => 556, '4' => 556, '5' => 556, '6' => 556, '7' => 556, '8' => 556, '9' => 556, ':' => 278, ';' => 278, '<' => 584, '=' => 584, '>' => 584, '?' => 556, '@' => 1015, 'A' => 667, 'B' => 667, 'C' => 722, 'D' => 722, 'E' => 667, 'F' => 611, 'G' => 778, 'H' => 722, 'I' => 278, 'J' => 500, 'K' => 667, 'L' => 556, 'M' => 833, 'N' => 722, 'O' => 778, 'P' => 667, 'Q' => 778, 'R' => 722, 'S' => 667, 'T' => 611, 'U' => 722, 'V' => 667, 'W' => 944, 'X' => 667, 'Y' => 667, 'Z' => 611, '[' => 278, '\\' => 278, ']' => 278, '^' => 469, '_' => 556, '`' => 333, 'a' => 556, 'b' => 556, 'c' => 500, 'd' => 556, 'e' => 556, 'f' => 278, 'g' => 556, 'h' => 556, 'i' => 222, 'j' => 222, 'k' => 500, 'l' => 222, 'm' => 833, 'n' => 556, 'o' => 556, 'p' => 556, 'q' => 556, 'r' => 333, 's' => 500, 't' => 278, 'u' => 556, 'v' => 500, 'w' => 722, 'x' => 500, 'y' => 500, 'z' => 500, '{' => 334, '|' => 260, '}' => 334, '~' => 584, \chr(127) => 350, \chr(128) => 556, \chr(129) => 350, \chr(130) => 222, \chr(131) => 556, \chr(132) => 333, \chr(133) => 1000, \chr(134) => 556, \chr(135) => 556, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 667, \chr(139) => 333, \chr(140) => 1000, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 222, \chr(146) => 222, \chr(147) => 333, \chr(148) => 333, \chr(149) => 350, \chr(150) => 556, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 500, \chr(155) => 333, \chr(156) => 944, \chr(157) => 350, \chr(158) => 500, \chr(159) => 667, \chr(160) => 278, \chr(161) => 333, \chr(162) => 556, \chr(163) => 556, \chr(164) => 556, \chr(165) => 556, \chr(166) => 260, \chr(167) => 556, \chr(168) => 333, \chr(169) => 737, \chr(170) => 370, \chr(171) => 556, \chr(172) => 584, \chr(173) => 333, \chr(174) => 737, \chr(175) => 333, \chr(176) => 400, \chr(177) => 584, \chr(178) => 333, \chr(179) => 333, \chr(180) => 333, \chr(181) => 556, \chr(182) => 537, \chr(183) => 278, \chr(184) => 333, \chr(185) => 333, \chr(186) => 365, \chr(187) => 556, \chr(188) => 834, \chr(189) => 834, \chr(190) => 834, \chr(191) => 611, \chr(192) => 667, \chr(193) => 667, \chr(194) => 667, \chr(195) => 667, \chr(196) => 667, \chr(197) => 667, \chr(198) => 1000, \chr(199) => 722, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 278, \chr(205) => 278, \chr(206) => 278, \chr(207) => 278, \chr(208) => 722, \chr(209) => 722, \chr(210) => 778, \chr(211) => 778, \chr(212) => 778, \chr(213) => 778, \chr(214) => 778, \chr(215) => 584, \chr(216) => 778, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 667, \chr(222) => 667, \chr(223) => 611, \chr(224) => 556, \chr(225) => 556, \chr(226) => 556, \chr(227) => 556, \chr(228) => 556, \chr(229) => 556, \chr(230) => 889, \chr(231) => 500, \chr(232) => 556, \chr(233) => 556, \chr(234) => 556, \chr(235) => 556, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 556, \chr(241) => 556, \chr(242) => 556, \chr(243) => 556, \chr(244) => 556, \chr(245) => 556, \chr(246) => 556, \chr(247) => 584, \chr(248) => 611, \chr(249) => 556, \chr(250) => 556, \chr(251) => 556, \chr(252) => 556, \chr(253) => 500, \chr(254) => 556, \chr(255) => 500); //$desc=array('Ascent'=>718,'Descent'=>-207,'CapHeight'=>718,'FontBBox'=>'[-166 -225 1000 931]'); diff --git a/composer/mpdf/mpdf/data/font/chelveticab.php b/composer/mpdf/mpdf/data/font/chelveticab.php index 122ed55..b9e5877 100644 --- a/composer/mpdf/mpdf/data/font/chelveticab.php +++ b/composer/mpdf/mpdf/data/font/chelveticab.php @@ -1,6 +1,6 @@ 278, \chr(1) => 278, \chr(2) => 278, \chr(3) => 278, \chr(4) => 278, \chr(5) => 278, \chr(6) => 278, \chr(7) => 278, \chr(8) => 278, \chr(9) => 278, \chr(10) => 278, \chr(11) => 278, \chr(12) => 278, \chr(13) => 278, \chr(14) => 278, \chr(15) => 278, \chr(16) => 278, \chr(17) => 278, \chr(18) => 278, \chr(19) => 278, \chr(20) => 278, \chr(21) => 278, \chr(22) => 278, \chr(23) => 278, \chr(24) => 278, \chr(25) => 278, \chr(26) => 278, \chr(27) => 278, \chr(28) => 278, \chr(29) => 278, \chr(30) => 278, \chr(31) => 278, ' ' => 278, '!' => 333, '"' => 474, '#' => 556, '$' => 556, '%' => 889, '&' => 722, '\'' => 238, '(' => 333, ')' => 333, '*' => 389, '+' => 584, ',' => 278, '-' => 333, '.' => 278, '/' => 278, '0' => 556, '1' => 556, '2' => 556, '3' => 556, '4' => 556, '5' => 556, '6' => 556, '7' => 556, '8' => 556, '9' => 556, ':' => 333, ';' => 333, '<' => 584, '=' => 584, '>' => 584, '?' => 611, '@' => 975, 'A' => 722, 'B' => 722, 'C' => 722, 'D' => 722, 'E' => 667, 'F' => 611, 'G' => 778, 'H' => 722, 'I' => 278, 'J' => 556, 'K' => 722, 'L' => 611, 'M' => 833, 'N' => 722, 'O' => 778, 'P' => 667, 'Q' => 778, 'R' => 722, 'S' => 667, 'T' => 611, 'U' => 722, 'V' => 667, 'W' => 944, 'X' => 667, 'Y' => 667, 'Z' => 611, '[' => 333, '\\' => 278, ']' => 333, '^' => 584, '_' => 556, '`' => 333, 'a' => 556, 'b' => 611, 'c' => 556, 'd' => 611, 'e' => 556, 'f' => 333, 'g' => 611, 'h' => 611, 'i' => 278, 'j' => 278, 'k' => 556, 'l' => 278, 'm' => 889, 'n' => 611, 'o' => 611, 'p' => 611, 'q' => 611, 'r' => 389, 's' => 556, 't' => 333, 'u' => 611, 'v' => 556, 'w' => 778, 'x' => 556, 'y' => 556, 'z' => 500, '{' => 389, '|' => 280, '}' => 389, '~' => 584, \chr(127) => 350, \chr(128) => 556, \chr(129) => 350, \chr(130) => 278, \chr(131) => 556, \chr(132) => 500, \chr(133) => 1000, \chr(134) => 556, \chr(135) => 556, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 667, \chr(139) => 333, \chr(140) => 1000, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 278, \chr(146) => 278, \chr(147) => 500, \chr(148) => 500, \chr(149) => 350, \chr(150) => 556, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 556, \chr(155) => 333, \chr(156) => 944, \chr(157) => 350, \chr(158) => 500, \chr(159) => 667, \chr(160) => 278, \chr(161) => 333, \chr(162) => 556, \chr(163) => 556, \chr(164) => 556, \chr(165) => 556, \chr(166) => 280, \chr(167) => 556, \chr(168) => 333, \chr(169) => 737, \chr(170) => 370, \chr(171) => 556, \chr(172) => 584, \chr(173) => 333, \chr(174) => 737, \chr(175) => 333, \chr(176) => 400, \chr(177) => 584, \chr(178) => 333, \chr(179) => 333, \chr(180) => 333, \chr(181) => 611, \chr(182) => 556, \chr(183) => 278, \chr(184) => 333, \chr(185) => 333, \chr(186) => 365, \chr(187) => 556, \chr(188) => 834, \chr(189) => 834, \chr(190) => 834, \chr(191) => 611, \chr(192) => 722, \chr(193) => 722, \chr(194) => 722, \chr(195) => 722, \chr(196) => 722, \chr(197) => 722, \chr(198) => 1000, \chr(199) => 722, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 278, \chr(205) => 278, \chr(206) => 278, \chr(207) => 278, \chr(208) => 722, \chr(209) => 722, \chr(210) => 778, \chr(211) => 778, \chr(212) => 778, \chr(213) => 778, \chr(214) => 778, \chr(215) => 584, \chr(216) => 778, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 667, \chr(222) => 667, \chr(223) => 611, \chr(224) => 556, \chr(225) => 556, \chr(226) => 556, \chr(227) => 556, \chr(228) => 556, \chr(229) => 556, \chr(230) => 889, \chr(231) => 556, \chr(232) => 556, \chr(233) => 556, \chr(234) => 556, \chr(235) => 556, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 611, \chr(241) => 611, \chr(242) => 611, \chr(243) => 611, \chr(244) => 611, \chr(245) => 611, \chr(246) => 611, \chr(247) => 584, \chr(248) => 611, \chr(249) => 611, \chr(250) => 611, \chr(251) => 611, \chr(252) => 611, \chr(253) => 556, \chr(254) => 611, \chr(255) => 556); //$desc=array('Ascent'=>718,'Descent'=>-207,'CapHeight'=>718,'FontBBox'=>'[-170 -228 1003 962]'); diff --git a/composer/mpdf/mpdf/data/font/chelveticabi.php b/composer/mpdf/mpdf/data/font/chelveticabi.php index d0e859a..a4b0b99 100644 --- a/composer/mpdf/mpdf/data/font/chelveticabi.php +++ b/composer/mpdf/mpdf/data/font/chelveticabi.php @@ -1,6 +1,6 @@ 278, \chr(1) => 278, \chr(2) => 278, \chr(3) => 278, \chr(4) => 278, \chr(5) => 278, \chr(6) => 278, \chr(7) => 278, \chr(8) => 278, \chr(9) => 278, \chr(10) => 278, \chr(11) => 278, \chr(12) => 278, \chr(13) => 278, \chr(14) => 278, \chr(15) => 278, \chr(16) => 278, \chr(17) => 278, \chr(18) => 278, \chr(19) => 278, \chr(20) => 278, \chr(21) => 278, \chr(22) => 278, \chr(23) => 278, \chr(24) => 278, \chr(25) => 278, \chr(26) => 278, \chr(27) => 278, \chr(28) => 278, \chr(29) => 278, \chr(30) => 278, \chr(31) => 278, ' ' => 278, '!' => 333, '"' => 474, '#' => 556, '$' => 556, '%' => 889, '&' => 722, '\'' => 238, '(' => 333, ')' => 333, '*' => 389, '+' => 584, ',' => 278, '-' => 333, '.' => 278, '/' => 278, '0' => 556, '1' => 556, '2' => 556, '3' => 556, '4' => 556, '5' => 556, '6' => 556, '7' => 556, '8' => 556, '9' => 556, ':' => 333, ';' => 333, '<' => 584, '=' => 584, '>' => 584, '?' => 611, '@' => 975, 'A' => 722, 'B' => 722, 'C' => 722, 'D' => 722, 'E' => 667, 'F' => 611, 'G' => 778, 'H' => 722, 'I' => 278, 'J' => 556, 'K' => 722, 'L' => 611, 'M' => 833, 'N' => 722, 'O' => 778, 'P' => 667, 'Q' => 778, 'R' => 722, 'S' => 667, 'T' => 611, 'U' => 722, 'V' => 667, 'W' => 944, 'X' => 667, 'Y' => 667, 'Z' => 611, '[' => 333, '\\' => 278, ']' => 333, '^' => 584, '_' => 556, '`' => 333, 'a' => 556, 'b' => 611, 'c' => 556, 'd' => 611, 'e' => 556, 'f' => 333, 'g' => 611, 'h' => 611, 'i' => 278, 'j' => 278, 'k' => 556, 'l' => 278, 'm' => 889, 'n' => 611, 'o' => 611, 'p' => 611, 'q' => 611, 'r' => 389, 's' => 556, 't' => 333, 'u' => 611, 'v' => 556, 'w' => 778, 'x' => 556, 'y' => 556, 'z' => 500, '{' => 389, '|' => 280, '}' => 389, '~' => 584, \chr(127) => 350, \chr(128) => 556, \chr(129) => 350, \chr(130) => 278, \chr(131) => 556, \chr(132) => 500, \chr(133) => 1000, \chr(134) => 556, \chr(135) => 556, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 667, \chr(139) => 333, \chr(140) => 1000, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 278, \chr(146) => 278, \chr(147) => 500, \chr(148) => 500, \chr(149) => 350, \chr(150) => 556, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 556, \chr(155) => 333, \chr(156) => 944, \chr(157) => 350, \chr(158) => 500, \chr(159) => 667, \chr(160) => 278, \chr(161) => 333, \chr(162) => 556, \chr(163) => 556, \chr(164) => 556, \chr(165) => 556, \chr(166) => 280, \chr(167) => 556, \chr(168) => 333, \chr(169) => 737, \chr(170) => 370, \chr(171) => 556, \chr(172) => 584, \chr(173) => 333, \chr(174) => 737, \chr(175) => 333, \chr(176) => 400, \chr(177) => 584, \chr(178) => 333, \chr(179) => 333, \chr(180) => 333, \chr(181) => 611, \chr(182) => 556, \chr(183) => 278, \chr(184) => 333, \chr(185) => 333, \chr(186) => 365, \chr(187) => 556, \chr(188) => 834, \chr(189) => 834, \chr(190) => 834, \chr(191) => 611, \chr(192) => 722, \chr(193) => 722, \chr(194) => 722, \chr(195) => 722, \chr(196) => 722, \chr(197) => 722, \chr(198) => 1000, \chr(199) => 722, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 278, \chr(205) => 278, \chr(206) => 278, \chr(207) => 278, \chr(208) => 722, \chr(209) => 722, \chr(210) => 778, \chr(211) => 778, \chr(212) => 778, \chr(213) => 778, \chr(214) => 778, \chr(215) => 584, \chr(216) => 778, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 667, \chr(222) => 667, \chr(223) => 611, \chr(224) => 556, \chr(225) => 556, \chr(226) => 556, \chr(227) => 556, \chr(228) => 556, \chr(229) => 556, \chr(230) => 889, \chr(231) => 556, \chr(232) => 556, \chr(233) => 556, \chr(234) => 556, \chr(235) => 556, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 611, \chr(241) => 611, \chr(242) => 611, \chr(243) => 611, \chr(244) => 611, \chr(245) => 611, \chr(246) => 611, \chr(247) => 584, \chr(248) => 611, \chr(249) => 611, \chr(250) => 611, \chr(251) => 611, \chr(252) => 611, \chr(253) => 556, \chr(254) => 611, \chr(255) => 556); //$desc=array('Ascent'=>718,'Descent'=>-207,'CapHeight'=>718,'FontBBox'=>'[-174 -228 1114 962]'); diff --git a/composer/mpdf/mpdf/data/font/chelveticai.php b/composer/mpdf/mpdf/data/font/chelveticai.php index 96b790b..803a282 100644 --- a/composer/mpdf/mpdf/data/font/chelveticai.php +++ b/composer/mpdf/mpdf/data/font/chelveticai.php @@ -1,6 +1,6 @@ 278, \chr(1) => 278, \chr(2) => 278, \chr(3) => 278, \chr(4) => 278, \chr(5) => 278, \chr(6) => 278, \chr(7) => 278, \chr(8) => 278, \chr(9) => 278, \chr(10) => 278, \chr(11) => 278, \chr(12) => 278, \chr(13) => 278, \chr(14) => 278, \chr(15) => 278, \chr(16) => 278, \chr(17) => 278, \chr(18) => 278, \chr(19) => 278, \chr(20) => 278, \chr(21) => 278, \chr(22) => 278, \chr(23) => 278, \chr(24) => 278, \chr(25) => 278, \chr(26) => 278, \chr(27) => 278, \chr(28) => 278, \chr(29) => 278, \chr(30) => 278, \chr(31) => 278, ' ' => 278, '!' => 278, '"' => 355, '#' => 556, '$' => 556, '%' => 889, '&' => 667, '\'' => 191, '(' => 333, ')' => 333, '*' => 389, '+' => 584, ',' => 278, '-' => 333, '.' => 278, '/' => 278, '0' => 556, '1' => 556, '2' => 556, '3' => 556, '4' => 556, '5' => 556, '6' => 556, '7' => 556, '8' => 556, '9' => 556, ':' => 278, ';' => 278, '<' => 584, '=' => 584, '>' => 584, '?' => 556, '@' => 1015, 'A' => 667, 'B' => 667, 'C' => 722, 'D' => 722, 'E' => 667, 'F' => 611, 'G' => 778, 'H' => 722, 'I' => 278, 'J' => 500, 'K' => 667, 'L' => 556, 'M' => 833, 'N' => 722, 'O' => 778, 'P' => 667, 'Q' => 778, 'R' => 722, 'S' => 667, 'T' => 611, 'U' => 722, 'V' => 667, 'W' => 944, 'X' => 667, 'Y' => 667, 'Z' => 611, '[' => 278, '\\' => 278, ']' => 278, '^' => 469, '_' => 556, '`' => 333, 'a' => 556, 'b' => 556, 'c' => 500, 'd' => 556, 'e' => 556, 'f' => 278, 'g' => 556, 'h' => 556, 'i' => 222, 'j' => 222, 'k' => 500, 'l' => 222, 'm' => 833, 'n' => 556, 'o' => 556, 'p' => 556, 'q' => 556, 'r' => 333, 's' => 500, 't' => 278, 'u' => 556, 'v' => 500, 'w' => 722, 'x' => 500, 'y' => 500, 'z' => 500, '{' => 334, '|' => 260, '}' => 334, '~' => 584, \chr(127) => 350, \chr(128) => 556, \chr(129) => 350, \chr(130) => 222, \chr(131) => 556, \chr(132) => 333, \chr(133) => 1000, \chr(134) => 556, \chr(135) => 556, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 667, \chr(139) => 333, \chr(140) => 1000, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 222, \chr(146) => 222, \chr(147) => 333, \chr(148) => 333, \chr(149) => 350, \chr(150) => 556, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 500, \chr(155) => 333, \chr(156) => 944, \chr(157) => 350, \chr(158) => 500, \chr(159) => 667, \chr(160) => 278, \chr(161) => 333, \chr(162) => 556, \chr(163) => 556, \chr(164) => 556, \chr(165) => 556, \chr(166) => 260, \chr(167) => 556, \chr(168) => 333, \chr(169) => 737, \chr(170) => 370, \chr(171) => 556, \chr(172) => 584, \chr(173) => 333, \chr(174) => 737, \chr(175) => 333, \chr(176) => 400, \chr(177) => 584, \chr(178) => 333, \chr(179) => 333, \chr(180) => 333, \chr(181) => 556, \chr(182) => 537, \chr(183) => 278, \chr(184) => 333, \chr(185) => 333, \chr(186) => 365, \chr(187) => 556, \chr(188) => 834, \chr(189) => 834, \chr(190) => 834, \chr(191) => 611, \chr(192) => 667, \chr(193) => 667, \chr(194) => 667, \chr(195) => 667, \chr(196) => 667, \chr(197) => 667, \chr(198) => 1000, \chr(199) => 722, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 278, \chr(205) => 278, \chr(206) => 278, \chr(207) => 278, \chr(208) => 722, \chr(209) => 722, \chr(210) => 778, \chr(211) => 778, \chr(212) => 778, \chr(213) => 778, \chr(214) => 778, \chr(215) => 584, \chr(216) => 778, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 667, \chr(222) => 667, \chr(223) => 611, \chr(224) => 556, \chr(225) => 556, \chr(226) => 556, \chr(227) => 556, \chr(228) => 556, \chr(229) => 556, \chr(230) => 889, \chr(231) => 500, \chr(232) => 556, \chr(233) => 556, \chr(234) => 556, \chr(235) => 556, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 556, \chr(241) => 556, \chr(242) => 556, \chr(243) => 556, \chr(244) => 556, \chr(245) => 556, \chr(246) => 556, \chr(247) => 584, \chr(248) => 611, \chr(249) => 556, \chr(250) => 556, \chr(251) => 556, \chr(252) => 556, \chr(253) => 500, \chr(254) => 556, \chr(255) => 500); //$desc=array('Ascent'=>718,'Descent'=>-207,'CapHeight'=>718,'FontBBox'=>'[-170 -225 1116 931]'); diff --git a/composer/mpdf/mpdf/data/font/csymbol.php b/composer/mpdf/mpdf/data/font/csymbol.php index cce0814..3e23825 100644 --- a/composer/mpdf/mpdf/data/font/csymbol.php +++ b/composer/mpdf/mpdf/data/font/csymbol.php @@ -1,6 +1,6 @@ 250, \chr(1) => 250, \chr(2) => 250, \chr(3) => 250, \chr(4) => 250, \chr(5) => 250, \chr(6) => 250, \chr(7) => 250, \chr(8) => 250, \chr(9) => 250, \chr(10) => 250, \chr(11) => 250, \chr(12) => 250, \chr(13) => 250, \chr(14) => 250, \chr(15) => 250, \chr(16) => 250, \chr(17) => 250, \chr(18) => 250, \chr(19) => 250, \chr(20) => 250, \chr(21) => 250, \chr(22) => 250, \chr(23) => 250, \chr(24) => 250, \chr(25) => 250, \chr(26) => 250, \chr(27) => 250, \chr(28) => 250, \chr(29) => 250, \chr(30) => 250, \chr(31) => 250, ' ' => 250, '!' => 333, '"' => 713, '#' => 500, '$' => 549, '%' => 833, '&' => 778, '\'' => 439, '(' => 333, ')' => 333, '*' => 500, '+' => 549, ',' => 250, '-' => 549, '.' => 250, '/' => 278, '0' => 500, '1' => 500, '2' => 500, '3' => 500, '4' => 500, '5' => 500, '6' => 500, '7' => 500, '8' => 500, '9' => 500, ':' => 278, ';' => 278, '<' => 549, '=' => 549, '>' => 549, '?' => 444, '@' => 549, 'A' => 722, 'B' => 667, 'C' => 722, 'D' => 612, 'E' => 611, 'F' => 763, 'G' => 603, 'H' => 722, 'I' => 333, 'J' => 631, 'K' => 722, 'L' => 686, 'M' => 889, 'N' => 722, 'O' => 722, 'P' => 768, 'Q' => 741, 'R' => 556, 'S' => 592, 'T' => 611, 'U' => 690, 'V' => 439, 'W' => 768, 'X' => 645, 'Y' => 795, 'Z' => 611, '[' => 333, '\\' => 863, ']' => 333, '^' => 658, '_' => 500, '`' => 500, 'a' => 631, 'b' => 549, 'c' => 549, 'd' => 494, 'e' => 439, 'f' => 521, 'g' => 411, 'h' => 603, 'i' => 329, 'j' => 603, 'k' => 549, 'l' => 549, 'm' => 576, 'n' => 521, 'o' => 549, 'p' => 549, 'q' => 521, 'r' => 549, 's' => 603, 't' => 439, 'u' => 576, 'v' => 713, 'w' => 686, 'x' => 493, 'y' => 686, 'z' => 494, '{' => 480, '|' => 200, '}' => 480, '~' => 549, \chr(127) => 0, \chr(128) => 0, \chr(129) => 0, \chr(130) => 0, \chr(131) => 0, \chr(132) => 0, \chr(133) => 0, \chr(134) => 0, \chr(135) => 0, \chr(136) => 0, \chr(137) => 0, \chr(138) => 0, \chr(139) => 0, \chr(140) => 0, \chr(141) => 0, \chr(142) => 0, \chr(143) => 0, \chr(144) => 0, \chr(145) => 0, \chr(146) => 0, \chr(147) => 0, \chr(148) => 0, \chr(149) => 0, \chr(150) => 0, \chr(151) => 0, \chr(152) => 0, \chr(153) => 0, \chr(154) => 0, \chr(155) => 0, \chr(156) => 0, \chr(157) => 0, \chr(158) => 0, \chr(159) => 0, \chr(160) => 750, \chr(161) => 620, \chr(162) => 247, \chr(163) => 549, \chr(164) => 167, \chr(165) => 713, \chr(166) => 500, \chr(167) => 753, \chr(168) => 753, \chr(169) => 753, \chr(170) => 753, \chr(171) => 1042, \chr(172) => 987, \chr(173) => 603, \chr(174) => 987, \chr(175) => 603, \chr(176) => 400, \chr(177) => 549, \chr(178) => 411, \chr(179) => 549, \chr(180) => 549, \chr(181) => 713, \chr(182) => 494, \chr(183) => 460, \chr(184) => 549, \chr(185) => 549, \chr(186) => 549, \chr(187) => 549, \chr(188) => 1000, \chr(189) => 603, \chr(190) => 1000, \chr(191) => 658, \chr(192) => 823, \chr(193) => 686, \chr(194) => 795, \chr(195) => 987, \chr(196) => 768, \chr(197) => 768, \chr(198) => 823, \chr(199) => 768, \chr(200) => 768, \chr(201) => 713, \chr(202) => 713, \chr(203) => 713, \chr(204) => 713, \chr(205) => 713, \chr(206) => 713, \chr(207) => 713, \chr(208) => 768, \chr(209) => 713, \chr(210) => 790, \chr(211) => 790, \chr(212) => 890, \chr(213) => 823, \chr(214) => 549, \chr(215) => 250, \chr(216) => 713, \chr(217) => 603, \chr(218) => 603, \chr(219) => 1042, \chr(220) => 987, \chr(221) => 603, \chr(222) => 987, \chr(223) => 603, \chr(224) => 494, \chr(225) => 329, \chr(226) => 790, \chr(227) => 790, \chr(228) => 786, \chr(229) => 713, \chr(230) => 384, \chr(231) => 384, \chr(232) => 384, \chr(233) => 384, \chr(234) => 384, \chr(235) => 384, \chr(236) => 494, \chr(237) => 494, \chr(238) => 494, \chr(239) => 494, \chr(240) => 0, \chr(241) => 329, \chr(242) => 274, \chr(243) => 686, \chr(244) => 686, \chr(245) => 686, \chr(246) => 384, \chr(247) => 384, \chr(248) => 384, \chr(249) => 384, \chr(250) => 384, \chr(251) => 384, \chr(252) => 494, \chr(253) => 494, \chr(254) => 494, \chr(255) => 0); //$desc=array('FontBBox'=>'[-180 -293 1090 1010]'); diff --git a/composer/mpdf/mpdf/data/font/ctimes.php b/composer/mpdf/mpdf/data/font/ctimes.php index bacb9c0..b36d75a 100644 --- a/composer/mpdf/mpdf/data/font/ctimes.php +++ b/composer/mpdf/mpdf/data/font/ctimes.php @@ -1,6 +1,6 @@ 250, \chr(1) => 250, \chr(2) => 250, \chr(3) => 250, \chr(4) => 250, \chr(5) => 250, \chr(6) => 250, \chr(7) => 250, \chr(8) => 250, \chr(9) => 250, \chr(10) => 250, \chr(11) => 250, \chr(12) => 250, \chr(13) => 250, \chr(14) => 250, \chr(15) => 250, \chr(16) => 250, \chr(17) => 250, \chr(18) => 250, \chr(19) => 250, \chr(20) => 250, \chr(21) => 250, \chr(22) => 250, \chr(23) => 250, \chr(24) => 250, \chr(25) => 250, \chr(26) => 250, \chr(27) => 250, \chr(28) => 250, \chr(29) => 250, \chr(30) => 250, \chr(31) => 250, ' ' => 250, '!' => 333, '"' => 408, '#' => 500, '$' => 500, '%' => 833, '&' => 778, '\'' => 180, '(' => 333, ')' => 333, '*' => 500, '+' => 564, ',' => 250, '-' => 333, '.' => 250, '/' => 278, '0' => 500, '1' => 500, '2' => 500, '3' => 500, '4' => 500, '5' => 500, '6' => 500, '7' => 500, '8' => 500, '9' => 500, ':' => 278, ';' => 278, '<' => 564, '=' => 564, '>' => 564, '?' => 444, '@' => 921, 'A' => 722, 'B' => 667, 'C' => 667, 'D' => 722, 'E' => 611, 'F' => 556, 'G' => 722, 'H' => 722, 'I' => 333, 'J' => 389, 'K' => 722, 'L' => 611, 'M' => 889, 'N' => 722, 'O' => 722, 'P' => 556, 'Q' => 722, 'R' => 667, 'S' => 556, 'T' => 611, 'U' => 722, 'V' => 722, 'W' => 944, 'X' => 722, 'Y' => 722, 'Z' => 611, '[' => 333, '\\' => 278, ']' => 333, '^' => 469, '_' => 500, '`' => 333, 'a' => 444, 'b' => 500, 'c' => 444, 'd' => 500, 'e' => 444, 'f' => 333, 'g' => 500, 'h' => 500, 'i' => 278, 'j' => 278, 'k' => 500, 'l' => 278, 'm' => 778, 'n' => 500, 'o' => 500, 'p' => 500, 'q' => 500, 'r' => 333, 's' => 389, 't' => 278, 'u' => 500, 'v' => 500, 'w' => 722, 'x' => 500, 'y' => 500, 'z' => 444, '{' => 480, '|' => 200, '}' => 480, '~' => 541, \chr(127) => 350, \chr(128) => 500, \chr(129) => 350, \chr(130) => 333, \chr(131) => 500, \chr(132) => 444, \chr(133) => 1000, \chr(134) => 500, \chr(135) => 500, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 556, \chr(139) => 333, \chr(140) => 889, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 333, \chr(146) => 333, \chr(147) => 444, \chr(148) => 444, \chr(149) => 350, \chr(150) => 500, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 980, \chr(154) => 389, \chr(155) => 333, \chr(156) => 722, \chr(157) => 350, \chr(158) => 444, \chr(159) => 722, \chr(160) => 250, \chr(161) => 333, \chr(162) => 500, \chr(163) => 500, \chr(164) => 500, \chr(165) => 500, \chr(166) => 200, \chr(167) => 500, \chr(168) => 333, \chr(169) => 760, \chr(170) => 276, \chr(171) => 500, \chr(172) => 564, \chr(173) => 333, \chr(174) => 760, \chr(175) => 333, \chr(176) => 400, \chr(177) => 564, \chr(178) => 300, \chr(179) => 300, \chr(180) => 333, \chr(181) => 500, \chr(182) => 453, \chr(183) => 250, \chr(184) => 333, \chr(185) => 300, \chr(186) => 310, \chr(187) => 500, \chr(188) => 750, \chr(189) => 750, \chr(190) => 750, \chr(191) => 444, \chr(192) => 722, \chr(193) => 722, \chr(194) => 722, \chr(195) => 722, \chr(196) => 722, \chr(197) => 722, \chr(198) => 889, \chr(199) => 667, \chr(200) => 611, \chr(201) => 611, \chr(202) => 611, \chr(203) => 611, \chr(204) => 333, \chr(205) => 333, \chr(206) => 333, \chr(207) => 333, \chr(208) => 722, \chr(209) => 722, \chr(210) => 722, \chr(211) => 722, \chr(212) => 722, \chr(213) => 722, \chr(214) => 722, \chr(215) => 564, \chr(216) => 722, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 722, \chr(222) => 556, \chr(223) => 500, \chr(224) => 444, \chr(225) => 444, \chr(226) => 444, \chr(227) => 444, \chr(228) => 444, \chr(229) => 444, \chr(230) => 667, \chr(231) => 444, \chr(232) => 444, \chr(233) => 444, \chr(234) => 444, \chr(235) => 444, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 500, \chr(241) => 500, \chr(242) => 500, \chr(243) => 500, \chr(244) => 500, \chr(245) => 500, \chr(246) => 500, \chr(247) => 564, \chr(248) => 500, \chr(249) => 500, \chr(250) => 500, \chr(251) => 500, \chr(252) => 500, \chr(253) => 500, \chr(254) => 500, \chr(255) => 500); //$desc=array('Ascent'=>683,'Descent'=>-217,'CapHeight'=>662,'FontBBox'=>'[-168 -218 1000 898]'); diff --git a/composer/mpdf/mpdf/data/font/ctimesb.php b/composer/mpdf/mpdf/data/font/ctimesb.php index 7c71a7f..4acee70 100644 --- a/composer/mpdf/mpdf/data/font/ctimesb.php +++ b/composer/mpdf/mpdf/data/font/ctimesb.php @@ -1,6 +1,6 @@ 250, \chr(1) => 250, \chr(2) => 250, \chr(3) => 250, \chr(4) => 250, \chr(5) => 250, \chr(6) => 250, \chr(7) => 250, \chr(8) => 250, \chr(9) => 250, \chr(10) => 250, \chr(11) => 250, \chr(12) => 250, \chr(13) => 250, \chr(14) => 250, \chr(15) => 250, \chr(16) => 250, \chr(17) => 250, \chr(18) => 250, \chr(19) => 250, \chr(20) => 250, \chr(21) => 250, \chr(22) => 250, \chr(23) => 250, \chr(24) => 250, \chr(25) => 250, \chr(26) => 250, \chr(27) => 250, \chr(28) => 250, \chr(29) => 250, \chr(30) => 250, \chr(31) => 250, ' ' => 250, '!' => 333, '"' => 555, '#' => 500, '$' => 500, '%' => 1000, '&' => 833, '\'' => 278, '(' => 333, ')' => 333, '*' => 500, '+' => 570, ',' => 250, '-' => 333, '.' => 250, '/' => 278, '0' => 500, '1' => 500, '2' => 500, '3' => 500, '4' => 500, '5' => 500, '6' => 500, '7' => 500, '8' => 500, '9' => 500, ':' => 333, ';' => 333, '<' => 570, '=' => 570, '>' => 570, '?' => 500, '@' => 930, 'A' => 722, 'B' => 667, 'C' => 722, 'D' => 722, 'E' => 667, 'F' => 611, 'G' => 778, 'H' => 778, 'I' => 389, 'J' => 500, 'K' => 778, 'L' => 667, 'M' => 944, 'N' => 722, 'O' => 778, 'P' => 611, 'Q' => 778, 'R' => 722, 'S' => 556, 'T' => 667, 'U' => 722, 'V' => 722, 'W' => 1000, 'X' => 722, 'Y' => 722, 'Z' => 667, '[' => 333, '\\' => 278, ']' => 333, '^' => 581, '_' => 500, '`' => 333, 'a' => 500, 'b' => 556, 'c' => 444, 'd' => 556, 'e' => 444, 'f' => 333, 'g' => 500, 'h' => 556, 'i' => 278, 'j' => 333, 'k' => 556, 'l' => 278, 'm' => 833, 'n' => 556, 'o' => 500, 'p' => 556, 'q' => 556, 'r' => 444, 's' => 389, 't' => 333, 'u' => 556, 'v' => 500, 'w' => 722, 'x' => 500, 'y' => 500, 'z' => 444, '{' => 394, '|' => 220, '}' => 394, '~' => 520, \chr(127) => 350, \chr(128) => 500, \chr(129) => 350, \chr(130) => 333, \chr(131) => 500, \chr(132) => 500, \chr(133) => 1000, \chr(134) => 500, \chr(135) => 500, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 556, \chr(139) => 333, \chr(140) => 1000, \chr(141) => 350, \chr(142) => 667, \chr(143) => 350, \chr(144) => 350, \chr(145) => 333, \chr(146) => 333, \chr(147) => 500, \chr(148) => 500, \chr(149) => 350, \chr(150) => 500, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 389, \chr(155) => 333, \chr(156) => 722, \chr(157) => 350, \chr(158) => 444, \chr(159) => 722, \chr(160) => 250, \chr(161) => 333, \chr(162) => 500, \chr(163) => 500, \chr(164) => 500, \chr(165) => 500, \chr(166) => 220, \chr(167) => 500, \chr(168) => 333, \chr(169) => 747, \chr(170) => 300, \chr(171) => 500, \chr(172) => 570, \chr(173) => 333, \chr(174) => 747, \chr(175) => 333, \chr(176) => 400, \chr(177) => 570, \chr(178) => 300, \chr(179) => 300, \chr(180) => 333, \chr(181) => 556, \chr(182) => 540, \chr(183) => 250, \chr(184) => 333, \chr(185) => 300, \chr(186) => 330, \chr(187) => 500, \chr(188) => 750, \chr(189) => 750, \chr(190) => 750, \chr(191) => 500, \chr(192) => 722, \chr(193) => 722, \chr(194) => 722, \chr(195) => 722, \chr(196) => 722, \chr(197) => 722, \chr(198) => 1000, \chr(199) => 722, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 389, \chr(205) => 389, \chr(206) => 389, \chr(207) => 389, \chr(208) => 722, \chr(209) => 722, \chr(210) => 778, \chr(211) => 778, \chr(212) => 778, \chr(213) => 778, \chr(214) => 778, \chr(215) => 570, \chr(216) => 778, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 722, \chr(222) => 611, \chr(223) => 556, \chr(224) => 500, \chr(225) => 500, \chr(226) => 500, \chr(227) => 500, \chr(228) => 500, \chr(229) => 500, \chr(230) => 722, \chr(231) => 444, \chr(232) => 444, \chr(233) => 444, \chr(234) => 444, \chr(235) => 444, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 500, \chr(241) => 556, \chr(242) => 500, \chr(243) => 500, \chr(244) => 500, \chr(245) => 500, \chr(246) => 500, \chr(247) => 570, \chr(248) => 500, \chr(249) => 556, \chr(250) => 556, \chr(251) => 556, \chr(252) => 556, \chr(253) => 500, \chr(254) => 556, \chr(255) => 500); //$desc=array('Ascent'=>683,'Descent'=>-217,'CapHeight'=>676,'FontBBox'=>'[-168 -218 1000 935]'); diff --git a/composer/mpdf/mpdf/data/font/ctimesbi.php b/composer/mpdf/mpdf/data/font/ctimesbi.php index f883b4c..fe03308 100644 --- a/composer/mpdf/mpdf/data/font/ctimesbi.php +++ b/composer/mpdf/mpdf/data/font/ctimesbi.php @@ -1,6 +1,6 @@ 250, \chr(1) => 250, \chr(2) => 250, \chr(3) => 250, \chr(4) => 250, \chr(5) => 250, \chr(6) => 250, \chr(7) => 250, \chr(8) => 250, \chr(9) => 250, \chr(10) => 250, \chr(11) => 250, \chr(12) => 250, \chr(13) => 250, \chr(14) => 250, \chr(15) => 250, \chr(16) => 250, \chr(17) => 250, \chr(18) => 250, \chr(19) => 250, \chr(20) => 250, \chr(21) => 250, \chr(22) => 250, \chr(23) => 250, \chr(24) => 250, \chr(25) => 250, \chr(26) => 250, \chr(27) => 250, \chr(28) => 250, \chr(29) => 250, \chr(30) => 250, \chr(31) => 250, ' ' => 250, '!' => 389, '"' => 555, '#' => 500, '$' => 500, '%' => 833, '&' => 778, '\'' => 278, '(' => 333, ')' => 333, '*' => 500, '+' => 570, ',' => 250, '-' => 333, '.' => 250, '/' => 278, '0' => 500, '1' => 500, '2' => 500, '3' => 500, '4' => 500, '5' => 500, '6' => 500, '7' => 500, '8' => 500, '9' => 500, ':' => 333, ';' => 333, '<' => 570, '=' => 570, '>' => 570, '?' => 500, '@' => 832, 'A' => 667, 'B' => 667, 'C' => 667, 'D' => 722, 'E' => 667, 'F' => 667, 'G' => 722, 'H' => 778, 'I' => 389, 'J' => 500, 'K' => 667, 'L' => 611, 'M' => 889, 'N' => 722, 'O' => 722, 'P' => 611, 'Q' => 722, 'R' => 667, 'S' => 556, 'T' => 611, 'U' => 722, 'V' => 667, 'W' => 889, 'X' => 667, 'Y' => 611, 'Z' => 611, '[' => 333, '\\' => 278, ']' => 333, '^' => 570, '_' => 500, '`' => 333, 'a' => 500, 'b' => 500, 'c' => 444, 'd' => 500, 'e' => 444, 'f' => 333, 'g' => 500, 'h' => 556, 'i' => 278, 'j' => 278, 'k' => 500, 'l' => 278, 'm' => 778, 'n' => 556, 'o' => 500, 'p' => 500, 'q' => 500, 'r' => 389, 's' => 389, 't' => 278, 'u' => 556, 'v' => 444, 'w' => 667, 'x' => 500, 'y' => 444, 'z' => 389, '{' => 348, '|' => 220, '}' => 348, '~' => 570, \chr(127) => 350, \chr(128) => 500, \chr(129) => 350, \chr(130) => 333, \chr(131) => 500, \chr(132) => 500, \chr(133) => 1000, \chr(134) => 500, \chr(135) => 500, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 556, \chr(139) => 333, \chr(140) => 944, \chr(141) => 350, \chr(142) => 611, \chr(143) => 350, \chr(144) => 350, \chr(145) => 333, \chr(146) => 333, \chr(147) => 500, \chr(148) => 500, \chr(149) => 350, \chr(150) => 500, \chr(151) => 1000, \chr(152) => 333, \chr(153) => 1000, \chr(154) => 389, \chr(155) => 333, \chr(156) => 722, \chr(157) => 350, \chr(158) => 389, \chr(159) => 611, \chr(160) => 250, \chr(161) => 389, \chr(162) => 500, \chr(163) => 500, \chr(164) => 500, \chr(165) => 500, \chr(166) => 220, \chr(167) => 500, \chr(168) => 333, \chr(169) => 747, \chr(170) => 266, \chr(171) => 500, \chr(172) => 606, \chr(173) => 333, \chr(174) => 747, \chr(175) => 333, \chr(176) => 400, \chr(177) => 570, \chr(178) => 300, \chr(179) => 300, \chr(180) => 333, \chr(181) => 576, \chr(182) => 500, \chr(183) => 250, \chr(184) => 333, \chr(185) => 300, \chr(186) => 300, \chr(187) => 500, \chr(188) => 750, \chr(189) => 750, \chr(190) => 750, \chr(191) => 500, \chr(192) => 667, \chr(193) => 667, \chr(194) => 667, \chr(195) => 667, \chr(196) => 667, \chr(197) => 667, \chr(198) => 944, \chr(199) => 667, \chr(200) => 667, \chr(201) => 667, \chr(202) => 667, \chr(203) => 667, \chr(204) => 389, \chr(205) => 389, \chr(206) => 389, \chr(207) => 389, \chr(208) => 722, \chr(209) => 722, \chr(210) => 722, \chr(211) => 722, \chr(212) => 722, \chr(213) => 722, \chr(214) => 722, \chr(215) => 570, \chr(216) => 722, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 611, \chr(222) => 611, \chr(223) => 500, \chr(224) => 500, \chr(225) => 500, \chr(226) => 500, \chr(227) => 500, \chr(228) => 500, \chr(229) => 500, \chr(230) => 722, \chr(231) => 444, \chr(232) => 444, \chr(233) => 444, \chr(234) => 444, \chr(235) => 444, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 500, \chr(241) => 556, \chr(242) => 500, \chr(243) => 500, \chr(244) => 500, \chr(245) => 500, \chr(246) => 500, \chr(247) => 570, \chr(248) => 500, \chr(249) => 556, \chr(250) => 556, \chr(251) => 556, \chr(252) => 556, \chr(253) => 444, \chr(254) => 500, \chr(255) => 444); //$desc=array('Ascent'=>683,'Descent'=>-217,'CapHeight'=>669,'FontBBox'=>'[-200 -218 996 921]'); diff --git a/composer/mpdf/mpdf/data/font/ctimesi.php b/composer/mpdf/mpdf/data/font/ctimesi.php index 1adb053..a359704 100644 --- a/composer/mpdf/mpdf/data/font/ctimesi.php +++ b/composer/mpdf/mpdf/data/font/ctimesi.php @@ -1,6 +1,6 @@ 250, \chr(1) => 250, \chr(2) => 250, \chr(3) => 250, \chr(4) => 250, \chr(5) => 250, \chr(6) => 250, \chr(7) => 250, \chr(8) => 250, \chr(9) => 250, \chr(10) => 250, \chr(11) => 250, \chr(12) => 250, \chr(13) => 250, \chr(14) => 250, \chr(15) => 250, \chr(16) => 250, \chr(17) => 250, \chr(18) => 250, \chr(19) => 250, \chr(20) => 250, \chr(21) => 250, \chr(22) => 250, \chr(23) => 250, \chr(24) => 250, \chr(25) => 250, \chr(26) => 250, \chr(27) => 250, \chr(28) => 250, \chr(29) => 250, \chr(30) => 250, \chr(31) => 250, ' ' => 250, '!' => 333, '"' => 420, '#' => 500, '$' => 500, '%' => 833, '&' => 778, '\'' => 214, '(' => 333, ')' => 333, '*' => 500, '+' => 675, ',' => 250, '-' => 333, '.' => 250, '/' => 278, '0' => 500, '1' => 500, '2' => 500, '3' => 500, '4' => 500, '5' => 500, '6' => 500, '7' => 500, '8' => 500, '9' => 500, ':' => 333, ';' => 333, '<' => 675, '=' => 675, '>' => 675, '?' => 500, '@' => 920, 'A' => 611, 'B' => 611, 'C' => 667, 'D' => 722, 'E' => 611, 'F' => 611, 'G' => 722, 'H' => 722, 'I' => 333, 'J' => 444, 'K' => 667, 'L' => 556, 'M' => 833, 'N' => 667, 'O' => 722, 'P' => 611, 'Q' => 722, 'R' => 611, 'S' => 500, 'T' => 556, 'U' => 722, 'V' => 611, 'W' => 833, 'X' => 611, 'Y' => 556, 'Z' => 556, '[' => 389, '\\' => 278, ']' => 389, '^' => 422, '_' => 500, '`' => 333, 'a' => 500, 'b' => 500, 'c' => 444, 'd' => 500, 'e' => 444, 'f' => 278, 'g' => 500, 'h' => 500, 'i' => 278, 'j' => 278, 'k' => 444, 'l' => 278, 'm' => 722, 'n' => 500, 'o' => 500, 'p' => 500, 'q' => 500, 'r' => 389, 's' => 389, 't' => 278, 'u' => 500, 'v' => 444, 'w' => 667, 'x' => 444, 'y' => 444, 'z' => 389, '{' => 400, '|' => 275, '}' => 400, '~' => 541, \chr(127) => 350, \chr(128) => 500, \chr(129) => 350, \chr(130) => 333, \chr(131) => 500, \chr(132) => 556, \chr(133) => 889, \chr(134) => 500, \chr(135) => 500, \chr(136) => 333, \chr(137) => 1000, \chr(138) => 500, \chr(139) => 333, \chr(140) => 944, \chr(141) => 350, \chr(142) => 556, \chr(143) => 350, \chr(144) => 350, \chr(145) => 333, \chr(146) => 333, \chr(147) => 556, \chr(148) => 556, \chr(149) => 350, \chr(150) => 500, \chr(151) => 889, \chr(152) => 333, \chr(153) => 980, \chr(154) => 389, \chr(155) => 333, \chr(156) => 667, \chr(157) => 350, \chr(158) => 389, \chr(159) => 556, \chr(160) => 250, \chr(161) => 389, \chr(162) => 500, \chr(163) => 500, \chr(164) => 500, \chr(165) => 500, \chr(166) => 275, \chr(167) => 500, \chr(168) => 333, \chr(169) => 760, \chr(170) => 276, \chr(171) => 500, \chr(172) => 675, \chr(173) => 333, \chr(174) => 760, \chr(175) => 333, \chr(176) => 400, \chr(177) => 675, \chr(178) => 300, \chr(179) => 300, \chr(180) => 333, \chr(181) => 500, \chr(182) => 523, \chr(183) => 250, \chr(184) => 333, \chr(185) => 300, \chr(186) => 310, \chr(187) => 500, \chr(188) => 750, \chr(189) => 750, \chr(190) => 750, \chr(191) => 500, \chr(192) => 611, \chr(193) => 611, \chr(194) => 611, \chr(195) => 611, \chr(196) => 611, \chr(197) => 611, \chr(198) => 889, \chr(199) => 667, \chr(200) => 611, \chr(201) => 611, \chr(202) => 611, \chr(203) => 611, \chr(204) => 333, \chr(205) => 333, \chr(206) => 333, \chr(207) => 333, \chr(208) => 722, \chr(209) => 667, \chr(210) => 722, \chr(211) => 722, \chr(212) => 722, \chr(213) => 722, \chr(214) => 722, \chr(215) => 675, \chr(216) => 722, \chr(217) => 722, \chr(218) => 722, \chr(219) => 722, \chr(220) => 722, \chr(221) => 556, \chr(222) => 611, \chr(223) => 500, \chr(224) => 500, \chr(225) => 500, \chr(226) => 500, \chr(227) => 500, \chr(228) => 500, \chr(229) => 500, \chr(230) => 667, \chr(231) => 444, \chr(232) => 444, \chr(233) => 444, \chr(234) => 444, \chr(235) => 444, \chr(236) => 278, \chr(237) => 278, \chr(238) => 278, \chr(239) => 278, \chr(240) => 500, \chr(241) => 500, \chr(242) => 500, \chr(243) => 500, \chr(244) => 500, \chr(245) => 500, \chr(246) => 500, \chr(247) => 675, \chr(248) => 500, \chr(249) => 500, \chr(250) => 500, \chr(251) => 500, \chr(252) => 500, \chr(253) => 444, \chr(254) => 500, \chr(255) => 444); //$desc=array('Ascent'=>683,'Descent'=>-217,'CapHeight'=>653,'FontBBox'=>'[-169 -217 1010 883]'); diff --git a/composer/mpdf/mpdf/data/font/czapfdingbats.php b/composer/mpdf/mpdf/data/font/czapfdingbats.php index 3c746bb..6b62696 100644 --- a/composer/mpdf/mpdf/data/font/czapfdingbats.php +++ b/composer/mpdf/mpdf/data/font/czapfdingbats.php @@ -1,6 +1,6 @@ 0, \chr(1) => 0, \chr(2) => 0, \chr(3) => 0, \chr(4) => 0, \chr(5) => 0, \chr(6) => 0, \chr(7) => 0, \chr(8) => 0, \chr(9) => 0, \chr(10) => 0, \chr(11) => 0, \chr(12) => 0, \chr(13) => 0, \chr(14) => 0, \chr(15) => 0, \chr(16) => 0, \chr(17) => 0, \chr(18) => 0, \chr(19) => 0, \chr(20) => 0, \chr(21) => 0, \chr(22) => 0, \chr(23) => 0, \chr(24) => 0, \chr(25) => 0, \chr(26) => 0, \chr(27) => 0, \chr(28) => 0, \chr(29) => 0, \chr(30) => 0, \chr(31) => 0, ' ' => 278, '!' => 974, '"' => 961, '#' => 974, '$' => 980, '%' => 719, '&' => 789, '\'' => 790, '(' => 791, ')' => 690, '*' => 960, '+' => 939, ',' => 549, '-' => 855, '.' => 911, '/' => 933, '0' => 911, '1' => 945, '2' => 974, '3' => 755, '4' => 846, '5' => 762, '6' => 761, '7' => 571, '8' => 677, '9' => 763, ':' => 760, ';' => 759, '<' => 754, '=' => 494, '>' => 552, '?' => 537, '@' => 577, 'A' => 692, 'B' => 786, 'C' => 788, 'D' => 788, 'E' => 790, 'F' => 793, 'G' => 794, 'H' => 816, 'I' => 823, 'J' => 789, 'K' => 841, 'L' => 823, 'M' => 833, 'N' => 816, 'O' => 831, 'P' => 923, 'Q' => 744, 'R' => 723, 'S' => 749, 'T' => 790, 'U' => 792, 'V' => 695, 'W' => 776, 'X' => 768, 'Y' => 792, 'Z' => 759, '[' => 707, '\\' => 708, ']' => 682, '^' => 701, '_' => 826, '`' => 815, 'a' => 789, 'b' => 789, 'c' => 707, 'd' => 687, 'e' => 696, 'f' => 689, 'g' => 786, 'h' => 787, 'i' => 713, 'j' => 791, 'k' => 785, 'l' => 791, 'm' => 873, 'n' => 761, 'o' => 762, 'p' => 762, 'q' => 759, 'r' => 759, 's' => 892, 't' => 892, 'u' => 788, 'v' => 784, 'w' => 438, 'x' => 138, 'y' => 277, 'z' => 415, '{' => 392, '|' => 392, '}' => 668, '~' => 668, \chr(127) => 0, \chr(128) => 390, \chr(129) => 390, \chr(130) => 317, \chr(131) => 317, \chr(132) => 276, \chr(133) => 276, \chr(134) => 509, \chr(135) => 509, \chr(136) => 410, \chr(137) => 410, \chr(138) => 234, \chr(139) => 234, \chr(140) => 334, \chr(141) => 334, \chr(142) => 0, \chr(143) => 0, \chr(144) => 0, \chr(145) => 0, \chr(146) => 0, \chr(147) => 0, \chr(148) => 0, \chr(149) => 0, \chr(150) => 0, \chr(151) => 0, \chr(152) => 0, \chr(153) => 0, \chr(154) => 0, \chr(155) => 0, \chr(156) => 0, \chr(157) => 0, \chr(158) => 0, \chr(159) => 0, \chr(160) => 0, \chr(161) => 732, \chr(162) => 544, \chr(163) => 544, \chr(164) => 910, \chr(165) => 667, \chr(166) => 760, \chr(167) => 760, \chr(168) => 776, \chr(169) => 595, \chr(170) => 694, \chr(171) => 626, \chr(172) => 788, \chr(173) => 788, \chr(174) => 788, \chr(175) => 788, \chr(176) => 788, \chr(177) => 788, \chr(178) => 788, \chr(179) => 788, \chr(180) => 788, \chr(181) => 788, \chr(182) => 788, \chr(183) => 788, \chr(184) => 788, \chr(185) => 788, \chr(186) => 788, \chr(187) => 788, \chr(188) => 788, \chr(189) => 788, \chr(190) => 788, \chr(191) => 788, \chr(192) => 788, \chr(193) => 788, \chr(194) => 788, \chr(195) => 788, \chr(196) => 788, \chr(197) => 788, \chr(198) => 788, \chr(199) => 788, \chr(200) => 788, \chr(201) => 788, \chr(202) => 788, \chr(203) => 788, \chr(204) => 788, \chr(205) => 788, \chr(206) => 788, \chr(207) => 788, \chr(208) => 788, \chr(209) => 788, \chr(210) => 788, \chr(211) => 788, \chr(212) => 894, \chr(213) => 838, \chr(214) => 1016, \chr(215) => 458, \chr(216) => 748, \chr(217) => 924, \chr(218) => 748, \chr(219) => 918, \chr(220) => 927, \chr(221) => 928, \chr(222) => 928, \chr(223) => 834, \chr(224) => 873, \chr(225) => 828, \chr(226) => 924, \chr(227) => 924, \chr(228) => 917, \chr(229) => 930, \chr(230) => 931, \chr(231) => 463, \chr(232) => 883, \chr(233) => 836, \chr(234) => 836, \chr(235) => 867, \chr(236) => 867, \chr(237) => 696, \chr(238) => 696, \chr(239) => 874, \chr(240) => 0, \chr(241) => 874, \chr(242) => 760, \chr(243) => 946, \chr(244) => 771, \chr(245) => 865, \chr(246) => 771, \chr(247) => 888, \chr(248) => 967, \chr(249) => 888, \chr(250) => 831, \chr(251) => 873, \chr(252) => 927, \chr(253) => 970, \chr(254) => 918, \chr(255) => 0); //$desc=array('FontBBox'=>'[-1 -143 981 820]'); diff --git a/composer/mpdf/mpdf/data/out.php b/composer/mpdf/mpdf/data/out.php index 68089ad..7471437 100644 --- a/composer/mpdf/mpdf/data/out.php +++ b/composer/mpdf/mpdf/data/out.php @@ -1,6 +1,6 @@ 160, 161 => 161, 162 => 162, 163 => 163, 164 => 164, 165 => 165, 166 => 166, 167 => 167, 168 => 168, 169 => 169, 170 => 170, 171 => 171, 172 => 172, 173 => 173, 174 => 174, 175 => 175, 176 => 176, 177 => 177, 178 => 178, 179 => 179, 180 => 180, 181 => 181, 182 => 182, 183 => 183, 184 => 184, 185 => 185, 186 => 186, 187 => 187, 188 => 188, 189 => 189, 190 => 190, 191 => 191, 192 => 192, 193 => 193, 194 => 194, 195 => 195, 196 => 196, 197 => 197, 198 => 198, 199 => 199, 200 => 200, 201 => 201, 202 => 202, 203 => 203, 204 => 204, 205 => 205, 206 => 206, 207 => 207, 208 => 208, 209 => 209, 210 => 210, 211 => 211, 212 => 212, 213 => 213, 214 => 214, 215 => 215, 216 => 216, 217 => 217, 218 => 218, 219 => 219, 220 => 220, 221 => 221, 222 => 222, 223 => 223, 224 => 224, 225 => 225, 226 => 226, 227 => 227, 228 => 228, 229 => 229, 230 => 230, 231 => 231, 232 => 232, 233 => 233, 234 => 234, 235 => 235, 236 => 236, 237 => 237, 238 => 238, 239 => 239, 240 => 240, 241 => 241, 242 => 242, 243 => 243, 244 => 244, 245 => 245, 246 => 246, 247 => 247, 248 => 248, 249 => 249, 250 => 250, 251 => 251, 252 => 252, 253 => 253, 254 => 254, 255 => 255, 338 => 140, 339 => 156, 352 => 138, 353 => 154, 376 => 159, 381 => 142, 382 => 158, 402 => 131, 710 => 136, 732 => 152, 8211 => 150, 8212 => 151, 8216 => 145, 8217 => 146, 8218 => 130, 8220 => 147, 8221 => 148, 8222 => 132, 8224 => 134, 8225 => 135, 8226 => 149, 8230 => 133, 8240 => 137, 8249 => 139, 8250 => 155, 8364 => 128, 8482 => 153); $zarr = array(8594 => 213, 8596 => 214, 8597 => 215, 9312 => 172, 9313 => 173, 9314 => 174, 9315 => 175, 9316 => 176, 9317 => 177, 9318 => 178, 9319 => 179, 9320 => 180, 9321 => 181, 9632 => 110, 9650 => 115, 9660 => 116, 9670 => 117, 9679 => 108, 9687 => 119, 9733 => 72, 9742 => 37, 9755 => 42, 9758 => 43, 9824 => 171, 9827 => 168, 9829 => 170, 9830 => 169, 9985 => 33, 9986 => 34, 9987 => 35, 9988 => 36, 9990 => 38, 9991 => 39, 9992 => 40, 9993 => 41, 9996 => 44, 9997 => 45, 9998 => 46, 9999 => 47, 10000 => 48, 10001 => 49, 10002 => 50, 10003 => 51, 10004 => 52, 10005 => 53, 10006 => 54, 10007 => 55, 10008 => 56, 10009 => 57, 10010 => 58, 10011 => 59, 10012 => 60, 10013 => 61, 10014 => 62, 10015 => 63, 10016 => 64, 10017 => 65, 10018 => 66, 10019 => 67, 10020 => 68, 10021 => 69, 10022 => 70, 10023 => 71, 10025 => 73, 10026 => 74, 10027 => 75, 10028 => 76, 10029 => 77, 10030 => 78, 10031 => 79, 10032 => 80, 10033 => 81, 10034 => 82, 10035 => 83, 10036 => 84, 10037 => 85, 10038 => 86, 10039 => 87, 10040 => 88, 10041 => 89, 10042 => 90, 10043 => 91, 10044 => 92, 10045 => 93, 10046 => 94, 10047 => 95, 10048 => 96, 10049 => 97, 10050 => 98, 10051 => 99, 10052 => 100, 10053 => 101, 10054 => 102, 10055 => 103, 10056 => 104, 10057 => 105, 10058 => 106, 10059 => 107, 10061 => 109, 10063 => 111, 10064 => 112, 10065 => 113, 10066 => 114, 10070 => 118, 10072 => 120, 10073 => 121, 10074 => 122, 10075 => 123, 10076 => 124, 10077 => 125, 10078 => 126, 10081 => 161, 10082 => 162, 10083 => 163, 10084 => 164, 10085 => 165, 10086 => 166, 10087 => 167, 10102 => 182, 10103 => 183, 10104 => 184, 10105 => 185, 10106 => 186, 10107 => 187, 10108 => 188, 10109 => 189, 10110 => 190, 10111 => 191, 10112 => 192, 10113 => 193, 10114 => 194, 10115 => 195, 10116 => 196, 10117 => 197, 10118 => 198, 10119 => 199, 10120 => 200, 10121 => 201, 10122 => 202, 10123 => 203, 10124 => 204, 10125 => 205, 10126 => 206, 10127 => 207, 10128 => 208, 10129 => 209, 10130 => 210, 10131 => 211, 10132 => 212, 10136 => 216, 10137 => 217, 10138 => 218, 10139 => 219, 10140 => 220, 10141 => 221, 10142 => 222, 10143 => 223, 10144 => 224, 10145 => 225, 10146 => 226, 10147 => 227, 10148 => 228, 10149 => 229, 10150 => 230, 10151 => 231, 10152 => 232, 10153 => 233, 10154 => 234, 10155 => 235, 10156 => 236, 10157 => 237, 10158 => 238, 10159 => 239, 10161 => 241, 10162 => 242, 10163 => 243, 10164 => 244, 10165 => 245, 10166 => 246, 10167 => 247, 10168 => 248, 10169 => 249, 10170 => 250, 10171 => 251, 10172 => 252, 10173 => 253, 10174 => 254); diff --git a/composer/mpdf/mpdf/data/subs_win-1252.php b/composer/mpdf/mpdf/data/subs_win-1252.php index 025de91..fd6f4bc 100644 --- a/composer/mpdf/mpdf/data/subs_win-1252.php +++ b/composer/mpdf/mpdf/data/subs_win-1252.php @@ -1,5 +1,5 @@ '65', 914 => '66', 915 => '71', 916 => '68', 917 => '69', 918 => '90', 919 => '72', 920 => '81', 921 => '73', 922 => '75', 923 => '76', 924 => '77', 925 => '78', 926 => '88', 927 => '79', 928 => '80', 929 => '82', 931 => '83', 932 => '84', 933 => '85', 934 => '70', 935 => '67', 936 => '89', 937 => '87', 945 => '97', 946 => '98', 947 => '103', 948 => '100', 949 => '101', 950 => '122', 951 => '104', 952 => '113', 953 => '105', 954 => '107', 955 => '108', 956 => '109', 957 => '110', 958 => '120', 959 => '111', 960 => '112', 961 => '114', 962 => '86', 963 => '115', 964 => '116', 965 => '117', 966 => '102', 967 => '99', 968 => '121', 969 => '119', 977 => '74', 978 => '161', 981 => '106', 982 => '118', 8242 => '162', 8243 => '178', 8260 => '164', 8465 => '193', 8472 => '195', 8476 => '194', 8486 => '87', 8501 => '192', 8592 => '172', 8593 => '173', 8594 => '174', 8595 => '175', 8596 => '171', 8597 => '215', 8629 => '191', 8656 => '220', 8657 => '221', 8658 => '222', 8659 => '223', 8660 => '219', 8704 => '34', 8706 => '182', 8707 => '36', 8709 => '198', 8710 => '68', 8711 => '209', 8712 => '206', 8713 => '207', 8715 => '39', 8719 => '213', 8721 => '229', 8722 => '45', 8725 => '164', 8727 => '42', 8730 => '214', 8733 => '181', 8734 => '165', 8736 => '208', 8743 => '217', 8744 => '218', 8745 => '199', 8746 => '200', 8747 => '242', 8756 => '92', 8764 => '126', 8773 => '64', 8776 => '187', 8800 => '185', 8801 => '186', 8804 => '163', 8805 => '179', 8834 => '204', 8835 => '201', 8836 => '203', 8838 => '205', 8839 => '202', 8853 => '197', 8855 => '196', 8869 => '94', 8901 => '215', 8992 => '243', 8993 => '245', 9001 => '225', 9002 => '241', 9312 => '172', 9313 => '173', 9314 => '174', 9315 => '175', 9316 => '176', 9317 => '177', 9318 => '178', 9319 => '179', 9320 => '180', 9321 => '181', 9632 => '110', 9650 => '115', 9660 => '116', 9670 => '117', 9674 => '224', 9679 => '108', 9687 => '119', 9733 => '72', 9742 => '37', 9755 => '42', 9758 => '43', 9824 => '170', 9827 => '167', 9829 => '169', 9830 => '168', 9985 => '33', 9986 => '34', 9987 => '35', 9988 => '36', 9990 => '38', 9991 => '39', 9992 => '40', 9993 => '41', 9996 => '44', 9997 => '45', 9998 => '46', 9999 => '47', 10000 => '48', 10001 => '49', 10002 => '50', 10003 => '51', 10004 => '52', 10005 => '53', 10006 => '54', 10007 => '55', 10008 => '56', 10009 => '57', 10010 => '58', 10011 => '59', 10012 => '60', 10013 => '61', 10014 => '62', 10015 => '63', 10016 => '64', 10017 => '65', 10018 => '66', 10019 => '67', 10020 => '68', 10021 => '69', 10022 => '70', 10023 => '71', 10025 => '73', 10026 => '74', 10027 => '75', 10028 => '76', 10029 => '77', 10030 => '78', 10031 => '79', 10032 => '80', 10033 => '81', 10034 => '82', 10035 => '83', 10036 => '84', 10037 => '85', 10038 => '86', 10039 => '87', 10040 => '88', 10041 => '89', 10042 => '90', 10043 => '91', 10044 => '92', 10045 => '93', 10046 => '94', 10047 => '95', 10048 => '96', 10049 => '97', 10050 => '98', 10051 => '99', 10052 => '100', 10053 => '101', 10054 => '102', 10055 => '103', 10056 => '104', 10057 => '105', 10058 => '106', 10059 => '107', 10061 => '109', 10063 => '111', 10064 => '112', 10065 => '113', 10066 => '114', 10070 => '118', 10072 => '120', 10073 => '121', 10074 => '122', 10075 => '123', 10076 => '124', 10077 => '125', 10078 => '126', 10081 => '161', 10082 => '162', 10083 => '163', 10084 => '164', 10085 => '165', 10086 => '166', 10087 => '167', 10102 => '182', 10103 => '183', 10104 => '184', 10105 => '185', 10106 => '186', 10107 => '187', 10108 => '188', 10109 => '189', 10110 => '190', 10111 => '191', 10112 => '192', 10113 => '193', 10114 => '194', 10115 => '195', 10116 => '196', 10117 => '197', 10118 => '198', 10119 => '199', 10120 => '200', 10121 => '201', 10122 => '202', 10123 => '203', 10124 => '204', 10125 => '205', 10126 => '206', 10127 => '207', 10128 => '208', 10129 => '209', 10130 => '210', 10131 => '211', 10132 => '212', 10136 => '216', 10137 => '217', 10138 => '218', 10139 => '219', 10140 => '220', 10141 => '221', 10142 => '222', 10143 => '223', 10144 => '224', 10145 => '225', 10146 => '226', 10147 => '227', 10148 => '228', 10149 => '229', 10150 => '230', 10151 => '231', 10152 => '232', 10153 => '233', 10154 => '234', 10155 => '235', 10156 => '236', 10157 => '237', 10158 => '238', 10159 => '239', 10161 => '241', 10162 => '242', 10163 => '243', 10164 => '244', 10165 => '245', 10166 => '246', 10167 => '247', 10168 => '248', 10169 => '249', 10170 => '250', 10171 => '251', 10172 => '252', 10173 => '253', 10174 => '254'); diff --git a/composer/mpdf/mpdf/data/upperCase.php b/composer/mpdf/mpdf/data/upperCase.php index 564a008..0fa9bd0 100644 --- a/composer/mpdf/mpdf/data/upperCase.php +++ b/composer/mpdf/mpdf/data/upperCase.php @@ -1,5 +1,5 @@ 65, 98 => 66, 99 => 67, 100 => 68, 101 => 69, 102 => 70, 103 => 71, 104 => 72, 105 => 73, 106 => 74, 107 => 75, 108 => 76, 109 => 77, 110 => 78, 111 => 79, 112 => 80, 113 => 81, 114 => 82, 115 => 83, 116 => 84, 117 => 85, 118 => 86, 119 => 87, 120 => 88, 121 => 89, 122 => 90, 181 => 924, 224 => 192, 225 => 193, 226 => 194, 227 => 195, 228 => 196, 229 => 197, 230 => 198, 231 => 199, 232 => 200, 233 => 201, 234 => 202, 235 => 203, 236 => 204, 237 => 205, 238 => 206, 239 => 207, 240 => 208, 241 => 209, 242 => 210, 243 => 211, 244 => 212, 245 => 213, 246 => 214, 248 => 216, 249 => 217, 250 => 218, 251 => 219, 252 => 220, 253 => 221, 254 => 222, 255 => 376, 257 => 256, 259 => 258, 261 => 260, 263 => 262, 265 => 264, 267 => 266, 269 => 268, 271 => 270, 273 => 272, 275 => 274, 277 => 276, 279 => 278, 281 => 280, 283 => 282, 285 => 284, 287 => 286, 289 => 288, 291 => 290, 293 => 292, 295 => 294, 297 => 296, 299 => 298, 301 => 300, 303 => 302, 305 => 73, 307 => 306, 309 => 308, 311 => 310, 314 => 313, 316 => 315, 318 => 317, 320 => 319, 322 => 321, 324 => 323, 326 => 325, 328 => 327, 331 => 330, 333 => 332, 335 => 334, 337 => 336, 339 => 338, 341 => 340, 343 => 342, 345 => 344, 347 => 346, 349 => 348, 351 => 350, 353 => 352, 355 => 354, 357 => 356, 359 => 358, 361 => 360, 363 => 362, 365 => 364, 367 => 366, 369 => 368, 371 => 370, 373 => 372, 375 => 374, 378 => 377, 380 => 379, 382 => 381, 383 => 83, 384 => 579, 387 => 386, 389 => 388, 392 => 391, 396 => 395, 402 => 401, 405 => 502, 409 => 408, 410 => 573, 414 => 544, 417 => 416, 419 => 418, 421 => 420, 424 => 423, 429 => 428, 432 => 431, 436 => 435, 438 => 437, 441 => 440, 445 => 444, 447 => 503, 453 => 452, 454 => 452, 456 => 455, 457 => 455, 459 => 458, 460 => 458, 462 => 461, 464 => 463, 466 => 465, 468 => 467, 470 => 469, 472 => 471, 474 => 473, 476 => 475, 477 => 398, 479 => 478, 481 => 480, 483 => 482, 485 => 484, 487 => 486, 489 => 488, 491 => 490, 493 => 492, 495 => 494, 498 => 497, 499 => 497, 501 => 500, 505 => 504, 507 => 506, 509 => 508, 511 => 510, 513 => 512, 515 => 514, 517 => 516, 519 => 518, 521 => 520, 523 => 522, 525 => 524, 527 => 526, 529 => 528, 531 => 530, 533 => 532, 535 => 534, 537 => 536, 539 => 538, 541 => 540, 543 => 542, 547 => 546, 549 => 548, 551 => 550, 553 => 552, 555 => 554, 557 => 556, 559 => 558, 561 => 560, 563 => 562, 572 => 571, 575 => 11390, 576 => 11391, 578 => 577, 583 => 582, 585 => 584, 587 => 586, 589 => 588, 591 => 590, 592 => 11375, 593 => 11373, 594 => 11376, 595 => 385, 596 => 390, 598 => 393, 599 => 394, 601 => 399, 603 => 400, 608 => 403, 611 => 404, 616 => 407, 617 => 406, 619 => 11362, 623 => 412, 625 => 11374, 626 => 413, 629 => 415, 637 => 11364, 640 => 422, 643 => 425, 648 => 430, 649 => 580, 650 => 433, 651 => 434, 652 => 581, 658 => 439, 837 => 921, 881 => 880, 883 => 882, 887 => 886, 891 => 1021, 892 => 1022, 893 => 1023, 940 => 902, 941 => 904, 942 => 905, 943 => 906, 945 => 913, 946 => 914, 947 => 915, 948 => 916, 949 => 917, 950 => 918, 951 => 919, 952 => 920, 953 => 921, 954 => 922, 955 => 923, 956 => 924, 957 => 925, 958 => 926, 959 => 927, 960 => 928, 961 => 929, 962 => 931, 963 => 931, 964 => 932, 965 => 933, 966 => 934, 967 => 935, 968 => 936, 969 => 937, 970 => 938, 971 => 939, 972 => 908, 973 => 910, 974 => 911, 976 => 914, 977 => 920, 981 => 934, 982 => 928, 983 => 975, 985 => 984, 987 => 986, 989 => 988, 991 => 990, 993 => 992, 995 => 994, 997 => 996, 999 => 998, 1001 => 1000, 1003 => 1002, 1005 => 1004, 1007 => 1006, 1008 => 922, 1009 => 929, 1010 => 1017, 1013 => 917, 1016 => 1015, 1019 => 1018, 1072 => 1040, 1073 => 1041, 1074 => 1042, 1075 => 1043, 1076 => 1044, 1077 => 1045, 1078 => 1046, 1079 => 1047, 1080 => 1048, 1081 => 1049, 1082 => 1050, 1083 => 1051, 1084 => 1052, 1085 => 1053, 1086 => 1054, 1087 => 1055, 1088 => 1056, 1089 => 1057, 1090 => 1058, 1091 => 1059, 1092 => 1060, 1093 => 1061, 1094 => 1062, 1095 => 1063, 1096 => 1064, 1097 => 1065, 1098 => 1066, 1099 => 1067, 1100 => 1068, 1101 => 1069, 1102 => 1070, 1103 => 1071, 1104 => 1024, 1105 => 1025, 1106 => 1026, 1107 => 1027, 1108 => 1028, 1109 => 1029, 1110 => 1030, 1111 => 1031, 1112 => 1032, 1113 => 1033, 1114 => 1034, 1115 => 1035, 1116 => 1036, 1117 => 1037, 1118 => 1038, 1119 => 1039, 1121 => 1120, 1123 => 1122, 1125 => 1124, 1127 => 1126, 1129 => 1128, 1131 => 1130, 1133 => 1132, 1135 => 1134, 1137 => 1136, 1139 => 1138, 1141 => 1140, 1143 => 1142, 1145 => 1144, 1147 => 1146, 1149 => 1148, 1151 => 1150, 1153 => 1152, 1163 => 1162, 1165 => 1164, 1167 => 1166, 1169 => 1168, 1171 => 1170, 1173 => 1172, 1175 => 1174, 1177 => 1176, 1179 => 1178, 1181 => 1180, 1183 => 1182, 1185 => 1184, 1187 => 1186, 1189 => 1188, 1191 => 1190, 1193 => 1192, 1195 => 1194, 1197 => 1196, 1199 => 1198, 1201 => 1200, 1203 => 1202, 1205 => 1204, 1207 => 1206, 1209 => 1208, 1211 => 1210, 1213 => 1212, 1215 => 1214, 1218 => 1217, 1220 => 1219, 1222 => 1221, 1224 => 1223, 1226 => 1225, 1228 => 1227, 1230 => 1229, 1231 => 1216, 1233 => 1232, 1235 => 1234, 1237 => 1236, 1239 => 1238, 1241 => 1240, 1243 => 1242, 1245 => 1244, 1247 => 1246, 1249 => 1248, 1251 => 1250, 1253 => 1252, 1255 => 1254, 1257 => 1256, 1259 => 1258, 1261 => 1260, 1263 => 1262, 1265 => 1264, 1267 => 1266, 1269 => 1268, 1271 => 1270, 1273 => 1272, 1275 => 1274, 1277 => 1276, 1279 => 1278, 1281 => 1280, 1283 => 1282, 1285 => 1284, 1287 => 1286, 1289 => 1288, 1291 => 1290, 1293 => 1292, 1295 => 1294, 1297 => 1296, 1299 => 1298, 1301 => 1300, 1303 => 1302, 1305 => 1304, 1307 => 1306, 1309 => 1308, 1311 => 1310, 1313 => 1312, 1315 => 1314, 1317 => 1316, 1377 => 1329, 1378 => 1330, 1379 => 1331, 1380 => 1332, 1381 => 1333, 1382 => 1334, 1383 => 1335, 1384 => 1336, 1385 => 1337, 1386 => 1338, 1387 => 1339, 1388 => 1340, 1389 => 1341, 1390 => 1342, 1391 => 1343, 1392 => 1344, 1393 => 1345, 1394 => 1346, 1395 => 1347, 1396 => 1348, 1397 => 1349, 1398 => 1350, 1399 => 1351, 1400 => 1352, 1401 => 1353, 1402 => 1354, 1403 => 1355, 1404 => 1356, 1405 => 1357, 1406 => 1358, 1407 => 1359, 1408 => 1360, 1409 => 1361, 1410 => 1362, 1411 => 1363, 1412 => 1364, 1413 => 1365, 1414 => 1366, 7545 => 42877, 7549 => 11363, 7681 => 7680, 7683 => 7682, 7685 => 7684, 7687 => 7686, 7689 => 7688, 7691 => 7690, 7693 => 7692, 7695 => 7694, 7697 => 7696, 7699 => 7698, 7701 => 7700, 7703 => 7702, 7705 => 7704, 7707 => 7706, 7709 => 7708, 7711 => 7710, 7713 => 7712, 7715 => 7714, 7717 => 7716, 7719 => 7718, 7721 => 7720, 7723 => 7722, 7725 => 7724, 7727 => 7726, 7729 => 7728, 7731 => 7730, 7733 => 7732, 7735 => 7734, 7737 => 7736, 7739 => 7738, 7741 => 7740, 7743 => 7742, 7745 => 7744, 7747 => 7746, 7749 => 7748, 7751 => 7750, 7753 => 7752, 7755 => 7754, 7757 => 7756, 7759 => 7758, 7761 => 7760, 7763 => 7762, 7765 => 7764, 7767 => 7766, 7769 => 7768, 7771 => 7770, 7773 => 7772, 7775 => 7774, 7777 => 7776, 7779 => 7778, 7781 => 7780, 7783 => 7782, 7785 => 7784, 7787 => 7786, 7789 => 7788, 7791 => 7790, 7793 => 7792, 7795 => 7794, 7797 => 7796, 7799 => 7798, 7801 => 7800, 7803 => 7802, 7805 => 7804, 7807 => 7806, 7809 => 7808, 7811 => 7810, 7813 => 7812, 7815 => 7814, 7817 => 7816, 7819 => 7818, 7821 => 7820, 7823 => 7822, 7825 => 7824, 7827 => 7826, 7829 => 7828, 7835 => 7776, 7841 => 7840, 7843 => 7842, 7845 => 7844, 7847 => 7846, 7849 => 7848, 7851 => 7850, 7853 => 7852, 7855 => 7854, 7857 => 7856, 7859 => 7858, 7861 => 7860, 7863 => 7862, 7865 => 7864, 7867 => 7866, 7869 => 7868, 7871 => 7870, 7873 => 7872, 7875 => 7874, 7877 => 7876, 7879 => 7878, 7881 => 7880, 7883 => 7882, 7885 => 7884, 7887 => 7886, 7889 => 7888, 7891 => 7890, 7893 => 7892, 7895 => 7894, 7897 => 7896, 7899 => 7898, 7901 => 7900, 7903 => 7902, 7905 => 7904, 7907 => 7906, 7909 => 7908, 7911 => 7910, 7913 => 7912, 7915 => 7914, 7917 => 7916, 7919 => 7918, 7921 => 7920, 7923 => 7922, 7925 => 7924, 7927 => 7926, 7929 => 7928, 7931 => 7930, 7933 => 7932, 7935 => 7934, 7936 => 7944, 7937 => 7945, 7938 => 7946, 7939 => 7947, 7940 => 7948, 7941 => 7949, 7942 => 7950, 7943 => 7951, 7952 => 7960, 7953 => 7961, 7954 => 7962, 7955 => 7963, 7956 => 7964, 7957 => 7965, 7968 => 7976, 7969 => 7977, 7970 => 7978, 7971 => 7979, 7972 => 7980, 7973 => 7981, 7974 => 7982, 7975 => 7983, 7984 => 7992, 7985 => 7993, 7986 => 7994, 7987 => 7995, 7988 => 7996, 7989 => 7997, 7990 => 7998, 7991 => 7999, 8000 => 8008, 8001 => 8009, 8002 => 8010, 8003 => 8011, 8004 => 8012, 8005 => 8013, 8017 => 8025, 8019 => 8027, 8021 => 8029, 8023 => 8031, 8032 => 8040, 8033 => 8041, 8034 => 8042, 8035 => 8043, 8036 => 8044, 8037 => 8045, 8038 => 8046, 8039 => 8047, 8048 => 8122, 8049 => 8123, 8050 => 8136, 8051 => 8137, 8052 => 8138, 8053 => 8139, 8054 => 8154, 8055 => 8155, 8056 => 8184, 8057 => 8185, 8058 => 8170, 8059 => 8171, 8060 => 8186, 8061 => 8187, 8064 => 8072, 8065 => 8073, 8066 => 8074, 8067 => 8075, 8068 => 8076, 8069 => 8077, 8070 => 8078, 8071 => 8079, 8080 => 8088, 8081 => 8089, 8082 => 8090, 8083 => 8091, 8084 => 8092, 8085 => 8093, 8086 => 8094, 8087 => 8095, 8096 => 8104, 8097 => 8105, 8098 => 8106, 8099 => 8107, 8100 => 8108, 8101 => 8109, 8102 => 8110, 8103 => 8111, 8112 => 8120, 8113 => 8121, 8115 => 8124, 8126 => 921, 8131 => 8140, 8144 => 8152, 8145 => 8153, 8160 => 8168, 8161 => 8169, 8165 => 8172, 8179 => 8188, 8526 => 8498, 8560 => 8544, 8561 => 8545, 8562 => 8546, 8563 => 8547, 8564 => 8548, 8565 => 8549, 8566 => 8550, 8567 => 8551, 8568 => 8552, 8569 => 8553, 8570 => 8554, 8571 => 8555, 8572 => 8556, 8573 => 8557, 8574 => 8558, 8575 => 8559, 8580 => 8579, 9424 => 9398, 9425 => 9399, 9426 => 9400, 9427 => 9401, 9428 => 9402, 9429 => 9403, 9430 => 9404, 9431 => 9405, 9432 => 9406, 9433 => 9407, 9434 => 9408, 9435 => 9409, 9436 => 9410, 9437 => 9411, 9438 => 9412, 9439 => 9413, 9440 => 9414, 9441 => 9415, 9442 => 9416, 9443 => 9417, 9444 => 9418, 9445 => 9419, 9446 => 9420, 9447 => 9421, 9448 => 9422, 9449 => 9423, 11312 => 11264, 11313 => 11265, 11314 => 11266, 11315 => 11267, 11316 => 11268, 11317 => 11269, 11318 => 11270, 11319 => 11271, 11320 => 11272, 11321 => 11273, 11322 => 11274, 11323 => 11275, 11324 => 11276, 11325 => 11277, 11326 => 11278, 11327 => 11279, 11328 => 11280, 11329 => 11281, 11330 => 11282, 11331 => 11283, 11332 => 11284, 11333 => 11285, 11334 => 11286, 11335 => 11287, 11336 => 11288, 11337 => 11289, 11338 => 11290, 11339 => 11291, 11340 => 11292, 11341 => 11293, 11342 => 11294, 11343 => 11295, 11344 => 11296, 11345 => 11297, 11346 => 11298, 11347 => 11299, 11348 => 11300, 11349 => 11301, 11350 => 11302, 11351 => 11303, 11352 => 11304, 11353 => 11305, 11354 => 11306, 11355 => 11307, 11356 => 11308, 11357 => 11309, 11358 => 11310, 11361 => 11360, 11365 => 570, 11366 => 574, 11368 => 11367, 11370 => 11369, 11372 => 11371, 11379 => 11378, 11382 => 11381, 11393 => 11392, 11395 => 11394, 11397 => 11396, 11399 => 11398, 11401 => 11400, 11403 => 11402, 11405 => 11404, 11407 => 11406, 11409 => 11408, 11411 => 11410, 11413 => 11412, 11415 => 11414, 11417 => 11416, 11419 => 11418, 11421 => 11420, 11423 => 11422, 11425 => 11424, 11427 => 11426, 11429 => 11428, 11431 => 11430, 11433 => 11432, 11435 => 11434, 11437 => 11436, 11439 => 11438, 11441 => 11440, 11443 => 11442, 11445 => 11444, 11447 => 11446, 11449 => 11448, 11451 => 11450, 11453 => 11452, 11455 => 11454, 11457 => 11456, 11459 => 11458, 11461 => 11460, 11463 => 11462, 11465 => 11464, 11467 => 11466, 11469 => 11468, 11471 => 11470, 11473 => 11472, 11475 => 11474, 11477 => 11476, 11479 => 11478, 11481 => 11480, 11483 => 11482, 11485 => 11484, 11487 => 11486, 11489 => 11488, 11491 => 11490, 11500 => 11499, 11502 => 11501, 11520 => 4256, 11521 => 4257, 11522 => 4258, 11523 => 4259, 11524 => 4260, 11525 => 4261, 11526 => 4262, 11527 => 4263, 11528 => 4264, 11529 => 4265, 11530 => 4266, 11531 => 4267, 11532 => 4268, 11533 => 4269, 11534 => 4270, 11535 => 4271, 11536 => 4272, 11537 => 4273, 11538 => 4274, 11539 => 4275, 11540 => 4276, 11541 => 4277, 11542 => 4278, 11543 => 4279, 11544 => 4280, 11545 => 4281, 11546 => 4282, 11547 => 4283, 11548 => 4284, 11549 => 4285, 11550 => 4286, 11551 => 4287, 11552 => 4288, 11553 => 4289, 11554 => 4290, 11555 => 4291, 11556 => 4292, 11557 => 4293, 42561 => 42560, 42563 => 42562, 42565 => 42564, 42567 => 42566, 42569 => 42568, 42571 => 42570, 42573 => 42572, 42575 => 42574, 42577 => 42576, 42579 => 42578, 42581 => 42580, 42583 => 42582, 42585 => 42584, 42587 => 42586, 42589 => 42588, 42591 => 42590, 42595 => 42594, 42597 => 42596, 42599 => 42598, 42601 => 42600, 42603 => 42602, 42605 => 42604, 42625 => 42624, 42627 => 42626, 42629 => 42628, 42631 => 42630, 42633 => 42632, 42635 => 42634, 42637 => 42636, 42639 => 42638, 42641 => 42640, 42643 => 42642, 42645 => 42644, 42647 => 42646, 42787 => 42786, 42789 => 42788, 42791 => 42790, 42793 => 42792, 42795 => 42794, 42797 => 42796, 42799 => 42798, 42803 => 42802, 42805 => 42804, 42807 => 42806, 42809 => 42808, 42811 => 42810, 42813 => 42812, 42815 => 42814, 42817 => 42816, 42819 => 42818, 42821 => 42820, 42823 => 42822, 42825 => 42824, 42827 => 42826, 42829 => 42828, 42831 => 42830, 42833 => 42832, 42835 => 42834, 42837 => 42836, 42839 => 42838, 42841 => 42840, 42843 => 42842, 42845 => 42844, 42847 => 42846, 42849 => 42848, 42851 => 42850, 42853 => 42852, 42855 => 42854, 42857 => 42856, 42859 => 42858, 42861 => 42860, 42863 => 42862, 42874 => 42873, 42876 => 42875, 42879 => 42878, 42881 => 42880, 42883 => 42882, 42885 => 42884, 42887 => 42886, 42892 => 42891); diff --git a/composer/mpdf/mpdf/src/AssetFetcher.php b/composer/mpdf/mpdf/src/AssetFetcher.php index cbc7f3e..395afa0 100644 --- a/composer/mpdf/mpdf/src/AssetFetcher.php +++ b/composer/mpdf/mpdf/src/AssetFetcher.php @@ -1,16 +1,16 @@ mpdf); if ($wrapperChecker->hasBlacklistedStreamWrapper($path)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\AssetFetchingException('File contains an invalid stream. Only ' . \implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\AssetFetchingException('File contains an invalid stream. Only ' . \implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.'); } if ($originalSrc && $wrapperChecker->hasBlacklistedStreamWrapper($originalSrc)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\AssetFetchingException('File contains an invalid stream. Only ' . \implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\AssetFetchingException('File contains an invalid stream. Only ' . \implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.'); } $this->mpdf->GetFullPath($path); return $this->isPathLocal($path) || $originalSrc !== null && $this->isPathLocal($originalSrc) ? $this->fetchLocalContent($path, $originalSrc) : $this->fetchRemoteContent($path); @@ -66,7 +66,7 @@ public function fetchRemoteContent($path) if (!\str_starts_with((string) $response->getStatusCode(), '2')) { $message = \sprintf('Non-OK HTTP response "%s" on fetching remote content "%s" because of an error', $response->getStatusCode(), $path); if ($this->mpdf->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException($message); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException($message); } $this->logger->info($message); return $data; @@ -75,7 +75,7 @@ public function fetchRemoteContent($path) } catch (\InvalidArgumentException $e) { $message = \sprintf('Unable to fetch remote content "%s" because of an error "%s"', $path, $e->getMessage()); if ($this->mpdf->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException($message, 0, \E_ERROR, null, null, $e); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException($message, 0, \E_ERROR, null, null, $e); } $this->logger->warning($message); } diff --git a/composer/mpdf/mpdf/src/Barcode.php b/composer/mpdf/mpdf/src/Barcode.php index 0ca7f40..83cfd75 100644 --- a/composer/mpdf/mpdf/src/Barcode.php +++ b/composer/mpdf/mpdf/src/Barcode.php @@ -1,6 +1,6 @@ 105) { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE128RAW startid value "%s". Must be 103, 104 or 105 (for A, B or C)', $startid)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE128RAW startid value "%s". Must be 103, 104 or 105 (for A, B or C)', $startid)); } $keys = ''; for ($i = 0; $i <= 105; ++$i) { @@ -302,7 +302,7 @@ protected function init($code, $type, $ean) $keys = ''; if (\strlen($code) % 2 != 0) { // The length of barcode value must be even ($code). You must pad the number with zeros - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException('Invalid CODE128C barcode value'); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException('Invalid CODE128C barcode value'); } for ($i = 0; $i <= 99; ++$i) { $keys .= \chr($i); @@ -311,14 +311,14 @@ protected function init($code, $type, $ean) $hclen = \strlen($code) / 2; for ($i = 0; $i < $hclen; ++$i) { if ($code[2 * $i] < "0" || $code[2 * $i] > "9" || $code[2 * $i + 1] < "0" || $code[2 * $i + 1] > "9") { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code)); } $newCode .= \chr((int) ($code[2 * $i] . $code[2 * $i + 1])); } $code = $newCode; break; default: - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE128 barcode type "%s"', $type)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE128 barcode type "%s"', $type)); } // calculate check character $sum = $startid; @@ -332,7 +332,7 @@ protected function init($code, $type, $ean) $sum += 102; } else { if (\strpos($keys, $code[$i]) === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128%s barcode value "%s"', $code[$i], $type, $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128%s barcode value "%s"', $code[$i], $type, $code)); } $sum += \strpos($keys, $code[$i]) * ($i + 1); } @@ -353,7 +353,7 @@ protected function init($code, $type, $ean) $seq = $chr[$ck]; } else { // invalid character - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE128C barcode value "%s"', $code[$i], $code)); } for ($j = 0; $j < 6; ++$j) { if ($j % 2 == 0) { diff --git a/composer/mpdf/mpdf/src/Barcode/Code39.php b/composer/mpdf/mpdf/src/Barcode/Code39.php index a3a880a..fa97888 100644 --- a/composer/mpdf/mpdf/src/Barcode/Code39.php +++ b/composer/mpdf/mpdf/src/Barcode/Code39.php @@ -1,12 +1,12 @@ encodeExt($code); } if ($code === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); } if ($checksum) { // checksum @@ -62,7 +62,7 @@ private function init($code, $printRatio, $extended, $checksum) $char = $code[$i]; if (!isset($chr[$char])) { // invalid character - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); } for ($j = 0; $j < 9; ++$j) { if ($j % 2 == 0) { @@ -102,7 +102,7 @@ protected function encodeExt($code) $clen = \strlen($code); for ($i = 0; $i < $clen; ++$i) { if (\ord($code[$i]) > 127) { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE39 barcode value "%s"', $code)); } $code_ext .= $encode[$code[$i]]; } diff --git a/composer/mpdf/mpdf/src/Barcode/Code93.php b/composer/mpdf/mpdf/src/Barcode/Code93.php index 403c888..8849cbc 100644 --- a/composer/mpdf/mpdf/src/Barcode/Code93.php +++ b/composer/mpdf/mpdf/src/Barcode/Code93.php @@ -1,13 +1,13 @@ 127) { - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE93 barcode value "%s"', $code[$i], $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid character "%s" in CODE93 barcode value "%s"', $code[$i], $code)); } $code_ext .= $encode[$code[$i]]; } @@ -149,7 +149,7 @@ private function init($code) $char = \ord($code[$i]); if (!isset($chr[$char])) { // invalid character - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE93 barcode value "%s"', $code)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid CODE93 barcode value "%s"', $code)); } for ($j = 0; $j < 6; ++$j) { if ($j % 2 == 0) { diff --git a/composer/mpdf/mpdf/src/Barcode/EanExt.php b/composer/mpdf/mpdf/src/Barcode/EanExt.php index aaf099e..788d20c 100644 --- a/composer/mpdf/mpdf/src/Barcode/EanExt.php +++ b/composer/mpdf/mpdf/src/Barcode/EanExt.php @@ -1,6 +1,6 @@ [ diff --git a/composer/mpdf/mpdf/src/Barcode/EanUpc.php b/composer/mpdf/mpdf/src/Barcode/EanUpc.php index d710c31..eafddec 100644 --- a/composer/mpdf/mpdf/src/Barcode/EanUpc.php +++ b/composer/mpdf/mpdf/src/Barcode/EanUpc.php @@ -1,6 +1,6 @@ init($code, $gapWidth, $daft); $this->data['nom-X'] = $xDim; @@ -90,7 +90,7 @@ private function init($code, $gapWidth, $daft) $binaryCode = \bcadd($routingCode, '1000100001'); break; default: - throw new \OCA\Libresign\Vendor\Mpdf\Barcode\BarcodeException(\sprintf('Invalid MSI routing code "%s"', $routingCode)); + throw new \OCA\Libresign\3rdparty\Mpdf\Barcode\BarcodeException(\sprintf('Invalid MSI routing code "%s"', $routingCode)); } $binaryCode = \bcmul($binaryCode, 10); $binaryCode = \bcadd($binaryCode, $trackingNumber[0]); diff --git a/composer/mpdf/mpdf/src/Barcode/Msi.php b/composer/mpdf/mpdf/src/Barcode/Msi.php index 3a52af1..54fbb94 100644 --- a/composer/mpdf/mpdf/src/Barcode/Msi.php +++ b/composer/mpdf/mpdf/src/Barcode/Msi.php @@ -1,13 +1,13 @@ createBasePath($basePath)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Temporary files directory "%s" is not writable', $basePath)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Temporary files directory "%s" is not writable', $basePath)); } $this->basePath = $basePath; $this->cleanupInterval = $cleanupInterval; diff --git a/composer/mpdf/mpdf/src/Color/ColorConverter.php b/composer/mpdf/mpdf/src/Color/ColorConverter.php index 01ca3d3..8ff11b1 100644 --- a/composer/mpdf/mpdf/src/Color/ColorConverter.php +++ b/composer/mpdf/mpdf/src/Color/ColorConverter.php @@ -1,8 +1,8 @@ mpdf->AddSpotColor($cores[0], $cores[2], $cores[3], $cores[4], $cores[5]); } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Undefined spot color "%s"', $name)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Undefined spot color "%s"', $name)); } } return [static::MODE_SPOT, $this->mpdf->spotColors[$name]['i'], $cores[1]]; @@ -263,13 +263,13 @@ private function restrictColorSpace($c, $color, &$PDFAXwarnings = []) private function ensureBinaryColorFormat($color) { if (!\is_string($color)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid color input, binary color string expected'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid color input, binary color string expected'); } if (\strlen($color) !== 6) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid color input, binary color string expected'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid color input, binary color string expected'); } if (!\in_array($color[0], [static::MODE_GRAYSCALE, static::MODE_SPOT, static::MODE_RGB, static::MODE_CMYK, static::MODE_RGBA, static::MODE_CMYKA])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid color input, invalid color mode in binary color string'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid color input, invalid color mode in binary color string'); } } /** diff --git a/composer/mpdf/mpdf/src/Color/ColorModeConverter.php b/composer/mpdf/mpdf/src/Color/ColorModeConverter.php index a85fc37..31acfa4 100644 --- a/composer/mpdf/mpdf/src/Color/ColorModeConverter.php +++ b/composer/mpdf/mpdf/src/Color/ColorModeConverter.php @@ -1,6 +1,6 @@ mpdf->spotColorIDs[$c[1]])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Error: Spot colour has not been defined - ' . $this->mpdf->spotColorIDs[$c[1]]); } if ($this->mpdf->PDFA) { if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) { diff --git a/composer/mpdf/mpdf/src/Color/NamedColors.php b/composer/mpdf/mpdf/src/Color/NamedColors.php index 575027a..0be4da3 100644 --- a/composer/mpdf/mpdf/src/Color/NamedColors.php +++ b/composer/mpdf/mpdf/src/Color/NamedColors.php @@ -1,6 +1,6 @@ has($id)) { - throw new \OCA\Libresign\Vendor\Mpdf\Container\NotFoundException(\sprintf('Unable to find service of key "%s"', $id)); + throw new \OCA\Libresign\3rdparty\Mpdf\Container\NotFoundException(\sprintf('Unable to find service of key "%s"', $id)); } return $this->services[$id]; } diff --git a/composer/mpdf/mpdf/src/Conversion/DecToAlpha.php b/composer/mpdf/mpdf/src/Conversion/DecToAlpha.php index 9160646..77d839e 100644 --- a/composer/mpdf/mpdf/src/Conversion/DecToAlpha.php +++ b/composer/mpdf/mpdf/src/Conversion/DecToAlpha.php @@ -1,6 +1,6 @@ form_fonts as $fn) { if (\is_array($this->mpdf->fonts[$fn]['n'])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Cannot use fonts with SMP or SIP characters for interactive Form elements'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Cannot use fonts with SMP or SIP characters for interactive Form elements'); } $f .= '/F' . $this->mpdf->fonts[$fn]['i'] . ' ' . $this->mpdf->fonts[$fn]['n'] . ' 0 R '; } @@ -791,7 +791,7 @@ function SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $fl $maxlen = \false; } if (!\preg_match('/^[a-zA-Z0-9_:\\-]+$/', $name)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); } if ($this->mpdf->onlyCoreFonts) { $value = $this->Win1252ToPDFDocEncoding($value); @@ -857,7 +857,7 @@ function SetFormChoice($w, $h, $name, $flags, $array, $align = 'L', $js = '') $align = '0'; } if (!\preg_match('/^[a-zA-Z0-9_:\\-]+$/', $name)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); } if ($this->mpdf->onlyCoreFonts) { for ($i = 0; $i < \count($array['VAL']); $i++) { @@ -981,7 +981,7 @@ function SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], { $this->formCount++; if (!\preg_match('/^[a-zA-Z0-9_:\\-]+$/', $name)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Field [' . $name . '] must have a name attribute, which can only contain letters, numbers, colon(:), undersore(_) or hyphen(-)'); } if (!$this->mpdf->onlyCoreFonts) { if (isset($this->mpdf->CurrentFont['subset'])) { @@ -1009,7 +1009,7 @@ function SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], } if ($type === 'radio' || $type === 'checkbox') { if (!\preg_match('/^[a-zA-Z0-9_:\\-\\.]+$/', $value)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Field '" . $name . "' must have a value, which can only contain letters, numbers, colon(:), underscore(_), hyphen(-) or period(.)"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Field '" . $name . "' must have a value, which can only contain letters, numbers, colon(:), underscore(_), hyphen(-) or period(.)"); } } if ($type === 'radio') { @@ -1157,7 +1157,7 @@ function _put_button_icon($array, $w, $h) } } if (!$info) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Cannot find Button image'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Cannot find Button image'); } $this->writer->object(); $this->writer->write('<<'); diff --git a/composer/mpdf/mpdf/src/FpdiTrait.php b/composer/mpdf/mpdf/src/FpdiTrait.php index 59a5099..550fb8c 100644 --- a/composer/mpdf/mpdf/src/FpdiTrait.php +++ b/composer/mpdf/mpdf/src/FpdiTrait.php @@ -1,30 +1,30 @@ logger->error($message, ['context' => LogContext::REMOTE_CONTENT]); if ($this->mpdf->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException($message); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException($message); } \curl_close($ch); return $response; @@ -77,7 +77,7 @@ public function sendRequest(RequestInterface $request) $message = \sprintf('HTTP error: %d', $info['http_code']); $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]); if ($this->mpdf->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException($message); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException($message); } \curl_close($ch); return $response->withStatus($info['http_code']); diff --git a/composer/mpdf/mpdf/src/Http/Exception/ClientException.php b/composer/mpdf/mpdf/src/Http/Exception/ClientException.php index 65ec755..b45363f 100644 --- a/composer/mpdf/mpdf/src/Http/Exception/ClientException.php +++ b/composer/mpdf/mpdf/src/Http/Exception/ClientException.php @@ -1,8 +1,8 @@ mpdf->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile)); } $this->dictionaryLoaded = \true; } diff --git a/composer/mpdf/mpdf/src/Image/Bmp.php b/composer/mpdf/mpdf/src/Image/Bmp.php index 110a350..ba4482e 100644 --- a/composer/mpdf/mpdf/src/Image/Bmp.php +++ b/composer/mpdf/mpdf/src/Image/Bmp.php @@ -1,8 +1,8 @@ assetFetcher->fetchDataFromPath($file, $orig_srcpath); - } catch (\OCA\Libresign\Vendor\Mpdf\Exception\AssetFetchingException $e) { + } catch (\OCA\Libresign\3rdparty\Mpdf\Exception\AssetFetchingException $e) { return $this->imageError($orig_srcpath, $firstTime, $e->getMessage()); } } @@ -487,7 +487,7 @@ private function twoBytesToInt($s) private function gzCompress($data) { if (!\function_exists('gzcompress')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('gzcompress is not available. install ext-zlib extension.'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('gzcompress is not available. install ext-zlib extension.'); } return \gzcompress($data); } @@ -498,7 +498,7 @@ private function imageError($file, $firstTime, $msg) { $this->failedImages[$file] = \true; if ($firstTime && ($this->mpdf->showImageErrors || $this->mpdf->debug)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfImageException(\sprintf('%s (%s)', $msg, \substr($file, 0, 256))); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfImageException(\sprintf('%s (%s)', $msg, \substr($file, 0, 256))); } $this->logger->warning(\sprintf('%s (%s)', $msg, $file), ['context' => LogContext::IMAGES]); } @@ -545,7 +545,7 @@ public function processJpg($data, $file, $firstTime, $interpolation) if ($a[2] === 'DeviceCMYK' && ($this->mpdf->restrictColorSpace === 2 || $this->mpdf->PDFA && $this->mpdf->restrictColorSpace !== 3)) { // convert to RGB image if (!\function_exists('gd_info')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('JPG image may not use CMYK color space (%s).', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('JPG image may not use CMYK color space (%s).', $file)); } if ($this->mpdf->PDFA && !$this->mpdf->PDFAauto) { $this->mpdf->PDFAXwarnings[] = \sprintf('JPG image "%s" may not use CMYK color space. Image converted to RGB. The colour profile was altered', $file); @@ -786,7 +786,7 @@ public function processPng($data, $file, $firstTime, $interpolation) // Alpha channel set (including using tRNS for Paletted images) if ($pngalpha) { if ($this->mpdf->PDFA) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('PDFA1-b does not permit images with alpha channel transparency (%s).', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('PDFA1-b does not permit images with alpha channel transparency (%s).', $file)); } $imgalpha = \imagecreate($w, $h); // generate gray scale pallete diff --git a/composer/mpdf/mpdf/src/Image/ImageTypeGuesser.php b/composer/mpdf/mpdf/src/Image/ImageTypeGuesser.php index 17fef26..3b22963 100644 --- a/composer/mpdf/mpdf/src/Image/ImageTypeGuesser.php +++ b/composer/mpdf/mpdf/src/Image/ImageTypeGuesser.php @@ -1,6 +1,6 @@ = 6.0 * diff --git a/composer/mpdf/mpdf/src/Image/Wmf.php b/composer/mpdf/mpdf/src/Image/Wmf.php index 2d1ea5b..28a188d 100644 --- a/composer/mpdf/mpdf/src/Image/Wmf.php +++ b/composer/mpdf/mpdf/src/Image/Wmf.php @@ -1,9 +1,9 @@ "\\x{01A0}\\x{01A1}\\x{01AF}\\x{01B0}\\x{1EA0}-\\x{1EF1}", diff --git a/composer/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php b/composer/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php index 538ef1a..e101a68 100644 --- a/composer/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php +++ b/composer/mpdf/mpdf/src/Language/ScriptToLanguageInterface.php @@ -1,6 +1,6 @@ _dochecks(); - \assert(!$container || $container instanceof \OCA\Libresign\Vendor\Mpdf\Container\ContainerInterface); + \assert(!$container || $container instanceof \OCA\Libresign\3rdparty\Mpdf\Container\ContainerInterface); list($mode, $format, $default_font_size, $default_font, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $orientation) = $this->initConstructorParams($config); $this->logger = new NullLogger(); $originalConfig = $config; @@ -1274,7 +1274,7 @@ public function __construct(array $config = [], $container = null) $css = \file_get_contents($this->defaultCssFile); $this->cssManager->ReadCSS(''); } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Unable to read default CSS file "%s"', $this->defaultCssFile)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Unable to read default CSS file "%s"', $this->defaultCssFile)); } if ($default_font == '') { if ($this->onlyCoreFonts) { @@ -1406,7 +1406,7 @@ function _setPageSize($format, &$orientation) $this->fhPt = $format[1]; } else { if (!$format[0] || !$format[1]) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid page format: ' . $format[0] . ' ' . $format[1]); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid page format: ' . $format[0] . ' ' . $format[1]); } $this->fwPt = $format[0] * Mpdf::SCALE; $this->fhPt = $format[1] * Mpdf::SCALE; @@ -1424,7 +1424,7 @@ function _setPageSize($format, &$orientation) $this->wPt = $this->fhPt; $this->hPt = $this->fwPt; } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Incorrect orientation: ' . $orientation); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Incorrect orientation: ' . $orientation); } $this->CurOrientation = $orientation; $this->w = $this->wPt / Mpdf::SCALE; @@ -1521,13 +1521,13 @@ function SetDisplayMode($zoom, $layout = 'continuous') if (\in_array($zoom, $allowedZoomModes, \true) || \is_numeric($zoom)) { $this->ZoomMode = $zoom; } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Incorrect zoom display mode: ' . $zoom); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Incorrect zoom display mode: ' . $zoom); } $allowedLayoutModes = ['single', 'continuous', 'two', 'twoleft', 'tworight', 'default']; if (\in_array($layout, $allowedLayoutModes, \true)) { $this->LayoutMode = $layout; } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Incorrect layout display mode: ' . $layout); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Incorrect layout display mode: ' . $layout); } } function SetCompression($compress) @@ -1687,7 +1687,7 @@ function SetVisibility($v) $this->writer->write('/OC /OC3 BDC'); $this->hasOC = $this->hasOC | 4; } elseif ($v != 'visible') { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Incorrect visibility: ' . $v); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Incorrect visibility: ' . $v); } $this->visibility = $v; } @@ -2912,7 +2912,7 @@ function AddSpotColorsFromFile($file) { $colors = @\file($file); if (!$colors) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Cannot load spot colors file - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Cannot load spot colors file - " . $file); } foreach ($colors as $sc) { list($name, $c, $m, $y, $k) = \preg_split("/\t/", $sc); @@ -3407,14 +3407,14 @@ function AddFont($family, $style = '') } /* -- END CJK-FONTS -- */ if ($this->usingCoreFont) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("mPDF Error - problem with Font management"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("mPDF Error - problem with Font management"); } $stylekey = $style; if (!$style) { $stylekey = 'R'; } if (!isset($this->fontdata[$family][$stylekey]) || !$this->fontdata[$family][$stylekey]) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Font "%s%s%s" is not supported', $family, $style ? ' - ' : '', $style)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Font "%s%s%s" is not supported', $family, $style ? ' - ' : '', $style)); } /* Setup defaults */ $font = ['name' => '', 'type' => '', 'desc' => '', 'panose' => '', 'unitsPerEm' => '', 'up' => '', 'ut' => '', 'strs' => '', 'strp' => '', 'sip' => \false, 'smp' => \false, 'useOTL' => 0, 'fontmetrics' => '', 'haskerninfo' => \false, 'haskernGPOS' => \false, 'hassmallcapsGSUB' => \false, 'BMPselected' => \false, 'GSUBScriptLang' => [], 'GSUBFeatures' => [], 'GSUBLookups' => [], 'GPOSScriptLang' => [], 'GPOSFeatures' => [], 'GPOSLookups' => [], 'rtlPUAstr' => '']; @@ -3512,7 +3512,7 @@ function SetFont($family, $style = '', $size = 0, $write = \true, $forcewrite = } elseif ($this->default_font) { $family = $this->default_font; } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("No font or default font set!"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("No font or default font set!"); } } $this->ReqFontStyle = $style; @@ -3520,7 +3520,7 @@ function SetFont($family, $style = '', $size = 0, $write = \true, $forcewrite = if ($family == 'csymbol' || $family == 'czapfdingbats' || $family == 'ctimes' || $family == 'ccourier' || $family == 'chelvetica') { if ($this->PDFA || $this->PDFX) { if ($family == 'csymbol' || $family == 'czapfdingbats') { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Symbol and Zapfdingbats cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a)."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Symbol and Zapfdingbats cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a)."); } if ($family == 'ctimes' || $family == 'ccourier' || $family == 'chelvetica') { if ($this->PDFA && !$this->PDFAauto || $this->PDFX && !$this->PDFXauto) { @@ -3673,7 +3673,7 @@ function SetFont($family, $style = '', $size = 0, $write = \true, $forcewrite = } else { // if using core fonts if ($this->PDFA || $this->PDFX) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Core Adobe fonts cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a) - cannot use option to use core fonts.'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Core Adobe fonts cannot be embedded in mPDF (required for PDFA1-b or PDFX/1-a) - cannot use option to use core fonts.'); } $this->setMBencoding('windows-1252'); // Test if font is already selected @@ -3701,7 +3701,7 @@ function SetFont($family, $style = '', $size = 0, $write = \true, $forcewrite = } require __DIR__ . '/../data/font/' . $file . '.php'; if (!isset($cw)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Could not include font metric file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Could not include font metric file "%s"', $file)); } $i = \count($this->fonts) + $this->extraFontSubsets + 1; $this->fonts[$fontkey] = ['i' => $i, 'type' => 'core', 'name' => $this->CoreFonts[$fontkey], 'desc' => $desc, 'up' => $up, 'ut' => $ut, 'cw' => $cw]; @@ -3709,7 +3709,7 @@ function SetFont($family, $style = '', $size = 0, $write = \true, $forcewrite = $this->fonts[$fontkey]['kerninfo'] = $kerninfo; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Font %s not defined', $fontkey)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Font %s not defined', $fontkey)); } } // Test if font is already selected @@ -6481,10 +6481,10 @@ function printobjectbuffer($is_table = \false, $blockdir = \false) if (\in_array($objattr['btype'], $barcodeTypes, \true)) { $this->WriteBarcode($objattr['code'], $objattr['showtext'], $objattr['INNER-X'], $objattr['INNER-Y'], $objattr['bsize'], 0, 0, 0, 0, 0, $objattr['bheight'], $bgcol, $col, $objattr['btype'], $objattr['bsupp'], isset($objattr['bsupp_code']) ? $objattr['bsupp_code'] : '', $k); } elseif ($objattr['btype'] === 'QR') { - if (!\class_exists('OCA\\Libresign\\Vendor\\OCA\Libresign\Vendor\\Mpdf\\QrCode\\QrCode') || !\class_exists('OCA\\Libresign\\Vendor\\OCA\Libresign\Vendor\\Mpdf\\QrCode\\Output\\Mpdf')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('OCA\Libresign\Vendor\\Mpdf\\QrCode package was not found. Install the package from Packagist with "composer require mpdf/qrcode"'); + if (!\class_exists('OCA\\Libresign\\3rdparty\\OCA\Libresign\3rdparty\\Mpdf\\QrCode\\QrCode') || !\class_exists('OCA\\Libresign\\3rdparty\\OCA\Libresign\3rdparty\\Mpdf\\QrCode\\Output\\Mpdf')) { + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('OCA\Libresign\3rdparty\\Mpdf\\QrCode package was not found. Install the package from Packagist with "composer require mpdf/qrcode"'); } - $barcodeContent = \str_replace('OCA\\Libresign\\Vendor\\r\\n', "\r\n", $objattr['code']); + $barcodeContent = \str_replace('OCA\\Libresign\\3rdparty\\r\\n', "\r\n", $objattr['code']); $barcodeContent = \str_replace('\\n', "\n", $barcodeContent); $qrcode = new QrCode\QrCode($barcodeContent, $objattr['errorlevel']); if ($objattr['disableborder']) { @@ -7743,7 +7743,7 @@ function _advanceFloatMargins() function _SetTextRendering($mode) { if (!($mode == 0 || $mode == 1 || $mode == 2)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Text rendering mode should be 0, 1 or 2 (value : {$mode})"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Text rendering mode should be 0, 1 or 2 (value : {$mode})"); } $tr = $mode . ' Tr'; if ($this->page > 0 && (isset($this->pageoutput[$this->page]['TextRendering']) && $this->pageoutput[$this->page]['TextRendering'] != $tr || !isset($this->pageoutput[$this->page]['TextRendering']))) { @@ -8387,11 +8387,11 @@ function Output($name = '', $dest = '') if ($this->debug && \error_get_last()) { $e = \error_get_last(); if ($e['type'] < 2048 && $e['type'] != 8 || \intval($e['type']) & \intval(\ini_get("error_reporting"))) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Error detected. PDF file generation aborted: %s', $e['message']), $e['type'], 1, $e['file'], $e['line']); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Error detected. PDF file generation aborted: %s', $e['message']), $e['type'], 1, $e['file'], $e['line']); } } if (($this->PDFA || $this->PDFX) && $this->encrypted) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDF/A1-b or PDF/X1-a does not permit encryption of documents.'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDF/A1-b or PDF/X1-a does not permit encryption of documents.'); } if (\count($this->PDFAXwarnings) && ($this->PDFA && !$this->PDFAauto || $this->PDFX && !$this->PDFXauto)) { if ($this->PDFA) { @@ -8408,7 +8408,7 @@ function Output($name = '', $dest = '') foreach ($this->PDFAXwarnings as $w) { $this->logger->warning($w, ['context' => LogContext::PDFA_PDFX]); } - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA/PDFX warnings generated. See log for further details'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA/PDFX warnings generated. See log for further details'); } $this->logger->debug(\sprintf('Compiled in %.6F seconds', \microtime(\true) - $this->time0), ['context' => LogContext::STATISTICS]); $this->logger->debug(\sprintf('Peak Memory usage %s MB', \number_format(\memory_get_peak_usage(\true) / (1024 * 1024), 2)), ['context' => LogContext::STATISTICS]); @@ -8429,10 +8429,10 @@ function Output($name = '', $dest = '') switch ($dest) { case Destination::INLINE: if (\headers_sent($filename, $line)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Data has already been sent to output (%s at line %s), unable to output PDF file', $filename, $line)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Data has already been sent to output (%s at line %s), unable to output PDF file', $filename, $line)); } if ($this->debug && !$this->allow_output_buffering && \ob_get_contents()) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Output has already been sent from the script - PDF file generation aborted.'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Output has already been sent from the script - PDF file generation aborted.'); } // We send to a browser if (\PHP_SAPI !== 'cli') { @@ -8452,7 +8452,7 @@ function Output($name = '', $dest = '') break; case Destination::DOWNLOAD: if (\headers_sent()) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Data has already been sent to output, unable to output PDF file'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Data has already been sent to output, unable to output PDF file'); } \header('Content-Description: File Transfer'); \header('Content-Transfer-Encoding: binary'); @@ -8472,7 +8472,7 @@ function Output($name = '', $dest = '') case Destination::FILE: $f = \fopen($name, 'wb'); if (!$f) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Unable to create output file %s', $name)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Unable to create output file %s', $name)); } \fwrite($f, $this->buffer, \strlen($this->buffer)); \fclose($f); @@ -8481,7 +8481,7 @@ function Output($name = '', $dest = '') $this->cache->clearOld(); return $this->buffer; default: - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Incorrect output destination %s', $dest)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Incorrect output destination %s', $dest)); } $this->cache->clearOld(); } @@ -8516,24 +8516,24 @@ function _dochecks() { // Check for locale-related bug if (1.1 == 1) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Do not alter the locale before including mPDF'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Do not alter the locale before including mPDF'); } // Check for decimal separator if (\sprintf('%.1f', 1.0) != '1.0') { \setlocale(\LC_NUMERIC, 'C'); } if (\ini_get('mbstring.func_overload')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Mpdf cannot function properly with mbstring.func_overload enabled'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Mpdf cannot function properly with mbstring.func_overload enabled'); } if (!\function_exists('mb_substr')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('mbstring extension must be loaded in order to run mPDF'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('mbstring extension must be loaded in order to run mPDF'); } if (!\function_exists('mb_regex_encoding')) { $mamp = ''; if (\strtoupper(\substr(\PHP_OS, 0, 3)) === 'WIN') { $mamp = ' If using MAMP, there is a bug in its PHP build causing this.'; } - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('mbstring extension with mbregex support must be loaded in order to run mPDF.' . $mamp); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('mbstring extension with mbregex support must be loaded in order to run mPDF.' . $mamp); } } function _puthtmlheaders() @@ -9231,7 +9231,7 @@ function _dounderline($x, $y, $txt, $OTLdata = \false, $textvar = 0) function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) { if ($this->PDFA || $this->PDFX) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!'); } if (!$this->watermark_font) { $this->watermark_font = $this->default_font; @@ -9303,7 +9303,7 @@ function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) function watermarkImg($src, $alpha = 0.2) { if ($this->PDFA || $this->PDFX) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA and PDFX do not permit transparency, so mPDF does not allow Watermarks!'); } if ($this->watermarkImgBehind) { $this->watermarkImgAlpha = $this->SetAlpha($alpha, 'Normal', \true); @@ -9483,7 +9483,7 @@ function AddCIDFont($family, $style, $name, &$cw, $CMap, $registry, $desc) { $fontkey = \strtolower($family) . \strtoupper($style); if (isset($this->fonts[$fontkey])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Font already added: {$family} {$style}"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Font already added: {$family} {$style}"); } $i = \count($this->fonts) + $this->extraFontSubsets + 1; $name = \str_replace(' ', '', $name); @@ -9498,7 +9498,7 @@ function AddCIDFont($family, $style, $name, &$cw, $CMap, $registry, $desc) function AddCJKFont($family) { if ($this->PDFA || $this->PDFX) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Adobe CJK fonts cannot be embedded in mPDF (required for PDFA1-b and PDFX/1-a)."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Adobe CJK fonts cannot be embedded in mPDF (required for PDFA1-b and PDFX/1-a)."); } if ($family == 'big5') { $this->AddBig5Font(); @@ -10353,7 +10353,7 @@ function TableHeaderFooter($content = '', $tablestartpage = '', $tablestartcolum } if (empty($content[$firstrow])) { if ($this->debug) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(" must precede in a table"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(" must precede in a table"); } else { return; } @@ -11456,7 +11456,7 @@ function SetFooter($Farray = [], $side = '') /* -- WATERMARK -- */ function SetWatermarkText($txt = '', $alpha = -1) { - if ($txt instanceof \OCA\Libresign\Vendor\Mpdf\WatermarkText) { + if ($txt instanceof \OCA\Libresign\3rdparty\Mpdf\WatermarkText) { $this->watermarkTextObject = $txt; $this->watermarkText = $txt->getText(); $this->watermarkTextAlpha = $txt->getAlpha(); @@ -11472,7 +11472,7 @@ function SetWatermarkText($txt = '', $alpha = -1) } function SetWatermarkImage($src, $alpha = -1, $size = 'D', $pos = 'F') { - if ($src instanceof \OCA\Libresign\Vendor\Mpdf\WatermarkImage) { + if ($src instanceof \OCA\Libresign\3rdparty\Mpdf\WatermarkImage) { $this->watermarkImage = $src->getPath(); $this->watermark_size = $src->getSize(); $this->watermark_pos = $src->getPosition(); @@ -11615,12 +11615,12 @@ function WriteHTML($html, $mode = HTMLParserMode::DEFAULT_MODE, $init = \true, $ /* Check $html is an integer, float, string, boolean or class with __toString(), otherwise throw exception */ if (\is_scalar($html) === \false) { if (!\is_object($html) || !\method_exists($html, '__toString')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('WriteHTML() requires $html be an integer, float, string, boolean or an object with the __toString() magic method.'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('WriteHTML() requires $html be an integer, float, string, boolean or an object with the __toString() magic method.'); } } // Check the mode is valid if (\in_array($mode, HTMLParserMode::getAllModes(), \true) === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('WriteHTML() requires $mode to be one of the modes defined in HTMLParserMode'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('WriteHTML() requires $mode to be one of the modes defined in HTMLParserMode'); } /* Cast $html as a string */ $html = (string) $html; @@ -14269,7 +14269,7 @@ function printbuffer($arrayaux, $blockstate = 0, $is_table = \false, $table_draf } // Gets messed up if try and use core fonts inside a paragraph of text which needs to be BiDi re-ordered or OTLdata set if (($blockdir == 'rtl' || $this->biDirectional) && isset($arrayaux[$i][4]) && \in_array($arrayaux[$i][4], ['ccourier', 'ctimes', 'chelvetica', 'csymbol', 'czapfdingbats'])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("You cannot use core fonts in a document which contains RTL text."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("You cannot use core fonts in a document which contains RTL text."); } } // mPDF 6 @@ -17437,7 +17437,7 @@ function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [], $checkl // Return -(wordsize) if word is bigger than maxwidth // ADDED if ($toonarrow && $this->table_error_report) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Word is too long to fit in table - " . $this->table_error_report_param); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Word is too long to fit in table - " . $this->table_error_report_param); } if ($toonarrow) { return -$biggestword; @@ -23604,7 +23604,7 @@ function purify_utf8($html, $lo = \true) $a = @\iconv('UTF-8', 'UTF-8', $html); $error = \error_get_last(); if ($error && $error['message'] === 'iconv(): Detected an illegal character in input string') { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid input characters. Did you set $mpdf->in_charset properly?'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid input characters. Did you set $mpdf->in_charset properly?'); } $pos = $start = \strlen($a); $err = ''; @@ -23615,7 +23615,7 @@ function purify_utf8($html, $lo = \true) $this->logger->error($err, ['context' => LogContext::UTF8]); $html = \substr($html, $pos); } - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("HTML contains invalid UTF-8 character(s). See log for further details"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("HTML contains invalid UTF-8 character(s). See log for further details"); } $html = \preg_replace("/\r/", "", $html); // converts html_entities > ASCII 127 to UTF-8 @@ -23633,7 +23633,7 @@ function purify_utf8_text($txt) { // Make sure UTF-8 string of characters if (!$this->is_utf8($txt)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("Text contains invalid UTF-8 character(s)"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("Text contains invalid UTF-8 character(s)"); } $txt = \preg_replace("/\r/", "", $txt); return $txt; @@ -23669,7 +23669,7 @@ function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border $arrcode = $this->barcode->getBarcodeArray($code, $btype); } if ($arrcode === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Error in barcode string: ' . $codestr); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Error in barcode string: ' . $codestr); } if (($btype === 'EAN13' || $btype === 'ISBN' || $btype === 'ISSN') && \strlen($code) === 12 || $btype == 'UPCA' && \strlen($code) === 11 || $btype == 'UPCE' && \strlen($code) === 11 || $btype == 'EAN8' && \strlen($code) === 7) { $code .= $arrcode['checkdigit']; @@ -23944,10 +23944,10 @@ function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border // PRINT BARS $supparrcode = $this->barcode->getBarcodeArray($supplement_code, 'EAN' . $supplement); if ($supparrcode === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Error in barcode string (supplement): ' . $codestr . ' ' . $supplement_code); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Error in barcode string (supplement): ' . $codestr . ' ' . $supplement_code); } if (\strlen($supplement_code) != $supplement) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Barcode supplement incorrect: ' . $supplement_code); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Barcode supplement incorrect: ' . $supplement_code); } $llm = $fbw - ($arrcode['lightmR'] - $supparrcode['sepM']) * $arrcode['nom-X'] * $size; // Left Light margin @@ -24120,7 +24120,7 @@ function transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = \false) $y = $this->y; } if ($s_x == 0 or $s_y == 0) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Please do not use values equal to zero for scaling'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Please do not use values equal to zero for scaling'); } $y = ($this->h - $y) * Mpdf::SCALE; $x *= Mpdf::SCALE; @@ -24416,10 +24416,10 @@ function AdjustHTML($html, $tabSpaces = 8) { $limit = \ini_get('pcre.backtrack_limit'); if (0 >= (int) $limit) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('mPDF will not process HTML with disabled pcre.backtrack_limit to prevent unexpected behaviours, please set a positive backtrack limit.', $limit)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('mPDF will not process HTML with disabled pcre.backtrack_limit to prevent unexpected behaviours, please set a positive backtrack limit.', $limit)); } if (\strlen($html) > (int) $limit) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('The HTML code size is larger than pcre.backtrack_limit %d. You should use WriteHTML() with smaller string lengths. Pass your HTML in smaller chunks.', $limit)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('The HTML code size is larger than pcre.backtrack_limit %d. You should use WriteHTML() with smaller string lengths. Pass your HTML in smaller chunks.', $limit)); } \preg_match_all("/()/si", $html, $m); if (\count($m[1])) { @@ -24675,7 +24675,7 @@ function OverWrite($file_in, $search, $replacement, $dest = Destination::DOWNLOA } $f = \fopen($file_out, 'wb'); if (!$f) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Unable to create output file: ' . $file_out); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Unable to create output file: ' . $file_out); } \fwrite($f, $pdf, \strlen($pdf)); \fclose($f); diff --git a/composer/mpdf/mpdf/src/MpdfException.php b/composer/mpdf/mpdf/src/MpdfException.php index 4fa5e08..a7e33aa 100644 --- a/composer/mpdf/mpdf/src/MpdfException.php +++ b/composer/mpdf/mpdf/src/MpdfException.php @@ -1,6 +1,6 @@ GDEFdata[$this->fontkey]['GSUBGPOStables'])) { $this->ttfOTLdata = $this->GDEFdata[$this->fontkey]['GSUBGPOStables'] = $this->fontCache->load($this->fontkey . '.GSUBGPOStables.dat', 'rb'); if (!$this->ttfOTLdata) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Can\'t open file ' . $this->fontCache->tempFilename($this->fontkey . '.GSUBGPOStables.dat')); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Can\'t open file ' . $this->fontCache->tempFilename($this->fontkey . '.GSUBGPOStables.dat')); } } else { $this->ttfOTLdata = $this->GDEFdata[$this->fontkey]['GSUBGPOStables']; @@ -1736,7 +1736,7 @@ function _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $s } return 0; } elseif ($SubstFormat == 3) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GSUB Lookup Type " . $Type . " Format " . $SubstFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GSUB Lookup Type " . $Type . " Format " . $SubstFormat . " not TESTED YET."); } } elseif ($Type == 6) { //=========== @@ -2044,7 +2044,7 @@ function _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $s return 0; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GSUB Lookup Type " . $Type . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GSUB Lookup Type " . $Type . " not supported."); } } function _updateLigatureMarks($pos, $n) @@ -3934,7 +3934,7 @@ private function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $cur // Format 1: //=========== if ($PosFormat == 1) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); } elseif ($PosFormat == 2) { $CoverageTableOffset = $subtable_offset + $this->read_ushort(); $InputClassDefOffset = $subtable_offset + $this->read_ushort(); @@ -4032,16 +4032,16 @@ private function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $cur } return 0; } elseif ($PosFormat == 3) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); } } elseif ($Type == 8) { //=========== // Format 1: //=========== if ($PosFormat == 1) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); return 0; } elseif ($PosFormat == 2) { $CoverageTableOffset = $subtable_offset + $this->read_ushort(); @@ -4268,10 +4268,10 @@ private function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $cur } } } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); } } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("GPOS Lookup Type " . $Type . " not supported."); } } ////////////////////////////////////////////////////////////////////////////////// @@ -4574,10 +4574,10 @@ private function _getGCOMignoreString($flag, $MarkFilteringSet) } // Flag & 0x0010 = UseMarkFilteringSet if ($flag & 0x10) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - Not tested yet"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - Not tested yet"); // Change also in ttfontsuni.php if ($MarkFilteringSet == '') { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - but MarkFilteringSet not set"); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("This font [" . $this->fontkey . "] contains MarkGlyphSets - but MarkFilteringSet not set"); } $str = $this->MarkGlyphSets[$MarkFilteringSet]; } diff --git a/composer/mpdf/mpdf/src/OtlDump.php b/composer/mpdf/mpdf/src/OtlDump.php index f5c8b6f..583face 100644 --- a/composer/mpdf/mpdf/src/OtlDump.php +++ b/composer/mpdf/mpdf/src/OtlDump.php @@ -1,13 +1,13 @@ filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); } $this->_pos = 0; $this->charWidths = ''; @@ -141,19 +141,19 @@ function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = \false, $BMPonly = $this->version = $version = $this->read_ulong(); $this->panose = []; if ($version == 0x4f54544f) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); } if ($version == 0x74746366 && !$TTCfontID) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in ttfontdata configuration key (" . $file . ")"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in ttfontdata configuration key (" . $file . ")"); } if (!\in_array($version, [0x10000, 0x74727565]) && !$TTCfontID) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Not a TrueType font: version=" . $version); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Not a TrueType font: version=" . $version); } if ($TTCfontID > 0) { $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000])) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version . " - " . $file); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -202,7 +202,7 @@ function checksumTables() } $xchecksum = $t['checksum']; if ($xchecksum != $checksum) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, \dechex($checksum[0]) . \dechex($checksum[1]), $t['tag'], \dechex($xchecksum[0]) . \dechex($xchecksum[1]))); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, \dechex($checksum[0]) . \dechex($checksum[1]), $t['tag'], \dechex($xchecksum[0]) . \dechex($xchecksum[1]))); } } } @@ -380,7 +380,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $name_offset = $this->seek_table("name"); $format = $this->read_ushort(); if ($format != 0 && $format != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format); } $numRecords = $this->read_ushort(); $string_data_offset = $name_offset + $this->read_ushort(); @@ -403,7 +403,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $opos = $this->_pos; $this->seek($string_data_offset + $offset); if ($length % 2 != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length"); } $length /= 2; $N = ''; @@ -445,14 +445,14 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us } } if (!$psName) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: " . $this->filename); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: " . $this->filename); } if ($debug) { for ($i = 0; $i < \count($psName); $i++) { $c = $psName[$i]; $oc = \ord($c); if ($oc > 126 || \strpos(' [](){}<>/%', $c) !== \false) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("psName=" . $psName . " contains invalid character " . $c . " ie U+" . \ord($c)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("psName=" . $psName . " contains invalid character " . $c . " ie U+" . \ord($c)); } } } @@ -488,13 +488,13 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown head table version ' . $ver_maj . '.' . $ver_min); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown head table version ' . $ver_maj . '.' . $ver_min); } $this->fontRevision = $this->read_ushort() . $this->read_ushort(); $this->skip(4); $magic = $this->read_ulong(); if ($magic != 0x5f0f3cf5) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Invalid head table magic ' . $magic); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Invalid head table magic ' . $magic); } $this->skip(2); } else { @@ -512,7 +512,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $indexToLocFormat = $this->read_ushort(); $glyphDataFormat = $this->read_ushort(); if ($glyphDataFormat != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown glyph data format ' . $glyphDataFormat); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown glyph data format ' . $glyphDataFormat); } /////////////////////////////////// // hhea metrics table @@ -539,7 +539,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us if ($fsType == 0x2 || ($fsType & 0x300) != 0) { global $overrideTTFFontRestriction; if (!$overrideTTFFontRestriction) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Font file ' . $this->filename . ' cannot be embedded due to copyright restrictions.'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Font file ' . $this->filename . ' cannot be embedded due to copyright restrictions.'); } $this->restrictedUse = \true; } @@ -589,7 +589,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj < 1 || $ver_maj > 4) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown post table version ' . $ver_maj); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown post table version ' . $ver_maj); } } else { $this->skip(4); @@ -616,7 +616,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown hhea table version %s', $ver_maj)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown hhea table version %s', $ver_maj)); } $this->skip(28); } else { @@ -624,11 +624,11 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us } $metricDataFormat = $this->read_ushort(); if ($metricDataFormat != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown horizontal metric data format ' . $metricDataFormat); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown horizontal metric data format ' . $metricDataFormat); } $numberOfHMetrics = $this->read_ushort(); if ($numberOfHMetrics == 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Number of horizontal metrics is 0'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Number of horizontal metrics is 0'); } /////////////////////////////////// // maxp - Maximum profile table @@ -638,7 +638,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown maxp table version ' . $ver_maj); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown maxp table version ' . $ver_maj); } } else { $this->skip(4); @@ -679,7 +679,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Font (' . $this->filename . ') does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Font (' . $this->filename . ') does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)'); } $sipset = \false; $smpset = \false; @@ -753,7 +753,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $kerninfo = \false, $us $bctr++; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); } } $glyphToChar[$gid][] = $bctr; @@ -1431,7 +1431,7 @@ function _getGSUBtables() } } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Lookup[$i]['Type'] . ", Format " . $SubstFormat . " not supported (ttfontsuni.php)."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Lookup[$i]['Type'] . ", Format " . $SubstFormat . " not supported (ttfontsuni.php)."); } } } else { @@ -1485,7 +1485,7 @@ function _getGSUBtables() } } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Lookup Type " . $Lookup[$i]['Type'] . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Lookup Type " . $Lookup[$i]['Type'] . " not supported."); } } } @@ -1655,7 +1655,7 @@ function _getGSUBtables() $glyphs = $this->_getCoverage(); $Lookup[$i]['Subtable'][$c]['CoverageInputGlyphs'][] = \implode("|", $glyphs); } - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey); } } } @@ -2477,7 +2477,7 @@ function _getGSUBignoreString($flag, $MarkFilteringSet) } // Flag & 0x0010 = UseMarkFilteringSet if ($flag & 0x10) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("This font " . $this->fontkey . " contains MarkGlyphSets"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("This font " . $this->fontkey . " contains MarkGlyphSets"); $str = "Mark Glyph Set: "; $str .= $this->MarkGlyphSets[$MarkFilteringSet]; } @@ -3437,15 +3437,15 @@ function _getGPOSarray(&$Lookup, $lul, $scripttag, $level = 1, $lcoverage = '', // Format 1: //=========== if ($PosFormat == 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); } else { if ($PosFormat == 2) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); } else { if ($PosFormat == 3) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not YET TESTED."); } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . ", Format " . $PosFormat . " not supported."); } } } @@ -3456,13 +3456,13 @@ function _getGPOSarray(&$Lookup, $lul, $scripttag, $level = 1, $lcoverage = '', // Format 1: //=========== if ($PosFormat == 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); } else { if ($PosFormat == 2) { $html .= '
GPOS Lookup Type 8: Format 2 not yet supported in OTL dump
'; continue; /* NB When developing - cf. GSUB 6.2 */ - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Type . " Format " . $PosFormat . " not TESTED YET."); } else { if ($PosFormat == 3) { $BacktrackGlyphCount = $this->read_ushort(); @@ -3826,7 +3826,7 @@ function getLOCA($indexToLocFormat, $numGlyphs) $this->glyphPos[] = $arr[$n + 1]; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Unknown location table format ' . $indexToLocFormat); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Unknown location table format ' . $indexToLocFormat); } } } diff --git a/composer/mpdf/mpdf/src/Output/Destination.php b/composer/mpdf/mpdf/src/Output/Destination.php index 9225208..506fa20 100644 --- a/composer/mpdf/mpdf/src/Output/Destination.php +++ b/composer/mpdf/mpdf/src/Output/Destination.php @@ -1,6 +1,6 @@ offsetExists($offset)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid key to set for PageBox'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid key to set for PageBox'); } $this->container[$offset] = $value; } @@ -27,7 +27,7 @@ public function offsetExists($offset) public function offsetUnset($offset) { if (!$this->offsetExists($offset)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid key to set for PageBox'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid key to set for PageBox'); } $this->container[$offset] = null; } @@ -35,7 +35,7 @@ public function offsetUnset($offset) public function offsetGet($offset) { if (!$this->offsetExists($offset)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Invalid key to set for PageBox'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Invalid key to set for PageBox'); } return $this->container[$offset]; } diff --git a/composer/mpdf/mpdf/src/PageFormat.php b/composer/mpdf/mpdf/src/PageFormat.php index df54d7b..61d307c 100644 --- a/composer/mpdf/mpdf/src/PageFormat.php +++ b/composer/mpdf/mpdf/src/PageFormat.php @@ -1,6 +1,6 @@ [433.7, 663.3], ]; if (!isset($formats[$format])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Unknown page format %s', $format)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Unknown page format %s', $format)); } return $formats[$format]; } diff --git a/composer/mpdf/mpdf/src/Pdf/Protection.php b/composer/mpdf/mpdf/src/Pdf/Protection.php index 51812a2..a6b91be 100644 --- a/composer/mpdf/mpdf/src/Pdf/Protection.php +++ b/composer/mpdf/mpdf/src/Pdf/Protection.php @@ -1,8 +1,8 @@ uniqidGenerator = $uniqidGenerator; $this->lastRc4Key = ''; @@ -96,7 +96,7 @@ public function setProtection($permissions = [], $user_pass = '', $owner_pass = if ($length === 128) { $this->useRC128Encryption = \true; } elseif ($length !== 40) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDF protection only allows lenghts of 40 or 128'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDF protection only allows lenghts of 40 or 128'); } if ($owner_pass === null) { $owner_pass = \bin2hex(\random_bytes(23)); @@ -205,7 +205,7 @@ private function getProtectionBitsFromOptions($permissions) // bits 7, 8, 13-32 foreach ($permissions as $permission) { if (!isset($this->options[$permission])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Invalid permission type "%s"', $permission)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Invalid permission type "%s"', $permission)); } if ($this->options[$permission] > 32) { $this->useRC128Encryption = \true; diff --git a/composer/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php b/composer/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php index 2ad36ba..249f3f5 100644 --- a/composer/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php +++ b/composer/mpdf/mpdf/src/Pdf/Protection/UniqidGenerator.php @@ -1,6 +1,6 @@ count($info) and thus invalid. // In case I am missing something(!) I'll leave a warning here for now: if (isset($info[$idx])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Unexpected error occurred in Indic processing'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Unexpected error occurred in Indic processing'); } // In case of final bloken cluster... //$syllable = $info[$idx]['syllable']; diff --git a/composer/mpdf/mpdf/src/Shaper/Myanmar.php b/composer/mpdf/mpdf/src/Shaper/Myanmar.php index 8ba6344..191321e 100644 --- a/composer/mpdf/mpdf/src/Shaper/Myanmar.php +++ b/composer/mpdf/mpdf/src/Shaper/Myanmar.php @@ -1,6 +1,6 @@ filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open font file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open font file "%s"', $file)); } $this->_pos = 0; $this->charWidths = ''; @@ -175,19 +175,19 @@ public function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = \false, $BM $this->version = $version = $this->read_ulong(); $this->panose = []; if ($version === 0x4f54544f) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); } if ($version === 0x74746366 && !$TTCfontID) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('TTCfontID for a TrueType Collection is not defined in mPDF "fontdata" configuration (%s)', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('TTCfontID for a TrueType Collection is not defined in mPDF "fontdata" configuration (%s)', $file)); } if (!\in_array($version, [0x10000, 0x74727565], \true) && !$TTCfontID) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Not a TrueType font: version=%s)', $version)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Not a TrueType font: version=%s)', $version)); } if ($TTCfontID > 0) { $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000], \true)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - (%s)', $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - (%s)', $version, $file)); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -236,7 +236,7 @@ function checksumTables() } $xchecksum = $t['checksum']; if ($xchecksum != $checksum) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, \dechex($checksum[0]) . \dechex($checksum[1]), $t['tag'], \dechex($xchecksum[0]) . \dechex($xchecksum[1]))); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, \dechex($checksum[0]) . \dechex($checksum[1]), $t['tag'], \dechex($xchecksum[0]) . \dechex($xchecksum[1]))); } } } @@ -424,7 +424,7 @@ function getCTG($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) $this->filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); } $this->_pos = 0; $this->charWidths = ''; @@ -438,7 +438,7 @@ function getCTG($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000], \true)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file)); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -492,7 +492,7 @@ function getCTG($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) } // Avoid overwriting a glyph already mapped in PUA if ($bctr > 0xf8ff) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" cannot map all included glyphs into Private Use Area U+E000-U+F8FF; cannot use useOTL on this font', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" cannot map all included glyphs into Private Use Area U+E000-U+F8FF; cannot use useOTL on this font', $file)); } $glyphToChar[$gid][] = $bctr; $charToGlyph[$bctr] = $gid; @@ -508,7 +508,7 @@ function getTTCFonts($file) $this->filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); } $this->numTTCFonts = 0; $this->TTCFonts = []; @@ -517,10 +517,10 @@ function getTTCFonts($file) $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000], \true)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file)); } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf("Not a TrueType Collection: version=%s (%s)", $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf("Not a TrueType Collection: version=%s (%s)", $version, $file)); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -534,7 +534,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $name_offset = $this->seek_table("name"); $format = $this->read_ushort(); if ($format != 0 && $format != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: Unknown name table format {$format} for font {$this->filename}"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: Unknown name table format {$format} for font {$this->filename}"); } $numRecords = $this->read_ushort(); $string_data_offset = $name_offset + $this->read_ushort(); @@ -557,7 +557,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $opos = $this->_pos; $this->seek($string_data_offset + $offset); if ($length % 2 != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length for font {$this->filename}"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length for font {$this->filename}"); } $length /= 2; $N = ''; @@ -593,7 +593,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $psName = ''; } if (!$psName) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name '{$this->filename}'"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name '{$this->filename}'"); } // CHECK IF psName valid (PadaukBook contains illegal characters in Name ID 6 i.e. Postscript Name) $psNameInvalid = \false; @@ -640,13 +640,13 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Unknown head table version ' . $ver_maj . '.' . $ver_min); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Unknown head table version ' . $ver_maj . '.' . $ver_min); } $this->fontRevision = $this->read_ushort() . $this->read_ushort(); $this->skip(4); $magic = $this->read_ulong(); if ($magic !== 0x5f0f3cf5) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Invalid head table magic ' . $magic); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Invalid head table magic ' . $magic); } $this->skip(2); } else { @@ -664,7 +664,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $indexToLocFormat = $this->read_ushort(); $glyphDataFormat = $this->read_ushort(); if ($glyphDataFormat != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown glyph data format %s', $glyphDataFormat)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown glyph data format %s', $glyphDataFormat)); } // hhea metrics table if (isset($this->tables["hhea"])) { @@ -785,7 +785,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) if ($debug) { $ver_maj = $this->read_ushort(); if ($ver_maj < 1 || $ver_maj > 4) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown post table version %s', $ver_maj)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown post table version %s', $ver_maj)); } } else { $this->skip(4); @@ -809,7 +809,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) if ($debug) { $ver_maj = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown hhea table version %s', $ver_maj)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown hhea table version %s', $ver_maj)); } $this->skip(28); } else { @@ -817,18 +817,18 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) } $metricDataFormat = $this->read_ushort(); if ($metricDataFormat != 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown horizontal metric data format "%s"', $metricDataFormat)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown horizontal metric data format "%s"', $metricDataFormat)); } $numberOfHMetrics = $this->read_ushort(); if ($numberOfHMetrics == 0) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Error loading font: Number of horizontal metrics is 0'); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Error loading font: Number of horizontal metrics is 0'); } // maxp - Maximum profile table $this->seek_table('maxp'); if ($debug) { $ver_maj = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown maxp table version %s', $ver_maj)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error loading font: Unknown maxp table version %s', $ver_maj)); } } else { $this->skip(4); @@ -866,7 +866,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); } $sipset = \false; $smpset = \false; @@ -937,7 +937,7 @@ function extractInfo($debug = \false, $BMPonly = \false, $useOTL = 0) $bctr++; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('The font "%s" does not have enough space to map all (unmapped) included glyphs into Private Use Area U+E000-U+F8FF', $names[1])); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('The font "%s" does not have enough space to map all (unmapped) included glyphs into Private Use Area U+E000-U+F8FF', $names[1])); } } $glyphToChar[$gid][] = $bctr; @@ -1152,7 +1152,7 @@ function _getGDEFtables() $this->MarkGlyphSets = []; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to set font "%s" to use OTL as it does not include OTL tables (or at least not a GDEF table).', $this->filename)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to set font "%s" to use OTL as it does not include OTL tables (or at least not a GDEF table).', $this->filename)); } $GSUB_offset = 0; $GPOS_offset = 0; @@ -1543,7 +1543,7 @@ function _getGSUBtables() } } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("GPOS Lookup Type " . $Lookup[$i]['Type'] . ", Format " . $SubstFormat . " not supported (ttfontsuni.php)."); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("GPOS Lookup Type " . $Lookup[$i]['Type'] . ", Format " . $SubstFormat . " not supported (ttfontsuni.php)."); } } elseif ($Lookup[$i]['Type'] == 6) { // Format 1: Simple Chaining Context Glyph Substitution p255 @@ -1592,7 +1592,7 @@ function _getGSUBtables() } } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Lookup Type "%s" not supported.', $Lookup[$i]['Type'])); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Lookup Type "%s" not supported.', $Lookup[$i]['Type'])); } } } @@ -1747,7 +1747,7 @@ function _getGSUBtables() $glyphs = $this->_getCoverage(); $Lookup[$i]['Subtable'][$c]['CoverageInputGlyphs'][] = \implode("|", $glyphs); } - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Lookup Type 5, SubstFormat 3 not tested. Please report this with the name of font used - " . $this->fontkey); } } elseif ($Lookup[$i]['Type'] == 6) { // Format 1: Simple Chaining Context Glyph Substitution p255 @@ -2585,7 +2585,7 @@ function _getGSUBignoreString($flag, $MarkFilteringSet) } // Flag & 0x0010 = UseMarkFilteringSet if ($flag & 0x10) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Font \"" . $this->fontkey . "\" contains MarkGlyphSets which is not supported"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Font \"" . $this->fontkey . "\" contains MarkGlyphSets which is not supported"); $str = $this->MarkGlyphSets[$MarkFilteringSet]; } // If Ignore Marks set, supercedes any above @@ -3046,7 +3046,7 @@ function makeSubset($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL = $this->filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file %s', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file %s', $file)); } $this->_pos = 0; $this->charWidths = ''; @@ -3066,7 +3066,7 @@ function makeSubset($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL = $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000], \true)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - %s', $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - %s', $version, $file)); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -3112,7 +3112,7 @@ function makeSubset($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL = $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have Unicode cmap (platform 3, encoding 1, format 4, or platform 0 [any encoding] format 4)', $this->filename)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have Unicode cmap (platform 3, encoding 1, format 4, or platform 0 [any encoding] format 4)', $this->filename)); } $glyphToChar = []; $charToGlyph = []; @@ -3127,7 +3127,7 @@ function makeSubset($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL = } // Avoid overwriting a glyph already mapped in PUA if ($bctr > 0xf8ff) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException($file . " : WARNING - Font cannot map all included glyphs into Private Use Area U+E000 - U+F8FF; cannot use useOTL on this font"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException($file . " : WARNING - Font cannot map all included glyphs into Private Use Area U+E000 - U+F8FF; cannot use useOTL on this font"); } $glyphToChar[$gid][] = $bctr; $charToGlyph[$bctr] = $gid; @@ -3544,7 +3544,7 @@ function makeSubsetSIP($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL { $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); } $this->filename = $file; $this->_pos = 0; @@ -3566,7 +3566,7 @@ function makeSubsetSIP($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000])) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("ERROR - Error parsing TrueType Collection: version=" . $version . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("ERROR - Error parsing TrueType Collection: version=" . $version . " - " . $file); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -3619,7 +3619,7 @@ function makeSubsetSIP($file, &$subset, $TTCfontID = 0, $debug = \false, $useOTL $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $file)); } // Format 12 CMAP does characters above Unicode BMP i.e. some HKCS characters U+20000 and above if ($format == 12) { @@ -4201,7 +4201,7 @@ function getLOCA($indexToLocFormat, $numGlyphs) $this->glyphPos[] = $arr[$n + 1]; } } else { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException('Unknown location table format ' . $indexToLocFormat); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException('Unknown location table format ' . $indexToLocFormat); } } /** @@ -4312,7 +4312,7 @@ function repackageTTF($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) $this->filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Unable to open file "%s"', $file)); } $this->_pos = 0; $this->charWidths = ''; @@ -4332,7 +4332,7 @@ function repackageTTF($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000], \true)) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - %s', $version, $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Error parsing TrueType Collection: version=%s - %s', $version, $file)); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -4375,7 +4375,7 @@ function repackageTTF($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename)); } $glyphToChar = []; $charToGlyph = []; @@ -4389,7 +4389,7 @@ function repackageTTF($file, $TTCfontID = 0, $debug = \false, $useOTL = \false) } // Avoid overwriting a glyph already mapped in PUA (6,400) if ($bctr > 0xf8ff) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException("Problem. Trying to repackage TF file; not enough space for unmapped glyphs"); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException("Problem. Trying to repackage TF file; not enough space for unmapped glyphs"); } $glyphToChar[$gid][] = $bctr; $charToGlyph[$bctr] = $gid; diff --git a/composer/mpdf/mpdf/src/TTFontFileAnalysis.php b/composer/mpdf/mpdf/src/TTFontFileAnalysis.php index 08a64fd..90e9f2b 100644 --- a/composer/mpdf/mpdf/src/TTFontFileAnalysis.php +++ b/composer/mpdf/mpdf/src/TTFontFileAnalysis.php @@ -1,6 +1,6 @@ filename = $file; $this->fh = \fopen($file, 'rb'); if (!$this->fh) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('ERROR - Can\'t open file ' . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('ERROR - Can\'t open file ' . $file); } $this->_pos = 0; $this->charWidths = ''; @@ -27,17 +27,17 @@ function extractCoreInfo($file, $TTCfontID = 0) $this->panose = []; // mPDF 5.0 if ($version == 0x4f54544f) { - throw new \OCA\Libresign\Vendor\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); + throw new \OCA\Libresign\3rdparty\Mpdf\Exception\FontException(\sprintf('Fonts with postscript outlines are not supported (%s)', $file)); } if ($version == 0x74746366) { if ($TTCfontID > 0) { $this->version = $version = $this->read_ulong(); // TTC Header version now if (!\in_array($version, [0x10000, 0x20000])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("ERROR - NOT ADDED as Error parsing TrueType Collection: version=" . $version . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("ERROR - NOT ADDED as Error parsing TrueType Collection: version=" . $version . " - " . $file); } } else { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("ERROR - Error parsing TrueType Collection - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("ERROR - Error parsing TrueType Collection - " . $file); } $this->numTTCFonts = $this->read_ulong(); for ($i = 1; $i <= $this->numTTCFonts; $i++) { @@ -49,7 +49,7 @@ function extractCoreInfo($file, $TTCfontID = 0) $this->readTableDirectory(\false); } else { if (!\in_array($version, [0x10000, 0x74727565])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("ERROR - NOT ADDED as Not a TrueType font: version=" . $version . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("ERROR - NOT ADDED as Not a TrueType font: version=" . $version . " - " . $file); } $this->readTableDirectory(\false); } @@ -118,7 +118,7 @@ function extractCoreInfo($file, $TTCfontID = 0) $format = $this->read_ushort(); if ($format != 0 && $format != 1) { // mPDF 5.3.73 - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " . $file); } $numRecords = $this->read_ushort(); $string_data_offset = $name_offset + $this->read_ushort(); @@ -177,7 +177,7 @@ function extractCoreInfo($file, $TTCfontID = 0) $psName = ''; } if (!$names[1] && !$psName) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException("ERROR - NOT ADDED as Could not find valid font name - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException("ERROR - NOT ADDED as Could not find valid font name - " . $file); } $this->name = $psName; if ($names[1]) { @@ -197,13 +197,13 @@ function extractCoreInfo($file, $TTCfontID = 0) $ver_maj = $this->read_ushort(); $ver_min = $this->read_ushort(); if ($ver_maj != 1) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('ERROR - NOT ADDED as Unknown head table version ' . $ver_maj . '.' . $ver_min . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('ERROR - NOT ADDED as Unknown head table version ' . $ver_maj . '.' . $ver_min . " - " . $file); } $this->fontRevision = $this->read_ushort() . $this->read_ushort(); $this->skip(4); $magic = $this->read_ulong(); if ($magic != 0x5f0f3cf5) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('ERROR - NOT ADDED as Invalid head table magic ' . $magic . " - " . $file); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('ERROR - NOT ADDED as Invalid head table magic ' . $magic . " - " . $file); } $this->skip(2); $this->unitsPerEm = $unitsPerEm = $this->read_ushort(); @@ -272,7 +272,7 @@ function extractCoreInfo($file, $TTCfontID = 0) $this->seek($save_pos); } if (!$unicode_cmap_offset) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unicode encoded, and cannot be used by mPDF'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unicode encoded, and cannot be used by mPDF'); } $rtl = \false; $indic = \false; diff --git a/composer/mpdf/mpdf/src/TableOfContents.php b/composer/mpdf/mpdf/src/TableOfContents.php index d926fad..19aaf70 100644 --- a/composer/mpdf/mpdf/src/TableOfContents.php +++ b/composer/mpdf/mpdf/src/TableOfContents.php @@ -1,9 +1,9 @@ 'BarCode', 'BLOCKQUOTE' => 'BlockQuote', 'COLUMN_BREAK' => 'ColumnBreak', 'COLUMNBREAK' => 'ColumnBreak', 'DOTTAB' => 'DotTab', 'FIELDSET' => 'FieldSet', 'FIGCAPTION' => 'FigCaption', 'FORMFEED' => 'FormFeed', 'HGROUP' => 'HGroup', 'INDEXENTRY' => 'IndexEntry', 'INDEXINSERT' => 'IndexInsert', 'NEWCOLUMN' => 'NewColumn', 'NEWPAGE' => 'NewPage', 'PAGEFOOTER' => 'PageFooter', 'PAGEHEADER' => 'PageHeader', 'PAGE_BREAK' => 'PageBreak', 'PAGEBREAK' => 'PageBreak', 'SETHTMLPAGEFOOTER' => 'SetHtmlPageFooter', 'SETHTMLPAGEHEADER' => 'SetHtmlPageHeader', 'SETPAGEFOOTER' => 'SetPageFooter', 'SETPAGEHEADER' => 'SetPageHeader', 'TBODY' => 'TBody', 'TFOOT' => 'TFoot', 'THEAD' => 'THead', 'TEXTAREA' => 'TextArea', 'TEXTCIRCLE' => 'TextCircle', 'TOCENTRY' => 'TocEntry', 'TOCPAGEBREAK' => 'TocPageBreak', 'VAR' => 'VarTag', 'WATERMARKIMAGE' => 'WatermarkImage', 'WATERMARKTEXT' => 'WatermarkText']; - $className = 'OCA\Libresign\Vendor\\Mpdf\\Tag\\'; + $className = 'OCA\Libresign\3rdparty\\Mpdf\\Tag\\'; $className .= isset($map[$tag]) ? $map[$tag] : \ucfirst(\strtolower($tag)); return $className; } diff --git a/composer/mpdf/mpdf/src/Tag/A.php b/composer/mpdf/mpdf/src/Tag/A.php index 4858a66..8af45d2 100644 --- a/composer/mpdf/mpdf/src/Tag/A.php +++ b/composer/mpdf/mpdf/src/Tag/A.php @@ -1,8 +1,8 @@ barcode = new \OCA\Libresign\Vendor\Mpdf\Barcode(); + $this->barcode = new \OCA\Libresign\3rdparty\Mpdf\Barcode(); if (\in_array($objattr['btype'], ['EAN13', 'ISBN', 'ISSN', 'UPCA', 'UPCE', 'EAN8'])) { $code = \preg_replace('/\\-/', '', $objattr['code']); $arrcode = $this->barcode->getBarcodeArray($code, $objattr['btype'], '', $objattr['quiet_l'], $objattr['quiet_r']); diff --git a/composer/mpdf/mpdf/src/Tag/Bdi.php b/composer/mpdf/mpdf/src/Tag/Bdi.php index e2ab655..280dba2 100644 --- a/composer/mpdf/mpdf/src/Tag/Bdi.php +++ b/composer/mpdf/mpdf/src/Tag/Bdi.php @@ -1,6 +1,6 @@ mpdf->blklvl == 0) { if ($this->mpdf->inFixedPosBlock) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Cannot nest block with position:fixed or position:absolute'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Cannot nest block with position:fixed or position:absolute'); } $this->mpdf->inFixedPosBlock = \true; return; diff --git a/composer/mpdf/mpdf/src/Tag/Bookmark.php b/composer/mpdf/mpdf/src/Tag/Bookmark.php index 8b3079b..9d6f04d 100644 --- a/composer/mpdf/mpdf/src/Tag/Bookmark.php +++ b/composer/mpdf/mpdf/src/Tag/Bookmark.php @@ -1,8 +1,8 @@ mpdf, $this->cache, $this->cssManager, $this->form, $this->otl, $this->tableOfContents, $this->sizeConverter, $this->colorConverter, $this->imageProcessor, $this->languageToFont); } diff --git a/composer/mpdf/mpdf/src/Tag/Dd.php b/composer/mpdf/mpdf/src/Tag/Dd.php index 00aea0c..5469284 100644 --- a/composer/mpdf/mpdf/src/Tag/Dd.php +++ b/composer/mpdf/mpdf/src/Tag/Dd.php @@ -1,6 +1,6 @@ mpdf->table[1][1]['overflow'] === 'visible') { if ($maxrowheight > $fullpage) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('mPDF Warning: A Table row is greater than available height. You cannot use CSS overflow:visible'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('mPDF Warning: A Table row is greater than available height. You cannot use CSS overflow:visible'); } if ($maxfirstrowheight > $remainingpage) { $this->mpdf->AddPage($this->mpdf->CurOrientation); diff --git a/composer/mpdf/mpdf/src/Tag/Tag.php b/composer/mpdf/mpdf/src/Tag/Tag.php index c844a92..0d49ce1 100644 --- a/composer/mpdf/mpdf/src/Tag/Tag.php +++ b/composer/mpdf/mpdf/src/Tag/Tag.php @@ -1,18 +1,18 @@ etc. if (!isset($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'])) { if (!\is_array($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col])) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('You may have an error in your HTML code e.g. </td></td>'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('You may have an error in your HTML code e.g. </td></td>'); } $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']; } elseif ($this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['maxs'] < $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s']) { diff --git a/composer/mpdf/mpdf/src/Tag/TextArea.php b/composer/mpdf/mpdf/src/Tag/TextArea.php index 307222c..52644f8 100644 --- a/composer/mpdf/mpdf/src/Tag/TextArea.php +++ b/composer/mpdf/mpdf/src/Tag/TextArea.php @@ -1,8 +1,8 @@ writer->object(); $this->writer->write('<mpdf->fonts[$k]['n'] = $this->mpdf->n + 1; if ($this->mpdf->PDFA || $this->mpdf->PDFX) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('Core fonts are not allowed in PDF/A1-b or PDFX/1-a files (Times, Helvetica, Courier etc.)'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('Core fonts are not allowed in PDF/A1-b or PDFX/1-a files (Times, Helvetica, Courier etc.)'); } $this->writer->object(); $this->writer->write('<writer->write('/ColorSpace [/ICCBased ' . ($this->mpdf->n + 1) . ' 0 R]'); } elseif ($info['cs'] === 'Indexed') { if ($this->mpdf->PDFX || $this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').'); } $this->writer->write('/ColorSpace [/Indexed /DeviceRGB ' . (\strlen($info['pal']) / 3 - 1) . ' ' . ($this->mpdf->n + 1) . ' 0 R]'); } else { $this->writer->write('/ColorSpace /' . $info['cs']); if ($info['cs'] === 'DeviceCMYK') { if ($this->mpdf->PDFA && $this->mpdf->restrictColorSpace !== 3) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA1-b does not permit Images using mixed colour space (' . $file . ').'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA1-b does not permit Images using mixed colour space (' . $file . ').'); } if ($info['type'] === 'jpg') { $this->writer->write('/Decode [1 0 1 0 1 0 1 0]'); } } elseif (($this->mpdf->PDFX || $this->mpdf->PDFA && $this->mpdf->restrictColorSpace === 3) && $info['cs'] === 'DeviceRGB') { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').'); } } $this->writer->write('/BitsPerComponent ' . $info['bpc']); diff --git a/composer/mpdf/mpdf/src/Writer/JavaScriptWriter.php b/composer/mpdf/mpdf/src/Writer/JavaScriptWriter.php index 290babf..1461d51 100644 --- a/composer/mpdf/mpdf/src/Writer/JavaScriptWriter.php +++ b/composer/mpdf/mpdf/src/Writer/JavaScriptWriter.php @@ -1,9 +1,9 @@ ' . "\n"; } elseif ($this->mpdf->PDFA) { if (\strpos($this->mpdf->PDFAversion, '-') === \false) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion)); } list($part, $conformance) = \explode('-', \strtoupper($this->mpdf->PDFAversion)); $m .= ' ' . "\n"; @@ -200,7 +200,7 @@ public function writeOutputIntent() $this->writer->object(); if ($this->mpdf->ICCProfile) { if (!\file_exists($this->mpdf->ICCProfile)) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Unable to find ICC profile "%s"', $this->mpdf->ICCProfile)); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Unable to find ICC profile "%s"', $this->mpdf->ICCProfile)); } $s = \file_get_contents($this->mpdf->ICCProfile); } else { @@ -225,7 +225,7 @@ public function writeOutputIntent() public function writeAssociatedFiles() { if (!\function_exists('gzcompress')) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('ext-zlib is required for compression of associated files'); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('ext-zlib is required for compression of associated files'); } // for each file, we create the spec object + the stream object foreach ($this->mpdf->associatedFiles as $k => $file) { @@ -255,7 +255,7 @@ public function writeAssociatedFiles() $fileContent = $file['content']; } if (!$fileContent) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException(\sprintf('Cannot access associated file - %s', $file['path'])); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException(\sprintf('Cannot access associated file - %s', $file['path'])); } $filestream = \gzcompress($fileContent); $this->writer->object(); @@ -593,7 +593,7 @@ public function writeAnnotations() if ($fileAttachment) { $file = @\file_get_contents($pl['opt']['file']); if (!$file) { - throw new \OCA\Libresign\Vendor\Mpdf\MpdfException('mPDF Error: Cannot access file attachment - ' . $pl['opt']['file']); + throw new \OCA\Libresign\3rdparty\Mpdf\MpdfException('mPDF Error: Cannot access file attachment - ' . $pl['opt']['file']); } $filestream = \gzcompress($file); $this->writer->object(); diff --git a/composer/mpdf/mpdf/src/Writer/ObjectWriter.php b/composer/mpdf/mpdf/src/Writer/ObjectWriter.php index f5800f2..86f4ffd 100644 --- a/composer/mpdf/mpdf/src/Writer/ObjectWriter.php +++ b/composer/mpdf/mpdf/src/Writer/ObjectWriter.php @@ -1,10 +1,10 @@ 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-status', 208 => 'Already Reported', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 306 => 'Switch Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 418 => 'I\'m a teapot', 422 => 'Unprocessable Entity', 423 => 'Locked', 424 => 'Failed Dependency', 425 => 'Unordered Collection', 426 => 'Upgrade Required', 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', 451 => 'Unavailable For Legal Reasons', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'HTTP Version not supported', 506 => 'Variant Also Negotiates', 507 => 'Insufficient Storage', 508 => 'Loop Detected', 511 => 'Network Authentication Required']; diff --git a/composer/mpdf/psr-http-message-shim/src/Stream.php b/composer/mpdf/psr-http-message-shim/src/Stream.php index 87314df..9dff5cd 100644 --- a/composer/mpdf/psr-http-message-shim/src/Stream.php +++ b/composer/mpdf/psr-http-message-shim/src/Stream.php @@ -1,12 +1,12 @@ logger = $logger; if (\property_exists($this, 'services') && \is_array($this->services)) { foreach ($this->services as $name) { - if ($this->{$name} && $this->{$name} instanceof \OCA\Libresign\Vendor\Psr\Log\LoggerAwareInterface) { + if ($this->{$name} && $this->{$name} instanceof \OCA\Libresign\3rdparty\Psr\Log\LoggerAwareInterface) { $this->{$name}->setLogger($logger); } } diff --git a/composer/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php b/composer/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php index de17541..a82534d 100644 --- a/composer/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php +++ b/composer/mpdf/psr-log-aware-trait/src/PsrLogAwareTrait.php @@ -1,8 +1,8 @@ isTrait()) { continue; diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php index 99fda5b..5d02c88 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php @@ -11,7 +11,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; /** * Base Class for all block cipher classes diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php index 468a268..96e7604 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; /** * JSON Web Key Formatted Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php index 094a194..4f75bb5 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php @@ -12,12 +12,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\AES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadDecryptionException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\AES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadDecryptionException; /** * OpenSSH Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php index 1eab782..e1d10eb 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; /** * PKCS1 Formatted Key Handler diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php index 1a39ac9..fa1921e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php @@ -10,15 +10,15 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\AES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Crypt\TripleDES; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\AES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\TripleDES; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; /** * PKCS1 Formatted Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php index dc70a78..3ad2d2b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php @@ -22,19 +22,19 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\AES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RC2; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RC4; -use OCA\Libresign\Vendor\phpseclib3\Crypt\TripleDES; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\AES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RC2; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RC4; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\TripleDES; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; /** * PKCS#8 Formatted Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php index 221c10b..7381467 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php @@ -12,13 +12,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\AES; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\AES; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; /** * PuTTY Formatted Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php index 3090975..6c2f641 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php @@ -12,9 +12,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Raw Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php index c593d4f..d23caf1 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php @@ -8,7 +8,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; /** * PrivateKey interface diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php index 2843020..b3cc78b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php @@ -8,7 +8,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; /** * PublicKey interface diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php index f47d36b..627c242 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php @@ -11,7 +11,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; /** * Base Class for all stream cipher classes diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php index 82889b4..7573853 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php @@ -31,19 +31,19 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Blowfish; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadDecryptionException; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadModeException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InconsistentSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\BinaryField; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Blowfish; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadDecryptionException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadModeException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InconsistentSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; /** * Base Class for all \phpseclib3\Crypt\* cipher classes * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php index 52ad463..b410dd2e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Traits; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Traits; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; /** * Fingerprint Trait for Private Keys * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php index 7d6d283..3123125 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Traits; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Traits; /** * Password Protected Trait for Private Keys diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php index 53fef93..5549922 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php @@ -37,10 +37,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\BlockCipher; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadModeException; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\BlockCipher; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of DES. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH.php index 3535839..2142c90 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH.php @@ -21,15 +21,15 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH\Parameters; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Exception\NoKeyLoadedException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedOperationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH\Parameters; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Exception\NoKeyLoadedException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedOperationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Pure-PHP (EC)DH implementation * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php index 98406f2..b092b39 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php @@ -18,12 +18,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DH\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DH\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * "PKCS1" Formatted DH Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php index 0843cf7..f3ece8e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php @@ -16,12 +16,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DH\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DH\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#8 Formatted DH Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php index 05b7de1..1c1bf5e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php @@ -8,9 +8,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; /** * DH Parameters * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php index 74ad048..16f1c0d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php @@ -8,10 +8,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; /** * DH Private Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php index e448adf..d3c1a24 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php @@ -8,10 +8,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; /** * DH Public Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA.php index b8b3854..a6c38db 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA.php @@ -26,14 +26,14 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Parameters; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Parameters; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Pure-PHP FIPS 186-4 compliant implementation of DSA. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php index 3070e32..9837ba5 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php @@ -12,11 +12,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * OpenSSH Formatted DSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php index f37e5a8..5baff5d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php @@ -24,13 +24,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#1 Formatted DSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php index 4c9ff45..81413cc 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php @@ -20,12 +20,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#8 Formatted DSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php index f422179..28c2e7b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php @@ -15,11 +15,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PuTTY Formatted DSA Key Handler * @@ -33,7 +33,7 @@ abstract class PuTTY extends Progenitor * * @var string */ - const PUBLIC_HANDLER = 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH'; + const PUBLIC_HANDLER = 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH'; /** * Algorithm Identifier * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php index ac2868f..5054741 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php @@ -12,9 +12,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Raw DSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php index 503a4f6..9ca2dd5 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php @@ -16,11 +16,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * XML Formatted DSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php index 6b5be2b..f160675 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php @@ -13,11 +13,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1 as Encoder; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1 as Encoder; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * ASN1 Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php index fb82807..81c0a71 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; /** * Raw DSA Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php index 4aa847c..9127529 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php @@ -12,10 +12,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * SSH2 Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php index f5a05c6..24e0536 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php @@ -8,9 +8,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; /** * DSA Parameters * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php index cbb1294..2568889 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php @@ -8,12 +8,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * DSA Private Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php index dbf734f..03a1f46 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php @@ -8,11 +8,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA\Formats\Signature\ASN1 as ASN1Signature; /** * DSA Public Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC.php index 7098de0..49e2ffc 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC.php @@ -26,24 +26,24 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed448; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Parameters; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedOperationException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps\ECParameters; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed448; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Parameters; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedOperationException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps\ECParameters; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Pure-PHP implementation of EC. * @@ -151,7 +151,7 @@ public static function createKey($curve) } elseif (\substr($curveName, 0, 10) == 'brainpoolp') { $curveName = 'brainpoolP' . \substr($curveName, 10); } - $curve = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . $curveName; + $curve = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . $curveName; if (!\class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $curveName . ' is not supported'); } diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php index 33d4442..da30707 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Base * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php index 9c674a4..08544fd 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php @@ -18,11 +18,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\BinaryField; -use OCA\Libresign\Vendor\phpseclib3\Math\BinaryField\Integer as BinaryInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField; +use OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField\Integer as BinaryInteger; /** * Curves over y^2 + x*y = x^3 + a*x^2 + b * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php index a3fa28c..c5a08bd 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php @@ -25,10 +25,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; /** * Curves over y^2 = x^3 + b * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php index 883af97..0858a7d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php @@ -21,12 +21,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve25519; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField\Integer as PrimeInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve25519; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over y^2 = x^3 + a*x + x * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php index 49107f9..d6266c0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php @@ -18,13 +18,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField\Integer; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField\Integer as PrimeInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField\Integer; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over y^2 = x^3 + a*x + b * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php index 36089a3..fe37092 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php @@ -23,11 +23,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField\Integer as PrimeInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField\Integer as PrimeInteger; /** * Curves over a*x^2 + y^2 = 1 + d*x^2*y^2 * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php index 07a55b0..18346e6 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class Curve25519 extends Montgomery { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php index 55d13a8..a30818b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class Curve448 extends Montgomery { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php index 73253f2..5b955bb 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php @@ -9,12 +9,12 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class Ed25519 extends TwistedEdwards { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php index f66c308..a0f39a2 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php @@ -9,12 +9,12 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class Ed448 extends TwistedEdwards { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php index 0f65865..f7b7a74 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP160r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php index dba6e10..c96804c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php @@ -23,10 +23,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP160t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php index 19a8e93..b82cdbf 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP192r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php index 968674a..d6b045c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP192t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php index 31490af..4c78a5c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP224r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php index a3eb6ca..66233c3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP224t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php index 12d94b6..5b0ae2e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP256r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php index da4b127..d6cc1fb 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP256t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php index ce65414..2324df2 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP320r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php index 1ec41ed..89f4ed9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP320t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php index 5dc391d..f642adf 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP384r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php index a70ba47..8c417d0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP384t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php index c1ca4a5..411ead0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP512r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php index 97cc314..6d884d1 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class brainpoolP512t1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php index ecdf714..b2d27e5 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistb233 extends sect233r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php index bf83d36..7317f1f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistb409 extends sect409r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php index 9849576..ce626b4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistk163 extends sect163k1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php index eb1ecc1..5280dd7 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistk233 extends sect233k1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php index df5a5aa..8528c56 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistk283 extends sect283k1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php index 56de09b..f71b025 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistk409 extends sect409k1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php index 5460420..b95b153 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistp192 extends secp192r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php index 59d955a..8c2fd0f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistp224 extends secp224r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php index fdcd4cc..cae1220 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistp256 extends secp256r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php index e8b5909..b4d972a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistp384 extends secp384r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php index c63c3e6..d5e005b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistp521 extends secp521r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php index 8cf990e..116ad27 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class nistt571 extends sect571k1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php index 88aa77f..1870e3b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class prime192v1 extends secp192r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php index 1fa6261..393333a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class prime192v2 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php index bc827d8..239eefb 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class prime192v3 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php index 3603b7f..b6afde4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class prime239v1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php index 9b9546f..7296e7c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class prime239v2 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php index 9e16fd8..eaf5ded 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class prime239v3 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php index 9184d44..0fe4e9f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; /** @internal */ final class prime256v1 extends secp256r1 diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php index 746e054..2fd0118 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp112r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php index a42ff96..c8fb0b0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp112r2 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php index 63ba722..76bac7f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp128r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php index 4f6b762..4b5b986 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp128r2 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php index 4dfe411..73d5f16 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp160k1 extends KoblitzPrime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php index 005eb53..b1102ce 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp160r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php index cb21ba6..6212749 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp160r2 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php index 2de5e2e..c041241 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp192k1 extends KoblitzPrime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php index 5613b96..2423669 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php @@ -12,10 +12,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp192r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php index da9a54d..9cad9ab 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp224k1 extends KoblitzPrime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php index 0572960..eeb51ce 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp224r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php index ca49a81..8672f5a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php @@ -12,11 +12,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; //use phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\KoblitzPrime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; //class secp256k1 extends Prime /** @internal */ class secp256k1 extends KoblitzPrime diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php index 3ac8004..3777e62 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp256r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php index 52118cf..5beefe9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp384r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php index 65e387e..c79cd38 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class secp521r1 extends Prime { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php index 9b0bb41..e4c7c35 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect113r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php index da5aebb..a7dbfe4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect113r2 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php index 83874fd..5ec7bb1 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect131r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php index 0456919..c259b82 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect131r2 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php index 99b480a..dfef125 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect163k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php index 418d18e..b984cba 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect163r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php index e330f64..70d2704 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect163r2 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php index 42e06dd..6a10a54 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect193r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php index 14b766e..e49e68c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect193r2 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php index 74a4bd2..d8e1248 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect233k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php index 6e3af4a..08cce3a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect233r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php index 6f6634a..9eb59b3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect239k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php index 61e088b..8772a4a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect283k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php index 5eca04b..a518322 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect283r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php index 7cff9d0..8d097c7 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect409k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php index 60a9c9b..26dbc0e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect409r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php index 5d15f2a..557de78 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect571k1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php index 82c28d3..29e66b6 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** @internal */ class sect571r1 extends Binary { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php index e08906b..0d91704 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php @@ -10,17 +10,17 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Binary as BinaryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Binary as BinaryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Generic EC Key Parsing Helper functions * @@ -214,7 +214,7 @@ protected static function loadCurveByParam(array $params) throw new \RuntimeException('No parameters are present'); } if (isset($params['namedCurve'])) { - $curve = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . $params['namedCurve']; + $curve = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . $params['namedCurve']; if (!\class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $params['namedCurve'] . ' is not supported'); } @@ -352,7 +352,7 @@ private static function encodeParameters(BaseCurve $curve, $returnArray = \false continue; } $testName = $file->getBasename('.php'); - $class = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . $testName; + $class = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . $testName; $reflect = new \ReflectionClass($class); if ($reflect->isFinal()) { continue; diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php index 97fa2bc..c77094b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php @@ -10,19 +10,19 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\JWK as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\secp256k1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\secp256r1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\secp384r1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\secp521r1; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\JWK as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\secp256k1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\secp256r1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\secp384r1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\secp521r1; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * JWK Formatted EC Handler * @@ -66,7 +66,7 @@ public static function load($key, $password = '') default: throw new \Exception('Only EC and OKP JWK keys are supported'); } - $curve = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . \str_replace('P-', 'nistp', $key->crv); + $curve = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . \str_replace('P-', 'nistp', $key->crv); $curve = new $curve(); if ($curve instanceof TwistedEdwardsCurve) { $QA = self::extractPoint(Strings::base64url_decode($key->x), $curve); diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php index f656f51..6e88de6 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php @@ -17,13 +17,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve448; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve448; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Montgomery Curve Private Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php index e4d8e6a..508828b 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php @@ -10,12 +10,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve448; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve448; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Montgomery Public Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php index e7f57e0..8738631 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php @@ -12,14 +12,14 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * OpenSSH Formatted EC Key Handler * @@ -70,7 +70,7 @@ public static function load($key, $password = '') $qa = self::extractPoint($parsed['publicKey'], $curve); } else { list($curveName, $publicKey) = Strings::unpackSSH2('ss', $parsed['publicKey']); - $curveName = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . $curveName; + $curveName = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . $curveName; $curve = new $curveName(); $qa = self::extractPoint("\x00" . $publicKey, $curve); } diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php index 3f60297..67d7e24 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php @@ -22,17 +22,17 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * "PKCS1" (RFC5915) Formatted EC Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php index 8469f3f..b4858b5 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php @@ -20,18 +20,18 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed448; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed448; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#8 Formatted EC Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php index 7917665..24b1f1a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php @@ -10,13 +10,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PuTTY Formatted EC Key Handler * @@ -31,7 +31,7 @@ abstract class PuTTY extends Progenitor * * @var string */ - const PUBLIC_HANDLER = 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH'; + const PUBLIC_HANDLER = 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH'; /** * Supported Key Types * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php index 4106868..27a8800 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php @@ -15,16 +15,16 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Base as BaseCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Prime as PrimeCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * XML Formatted EC Key Handler * @@ -185,7 +185,7 @@ private static function loadCurveByParam(\DOMXPath $xpath) if ($name === \false) { throw new UnsupportedCurveException('Curve with OID of ' . $oid . ' is not supported'); } - $curve = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\EC\\Curves\\' . $name; + $curve = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\EC\\Curves\\' . $name; if (!\class_exists($curve)) { throw new UnsupportedCurveException('Named Curve of ' . $name . ' is not supported'); } diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php index dba2cd3..b045903 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php @@ -14,11 +14,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * libsodium Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php index a66a213..b28a1f9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php @@ -13,11 +13,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1 as Encoder; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps\EcdsaSigValue; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1 as Encoder; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps\EcdsaSigValue; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * ASN1 Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php index c1cf8f6..dec905e 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php @@ -14,9 +14,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * ASN1 Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php index 9466fab..4c034ea 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Signature\Raw as Progenitor; /** * Raw DSA Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php index 57bdb13..2b9a679 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php @@ -12,10 +12,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * SSH2 Signature Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php index d2a655b..b344d47 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php @@ -8,9 +8,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; /** * EC Parameters * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php index 51104ec..5119874 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php @@ -8,20 +8,20 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Curve25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedOperationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Curve25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedOperationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * EC Private Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php index bc13efd..1170ab8 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php @@ -8,19 +8,19 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\EC; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Curves\Ed25519; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedOperationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\BaseCurves\TwistedEdwards as TwistedEdwardsCurve; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Curves\Ed25519; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Keys\PKCS1; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC\Formats\Signature\ASN1 as ASN1Signature; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedOperationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * EC Public Key * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php index 5f96357..c2a37a4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php @@ -28,13 +28,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; /** * @author Jim Wigginton * @author Andreas Fischer @@ -387,7 +387,7 @@ public function setHash($hash) $this->paddingType = self::PADDING_SHA3; } $this->parameters = ['capacity' => 1600 - $this->blockSize, 'rate' => $this->blockSize, 'length' => $this->length, 'padding' => $this->paddingType]; - $hash = ['OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Hash', \PHP_INT_SIZE == 8 ? 'sha3_64' : 'sha3_32']; + $hash = ['OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Hash', \PHP_INT_SIZE == 8 ? 'sha3_64' : 'sha3_32']; } } if ($hash == 'sha512/224' || $hash == 'sha512/256') { @@ -405,7 +405,7 @@ public function setHash($hash) } } $this->parameters = \compact('initial'); - $hash = ['OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Hash', \PHP_INT_SIZE == 8 ? 'sha512_64' : 'sha512']; + $hash = ['OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Hash', \PHP_INT_SIZE == 8 ? 'sha512_64' : 'sha512']; } } if (\is_array($hash)) { diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php index b2e7be1..da8271a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php @@ -10,13 +10,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Exception\NoKeyLoadedException; -use OCA\Libresign\Vendor\phpseclib3\File\X509; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Exception\NoKeyLoadedException; +use OCA\Libresign\3rdparty\phpseclib3\File\X509; /** * PublicKeyLoader * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php index 4abc121..3321f10 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php @@ -30,10 +30,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\BlockCipher; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadModeException; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\BlockCipher; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of RC2. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php index 044d8f7..1cff013 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php @@ -39,9 +39,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\StreamCipher; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\StreamCipher; /** * Pure-PHP implementation of RC4. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php index 9c33cb1..30f26b8 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php @@ -50,15 +50,15 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys\PSS; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Exception\InconsistentSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys\PSS; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InconsistentSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Pure-PHP PKCS#1 compliant implementation of RSA. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php index 6d444b4..65ce807 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php @@ -10,11 +10,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\JWK as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\JWK as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * JWK Formatted RSA Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php index 820508c..f0baf26 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php @@ -14,11 +14,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Microsoft BLOB Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php index ee47a2f..a570b4f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php @@ -12,11 +12,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\OpenSSH as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * OpenSSH Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php index ca41bea..3fdbdbf 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php @@ -19,13 +19,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS1 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#1 Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php index bd32159..d097433 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php @@ -22,11 +22,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#8 Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php index 57f9db1..55c2f4f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php @@ -20,13 +20,13 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PKCS8 as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PKCS#8 Formatted RSA-PSS Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php index 14e348e..efd4ca3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php @@ -10,11 +10,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\Formats\Keys\PuTTY as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * PuTTY Formatted RSA Key Handler * @@ -28,7 +28,7 @@ abstract class PuTTY extends Progenitor * * @var string */ - const PUBLIC_HANDLER = 'OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH'; + const PUBLIC_HANDLER = 'OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH'; /** * Algorithm Identifier * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php index 9ddf349..a6a9417 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php @@ -20,9 +20,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Raw RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php index 8fa8c28..c15c4b9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php @@ -17,12 +17,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * XML Formatted RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php index 1a0e4f9..d49c2c3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php @@ -8,14 +8,14 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys\PSS; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys\PSS; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Raw RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php index 3018516..55b4c31 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php @@ -8,19 +8,19 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys\PSS; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedFormatException; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1; -use OCA\Libresign\Vendor\phpseclib3\File\ASN1\Maps\DigestInfo; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys\PSS; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedFormatException; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1; +use OCA\Libresign\3rdparty\phpseclib3\File\ASN1\Maps\DigestInfo; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Raw RSA Key Handler * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php index 745db93..15b9c7c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php @@ -19,7 +19,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; /** * Pure-PHP Random Number Generator @@ -124,22 +124,22 @@ public static function string($length) // // http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator#Designs_based_on_cryptographic_primitives switch (\true) { - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\AES'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\AES'): $crypto = new AES('ctr'); break; - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Twofish'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Twofish'): $crypto = new Twofish('ctr'); break; - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\Blowfish'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\Blowfish'): $crypto = new Blowfish('ctr'); break; - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\TripleDES'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\TripleDES'): $crypto = new TripleDES('ctr'); break; - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\DES'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\DES'): $crypto = new DES('ctr'); break; - case \class_exists('OCA\\Libresign\\Vendor\\phpseclib3\\Crypt\\RC4'): + case \class_exists('OCA\\Libresign\\3rdparty\\phpseclib3\\Crypt\\RC4'): $crypto = new RC4(); break; default: diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php index 0643a5e..29942ce 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php @@ -49,14 +49,14 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\BlockCipher; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadDecryptionException; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadModeException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InconsistentSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\BlockCipher; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadDecryptionException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadModeException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InconsistentSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; /** * Pure-PHP implementation of Rijndael. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php index a9c2b7a..b781c23 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php @@ -10,12 +10,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\StreamCipher; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadDecryptionException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\StreamCipher; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadDecryptionException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; /** * Pure-PHP implementation of Salsa20. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php index 131c4ad..9ed0b24 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php @@ -31,7 +31,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; /** * Pure-PHP implementation of Triple DES. diff --git a/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php b/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php index f0be1d5..ddefee0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php +++ b/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php @@ -32,10 +32,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Crypt; +namespace OCA\Libresign\3rdparty\phpseclib3\Crypt; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\BlockCipher; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadModeException; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\BlockCipher; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadModeException; /** * Pure-PHP implementation of Twofish. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php index 83e8371..6c108c4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * BadConfigurationException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php index 3009b45..076ee9d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * BadDecryptionException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php index 1a3c49d..c402d9f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * BadModeException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php index 8d9190b..6723315 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * ConnectionClosedException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php index cc6fe20..8488b3a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * FileNotFoundException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php index 6c0ddfa..f66f04d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * InconsistentSetupException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php index b0ad72f..50333b3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Exception; +namespace OCA\Libresign\3rdparty\phpseclib3\Exception; /** * InsufficientSetupException diff --git a/composer/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php b/composer/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php index 02ae264..e123a5d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php +++ b/composer/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php @@ -1,6 +1,6 @@ domains) && \count($subject->domains)) { - $altName = \array_map(['\\OCA\\Libresign\\Vendor\\phpseclib3\\File\\X509', 'dnsName'], $subject->domains); + $altName = \array_map(['\\OCA\\Libresign\\3rdparty\\phpseclib3\\File\\X509', 'dnsName'], $subject->domains); } if (isset($subject->ipAddresses) && \count($subject->ipAddresses)) { // should an IP address appear as the CN if no domain name is specified? idk diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php index 354cc67..9fbd866 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php @@ -24,10 +24,10 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math; +namespace OCA\Libresign\3rdparty\phpseclib3\Math; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\Engine; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\Engine; /** * Pure-PHP arbitrary precision integer arithmetic library. Supports base-2, base-10, base-16, and base-256 * numbers. @@ -83,7 +83,7 @@ class BigInteger implements \JsonSerializable public static function setEngine($main, array $modexps = ['DefaultEngine']) { self::$engines = []; - $fqmain = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\' . $main; + $fqmain = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\' . $main; if (!\class_exists($fqmain) || !\method_exists($fqmain, 'isValidEngine')) { throw new \InvalidArgumentException("{$main} is not a valid engine"); } diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php index 3383a19..613f723 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; /** * BCMath Engine. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php index b981208..798c720 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; /** * Sliding Window Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php index 4a1fd62..f697401 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; /** * Built-In BCMath Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php index 2e65cef..edb5b70 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett; /** * PHP Default Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php index 96f1c53..345faea 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; /** * OpenSSL Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php index 7928585..b5e6385 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath\Base; /** * PHP Barrett Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php index d129697..057d9f4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\BCMath\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\BCMath\Base; /** * PHP Barrett Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php index 2ba44d6..a064e61 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php @@ -10,12 +10,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * Base Engine. * @@ -188,7 +188,7 @@ public function __construct($x = 0, $base = 10) */ public static function setModExpEngine($engine) { - $fqengine = '\\OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine; + $fqengine = '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine; if (!\class_exists($fqengine) || !\method_exists($fqengine, 'isValidEngine')) { throw new \InvalidArgumentException("{$engine} is not a valid engine"); } @@ -1075,7 +1075,7 @@ protected static function maxHelper(array $nums) public function createRecurringModuloFunction() { $class = static::class; - $fqengine = !\method_exists(static::$modexpEngine[static::class], 'reduce') ? '\\OCA\\Libresign\\Vendor\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' : static::$modexpEngine[static::class]; + $fqengine = !\method_exists(static::$modexpEngine[static::class], 'reduce') ? '\\OCA\\Libresign\\3rdparty\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' : static::$modexpEngine[static::class]; if (\method_exists($fqengine, 'generateCustomReduction')) { $func = $fqengine::generateCustomReduction($this, static::class); return eval('return function(' . static::class . ' $x) use ($func, $class) { diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php index 007e413..1ee3db0 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; /** * GMP Engine. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php index b1f345b..1119e10 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\GMP; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\GMP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\GMP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\GMP; /** * GMP Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php index c9784f5..6fd41c9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA\Formats\Keys\PKCS8; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA\Formats\Keys\PKCS8; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; /** * OpenSSL Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php index ef8feda..2fe617f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; /** * Pure-PHP Engine. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php index 8cdf059..713d5b9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; /** * PHP Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php index 0958afa..abe847d 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett; /** * PHP Default Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php index 3766a56..77351a7 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php @@ -10,11 +10,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\Engine; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\Engine; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo; /** * PHP Montgomery Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php index 0924c60..c2517eb 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor; /** * OpenSSL Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php index 3bdca94..4ec1925 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Barrett Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php index 04fa38a..d3660f3 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Classic Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php index 778cffe..abde17c 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php @@ -10,10 +10,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Dynamic Barrett Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php index 2a19187..34ea877 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor; /** * PHP Montgomery Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php index 470bb25..5ebd269 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP; /** * PHP Montgomery Modular Exponentiation Engine with interleaved multiplication * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php index 9ad1be1..2ad59c4 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php @@ -10,9 +10,9 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Reductions; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines\PHP\Base; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines\PHP\Base; /** * PHP Power Of Two Modular Exponentiation Engine * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php index c2093b8..67ee072 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; /** * Pure-PHP 32-bit Engine. diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php index b1ef3c3..b2d589a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BigInteger\Engines; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger\Engines; /** * Pure-PHP 64-bit Engine. diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField.php b/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField.php index e1e29b8..0594d8a 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField.php @@ -11,11 +11,11 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math; +namespace OCA\Libresign\3rdparty\phpseclib3\Math; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BinaryField\Integer; -use OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField\Integer; +use OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField; /** * Binary Finite Fields * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php b/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php index 40581c5..8d035d9 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php @@ -17,12 +17,12 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\BinaryField; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\BinaryField; -use OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField\Integer as Base; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\BinaryField; +use OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField\Integer as Base; /** * Binary Finite Fields * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php b/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php index 7b0d757..20d8a83 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php @@ -9,7 +9,7 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\Common; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\Common; /** * Finite Fields diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php b/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php index 6591668..9168304 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php @@ -9,7 +9,7 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField; /** * Finite Field Integer diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField.php b/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField.php index f73014f..290eb2f 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField.php @@ -12,10 +12,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://pear.php.net/package/Math_BigInteger */ -namespace OCA\Libresign\Vendor\phpseclib3\Math; +namespace OCA\Libresign\3rdparty\phpseclib3\Math; -use OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField; -use OCA\Libresign\Vendor\phpseclib3\Math\PrimeField\Integer; +use OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField; +use OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField\Integer; /** * Prime Finite Fields * diff --git a/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php b/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php index 9ef3ae3..f27b215 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php +++ b/composer/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php @@ -9,11 +9,11 @@ * @copyright 2017 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License */ -namespace OCA\Libresign\Vendor\phpseclib3\Math\PrimeField; +namespace OCA\Libresign\3rdparty\phpseclib3\Math\PrimeField; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\Math\Common\FiniteField\Integer as Base; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\Math\Common\FiniteField\Integer as Base; /** * Prime Finite Fields * diff --git a/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php b/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php index bf8c5f7..5a280ad 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php +++ b/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php @@ -30,10 +30,10 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Net; +namespace OCA\Libresign\3rdparty\phpseclib3\Net; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Exception\FileNotFoundException; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Exception\FileNotFoundException; /** * Pure-PHP implementations of SFTP. * diff --git a/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php b/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php index 6c10b86..48f88db 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php +++ b/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php @@ -12,11 +12,11 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Net\SFTP; +namespace OCA\Libresign\3rdparty\phpseclib3\Net\SFTP; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Net\SFTP; -use OCA\Libresign\Vendor\phpseclib3\Net\SSH2; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Net\SFTP; +use OCA\Libresign\3rdparty\phpseclib3\Net\SSH2; /** * SFTP Stream Wrapper * diff --git a/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php b/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php index 8579223..9107f31 100644 --- a/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php +++ b/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php @@ -42,36 +42,36 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\Net; +namespace OCA\Libresign\3rdparty\phpseclib3\Net; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Blowfish; -use OCA\Libresign\Vendor\phpseclib3\Crypt\ChaCha20; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\AsymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\SymmetricKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DH; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Hash; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Random; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RC4; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Rijndael; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\TripleDES; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Blowfish; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\ChaCha20; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\AsymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\SymmetricKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DH; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Hash; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Random; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RC4; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Rijndael; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\TripleDES; // Used to do Diffie-Hellman key exchange and DSA/RSA signature verification. -use OCA\Libresign\Vendor\phpseclib3\Crypt\Twofish; -use OCA\Libresign\Vendor\phpseclib3\Exception\ConnectionClosedException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InsufficientSetupException; -use OCA\Libresign\Vendor\phpseclib3\Exception\InvalidPacketLengthException; -use OCA\Libresign\Vendor\phpseclib3\Exception\NoSupportedAlgorithmsException; -use OCA\Libresign\Vendor\phpseclib3\Exception\TimeoutException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnableToConnectException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedCurveException; -use OCA\Libresign\Vendor\phpseclib3\Math\BigInteger; -use OCA\Libresign\Vendor\phpseclib3\System\SSH\Agent; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Twofish; +use OCA\Libresign\3rdparty\phpseclib3\Exception\ConnectionClosedException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InsufficientSetupException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\InvalidPacketLengthException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\NoSupportedAlgorithmsException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\TimeoutException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnableToConnectException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedCurveException; +use OCA\Libresign\3rdparty\phpseclib3\Math\BigInteger; +use OCA\Libresign\3rdparty\phpseclib3\System\SSH\Agent; /** * Pure-PHP implementation of SSHv2. * diff --git a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php index cf2c940..ebd6ecc 100644 --- a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php +++ b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php @@ -29,15 +29,15 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\System\SSH; +namespace OCA\Libresign\3rdparty\phpseclib3\System\SSH; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\PublicKeyLoader; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Exception\BadConfigurationException; -use OCA\Libresign\Vendor\phpseclib3\Net\SSH2; -use OCA\Libresign\Vendor\phpseclib3\System\SSH\Agent\Identity; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\PublicKeyLoader; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; +use OCA\Libresign\3rdparty\phpseclib3\Exception\BadConfigurationException; +use OCA\Libresign\3rdparty\phpseclib3\Net\SSH2; +use OCA\Libresign\3rdparty\phpseclib3\System\SSH\Agent\Identity; /** * Pure-PHP ssh-agent client identity factory * diff --git a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php index 594b7f0..88d2df1 100644 --- a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php +++ b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php @@ -12,17 +12,17 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\System\SSH\Agent; +namespace OCA\Libresign\3rdparty\phpseclib3\System\SSH\Agent; -use OCA\Libresign\Vendor\phpseclib3\Common\Functions\Strings; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PrivateKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\Common\PublicKey; -use OCA\Libresign\Vendor\phpseclib3\Crypt\DSA; -use OCA\Libresign\Vendor\phpseclib3\Crypt\EC; -use OCA\Libresign\Vendor\phpseclib3\Crypt\RSA; -use OCA\Libresign\Vendor\phpseclib3\Exception\UnsupportedAlgorithmException; -use OCA\Libresign\Vendor\phpseclib3\System\SSH\Agent; -use OCA\Libresign\Vendor\phpseclib3\System\SSH\Common\Traits\ReadBytes; +use OCA\Libresign\3rdparty\phpseclib3\Common\Functions\Strings; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PrivateKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\Common\PublicKey; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\DSA; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\EC; +use OCA\Libresign\3rdparty\phpseclib3\Crypt\RSA; +use OCA\Libresign\3rdparty\phpseclib3\Exception\UnsupportedAlgorithmException; +use OCA\Libresign\3rdparty\phpseclib3\System\SSH\Agent; +use OCA\Libresign\3rdparty\phpseclib3\System\SSH\Common\Traits\ReadBytes; /** * Pure-PHP ssh-agent client identity object * diff --git a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php index 93e75ef..ae420a6 100644 --- a/composer/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php +++ b/composer/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php @@ -10,7 +10,7 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ -namespace OCA\Libresign\Vendor\phpseclib3\System\SSH\Common\Traits; +namespace OCA\Libresign\3rdparty\phpseclib3\System\SSH\Common\Traits; /** * ReadBytes trait diff --git a/composer/phpseclib/phpseclib/phpseclib/bootstrap.php b/composer/phpseclib/phpseclib/phpseclib/bootstrap.php index 081fb2a..381e535 100644 --- a/composer/phpseclib/phpseclib/phpseclib/bootstrap.php +++ b/composer/phpseclib/phpseclib/phpseclib/bootstrap.php @@ -1,6 +1,6 @@ - + src diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Config.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Config.php index d2351ce..6722505 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Config.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Config.php @@ -29,7 +29,7 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; /** * This class contains configurations used in various classes. You can override them diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Document.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Document.php index 8045a2e..f03f338 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Document.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Document.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Encoding\PDFDocEncoding; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\MissingCatalogException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding\PDFDocEncoding; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\MissingCatalogException; /** * Technical references : * - http://www.mactech.com/articles/mactech/Vol.15/15.09/PDFIntro/index.html diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element.php index 9357395..31c4ec9 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element.php @@ -29,18 +29,18 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementArray; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementBoolean; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementDate; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementHexa; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementName; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNull; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNumeric; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementString; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementStruct; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementXRef; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementArray; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementBoolean; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementDate; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementHexa; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementName; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNull; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNumeric; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementString; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementStruct; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementXRef; /** * Class Element * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php index 9a08a44..f7b0307 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php @@ -29,12 +29,12 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Header; -use OCA\Libresign\Vendor\Smalot\PdfParser\PDFObject; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Header; +use OCA\Libresign\3rdparty\Smalot\PdfParser\PDFObject; /** * Class ElementArray * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php index a3d409c..c1527c2 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; /** * Class ElementBoolean * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php index 3cf0d32..0190dc5 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; /** * Class ElementDate * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php index 69007db..c2aaada 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; /** * Class ElementHexa * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php index fa44b4d..55b91ca 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; /** * Class ElementMissing * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php index 0527903..3d95652 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php @@ -29,11 +29,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class ElementName * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php index d3fe3c6..58b6d50 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; /** * Class ElementNull * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php index d2a2fc2..99fb86c 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; /** * Class ElementNumeric * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php index 3b40599..2a75afb 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php @@ -29,11 +29,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class ElementString * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php index b683388..0cd46e1 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php @@ -29,11 +29,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Header; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Header; /** * Class ElementStruct * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php index 5fa971c..4e1fe34 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Element; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Element; -use OCA\Libresign\Vendor\Smalot\PdfParser\Document; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Document; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element; /** * Class ElementXRef * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php index 37fcea7..93a035b 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php @@ -29,12 +29,12 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNumeric; -use OCA\Libresign\Vendor\Smalot\PdfParser\Encoding\EncodingLocator; -use OCA\Libresign\Vendor\Smalot\PdfParser\Encoding\PostScriptGlyphs; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\EncodingNotFoundException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNumeric; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding\EncodingLocator; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding\PostScriptGlyphs; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\EncodingNotFoundException; /** * Class Encoding * @internal @@ -130,7 +130,7 @@ protected function getEncodingClass() : string if (!\is_string($baseEncoding) || 0 == \strlen($baseEncoding)) { $baseEncoding = 'StandardEncoding'; } - $className = '\\OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Encoding\\' . $baseEncoding; + $className = '\\OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Encoding\\' . $baseEncoding; if (!\class_exists($className)) { throw new EncodingNotFoundException('Missing encoding data for: "' . $baseEncoding . '".'); } diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php index bbf7fca..be46e55 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php @@ -1,6 +1,6 @@ . */ // Source : http://cpansearch.perl.org/src/JV/PostScript-Font-1.10.02/lib/PostScript/ISOLatin1Encoding.pm -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class ISOLatin1Encoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php index 2fe8899..2a9356c 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php @@ -30,7 +30,7 @@ * If not, see . */ // Source : http://cpansearch.perl.org/src/JV/PostScript-Font-1.10.02/lib/PostScript/ISOLatin9Encoding.pm -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class ISOLatin9Encoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php index f263095..608bc0d 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php @@ -30,7 +30,7 @@ * If not, see . */ // Source : http://www.opensource.apple.com/source/vim/vim-34/vim/runtime/print/mac-roman.ps -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class MacRomanEncoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php index 973ade6..905d301 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php @@ -30,7 +30,7 @@ */ // Source : https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.2.pdf // Source : https://ia801001.us.archive.org/1/items/pdf1.7/pdf_reference_1-7.pdf -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class PDFDocEncoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php index c70db99..7ce1375 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php @@ -28,7 +28,7 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class PostScriptGlyphs diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php index 4a3fa15..5dec797 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php @@ -30,7 +30,7 @@ * If not, see . */ // Source : http://cpansearch.perl.org/src/JV/PostScript-Font-1.10.02/lib/PostScript/StandardEncoding.pm -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class StandardEncoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php index 7e1ed06..f80377d 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php @@ -30,7 +30,7 @@ * If not, see . */ // Source : http://cpansearch.perl.org/src/JV/PostScript-Font-1.10.02/lib/PostScript/WinANSIEncoding.pm -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Encoding; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding; /** * Class WinAnsiEncoding diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php index bc8db5f..42f0bfc 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php @@ -1,7 +1,7 @@ . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Encoding\WinAnsiEncoding; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\EncodingNotFoundException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Encoding\WinAnsiEncoding; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\EncodingNotFoundException; /** * Class Font * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php index 1ba235f..7a5ece0 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontCIDFontType0 * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php index 78d09d8..12b9fb6 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontCIDFontType2 * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php index 4cdce25..b521ec5 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontTrueType * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php index ed7a22c..3337122 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontType0 * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php index 9243325..1c901d4 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontType1 * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php index 3a95790..8ebf454 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\Font; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\Font; -use OCA\Libresign\Vendor\Smalot\PdfParser\Font; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Font; /** * Class FontType3 * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Header.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Header.php index 211508d..88caaf8 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Header.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Header.php @@ -29,12 +29,12 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementArray; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementMissing; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementStruct; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementXRef; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementArray; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementMissing; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementStruct; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementXRef; /** * Class Header * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php index 192c3a3..60b6ed6 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php @@ -29,11 +29,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\InvalidDictionaryObjectException; -use OCA\Libresign\Vendor\Smalot\PdfParser\XObject\Form; -use OCA\Libresign\Vendor\Smalot\PdfParser\XObject\Image; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\InvalidDictionaryObjectException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\XObject\Form; +use OCA\Libresign\3rdparty\Smalot\PdfParser\XObject\Image; /** * Class PDFObject * @internal @@ -910,7 +910,7 @@ public static function factory(Document $document, Header $header, ?string $cont return new Encoding($document, $header, $content, $config); case 'Font': $subtype = $header->get('Subtype')->getContent(); - $classname = '\\OCA\\Libresign\\Vendor\\Smalot\\PdfParser\\Font\\Font' . $subtype; + $classname = '\\OCA\\Libresign\\3rdparty\\Smalot\\PdfParser\\Font\\Font' . $subtype; if (\class_exists($classname)) { return new $classname($document, $header, $content, $config); } diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Page.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Page.php index b60c206..ace4058 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Page.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Page.php @@ -29,12 +29,12 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementArray; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementMissing; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNull; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementXRef; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementArray; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementMissing; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNull; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementXRef; /** @internal */ class Page extends PDFObject { diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Pages.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Pages.php index 4a2b29e..30b6d01 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Pages.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Pages.php @@ -29,9 +29,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementArray; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementArray; /** * Class Pages * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/Parser.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/Parser.php index 71a78c9..ffb98da 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/Parser.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/Parser.php @@ -29,18 +29,18 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementArray; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementBoolean; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementDate; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementHexa; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementName; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNull; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementNumeric; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementString; -use OCA\Libresign\Vendor\Smalot\PdfParser\Element\ElementXRef; -use OCA\Libresign\Vendor\Smalot\PdfParser\RawData\RawDataParser; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementArray; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementBoolean; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementDate; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementHexa; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementName; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNull; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementNumeric; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementString; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Element\ElementXRef; +use OCA\Libresign\3rdparty\Smalot\PdfParser\RawData\RawDataParser; /** * Class Parser * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php index 2094fd8..68a34a6 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php @@ -39,9 +39,9 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\RawData; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\RawData; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\NotImplementedException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\NotImplementedException; /** @internal */ class FilterHelper { diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php index d06a111..30d218f 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php @@ -39,11 +39,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\RawData; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\RawData; -use OCA\Libresign\Vendor\Smalot\PdfParser\Config; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\EmptyPdfException; -use OCA\Libresign\Vendor\Smalot\PdfParser\Exception\MissingPdfHeaderException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Config; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\EmptyPdfException; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Exception\MissingPdfHeaderException; /** @internal */ class RawDataParser { diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php index 016ceb2..83486c9 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php @@ -29,11 +29,11 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\XObject; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\XObject; -use OCA\Libresign\Vendor\Smalot\PdfParser\Header; -use OCA\Libresign\Vendor\Smalot\PdfParser\Page; -use OCA\Libresign\Vendor\Smalot\PdfParser\PDFObject; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Header; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Page; +use OCA\Libresign\3rdparty\Smalot\PdfParser\PDFObject; /** * Class Form * @internal diff --git a/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php b/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php index 8a15daa..456a629 100644 --- a/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php +++ b/composer/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php @@ -29,10 +29,10 @@ * along with this program. * If not, see . */ -namespace OCA\Libresign\Vendor\Smalot\PdfParser\XObject; +namespace OCA\Libresign\3rdparty\Smalot\PdfParser\XObject; -use OCA\Libresign\Vendor\Smalot\PdfParser\Page; -use OCA\Libresign\Vendor\Smalot\PdfParser\PDFObject; +use OCA\Libresign\3rdparty\Smalot\PdfParser\Page; +use OCA\Libresign\3rdparty\Smalot\PdfParser\PDFObject; /** * Class Image * @internal diff --git a/composer/symfony/deprecation-contracts/function.php b/composer/symfony/deprecation-contracts/function.php index efda8b0..58f7907 100644 --- a/composer/symfony/deprecation-contracts/function.php +++ b/composer/symfony/deprecation-contracts/function.php @@ -1,6 +1,6 @@ = 80000) { return require __DIR__ . '/bootstrap80.php'; } diff --git a/composer/symfony/polyfill-ctype/bootstrap80.php b/composer/symfony/polyfill-ctype/bootstrap80.php index d4e0358..bac8cd2 100644 --- a/composer/symfony/polyfill-ctype/bootstrap80.php +++ b/composer/symfony/polyfill-ctype/bootstrap80.php @@ -1,6 +1,6 @@ 'i̇', 'µ' => 'μ', 'ſ' => 's', 'ͅ' => 'ι', 'ς' => 'σ', 'ϐ' => 'β', 'ϑ' => 'θ', 'ϕ' => 'φ', 'ϖ' => 'π', 'ϰ' => 'κ', 'ϱ' => 'ρ', 'ϵ' => 'ε', 'ẛ' => 'ṡ', 'ι' => 'ι', 'ß' => 'ss', 'ʼn' => 'ʼn', 'ǰ' => 'ǰ', 'ΐ' => 'ΐ', 'ΰ' => 'ΰ', 'և' => 'եւ', 'ẖ' => 'ẖ', 'ẗ' => 'ẗ', 'ẘ' => 'ẘ', 'ẙ' => 'ẙ', 'ẚ' => 'aʾ', 'ẞ' => 'ss', 'ὐ' => 'ὐ', 'ὒ' => 'ὒ', 'ὔ' => 'ὔ', 'ὖ' => 'ὖ', 'ᾀ' => 'ἀι', 'ᾁ' => 'ἁι', 'ᾂ' => 'ἂι', 'ᾃ' => 'ἃι', 'ᾄ' => 'ἄι', 'ᾅ' => 'ἅι', 'ᾆ' => 'ἆι', 'ᾇ' => 'ἇι', 'ᾈ' => 'ἀι', 'ᾉ' => 'ἁι', 'ᾊ' => 'ἂι', 'ᾋ' => 'ἃι', 'ᾌ' => 'ἄι', 'ᾍ' => 'ἅι', 'ᾎ' => 'ἆι', 'ᾏ' => 'ἇι', 'ᾐ' => 'ἠι', 'ᾑ' => 'ἡι', 'ᾒ' => 'ἢι', 'ᾓ' => 'ἣι', 'ᾔ' => 'ἤι', 'ᾕ' => 'ἥι', 'ᾖ' => 'ἦι', 'ᾗ' => 'ἧι', 'ᾘ' => 'ἠι', 'ᾙ' => 'ἡι', 'ᾚ' => 'ἢι', 'ᾛ' => 'ἣι', 'ᾜ' => 'ἤι', 'ᾝ' => 'ἥι', 'ᾞ' => 'ἦι', 'ᾟ' => 'ἧι', 'ᾠ' => 'ὠι', 'ᾡ' => 'ὡι', 'ᾢ' => 'ὢι', 'ᾣ' => 'ὣι', 'ᾤ' => 'ὤι', 'ᾥ' => 'ὥι', 'ᾦ' => 'ὦι', 'ᾧ' => 'ὧι', 'ᾨ' => 'ὠι', 'ᾩ' => 'ὡι', 'ᾪ' => 'ὢι', 'ᾫ' => 'ὣι', 'ᾬ' => 'ὤι', 'ᾭ' => 'ὥι', 'ᾮ' => 'ὦι', 'ᾯ' => 'ὧι', 'ᾲ' => 'ὰι', 'ᾳ' => 'αι', 'ᾴ' => 'άι', 'ᾶ' => 'ᾶ', 'ᾷ' => 'ᾶι', 'ᾼ' => 'αι', 'ῂ' => 'ὴι', 'ῃ' => 'ηι', 'ῄ' => 'ήι', 'ῆ' => 'ῆ', 'ῇ' => 'ῆι', 'ῌ' => 'ηι', 'ῒ' => 'ῒ', 'ῖ' => 'ῖ', 'ῗ' => 'ῗ', 'ῢ' => 'ῢ', 'ῤ' => 'ῤ', 'ῦ' => 'ῦ', 'ῧ' => 'ῧ', 'ῲ' => 'ὼι', 'ῳ' => 'ωι', 'ῴ' => 'ώι', 'ῶ' => 'ῶ', 'ῷ' => 'ῶι', 'ῼ' => 'ωι', 'ff' => 'ff', 'fi' => 'fi', 'fl' => 'fl', 'ffi' => 'ffi', 'ffl' => 'ffl', 'ſt' => 'st', 'st' => 'st', 'ﬓ' => 'մն', 'ﬔ' => 'մե', 'ﬕ' => 'մի', 'ﬖ' => 'վն', 'ﬗ' => 'մխ']; diff --git a/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php index 8919edd..814dd4c 100644 --- a/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +++ b/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php @@ -1,5 +1,5 @@ 'a', 'B' => 'b', 'C' => 'c', 'D' => 'd', 'E' => 'e', 'F' => 'f', 'G' => 'g', 'H' => 'h', 'I' => 'i', 'J' => 'j', 'K' => 'k', 'L' => 'l', 'M' => 'm', 'N' => 'n', 'O' => 'o', 'P' => 'p', 'Q' => 'q', 'R' => 'r', 'S' => 's', 'T' => 't', 'U' => 'u', 'V' => 'v', 'W' => 'w', 'X' => 'x', 'Y' => 'y', 'Z' => 'z', 'À' => 'à', 'Á' => 'á', 'Â' => 'â', 'Ã' => 'ã', 'Ä' => 'ä', 'Å' => 'å', 'Æ' => 'æ', 'Ç' => 'ç', 'È' => 'è', 'É' => 'é', 'Ê' => 'ê', 'Ë' => 'ë', 'Ì' => 'ì', 'Í' => 'í', 'Î' => 'î', 'Ï' => 'ï', 'Ð' => 'ð', 'Ñ' => 'ñ', 'Ò' => 'ò', 'Ó' => 'ó', 'Ô' => 'ô', 'Õ' => 'õ', 'Ö' => 'ö', 'Ø' => 'ø', 'Ù' => 'ù', 'Ú' => 'ú', 'Û' => 'û', 'Ü' => 'ü', 'Ý' => 'ý', 'Þ' => 'þ', 'Ā' => 'ā', 'Ă' => 'ă', 'Ą' => 'ą', 'Ć' => 'ć', 'Ĉ' => 'ĉ', 'Ċ' => 'ċ', 'Č' => 'č', 'Ď' => 'ď', 'Đ' => 'đ', 'Ē' => 'ē', 'Ĕ' => 'ĕ', 'Ė' => 'ė', 'Ę' => 'ę', 'Ě' => 'ě', 'Ĝ' => 'ĝ', 'Ğ' => 'ğ', 'Ġ' => 'ġ', 'Ģ' => 'ģ', 'Ĥ' => 'ĥ', 'Ħ' => 'ħ', 'Ĩ' => 'ĩ', 'Ī' => 'ī', 'Ĭ' => 'ĭ', 'Į' => 'į', 'İ' => 'i̇', 'IJ' => 'ij', 'Ĵ' => 'ĵ', 'Ķ' => 'ķ', 'Ĺ' => 'ĺ', 'Ļ' => 'ļ', 'Ľ' => 'ľ', 'Ŀ' => 'ŀ', 'Ł' => 'ł', 'Ń' => 'ń', 'Ņ' => 'ņ', 'Ň' => 'ň', 'Ŋ' => 'ŋ', 'Ō' => 'ō', 'Ŏ' => 'ŏ', 'Ő' => 'ő', 'Œ' => 'œ', 'Ŕ' => 'ŕ', 'Ŗ' => 'ŗ', 'Ř' => 'ř', 'Ś' => 'ś', 'Ŝ' => 'ŝ', 'Ş' => 'ş', 'Š' => 'š', 'Ţ' => 'ţ', 'Ť' => 'ť', 'Ŧ' => 'ŧ', 'Ũ' => 'ũ', 'Ū' => 'ū', 'Ŭ' => 'ŭ', 'Ů' => 'ů', 'Ű' => 'ű', 'Ų' => 'ų', 'Ŵ' => 'ŵ', 'Ŷ' => 'ŷ', 'Ÿ' => 'ÿ', 'Ź' => 'ź', 'Ż' => 'ż', 'Ž' => 'ž', 'Ɓ' => 'ɓ', 'Ƃ' => 'ƃ', 'Ƅ' => 'ƅ', 'Ɔ' => 'ɔ', 'Ƈ' => 'ƈ', 'Ɖ' => 'ɖ', 'Ɗ' => 'ɗ', 'Ƌ' => 'ƌ', 'Ǝ' => 'ǝ', 'Ə' => 'ə', 'Ɛ' => 'ɛ', 'Ƒ' => 'ƒ', 'Ɠ' => 'ɠ', 'Ɣ' => 'ɣ', 'Ɩ' => 'ɩ', 'Ɨ' => 'ɨ', 'Ƙ' => 'ƙ', 'Ɯ' => 'ɯ', 'Ɲ' => 'ɲ', 'Ɵ' => 'ɵ', 'Ơ' => 'ơ', 'Ƣ' => 'ƣ', 'Ƥ' => 'ƥ', 'Ʀ' => 'ʀ', 'Ƨ' => 'ƨ', 'Ʃ' => 'ʃ', 'Ƭ' => 'ƭ', 'Ʈ' => 'ʈ', 'Ư' => 'ư', 'Ʊ' => 'ʊ', 'Ʋ' => 'ʋ', 'Ƴ' => 'ƴ', 'Ƶ' => 'ƶ', 'Ʒ' => 'ʒ', 'Ƹ' => 'ƹ', 'Ƽ' => 'ƽ', 'DŽ' => 'dž', 'Dž' => 'dž', 'LJ' => 'lj', 'Lj' => 'lj', 'NJ' => 'nj', 'Nj' => 'nj', 'Ǎ' => 'ǎ', 'Ǐ' => 'ǐ', 'Ǒ' => 'ǒ', 'Ǔ' => 'ǔ', 'Ǖ' => 'ǖ', 'Ǘ' => 'ǘ', 'Ǚ' => 'ǚ', 'Ǜ' => 'ǜ', 'Ǟ' => 'ǟ', 'Ǡ' => 'ǡ', 'Ǣ' => 'ǣ', 'Ǥ' => 'ǥ', 'Ǧ' => 'ǧ', 'Ǩ' => 'ǩ', 'Ǫ' => 'ǫ', 'Ǭ' => 'ǭ', 'Ǯ' => 'ǯ', 'DZ' => 'dz', 'Dz' => 'dz', 'Ǵ' => 'ǵ', 'Ƕ' => 'ƕ', 'Ƿ' => 'ƿ', 'Ǹ' => 'ǹ', 'Ǻ' => 'ǻ', 'Ǽ' => 'ǽ', 'Ǿ' => 'ǿ', 'Ȁ' => 'ȁ', 'Ȃ' => 'ȃ', 'Ȅ' => 'ȅ', 'Ȇ' => 'ȇ', 'Ȉ' => 'ȉ', 'Ȋ' => 'ȋ', 'Ȍ' => 'ȍ', 'Ȏ' => 'ȏ', 'Ȑ' => 'ȑ', 'Ȓ' => 'ȓ', 'Ȕ' => 'ȕ', 'Ȗ' => 'ȗ', 'Ș' => 'ș', 'Ț' => 'ț', 'Ȝ' => 'ȝ', 'Ȟ' => 'ȟ', 'Ƞ' => 'ƞ', 'Ȣ' => 'ȣ', 'Ȥ' => 'ȥ', 'Ȧ' => 'ȧ', 'Ȩ' => 'ȩ', 'Ȫ' => 'ȫ', 'Ȭ' => 'ȭ', 'Ȯ' => 'ȯ', 'Ȱ' => 'ȱ', 'Ȳ' => 'ȳ', 'Ⱥ' => 'ⱥ', 'Ȼ' => 'ȼ', 'Ƚ' => 'ƚ', 'Ⱦ' => 'ⱦ', 'Ɂ' => 'ɂ', 'Ƀ' => 'ƀ', 'Ʉ' => 'ʉ', 'Ʌ' => 'ʌ', 'Ɇ' => 'ɇ', 'Ɉ' => 'ɉ', 'Ɋ' => 'ɋ', 'Ɍ' => 'ɍ', 'Ɏ' => 'ɏ', 'Ͱ' => 'ͱ', 'Ͳ' => 'ͳ', 'Ͷ' => 'ͷ', 'Ϳ' => 'ϳ', 'Ά' => 'ά', 'Έ' => 'έ', 'Ή' => 'ή', 'Ί' => 'ί', 'Ό' => 'ό', 'Ύ' => 'ύ', 'Ώ' => 'ώ', 'Α' => 'α', 'Β' => 'β', 'Γ' => 'γ', 'Δ' => 'δ', 'Ε' => 'ε', 'Ζ' => 'ζ', 'Η' => 'η', 'Θ' => 'θ', 'Ι' => 'ι', 'Κ' => 'κ', 'Λ' => 'λ', 'Μ' => 'μ', 'Ν' => 'ν', 'Ξ' => 'ξ', 'Ο' => 'ο', 'Π' => 'π', 'Ρ' => 'ρ', 'Σ' => 'σ', 'Τ' => 'τ', 'Υ' => 'υ', 'Φ' => 'φ', 'Χ' => 'χ', 'Ψ' => 'ψ', 'Ω' => 'ω', 'Ϊ' => 'ϊ', 'Ϋ' => 'ϋ', 'Ϗ' => 'ϗ', 'Ϙ' => 'ϙ', 'Ϛ' => 'ϛ', 'Ϝ' => 'ϝ', 'Ϟ' => 'ϟ', 'Ϡ' => 'ϡ', 'Ϣ' => 'ϣ', 'Ϥ' => 'ϥ', 'Ϧ' => 'ϧ', 'Ϩ' => 'ϩ', 'Ϫ' => 'ϫ', 'Ϭ' => 'ϭ', 'Ϯ' => 'ϯ', 'ϴ' => 'θ', 'Ϸ' => 'ϸ', 'Ϲ' => 'ϲ', 'Ϻ' => 'ϻ', 'Ͻ' => 'ͻ', 'Ͼ' => 'ͼ', 'Ͽ' => 'ͽ', 'Ѐ' => 'ѐ', 'Ё' => 'ё', 'Ђ' => 'ђ', 'Ѓ' => 'ѓ', 'Є' => 'є', 'Ѕ' => 'ѕ', 'І' => 'і', 'Ї' => 'ї', 'Ј' => 'ј', 'Љ' => 'љ', 'Њ' => 'њ', 'Ћ' => 'ћ', 'Ќ' => 'ќ', 'Ѝ' => 'ѝ', 'Ў' => 'ў', 'Џ' => 'џ', 'А' => 'а', 'Б' => 'б', 'В' => 'в', 'Г' => 'г', 'Д' => 'д', 'Е' => 'е', 'Ж' => 'ж', 'З' => 'з', 'И' => 'и', 'Й' => 'й', 'К' => 'к', 'Л' => 'л', 'М' => 'м', 'Н' => 'н', 'О' => 'о', 'П' => 'п', 'Р' => 'р', 'С' => 'с', 'Т' => 'т', 'У' => 'у', 'Ф' => 'ф', 'Х' => 'х', 'Ц' => 'ц', 'Ч' => 'ч', 'Ш' => 'ш', 'Щ' => 'щ', 'Ъ' => 'ъ', 'Ы' => 'ы', 'Ь' => 'ь', 'Э' => 'э', 'Ю' => 'ю', 'Я' => 'я', 'Ѡ' => 'ѡ', 'Ѣ' => 'ѣ', 'Ѥ' => 'ѥ', 'Ѧ' => 'ѧ', 'Ѩ' => 'ѩ', 'Ѫ' => 'ѫ', 'Ѭ' => 'ѭ', 'Ѯ' => 'ѯ', 'Ѱ' => 'ѱ', 'Ѳ' => 'ѳ', 'Ѵ' => 'ѵ', 'Ѷ' => 'ѷ', 'Ѹ' => 'ѹ', 'Ѻ' => 'ѻ', 'Ѽ' => 'ѽ', 'Ѿ' => 'ѿ', 'Ҁ' => 'ҁ', 'Ҋ' => 'ҋ', 'Ҍ' => 'ҍ', 'Ҏ' => 'ҏ', 'Ґ' => 'ґ', 'Ғ' => 'ғ', 'Ҕ' => 'ҕ', 'Җ' => 'җ', 'Ҙ' => 'ҙ', 'Қ' => 'қ', 'Ҝ' => 'ҝ', 'Ҟ' => 'ҟ', 'Ҡ' => 'ҡ', 'Ң' => 'ң', 'Ҥ' => 'ҥ', 'Ҧ' => 'ҧ', 'Ҩ' => 'ҩ', 'Ҫ' => 'ҫ', 'Ҭ' => 'ҭ', 'Ү' => 'ү', 'Ұ' => 'ұ', 'Ҳ' => 'ҳ', 'Ҵ' => 'ҵ', 'Ҷ' => 'ҷ', 'Ҹ' => 'ҹ', 'Һ' => 'һ', 'Ҽ' => 'ҽ', 'Ҿ' => 'ҿ', 'Ӏ' => 'ӏ', 'Ӂ' => 'ӂ', 'Ӄ' => 'ӄ', 'Ӆ' => 'ӆ', 'Ӈ' => 'ӈ', 'Ӊ' => 'ӊ', 'Ӌ' => 'ӌ', 'Ӎ' => 'ӎ', 'Ӑ' => 'ӑ', 'Ӓ' => 'ӓ', 'Ӕ' => 'ӕ', 'Ӗ' => 'ӗ', 'Ә' => 'ә', 'Ӛ' => 'ӛ', 'Ӝ' => 'ӝ', 'Ӟ' => 'ӟ', 'Ӡ' => 'ӡ', 'Ӣ' => 'ӣ', 'Ӥ' => 'ӥ', 'Ӧ' => 'ӧ', 'Ө' => 'ө', 'Ӫ' => 'ӫ', 'Ӭ' => 'ӭ', 'Ӯ' => 'ӯ', 'Ӱ' => 'ӱ', 'Ӳ' => 'ӳ', 'Ӵ' => 'ӵ', 'Ӷ' => 'ӷ', 'Ӹ' => 'ӹ', 'Ӻ' => 'ӻ', 'Ӽ' => 'ӽ', 'Ӿ' => 'ӿ', 'Ԁ' => 'ԁ', 'Ԃ' => 'ԃ', 'Ԅ' => 'ԅ', 'Ԇ' => 'ԇ', 'Ԉ' => 'ԉ', 'Ԋ' => 'ԋ', 'Ԍ' => 'ԍ', 'Ԏ' => 'ԏ', 'Ԑ' => 'ԑ', 'Ԓ' => 'ԓ', 'Ԕ' => 'ԕ', 'Ԗ' => 'ԗ', 'Ԙ' => 'ԙ', 'Ԛ' => 'ԛ', 'Ԝ' => 'ԝ', 'Ԟ' => 'ԟ', 'Ԡ' => 'ԡ', 'Ԣ' => 'ԣ', 'Ԥ' => 'ԥ', 'Ԧ' => 'ԧ', 'Ԩ' => 'ԩ', 'Ԫ' => 'ԫ', 'Ԭ' => 'ԭ', 'Ԯ' => 'ԯ', 'Ա' => 'ա', 'Բ' => 'բ', 'Գ' => 'գ', 'Դ' => 'դ', 'Ե' => 'ե', 'Զ' => 'զ', 'Է' => 'է', 'Ը' => 'ը', 'Թ' => 'թ', 'Ժ' => 'ժ', 'Ի' => 'ի', 'Լ' => 'լ', 'Խ' => 'խ', 'Ծ' => 'ծ', 'Կ' => 'կ', 'Հ' => 'հ', 'Ձ' => 'ձ', 'Ղ' => 'ղ', 'Ճ' => 'ճ', 'Մ' => 'մ', 'Յ' => 'յ', 'Ն' => 'ն', 'Շ' => 'շ', 'Ո' => 'ո', 'Չ' => 'չ', 'Պ' => 'պ', 'Ջ' => 'ջ', 'Ռ' => 'ռ', 'Ս' => 'ս', 'Վ' => 'վ', 'Տ' => 'տ', 'Ր' => 'ր', 'Ց' => 'ց', 'Ւ' => 'ւ', 'Փ' => 'փ', 'Ք' => 'ք', 'Օ' => 'օ', 'Ֆ' => 'ֆ', 'Ⴀ' => 'ⴀ', 'Ⴁ' => 'ⴁ', 'Ⴂ' => 'ⴂ', 'Ⴃ' => 'ⴃ', 'Ⴄ' => 'ⴄ', 'Ⴅ' => 'ⴅ', 'Ⴆ' => 'ⴆ', 'Ⴇ' => 'ⴇ', 'Ⴈ' => 'ⴈ', 'Ⴉ' => 'ⴉ', 'Ⴊ' => 'ⴊ', 'Ⴋ' => 'ⴋ', 'Ⴌ' => 'ⴌ', 'Ⴍ' => 'ⴍ', 'Ⴎ' => 'ⴎ', 'Ⴏ' => 'ⴏ', 'Ⴐ' => 'ⴐ', 'Ⴑ' => 'ⴑ', 'Ⴒ' => 'ⴒ', 'Ⴓ' => 'ⴓ', 'Ⴔ' => 'ⴔ', 'Ⴕ' => 'ⴕ', 'Ⴖ' => 'ⴖ', 'Ⴗ' => 'ⴗ', 'Ⴘ' => 'ⴘ', 'Ⴙ' => 'ⴙ', 'Ⴚ' => 'ⴚ', 'Ⴛ' => 'ⴛ', 'Ⴜ' => 'ⴜ', 'Ⴝ' => 'ⴝ', 'Ⴞ' => 'ⴞ', 'Ⴟ' => 'ⴟ', 'Ⴠ' => 'ⴠ', 'Ⴡ' => 'ⴡ', 'Ⴢ' => 'ⴢ', 'Ⴣ' => 'ⴣ', 'Ⴤ' => 'ⴤ', 'Ⴥ' => 'ⴥ', 'Ⴧ' => 'ⴧ', 'Ⴭ' => 'ⴭ', 'Ꭰ' => 'ꭰ', 'Ꭱ' => 'ꭱ', 'Ꭲ' => 'ꭲ', 'Ꭳ' => 'ꭳ', 'Ꭴ' => 'ꭴ', 'Ꭵ' => 'ꭵ', 'Ꭶ' => 'ꭶ', 'Ꭷ' => 'ꭷ', 'Ꭸ' => 'ꭸ', 'Ꭹ' => 'ꭹ', 'Ꭺ' => 'ꭺ', 'Ꭻ' => 'ꭻ', 'Ꭼ' => 'ꭼ', 'Ꭽ' => 'ꭽ', 'Ꭾ' => 'ꭾ', 'Ꭿ' => 'ꭿ', 'Ꮀ' => 'ꮀ', 'Ꮁ' => 'ꮁ', 'Ꮂ' => 'ꮂ', 'Ꮃ' => 'ꮃ', 'Ꮄ' => 'ꮄ', 'Ꮅ' => 'ꮅ', 'Ꮆ' => 'ꮆ', 'Ꮇ' => 'ꮇ', 'Ꮈ' => 'ꮈ', 'Ꮉ' => 'ꮉ', 'Ꮊ' => 'ꮊ', 'Ꮋ' => 'ꮋ', 'Ꮌ' => 'ꮌ', 'Ꮍ' => 'ꮍ', 'Ꮎ' => 'ꮎ', 'Ꮏ' => 'ꮏ', 'Ꮐ' => 'ꮐ', 'Ꮑ' => 'ꮑ', 'Ꮒ' => 'ꮒ', 'Ꮓ' => 'ꮓ', 'Ꮔ' => 'ꮔ', 'Ꮕ' => 'ꮕ', 'Ꮖ' => 'ꮖ', 'Ꮗ' => 'ꮗ', 'Ꮘ' => 'ꮘ', 'Ꮙ' => 'ꮙ', 'Ꮚ' => 'ꮚ', 'Ꮛ' => 'ꮛ', 'Ꮜ' => 'ꮜ', 'Ꮝ' => 'ꮝ', 'Ꮞ' => 'ꮞ', 'Ꮟ' => 'ꮟ', 'Ꮠ' => 'ꮠ', 'Ꮡ' => 'ꮡ', 'Ꮢ' => 'ꮢ', 'Ꮣ' => 'ꮣ', 'Ꮤ' => 'ꮤ', 'Ꮥ' => 'ꮥ', 'Ꮦ' => 'ꮦ', 'Ꮧ' => 'ꮧ', 'Ꮨ' => 'ꮨ', 'Ꮩ' => 'ꮩ', 'Ꮪ' => 'ꮪ', 'Ꮫ' => 'ꮫ', 'Ꮬ' => 'ꮬ', 'Ꮭ' => 'ꮭ', 'Ꮮ' => 'ꮮ', 'Ꮯ' => 'ꮯ', 'Ꮰ' => 'ꮰ', 'Ꮱ' => 'ꮱ', 'Ꮲ' => 'ꮲ', 'Ꮳ' => 'ꮳ', 'Ꮴ' => 'ꮴ', 'Ꮵ' => 'ꮵ', 'Ꮶ' => 'ꮶ', 'Ꮷ' => 'ꮷ', 'Ꮸ' => 'ꮸ', 'Ꮹ' => 'ꮹ', 'Ꮺ' => 'ꮺ', 'Ꮻ' => 'ꮻ', 'Ꮼ' => 'ꮼ', 'Ꮽ' => 'ꮽ', 'Ꮾ' => 'ꮾ', 'Ꮿ' => 'ꮿ', 'Ᏸ' => 'ᏸ', 'Ᏹ' => 'ᏹ', 'Ᏺ' => 'ᏺ', 'Ᏻ' => 'ᏻ', 'Ᏼ' => 'ᏼ', 'Ᏽ' => 'ᏽ', 'Ა' => 'ა', 'Ბ' => 'ბ', 'Გ' => 'გ', 'Დ' => 'დ', 'Ე' => 'ე', 'Ვ' => 'ვ', 'Ზ' => 'ზ', 'Თ' => 'თ', 'Ი' => 'ი', 'Კ' => 'კ', 'Ლ' => 'ლ', 'Მ' => 'მ', 'Ნ' => 'ნ', 'Ო' => 'ო', 'Პ' => 'პ', 'Ჟ' => 'ჟ', 'Რ' => 'რ', 'Ს' => 'ს', 'Ტ' => 'ტ', 'Უ' => 'უ', 'Ფ' => 'ფ', 'Ქ' => 'ქ', 'Ღ' => 'ღ', 'Ყ' => 'ყ', 'Შ' => 'შ', 'Ჩ' => 'ჩ', 'Ც' => 'ც', 'Ძ' => 'ძ', 'Წ' => 'წ', 'Ჭ' => 'ჭ', 'Ხ' => 'ხ', 'Ჯ' => 'ჯ', 'Ჰ' => 'ჰ', 'Ჱ' => 'ჱ', 'Ჲ' => 'ჲ', 'Ჳ' => 'ჳ', 'Ჴ' => 'ჴ', 'Ჵ' => 'ჵ', 'Ჶ' => 'ჶ', 'Ჷ' => 'ჷ', 'Ჸ' => 'ჸ', 'Ჹ' => 'ჹ', 'Ჺ' => 'ჺ', 'Ჽ' => 'ჽ', 'Ჾ' => 'ჾ', 'Ჿ' => 'ჿ', 'Ḁ' => 'ḁ', 'Ḃ' => 'ḃ', 'Ḅ' => 'ḅ', 'Ḇ' => 'ḇ', 'Ḉ' => 'ḉ', 'Ḋ' => 'ḋ', 'Ḍ' => 'ḍ', 'Ḏ' => 'ḏ', 'Ḑ' => 'ḑ', 'Ḓ' => 'ḓ', 'Ḕ' => 'ḕ', 'Ḗ' => 'ḗ', 'Ḙ' => 'ḙ', 'Ḛ' => 'ḛ', 'Ḝ' => 'ḝ', 'Ḟ' => 'ḟ', 'Ḡ' => 'ḡ', 'Ḣ' => 'ḣ', 'Ḥ' => 'ḥ', 'Ḧ' => 'ḧ', 'Ḩ' => 'ḩ', 'Ḫ' => 'ḫ', 'Ḭ' => 'ḭ', 'Ḯ' => 'ḯ', 'Ḱ' => 'ḱ', 'Ḳ' => 'ḳ', 'Ḵ' => 'ḵ', 'Ḷ' => 'ḷ', 'Ḹ' => 'ḹ', 'Ḻ' => 'ḻ', 'Ḽ' => 'ḽ', 'Ḿ' => 'ḿ', 'Ṁ' => 'ṁ', 'Ṃ' => 'ṃ', 'Ṅ' => 'ṅ', 'Ṇ' => 'ṇ', 'Ṉ' => 'ṉ', 'Ṋ' => 'ṋ', 'Ṍ' => 'ṍ', 'Ṏ' => 'ṏ', 'Ṑ' => 'ṑ', 'Ṓ' => 'ṓ', 'Ṕ' => 'ṕ', 'Ṗ' => 'ṗ', 'Ṙ' => 'ṙ', 'Ṛ' => 'ṛ', 'Ṝ' => 'ṝ', 'Ṟ' => 'ṟ', 'Ṡ' => 'ṡ', 'Ṣ' => 'ṣ', 'Ṥ' => 'ṥ', 'Ṧ' => 'ṧ', 'Ṩ' => 'ṩ', 'Ṫ' => 'ṫ', 'Ṭ' => 'ṭ', 'Ṯ' => 'ṯ', 'Ṱ' => 'ṱ', 'Ṳ' => 'ṳ', 'Ṵ' => 'ṵ', 'Ṷ' => 'ṷ', 'Ṹ' => 'ṹ', 'Ṻ' => 'ṻ', 'Ṽ' => 'ṽ', 'Ṿ' => 'ṿ', 'Ẁ' => 'ẁ', 'Ẃ' => 'ẃ', 'Ẅ' => 'ẅ', 'Ẇ' => 'ẇ', 'Ẉ' => 'ẉ', 'Ẋ' => 'ẋ', 'Ẍ' => 'ẍ', 'Ẏ' => 'ẏ', 'Ẑ' => 'ẑ', 'Ẓ' => 'ẓ', 'Ẕ' => 'ẕ', 'ẞ' => 'ß', 'Ạ' => 'ạ', 'Ả' => 'ả', 'Ấ' => 'ấ', 'Ầ' => 'ầ', 'Ẩ' => 'ẩ', 'Ẫ' => 'ẫ', 'Ậ' => 'ậ', 'Ắ' => 'ắ', 'Ằ' => 'ằ', 'Ẳ' => 'ẳ', 'Ẵ' => 'ẵ', 'Ặ' => 'ặ', 'Ẹ' => 'ẹ', 'Ẻ' => 'ẻ', 'Ẽ' => 'ẽ', 'Ế' => 'ế', 'Ề' => 'ề', 'Ể' => 'ể', 'Ễ' => 'ễ', 'Ệ' => 'ệ', 'Ỉ' => 'ỉ', 'Ị' => 'ị', 'Ọ' => 'ọ', 'Ỏ' => 'ỏ', 'Ố' => 'ố', 'Ồ' => 'ồ', 'Ổ' => 'ổ', 'Ỗ' => 'ỗ', 'Ộ' => 'ộ', 'Ớ' => 'ớ', 'Ờ' => 'ờ', 'Ở' => 'ở', 'Ỡ' => 'ỡ', 'Ợ' => 'ợ', 'Ụ' => 'ụ', 'Ủ' => 'ủ', 'Ứ' => 'ứ', 'Ừ' => 'ừ', 'Ử' => 'ử', 'Ữ' => 'ữ', 'Ự' => 'ự', 'Ỳ' => 'ỳ', 'Ỵ' => 'ỵ', 'Ỷ' => 'ỷ', 'Ỹ' => 'ỹ', 'Ỻ' => 'ỻ', 'Ỽ' => 'ỽ', 'Ỿ' => 'ỿ', 'Ἀ' => 'ἀ', 'Ἁ' => 'ἁ', 'Ἂ' => 'ἂ', 'Ἃ' => 'ἃ', 'Ἄ' => 'ἄ', 'Ἅ' => 'ἅ', 'Ἆ' => 'ἆ', 'Ἇ' => 'ἇ', 'Ἐ' => 'ἐ', 'Ἑ' => 'ἑ', 'Ἒ' => 'ἒ', 'Ἓ' => 'ἓ', 'Ἔ' => 'ἔ', 'Ἕ' => 'ἕ', 'Ἠ' => 'ἠ', 'Ἡ' => 'ἡ', 'Ἢ' => 'ἢ', 'Ἣ' => 'ἣ', 'Ἤ' => 'ἤ', 'Ἥ' => 'ἥ', 'Ἦ' => 'ἦ', 'Ἧ' => 'ἧ', 'Ἰ' => 'ἰ', 'Ἱ' => 'ἱ', 'Ἲ' => 'ἲ', 'Ἳ' => 'ἳ', 'Ἴ' => 'ἴ', 'Ἵ' => 'ἵ', 'Ἶ' => 'ἶ', 'Ἷ' => 'ἷ', 'Ὀ' => 'ὀ', 'Ὁ' => 'ὁ', 'Ὂ' => 'ὂ', 'Ὃ' => 'ὃ', 'Ὄ' => 'ὄ', 'Ὅ' => 'ὅ', 'Ὑ' => 'ὑ', 'Ὓ' => 'ὓ', 'Ὕ' => 'ὕ', 'Ὗ' => 'ὗ', 'Ὠ' => 'ὠ', 'Ὡ' => 'ὡ', 'Ὢ' => 'ὢ', 'Ὣ' => 'ὣ', 'Ὤ' => 'ὤ', 'Ὥ' => 'ὥ', 'Ὦ' => 'ὦ', 'Ὧ' => 'ὧ', 'ᾈ' => 'ᾀ', 'ᾉ' => 'ᾁ', 'ᾊ' => 'ᾂ', 'ᾋ' => 'ᾃ', 'ᾌ' => 'ᾄ', 'ᾍ' => 'ᾅ', 'ᾎ' => 'ᾆ', 'ᾏ' => 'ᾇ', 'ᾘ' => 'ᾐ', 'ᾙ' => 'ᾑ', 'ᾚ' => 'ᾒ', 'ᾛ' => 'ᾓ', 'ᾜ' => 'ᾔ', 'ᾝ' => 'ᾕ', 'ᾞ' => 'ᾖ', 'ᾟ' => 'ᾗ', 'ᾨ' => 'ᾠ', 'ᾩ' => 'ᾡ', 'ᾪ' => 'ᾢ', 'ᾫ' => 'ᾣ', 'ᾬ' => 'ᾤ', 'ᾭ' => 'ᾥ', 'ᾮ' => 'ᾦ', 'ᾯ' => 'ᾧ', 'Ᾰ' => 'ᾰ', 'Ᾱ' => 'ᾱ', 'Ὰ' => 'ὰ', 'Ά' => 'ά', 'ᾼ' => 'ᾳ', 'Ὲ' => 'ὲ', 'Έ' => 'έ', 'Ὴ' => 'ὴ', 'Ή' => 'ή', 'ῌ' => 'ῃ', 'Ῐ' => 'ῐ', 'Ῑ' => 'ῑ', 'Ὶ' => 'ὶ', 'Ί' => 'ί', 'Ῠ' => 'ῠ', 'Ῡ' => 'ῡ', 'Ὺ' => 'ὺ', 'Ύ' => 'ύ', 'Ῥ' => 'ῥ', 'Ὸ' => 'ὸ', 'Ό' => 'ό', 'Ὼ' => 'ὼ', 'Ώ' => 'ώ', 'ῼ' => 'ῳ', 'Ω' => 'ω', 'K' => 'k', 'Å' => 'å', 'Ⅎ' => 'ⅎ', 'Ⅰ' => 'ⅰ', 'Ⅱ' => 'ⅱ', 'Ⅲ' => 'ⅲ', 'Ⅳ' => 'ⅳ', 'Ⅴ' => 'ⅴ', 'Ⅵ' => 'ⅵ', 'Ⅶ' => 'ⅶ', 'Ⅷ' => 'ⅷ', 'Ⅸ' => 'ⅸ', 'Ⅹ' => 'ⅹ', 'Ⅺ' => 'ⅺ', 'Ⅻ' => 'ⅻ', 'Ⅼ' => 'ⅼ', 'Ⅽ' => 'ⅽ', 'Ⅾ' => 'ⅾ', 'Ⅿ' => 'ⅿ', 'Ↄ' => 'ↄ', 'Ⓐ' => 'ⓐ', 'Ⓑ' => 'ⓑ', 'Ⓒ' => 'ⓒ', 'Ⓓ' => 'ⓓ', 'Ⓔ' => 'ⓔ', 'Ⓕ' => 'ⓕ', 'Ⓖ' => 'ⓖ', 'Ⓗ' => 'ⓗ', 'Ⓘ' => 'ⓘ', 'Ⓙ' => 'ⓙ', 'Ⓚ' => 'ⓚ', 'Ⓛ' => 'ⓛ', 'Ⓜ' => 'ⓜ', 'Ⓝ' => 'ⓝ', 'Ⓞ' => 'ⓞ', 'Ⓟ' => 'ⓟ', 'Ⓠ' => 'ⓠ', 'Ⓡ' => 'ⓡ', 'Ⓢ' => 'ⓢ', 'Ⓣ' => 'ⓣ', 'Ⓤ' => 'ⓤ', 'Ⓥ' => 'ⓥ', 'Ⓦ' => 'ⓦ', 'Ⓧ' => 'ⓧ', 'Ⓨ' => 'ⓨ', 'Ⓩ' => 'ⓩ', 'Ⰰ' => 'ⰰ', 'Ⰱ' => 'ⰱ', 'Ⰲ' => 'ⰲ', 'Ⰳ' => 'ⰳ', 'Ⰴ' => 'ⰴ', 'Ⰵ' => 'ⰵ', 'Ⰶ' => 'ⰶ', 'Ⰷ' => 'ⰷ', 'Ⰸ' => 'ⰸ', 'Ⰹ' => 'ⰹ', 'Ⰺ' => 'ⰺ', 'Ⰻ' => 'ⰻ', 'Ⰼ' => 'ⰼ', 'Ⰽ' => 'ⰽ', 'Ⰾ' => 'ⰾ', 'Ⰿ' => 'ⰿ', 'Ⱀ' => 'ⱀ', 'Ⱁ' => 'ⱁ', 'Ⱂ' => 'ⱂ', 'Ⱃ' => 'ⱃ', 'Ⱄ' => 'ⱄ', 'Ⱅ' => 'ⱅ', 'Ⱆ' => 'ⱆ', 'Ⱇ' => 'ⱇ', 'Ⱈ' => 'ⱈ', 'Ⱉ' => 'ⱉ', 'Ⱊ' => 'ⱊ', 'Ⱋ' => 'ⱋ', 'Ⱌ' => 'ⱌ', 'Ⱍ' => 'ⱍ', 'Ⱎ' => 'ⱎ', 'Ⱏ' => 'ⱏ', 'Ⱐ' => 'ⱐ', 'Ⱑ' => 'ⱑ', 'Ⱒ' => 'ⱒ', 'Ⱓ' => 'ⱓ', 'Ⱔ' => 'ⱔ', 'Ⱕ' => 'ⱕ', 'Ⱖ' => 'ⱖ', 'Ⱗ' => 'ⱗ', 'Ⱘ' => 'ⱘ', 'Ⱙ' => 'ⱙ', 'Ⱚ' => 'ⱚ', 'Ⱛ' => 'ⱛ', 'Ⱜ' => 'ⱜ', 'Ⱝ' => 'ⱝ', 'Ⱞ' => 'ⱞ', 'Ⱡ' => 'ⱡ', 'Ɫ' => 'ɫ', 'Ᵽ' => 'ᵽ', 'Ɽ' => 'ɽ', 'Ⱨ' => 'ⱨ', 'Ⱪ' => 'ⱪ', 'Ⱬ' => 'ⱬ', 'Ɑ' => 'ɑ', 'Ɱ' => 'ɱ', 'Ɐ' => 'ɐ', 'Ɒ' => 'ɒ', 'Ⱳ' => 'ⱳ', 'Ⱶ' => 'ⱶ', 'Ȿ' => 'ȿ', 'Ɀ' => 'ɀ', 'Ⲁ' => 'ⲁ', 'Ⲃ' => 'ⲃ', 'Ⲅ' => 'ⲅ', 'Ⲇ' => 'ⲇ', 'Ⲉ' => 'ⲉ', 'Ⲋ' => 'ⲋ', 'Ⲍ' => 'ⲍ', 'Ⲏ' => 'ⲏ', 'Ⲑ' => 'ⲑ', 'Ⲓ' => 'ⲓ', 'Ⲕ' => 'ⲕ', 'Ⲗ' => 'ⲗ', 'Ⲙ' => 'ⲙ', 'Ⲛ' => 'ⲛ', 'Ⲝ' => 'ⲝ', 'Ⲟ' => 'ⲟ', 'Ⲡ' => 'ⲡ', 'Ⲣ' => 'ⲣ', 'Ⲥ' => 'ⲥ', 'Ⲧ' => 'ⲧ', 'Ⲩ' => 'ⲩ', 'Ⲫ' => 'ⲫ', 'Ⲭ' => 'ⲭ', 'Ⲯ' => 'ⲯ', 'Ⲱ' => 'ⲱ', 'Ⲳ' => 'ⲳ', 'Ⲵ' => 'ⲵ', 'Ⲷ' => 'ⲷ', 'Ⲹ' => 'ⲹ', 'Ⲻ' => 'ⲻ', 'Ⲽ' => 'ⲽ', 'Ⲿ' => 'ⲿ', 'Ⳁ' => 'ⳁ', 'Ⳃ' => 'ⳃ', 'Ⳅ' => 'ⳅ', 'Ⳇ' => 'ⳇ', 'Ⳉ' => 'ⳉ', 'Ⳋ' => 'ⳋ', 'Ⳍ' => 'ⳍ', 'Ⳏ' => 'ⳏ', 'Ⳑ' => 'ⳑ', 'Ⳓ' => 'ⳓ', 'Ⳕ' => 'ⳕ', 'Ⳗ' => 'ⳗ', 'Ⳙ' => 'ⳙ', 'Ⳛ' => 'ⳛ', 'Ⳝ' => 'ⳝ', 'Ⳟ' => 'ⳟ', 'Ⳡ' => 'ⳡ', 'Ⳣ' => 'ⳣ', 'Ⳬ' => 'ⳬ', 'Ⳮ' => 'ⳮ', 'Ⳳ' => 'ⳳ', 'Ꙁ' => 'ꙁ', 'Ꙃ' => 'ꙃ', 'Ꙅ' => 'ꙅ', 'Ꙇ' => 'ꙇ', 'Ꙉ' => 'ꙉ', 'Ꙋ' => 'ꙋ', 'Ꙍ' => 'ꙍ', 'Ꙏ' => 'ꙏ', 'Ꙑ' => 'ꙑ', 'Ꙓ' => 'ꙓ', 'Ꙕ' => 'ꙕ', 'Ꙗ' => 'ꙗ', 'Ꙙ' => 'ꙙ', 'Ꙛ' => 'ꙛ', 'Ꙝ' => 'ꙝ', 'Ꙟ' => 'ꙟ', 'Ꙡ' => 'ꙡ', 'Ꙣ' => 'ꙣ', 'Ꙥ' => 'ꙥ', 'Ꙧ' => 'ꙧ', 'Ꙩ' => 'ꙩ', 'Ꙫ' => 'ꙫ', 'Ꙭ' => 'ꙭ', 'Ꚁ' => 'ꚁ', 'Ꚃ' => 'ꚃ', 'Ꚅ' => 'ꚅ', 'Ꚇ' => 'ꚇ', 'Ꚉ' => 'ꚉ', 'Ꚋ' => 'ꚋ', 'Ꚍ' => 'ꚍ', 'Ꚏ' => 'ꚏ', 'Ꚑ' => 'ꚑ', 'Ꚓ' => 'ꚓ', 'Ꚕ' => 'ꚕ', 'Ꚗ' => 'ꚗ', 'Ꚙ' => 'ꚙ', 'Ꚛ' => 'ꚛ', 'Ꜣ' => 'ꜣ', 'Ꜥ' => 'ꜥ', 'Ꜧ' => 'ꜧ', 'Ꜩ' => 'ꜩ', 'Ꜫ' => 'ꜫ', 'Ꜭ' => 'ꜭ', 'Ꜯ' => 'ꜯ', 'Ꜳ' => 'ꜳ', 'Ꜵ' => 'ꜵ', 'Ꜷ' => 'ꜷ', 'Ꜹ' => 'ꜹ', 'Ꜻ' => 'ꜻ', 'Ꜽ' => 'ꜽ', 'Ꜿ' => 'ꜿ', 'Ꝁ' => 'ꝁ', 'Ꝃ' => 'ꝃ', 'Ꝅ' => 'ꝅ', 'Ꝇ' => 'ꝇ', 'Ꝉ' => 'ꝉ', 'Ꝋ' => 'ꝋ', 'Ꝍ' => 'ꝍ', 'Ꝏ' => 'ꝏ', 'Ꝑ' => 'ꝑ', 'Ꝓ' => 'ꝓ', 'Ꝕ' => 'ꝕ', 'Ꝗ' => 'ꝗ', 'Ꝙ' => 'ꝙ', 'Ꝛ' => 'ꝛ', 'Ꝝ' => 'ꝝ', 'Ꝟ' => 'ꝟ', 'Ꝡ' => 'ꝡ', 'Ꝣ' => 'ꝣ', 'Ꝥ' => 'ꝥ', 'Ꝧ' => 'ꝧ', 'Ꝩ' => 'ꝩ', 'Ꝫ' => 'ꝫ', 'Ꝭ' => 'ꝭ', 'Ꝯ' => 'ꝯ', 'Ꝺ' => 'ꝺ', 'Ꝼ' => 'ꝼ', 'Ᵹ' => 'ᵹ', 'Ꝿ' => 'ꝿ', 'Ꞁ' => 'ꞁ', 'Ꞃ' => 'ꞃ', 'Ꞅ' => 'ꞅ', 'Ꞇ' => 'ꞇ', 'Ꞌ' => 'ꞌ', 'Ɥ' => 'ɥ', 'Ꞑ' => 'ꞑ', 'Ꞓ' => 'ꞓ', 'Ꞗ' => 'ꞗ', 'Ꞙ' => 'ꞙ', 'Ꞛ' => 'ꞛ', 'Ꞝ' => 'ꞝ', 'Ꞟ' => 'ꞟ', 'Ꞡ' => 'ꞡ', 'Ꞣ' => 'ꞣ', 'Ꞥ' => 'ꞥ', 'Ꞧ' => 'ꞧ', 'Ꞩ' => 'ꞩ', 'Ɦ' => 'ɦ', 'Ɜ' => 'ɜ', 'Ɡ' => 'ɡ', 'Ɬ' => 'ɬ', 'Ɪ' => 'ɪ', 'Ʞ' => 'ʞ', 'Ʇ' => 'ʇ', 'Ʝ' => 'ʝ', 'Ꭓ' => 'ꭓ', 'Ꞵ' => 'ꞵ', 'Ꞷ' => 'ꞷ', 'Ꞹ' => 'ꞹ', 'Ꞻ' => 'ꞻ', 'Ꞽ' => 'ꞽ', 'Ꞿ' => 'ꞿ', 'Ꟃ' => 'ꟃ', 'Ꞔ' => 'ꞔ', 'Ʂ' => 'ʂ', 'Ᶎ' => 'ᶎ', 'Ꟈ' => 'ꟈ', 'Ꟊ' => 'ꟊ', 'Ꟶ' => 'ꟶ', 'A' => 'a', 'B' => 'b', 'C' => 'c', 'D' => 'd', 'E' => 'e', 'F' => 'f', 'G' => 'g', 'H' => 'h', 'I' => 'i', 'J' => 'j', 'K' => 'k', 'L' => 'l', 'M' => 'm', 'N' => 'n', 'O' => 'o', 'P' => 'p', 'Q' => 'q', 'R' => 'r', 'S' => 's', 'T' => 't', 'U' => 'u', 'V' => 'v', 'W' => 'w', 'X' => 'x', 'Y' => 'y', 'Z' => 'z', '𐐀' => '𐐨', '𐐁' => '𐐩', '𐐂' => '𐐪', '𐐃' => '𐐫', '𐐄' => '𐐬', '𐐅' => '𐐭', '𐐆' => '𐐮', '𐐇' => '𐐯', '𐐈' => '𐐰', '𐐉' => '𐐱', '𐐊' => '𐐲', '𐐋' => '𐐳', '𐐌' => '𐐴', '𐐍' => '𐐵', '𐐎' => '𐐶', '𐐏' => '𐐷', '𐐐' => '𐐸', '𐐑' => '𐐹', '𐐒' => '𐐺', '𐐓' => '𐐻', '𐐔' => '𐐼', '𐐕' => '𐐽', '𐐖' => '𐐾', '𐐗' => '𐐿', '𐐘' => '𐑀', '𐐙' => '𐑁', '𐐚' => '𐑂', '𐐛' => '𐑃', '𐐜' => '𐑄', '𐐝' => '𐑅', '𐐞' => '𐑆', '𐐟' => '𐑇', '𐐠' => '𐑈', '𐐡' => '𐑉', '𐐢' => '𐑊', '𐐣' => '𐑋', '𐐤' => '𐑌', '𐐥' => '𐑍', '𐐦' => '𐑎', '𐐧' => '𐑏', '𐒰' => '𐓘', '𐒱' => '𐓙', '𐒲' => '𐓚', '𐒳' => '𐓛', '𐒴' => '𐓜', '𐒵' => '𐓝', '𐒶' => '𐓞', '𐒷' => '𐓟', '𐒸' => '𐓠', '𐒹' => '𐓡', '𐒺' => '𐓢', '𐒻' => '𐓣', '𐒼' => '𐓤', '𐒽' => '𐓥', '𐒾' => '𐓦', '𐒿' => '𐓧', '𐓀' => '𐓨', '𐓁' => '𐓩', '𐓂' => '𐓪', '𐓃' => '𐓫', '𐓄' => '𐓬', '𐓅' => '𐓭', '𐓆' => '𐓮', '𐓇' => '𐓯', '𐓈' => '𐓰', '𐓉' => '𐓱', '𐓊' => '𐓲', '𐓋' => '𐓳', '𐓌' => '𐓴', '𐓍' => '𐓵', '𐓎' => '𐓶', '𐓏' => '𐓷', '𐓐' => '𐓸', '𐓑' => '𐓹', '𐓒' => '𐓺', '𐓓' => '𐓻', '𐲀' => '𐳀', '𐲁' => '𐳁', '𐲂' => '𐳂', '𐲃' => '𐳃', '𐲄' => '𐳄', '𐲅' => '𐳅', '𐲆' => '𐳆', '𐲇' => '𐳇', '𐲈' => '𐳈', '𐲉' => '𐳉', '𐲊' => '𐳊', '𐲋' => '𐳋', '𐲌' => '𐳌', '𐲍' => '𐳍', '𐲎' => '𐳎', '𐲏' => '𐳏', '𐲐' => '𐳐', '𐲑' => '𐳑', '𐲒' => '𐳒', '𐲓' => '𐳓', '𐲔' => '𐳔', '𐲕' => '𐳕', '𐲖' => '𐳖', '𐲗' => '𐳗', '𐲘' => '𐳘', '𐲙' => '𐳙', '𐲚' => '𐳚', '𐲛' => '𐳛', '𐲜' => '𐳜', '𐲝' => '𐳝', '𐲞' => '𐳞', '𐲟' => '𐳟', '𐲠' => '𐳠', '𐲡' => '𐳡', '𐲢' => '𐳢', '𐲣' => '𐳣', '𐲤' => '𐳤', '𐲥' => '𐳥', '𐲦' => '𐳦', '𐲧' => '𐳧', '𐲨' => '𐳨', '𐲩' => '𐳩', '𐲪' => '𐳪', '𐲫' => '𐳫', '𐲬' => '𐳬', '𐲭' => '𐳭', '𐲮' => '𐳮', '𐲯' => '𐳯', '𐲰' => '𐳰', '𐲱' => '𐳱', '𐲲' => '𐳲', '𑢠' => '𑣀', '𑢡' => '𑣁', '𑢢' => '𑣂', '𑢣' => '𑣃', '𑢤' => '𑣄', '𑢥' => '𑣅', '𑢦' => '𑣆', '𑢧' => '𑣇', '𑢨' => '𑣈', '𑢩' => '𑣉', '𑢪' => '𑣊', '𑢫' => '𑣋', '𑢬' => '𑣌', '𑢭' => '𑣍', '𑢮' => '𑣎', '𑢯' => '𑣏', '𑢰' => '𑣐', '𑢱' => '𑣑', '𑢲' => '𑣒', '𑢳' => '𑣓', '𑢴' => '𑣔', '𑢵' => '𑣕', '𑢶' => '𑣖', '𑢷' => '𑣗', '𑢸' => '𑣘', '𑢹' => '𑣙', '𑢺' => '𑣚', '𑢻' => '𑣛', '𑢼' => '𑣜', '𑢽' => '𑣝', '𑢾' => '𑣞', '𑢿' => '𑣟', '𖹀' => '𖹠', '𖹁' => '𖹡', '𖹂' => '𖹢', '𖹃' => '𖹣', '𖹄' => '𖹤', '𖹅' => '𖹥', '𖹆' => '𖹦', '𖹇' => '𖹧', '𖹈' => '𖹨', '𖹉' => '𖹩', '𖹊' => '𖹪', '𖹋' => '𖹫', '𖹌' => '𖹬', '𖹍' => '𖹭', '𖹎' => '𖹮', '𖹏' => '𖹯', '𖹐' => '𖹰', '𖹑' => '𖹱', '𖹒' => '𖹲', '𖹓' => '𖹳', '𖹔' => '𖹴', '𖹕' => '𖹵', '𖹖' => '𖹶', '𖹗' => '𖹷', '𖹘' => '𖹸', '𖹙' => '𖹹', '𖹚' => '𖹺', '𖹛' => '𖹻', '𖹜' => '𖹼', '𖹝' => '𖹽', '𖹞' => '𖹾', '𖹟' => '𖹿', '𞤀' => '𞤢', '𞤁' => '𞤣', '𞤂' => '𞤤', '𞤃' => '𞤥', '𞤄' => '𞤦', '𞤅' => '𞤧', '𞤆' => '𞤨', '𞤇' => '𞤩', '𞤈' => '𞤪', '𞤉' => '𞤫', '𞤊' => '𞤬', '𞤋' => '𞤭', '𞤌' => '𞤮', '𞤍' => '𞤯', '𞤎' => '𞤰', '𞤏' => '𞤱', '𞤐' => '𞤲', '𞤑' => '𞤳', '𞤒' => '𞤴', '𞤓' => '𞤵', '𞤔' => '𞤶', '𞤕' => '𞤷', '𞤖' => '𞤸', '𞤗' => '𞤹', '𞤘' => '𞤺', '𞤙' => '𞤻', '𞤚' => '𞤼', '𞤛' => '𞤽', '𞤜' => '𞤾', '𞤝' => '𞤿', '𞤞' => '𞥀', '𞤟' => '𞥁', '𞤠' => '𞥂', '𞤡' => '𞥃'); diff --git a/composer/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/composer/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php index 2c38a4a..1c7a161 100644 --- a/composer/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +++ b/composer/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php @@ -1,6 +1,6 @@ 'A', 'b' => 'B', 'c' => 'C', 'd' => 'D', 'e' => 'E', 'f' => 'F', 'g' => 'G', 'h' => 'H', 'i' => 'I', 'j' => 'J', 'k' => 'K', 'l' => 'L', 'm' => 'M', 'n' => 'N', 'o' => 'O', 'p' => 'P', 'q' => 'Q', 'r' => 'R', 's' => 'S', 't' => 'T', 'u' => 'U', 'v' => 'V', 'w' => 'W', 'x' => 'X', 'y' => 'Y', 'z' => 'Z', 'µ' => 'Μ', 'à' => 'À', 'á' => 'Á', 'â' => 'Â', 'ã' => 'Ã', 'ä' => 'Ä', 'å' => 'Å', 'æ' => 'Æ', 'ç' => 'Ç', 'è' => 'È', 'é' => 'É', 'ê' => 'Ê', 'ë' => 'Ë', 'ì' => 'Ì', 'í' => 'Í', 'î' => 'Î', 'ï' => 'Ï', 'ð' => 'Ð', 'ñ' => 'Ñ', 'ò' => 'Ò', 'ó' => 'Ó', 'ô' => 'Ô', 'õ' => 'Õ', 'ö' => 'Ö', 'ø' => 'Ø', 'ù' => 'Ù', 'ú' => 'Ú', 'û' => 'Û', 'ü' => 'Ü', 'ý' => 'Ý', 'þ' => 'Þ', 'ÿ' => 'Ÿ', 'ā' => 'Ā', 'ă' => 'Ă', 'ą' => 'Ą', 'ć' => 'Ć', 'ĉ' => 'Ĉ', 'ċ' => 'Ċ', 'č' => 'Č', 'ď' => 'Ď', 'đ' => 'Đ', 'ē' => 'Ē', 'ĕ' => 'Ĕ', 'ė' => 'Ė', 'ę' => 'Ę', 'ě' => 'Ě', 'ĝ' => 'Ĝ', 'ğ' => 'Ğ', 'ġ' => 'Ġ', 'ģ' => 'Ģ', 'ĥ' => 'Ĥ', 'ħ' => 'Ħ', 'ĩ' => 'Ĩ', 'ī' => 'Ī', 'ĭ' => 'Ĭ', 'į' => 'Į', 'ı' => 'I', 'ij' => 'IJ', 'ĵ' => 'Ĵ', 'ķ' => 'Ķ', 'ĺ' => 'Ĺ', 'ļ' => 'Ļ', 'ľ' => 'Ľ', 'ŀ' => 'Ŀ', 'ł' => 'Ł', 'ń' => 'Ń', 'ņ' => 'Ņ', 'ň' => 'Ň', 'ŋ' => 'Ŋ', 'ō' => 'Ō', 'ŏ' => 'Ŏ', 'ő' => 'Ő', 'œ' => 'Œ', 'ŕ' => 'Ŕ', 'ŗ' => 'Ŗ', 'ř' => 'Ř', 'ś' => 'Ś', 'ŝ' => 'Ŝ', 'ş' => 'Ş', 'š' => 'Š', 'ţ' => 'Ţ', 'ť' => 'Ť', 'ŧ' => 'Ŧ', 'ũ' => 'Ũ', 'ū' => 'Ū', 'ŭ' => 'Ŭ', 'ů' => 'Ů', 'ű' => 'Ű', 'ų' => 'Ų', 'ŵ' => 'Ŵ', 'ŷ' => 'Ŷ', 'ź' => 'Ź', 'ż' => 'Ż', 'ž' => 'Ž', 'ſ' => 'S', 'ƀ' => 'Ƀ', 'ƃ' => 'Ƃ', 'ƅ' => 'Ƅ', 'ƈ' => 'Ƈ', 'ƌ' => 'Ƌ', 'ƒ' => 'Ƒ', 'ƕ' => 'Ƕ', 'ƙ' => 'Ƙ', 'ƚ' => 'Ƚ', 'ƞ' => 'Ƞ', 'ơ' => 'Ơ', 'ƣ' => 'Ƣ', 'ƥ' => 'Ƥ', 'ƨ' => 'Ƨ', 'ƭ' => 'Ƭ', 'ư' => 'Ư', 'ƴ' => 'Ƴ', 'ƶ' => 'Ƶ', 'ƹ' => 'Ƹ', 'ƽ' => 'Ƽ', 'ƿ' => 'Ƿ', 'Dž' => 'DŽ', 'dž' => 'DŽ', 'Lj' => 'LJ', 'lj' => 'LJ', 'Nj' => 'NJ', 'nj' => 'NJ', 'ǎ' => 'Ǎ', 'ǐ' => 'Ǐ', 'ǒ' => 'Ǒ', 'ǔ' => 'Ǔ', 'ǖ' => 'Ǖ', 'ǘ' => 'Ǘ', 'ǚ' => 'Ǚ', 'ǜ' => 'Ǜ', 'ǝ' => 'Ǝ', 'ǟ' => 'Ǟ', 'ǡ' => 'Ǡ', 'ǣ' => 'Ǣ', 'ǥ' => 'Ǥ', 'ǧ' => 'Ǧ', 'ǩ' => 'Ǩ', 'ǫ' => 'Ǫ', 'ǭ' => 'Ǭ', 'ǯ' => 'Ǯ', 'Dz' => 'DZ', 'dz' => 'DZ', 'ǵ' => 'Ǵ', 'ǹ' => 'Ǹ', 'ǻ' => 'Ǻ', 'ǽ' => 'Ǽ', 'ǿ' => 'Ǿ', 'ȁ' => 'Ȁ', 'ȃ' => 'Ȃ', 'ȅ' => 'Ȅ', 'ȇ' => 'Ȇ', 'ȉ' => 'Ȉ', 'ȋ' => 'Ȋ', 'ȍ' => 'Ȍ', 'ȏ' => 'Ȏ', 'ȑ' => 'Ȑ', 'ȓ' => 'Ȓ', 'ȕ' => 'Ȕ', 'ȗ' => 'Ȗ', 'ș' => 'Ș', 'ț' => 'Ț', 'ȝ' => 'Ȝ', 'ȟ' => 'Ȟ', 'ȣ' => 'Ȣ', 'ȥ' => 'Ȥ', 'ȧ' => 'Ȧ', 'ȩ' => 'Ȩ', 'ȫ' => 'Ȫ', 'ȭ' => 'Ȭ', 'ȯ' => 'Ȯ', 'ȱ' => 'Ȱ', 'ȳ' => 'Ȳ', 'ȼ' => 'Ȼ', 'ȿ' => 'Ȿ', 'ɀ' => 'Ɀ', 'ɂ' => 'Ɂ', 'ɇ' => 'Ɇ', 'ɉ' => 'Ɉ', 'ɋ' => 'Ɋ', 'ɍ' => 'Ɍ', 'ɏ' => 'Ɏ', 'ɐ' => 'Ɐ', 'ɑ' => 'Ɑ', 'ɒ' => 'Ɒ', 'ɓ' => 'Ɓ', 'ɔ' => 'Ɔ', 'ɖ' => 'Ɖ', 'ɗ' => 'Ɗ', 'ə' => 'Ə', 'ɛ' => 'Ɛ', 'ɜ' => 'Ɜ', 'ɠ' => 'Ɠ', 'ɡ' => 'Ɡ', 'ɣ' => 'Ɣ', 'ɥ' => 'Ɥ', 'ɦ' => 'Ɦ', 'ɨ' => 'Ɨ', 'ɩ' => 'Ɩ', 'ɪ' => 'Ɪ', 'ɫ' => 'Ɫ', 'ɬ' => 'Ɬ', 'ɯ' => 'Ɯ', 'ɱ' => 'Ɱ', 'ɲ' => 'Ɲ', 'ɵ' => 'Ɵ', 'ɽ' => 'Ɽ', 'ʀ' => 'Ʀ', 'ʂ' => 'Ʂ', 'ʃ' => 'Ʃ', 'ʇ' => 'Ʇ', 'ʈ' => 'Ʈ', 'ʉ' => 'Ʉ', 'ʊ' => 'Ʊ', 'ʋ' => 'Ʋ', 'ʌ' => 'Ʌ', 'ʒ' => 'Ʒ', 'ʝ' => 'Ʝ', 'ʞ' => 'Ʞ', 'ͅ' => 'Ι', 'ͱ' => 'Ͱ', 'ͳ' => 'Ͳ', 'ͷ' => 'Ͷ', 'ͻ' => 'Ͻ', 'ͼ' => 'Ͼ', 'ͽ' => 'Ͽ', 'ά' => 'Ά', 'έ' => 'Έ', 'ή' => 'Ή', 'ί' => 'Ί', 'α' => 'Α', 'β' => 'Β', 'γ' => 'Γ', 'δ' => 'Δ', 'ε' => 'Ε', 'ζ' => 'Ζ', 'η' => 'Η', 'θ' => 'Θ', 'ι' => 'Ι', 'κ' => 'Κ', 'λ' => 'Λ', 'μ' => 'Μ', 'ν' => 'Ν', 'ξ' => 'Ξ', 'ο' => 'Ο', 'π' => 'Π', 'ρ' => 'Ρ', 'ς' => 'Σ', 'σ' => 'Σ', 'τ' => 'Τ', 'υ' => 'Υ', 'φ' => 'Φ', 'χ' => 'Χ', 'ψ' => 'Ψ', 'ω' => 'Ω', 'ϊ' => 'Ϊ', 'ϋ' => 'Ϋ', 'ό' => 'Ό', 'ύ' => 'Ύ', 'ώ' => 'Ώ', 'ϐ' => 'Β', 'ϑ' => 'Θ', 'ϕ' => 'Φ', 'ϖ' => 'Π', 'ϗ' => 'Ϗ', 'ϙ' => 'Ϙ', 'ϛ' => 'Ϛ', 'ϝ' => 'Ϝ', 'ϟ' => 'Ϟ', 'ϡ' => 'Ϡ', 'ϣ' => 'Ϣ', 'ϥ' => 'Ϥ', 'ϧ' => 'Ϧ', 'ϩ' => 'Ϩ', 'ϫ' => 'Ϫ', 'ϭ' => 'Ϭ', 'ϯ' => 'Ϯ', 'ϰ' => 'Κ', 'ϱ' => 'Ρ', 'ϲ' => 'Ϲ', 'ϳ' => 'Ϳ', 'ϵ' => 'Ε', 'ϸ' => 'Ϸ', 'ϻ' => 'Ϻ', 'а' => 'А', 'б' => 'Б', 'в' => 'В', 'г' => 'Г', 'д' => 'Д', 'е' => 'Е', 'ж' => 'Ж', 'з' => 'З', 'и' => 'И', 'й' => 'Й', 'к' => 'К', 'л' => 'Л', 'м' => 'М', 'н' => 'Н', 'о' => 'О', 'п' => 'П', 'р' => 'Р', 'с' => 'С', 'т' => 'Т', 'у' => 'У', 'ф' => 'Ф', 'х' => 'Х', 'ц' => 'Ц', 'ч' => 'Ч', 'ш' => 'Ш', 'щ' => 'Щ', 'ъ' => 'Ъ', 'ы' => 'Ы', 'ь' => 'Ь', 'э' => 'Э', 'ю' => 'Ю', 'я' => 'Я', 'ѐ' => 'Ѐ', 'ё' => 'Ё', 'ђ' => 'Ђ', 'ѓ' => 'Ѓ', 'є' => 'Є', 'ѕ' => 'Ѕ', 'і' => 'І', 'ї' => 'Ї', 'ј' => 'Ј', 'љ' => 'Љ', 'њ' => 'Њ', 'ћ' => 'Ћ', 'ќ' => 'Ќ', 'ѝ' => 'Ѝ', 'ў' => 'Ў', 'џ' => 'Џ', 'ѡ' => 'Ѡ', 'ѣ' => 'Ѣ', 'ѥ' => 'Ѥ', 'ѧ' => 'Ѧ', 'ѩ' => 'Ѩ', 'ѫ' => 'Ѫ', 'ѭ' => 'Ѭ', 'ѯ' => 'Ѯ', 'ѱ' => 'Ѱ', 'ѳ' => 'Ѳ', 'ѵ' => 'Ѵ', 'ѷ' => 'Ѷ', 'ѹ' => 'Ѹ', 'ѻ' => 'Ѻ', 'ѽ' => 'Ѽ', 'ѿ' => 'Ѿ', 'ҁ' => 'Ҁ', 'ҋ' => 'Ҋ', 'ҍ' => 'Ҍ', 'ҏ' => 'Ҏ', 'ґ' => 'Ґ', 'ғ' => 'Ғ', 'ҕ' => 'Ҕ', 'җ' => 'Җ', 'ҙ' => 'Ҙ', 'қ' => 'Қ', 'ҝ' => 'Ҝ', 'ҟ' => 'Ҟ', 'ҡ' => 'Ҡ', 'ң' => 'Ң', 'ҥ' => 'Ҥ', 'ҧ' => 'Ҧ', 'ҩ' => 'Ҩ', 'ҫ' => 'Ҫ', 'ҭ' => 'Ҭ', 'ү' => 'Ү', 'ұ' => 'Ұ', 'ҳ' => 'Ҳ', 'ҵ' => 'Ҵ', 'ҷ' => 'Ҷ', 'ҹ' => 'Ҹ', 'һ' => 'Һ', 'ҽ' => 'Ҽ', 'ҿ' => 'Ҿ', 'ӂ' => 'Ӂ', 'ӄ' => 'Ӄ', 'ӆ' => 'Ӆ', 'ӈ' => 'Ӈ', 'ӊ' => 'Ӊ', 'ӌ' => 'Ӌ', 'ӎ' => 'Ӎ', 'ӏ' => 'Ӏ', 'ӑ' => 'Ӑ', 'ӓ' => 'Ӓ', 'ӕ' => 'Ӕ', 'ӗ' => 'Ӗ', 'ә' => 'Ә', 'ӛ' => 'Ӛ', 'ӝ' => 'Ӝ', 'ӟ' => 'Ӟ', 'ӡ' => 'Ӡ', 'ӣ' => 'Ӣ', 'ӥ' => 'Ӥ', 'ӧ' => 'Ӧ', 'ө' => 'Ө', 'ӫ' => 'Ӫ', 'ӭ' => 'Ӭ', 'ӯ' => 'Ӯ', 'ӱ' => 'Ӱ', 'ӳ' => 'Ӳ', 'ӵ' => 'Ӵ', 'ӷ' => 'Ӷ', 'ӹ' => 'Ӹ', 'ӻ' => 'Ӻ', 'ӽ' => 'Ӽ', 'ӿ' => 'Ӿ', 'ԁ' => 'Ԁ', 'ԃ' => 'Ԃ', 'ԅ' => 'Ԅ', 'ԇ' => 'Ԇ', 'ԉ' => 'Ԉ', 'ԋ' => 'Ԋ', 'ԍ' => 'Ԍ', 'ԏ' => 'Ԏ', 'ԑ' => 'Ԑ', 'ԓ' => 'Ԓ', 'ԕ' => 'Ԕ', 'ԗ' => 'Ԗ', 'ԙ' => 'Ԙ', 'ԛ' => 'Ԛ', 'ԝ' => 'Ԝ', 'ԟ' => 'Ԟ', 'ԡ' => 'Ԡ', 'ԣ' => 'Ԣ', 'ԥ' => 'Ԥ', 'ԧ' => 'Ԧ', 'ԩ' => 'Ԩ', 'ԫ' => 'Ԫ', 'ԭ' => 'Ԭ', 'ԯ' => 'Ԯ', 'ա' => 'Ա', 'բ' => 'Բ', 'գ' => 'Գ', 'դ' => 'Դ', 'ե' => 'Ե', 'զ' => 'Զ', 'է' => 'Է', 'ը' => 'Ը', 'թ' => 'Թ', 'ժ' => 'Ժ', 'ի' => 'Ի', 'լ' => 'Լ', 'խ' => 'Խ', 'ծ' => 'Ծ', 'կ' => 'Կ', 'հ' => 'Հ', 'ձ' => 'Ձ', 'ղ' => 'Ղ', 'ճ' => 'Ճ', 'մ' => 'Մ', 'յ' => 'Յ', 'ն' => 'Ն', 'շ' => 'Շ', 'ո' => 'Ո', 'չ' => 'Չ', 'պ' => 'Պ', 'ջ' => 'Ջ', 'ռ' => 'Ռ', 'ս' => 'Ս', 'վ' => 'Վ', 'տ' => 'Տ', 'ր' => 'Ր', 'ց' => 'Ց', 'ւ' => 'Ւ', 'փ' => 'Փ', 'ք' => 'Ք', 'օ' => 'Օ', 'ֆ' => 'Ֆ', 'ა' => 'Ა', 'ბ' => 'Ბ', 'გ' => 'Გ', 'დ' => 'Დ', 'ე' => 'Ე', 'ვ' => 'Ვ', 'ზ' => 'Ზ', 'თ' => 'Თ', 'ი' => 'Ი', 'კ' => 'Კ', 'ლ' => 'Ლ', 'მ' => 'Მ', 'ნ' => 'Ნ', 'ო' => 'Ო', 'პ' => 'Პ', 'ჟ' => 'Ჟ', 'რ' => 'Რ', 'ს' => 'Ს', 'ტ' => 'Ტ', 'უ' => 'Უ', 'ფ' => 'Ფ', 'ქ' => 'Ქ', 'ღ' => 'Ღ', 'ყ' => 'Ყ', 'შ' => 'Შ', 'ჩ' => 'Ჩ', 'ც' => 'Ც', 'ძ' => 'Ძ', 'წ' => 'Წ', 'ჭ' => 'Ჭ', 'ხ' => 'Ხ', 'ჯ' => 'Ჯ', 'ჰ' => 'Ჰ', 'ჱ' => 'Ჱ', 'ჲ' => 'Ჲ', 'ჳ' => 'Ჳ', 'ჴ' => 'Ჴ', 'ჵ' => 'Ჵ', 'ჶ' => 'Ჶ', 'ჷ' => 'Ჷ', 'ჸ' => 'Ჸ', 'ჹ' => 'Ჹ', 'ჺ' => 'Ჺ', 'ჽ' => 'Ჽ', 'ჾ' => 'Ჾ', 'ჿ' => 'Ჿ', 'ᏸ' => 'Ᏸ', 'ᏹ' => 'Ᏹ', 'ᏺ' => 'Ᏺ', 'ᏻ' => 'Ᏻ', 'ᏼ' => 'Ᏼ', 'ᏽ' => 'Ᏽ', 'ᲀ' => 'В', 'ᲁ' => 'Д', 'ᲂ' => 'О', 'ᲃ' => 'С', 'ᲄ' => 'Т', 'ᲅ' => 'Т', 'ᲆ' => 'Ъ', 'ᲇ' => 'Ѣ', 'ᲈ' => 'Ꙋ', 'ᵹ' => 'Ᵹ', 'ᵽ' => 'Ᵽ', 'ᶎ' => 'Ᶎ', 'ḁ' => 'Ḁ', 'ḃ' => 'Ḃ', 'ḅ' => 'Ḅ', 'ḇ' => 'Ḇ', 'ḉ' => 'Ḉ', 'ḋ' => 'Ḋ', 'ḍ' => 'Ḍ', 'ḏ' => 'Ḏ', 'ḑ' => 'Ḑ', 'ḓ' => 'Ḓ', 'ḕ' => 'Ḕ', 'ḗ' => 'Ḗ', 'ḙ' => 'Ḙ', 'ḛ' => 'Ḛ', 'ḝ' => 'Ḝ', 'ḟ' => 'Ḟ', 'ḡ' => 'Ḡ', 'ḣ' => 'Ḣ', 'ḥ' => 'Ḥ', 'ḧ' => 'Ḧ', 'ḩ' => 'Ḩ', 'ḫ' => 'Ḫ', 'ḭ' => 'Ḭ', 'ḯ' => 'Ḯ', 'ḱ' => 'Ḱ', 'ḳ' => 'Ḳ', 'ḵ' => 'Ḵ', 'ḷ' => 'Ḷ', 'ḹ' => 'Ḹ', 'ḻ' => 'Ḻ', 'ḽ' => 'Ḽ', 'ḿ' => 'Ḿ', 'ṁ' => 'Ṁ', 'ṃ' => 'Ṃ', 'ṅ' => 'Ṅ', 'ṇ' => 'Ṇ', 'ṉ' => 'Ṉ', 'ṋ' => 'Ṋ', 'ṍ' => 'Ṍ', 'ṏ' => 'Ṏ', 'ṑ' => 'Ṑ', 'ṓ' => 'Ṓ', 'ṕ' => 'Ṕ', 'ṗ' => 'Ṗ', 'ṙ' => 'Ṙ', 'ṛ' => 'Ṛ', 'ṝ' => 'Ṝ', 'ṟ' => 'Ṟ', 'ṡ' => 'Ṡ', 'ṣ' => 'Ṣ', 'ṥ' => 'Ṥ', 'ṧ' => 'Ṧ', 'ṩ' => 'Ṩ', 'ṫ' => 'Ṫ', 'ṭ' => 'Ṭ', 'ṯ' => 'Ṯ', 'ṱ' => 'Ṱ', 'ṳ' => 'Ṳ', 'ṵ' => 'Ṵ', 'ṷ' => 'Ṷ', 'ṹ' => 'Ṹ', 'ṻ' => 'Ṻ', 'ṽ' => 'Ṽ', 'ṿ' => 'Ṿ', 'ẁ' => 'Ẁ', 'ẃ' => 'Ẃ', 'ẅ' => 'Ẅ', 'ẇ' => 'Ẇ', 'ẉ' => 'Ẉ', 'ẋ' => 'Ẋ', 'ẍ' => 'Ẍ', 'ẏ' => 'Ẏ', 'ẑ' => 'Ẑ', 'ẓ' => 'Ẓ', 'ẕ' => 'Ẕ', 'ẛ' => 'Ṡ', 'ạ' => 'Ạ', 'ả' => 'Ả', 'ấ' => 'Ấ', 'ầ' => 'Ầ', 'ẩ' => 'Ẩ', 'ẫ' => 'Ẫ', 'ậ' => 'Ậ', 'ắ' => 'Ắ', 'ằ' => 'Ằ', 'ẳ' => 'Ẳ', 'ẵ' => 'Ẵ', 'ặ' => 'Ặ', 'ẹ' => 'Ẹ', 'ẻ' => 'Ẻ', 'ẽ' => 'Ẽ', 'ế' => 'Ế', 'ề' => 'Ề', 'ể' => 'Ể', 'ễ' => 'Ễ', 'ệ' => 'Ệ', 'ỉ' => 'Ỉ', 'ị' => 'Ị', 'ọ' => 'Ọ', 'ỏ' => 'Ỏ', 'ố' => 'Ố', 'ồ' => 'Ồ', 'ổ' => 'Ổ', 'ỗ' => 'Ỗ', 'ộ' => 'Ộ', 'ớ' => 'Ớ', 'ờ' => 'Ờ', 'ở' => 'Ở', 'ỡ' => 'Ỡ', 'ợ' => 'Ợ', 'ụ' => 'Ụ', 'ủ' => 'Ủ', 'ứ' => 'Ứ', 'ừ' => 'Ừ', 'ử' => 'Ử', 'ữ' => 'Ữ', 'ự' => 'Ự', 'ỳ' => 'Ỳ', 'ỵ' => 'Ỵ', 'ỷ' => 'Ỷ', 'ỹ' => 'Ỹ', 'ỻ' => 'Ỻ', 'ỽ' => 'Ỽ', 'ỿ' => 'Ỿ', 'ἀ' => 'Ἀ', 'ἁ' => 'Ἁ', 'ἂ' => 'Ἂ', 'ἃ' => 'Ἃ', 'ἄ' => 'Ἄ', 'ἅ' => 'Ἅ', 'ἆ' => 'Ἆ', 'ἇ' => 'Ἇ', 'ἐ' => 'Ἐ', 'ἑ' => 'Ἑ', 'ἒ' => 'Ἒ', 'ἓ' => 'Ἓ', 'ἔ' => 'Ἔ', 'ἕ' => 'Ἕ', 'ἠ' => 'Ἠ', 'ἡ' => 'Ἡ', 'ἢ' => 'Ἢ', 'ἣ' => 'Ἣ', 'ἤ' => 'Ἤ', 'ἥ' => 'Ἥ', 'ἦ' => 'Ἦ', 'ἧ' => 'Ἧ', 'ἰ' => 'Ἰ', 'ἱ' => 'Ἱ', 'ἲ' => 'Ἲ', 'ἳ' => 'Ἳ', 'ἴ' => 'Ἴ', 'ἵ' => 'Ἵ', 'ἶ' => 'Ἶ', 'ἷ' => 'Ἷ', 'ὀ' => 'Ὀ', 'ὁ' => 'Ὁ', 'ὂ' => 'Ὂ', 'ὃ' => 'Ὃ', 'ὄ' => 'Ὄ', 'ὅ' => 'Ὅ', 'ὑ' => 'Ὑ', 'ὓ' => 'Ὓ', 'ὕ' => 'Ὕ', 'ὗ' => 'Ὗ', 'ὠ' => 'Ὠ', 'ὡ' => 'Ὡ', 'ὢ' => 'Ὢ', 'ὣ' => 'Ὣ', 'ὤ' => 'Ὤ', 'ὥ' => 'Ὥ', 'ὦ' => 'Ὦ', 'ὧ' => 'Ὧ', 'ὰ' => 'Ὰ', 'ά' => 'Ά', 'ὲ' => 'Ὲ', 'έ' => 'Έ', 'ὴ' => 'Ὴ', 'ή' => 'Ή', 'ὶ' => 'Ὶ', 'ί' => 'Ί', 'ὸ' => 'Ὸ', 'ό' => 'Ό', 'ὺ' => 'Ὺ', 'ύ' => 'Ύ', 'ὼ' => 'Ὼ', 'ώ' => 'Ώ', 'ᾀ' => 'ἈΙ', 'ᾁ' => 'ἉΙ', 'ᾂ' => 'ἊΙ', 'ᾃ' => 'ἋΙ', 'ᾄ' => 'ἌΙ', 'ᾅ' => 'ἍΙ', 'ᾆ' => 'ἎΙ', 'ᾇ' => 'ἏΙ', 'ᾐ' => 'ἨΙ', 'ᾑ' => 'ἩΙ', 'ᾒ' => 'ἪΙ', 'ᾓ' => 'ἫΙ', 'ᾔ' => 'ἬΙ', 'ᾕ' => 'ἭΙ', 'ᾖ' => 'ἮΙ', 'ᾗ' => 'ἯΙ', 'ᾠ' => 'ὨΙ', 'ᾡ' => 'ὩΙ', 'ᾢ' => 'ὪΙ', 'ᾣ' => 'ὫΙ', 'ᾤ' => 'ὬΙ', 'ᾥ' => 'ὭΙ', 'ᾦ' => 'ὮΙ', 'ᾧ' => 'ὯΙ', 'ᾰ' => 'Ᾰ', 'ᾱ' => 'Ᾱ', 'ᾳ' => 'ΑΙ', 'ι' => 'Ι', 'ῃ' => 'ΗΙ', 'ῐ' => 'Ῐ', 'ῑ' => 'Ῑ', 'ῠ' => 'Ῠ', 'ῡ' => 'Ῡ', 'ῥ' => 'Ῥ', 'ῳ' => 'ΩΙ', 'ⅎ' => 'Ⅎ', 'ⅰ' => 'Ⅰ', 'ⅱ' => 'Ⅱ', 'ⅲ' => 'Ⅲ', 'ⅳ' => 'Ⅳ', 'ⅴ' => 'Ⅴ', 'ⅵ' => 'Ⅵ', 'ⅶ' => 'Ⅶ', 'ⅷ' => 'Ⅷ', 'ⅸ' => 'Ⅸ', 'ⅹ' => 'Ⅹ', 'ⅺ' => 'Ⅺ', 'ⅻ' => 'Ⅻ', 'ⅼ' => 'Ⅼ', 'ⅽ' => 'Ⅽ', 'ⅾ' => 'Ⅾ', 'ⅿ' => 'Ⅿ', 'ↄ' => 'Ↄ', 'ⓐ' => 'Ⓐ', 'ⓑ' => 'Ⓑ', 'ⓒ' => 'Ⓒ', 'ⓓ' => 'Ⓓ', 'ⓔ' => 'Ⓔ', 'ⓕ' => 'Ⓕ', 'ⓖ' => 'Ⓖ', 'ⓗ' => 'Ⓗ', 'ⓘ' => 'Ⓘ', 'ⓙ' => 'Ⓙ', 'ⓚ' => 'Ⓚ', 'ⓛ' => 'Ⓛ', 'ⓜ' => 'Ⓜ', 'ⓝ' => 'Ⓝ', 'ⓞ' => 'Ⓞ', 'ⓟ' => 'Ⓟ', 'ⓠ' => 'Ⓠ', 'ⓡ' => 'Ⓡ', 'ⓢ' => 'Ⓢ', 'ⓣ' => 'Ⓣ', 'ⓤ' => 'Ⓤ', 'ⓥ' => 'Ⓥ', 'ⓦ' => 'Ⓦ', 'ⓧ' => 'Ⓧ', 'ⓨ' => 'Ⓨ', 'ⓩ' => 'Ⓩ', 'ⰰ' => 'Ⰰ', 'ⰱ' => 'Ⰱ', 'ⰲ' => 'Ⰲ', 'ⰳ' => 'Ⰳ', 'ⰴ' => 'Ⰴ', 'ⰵ' => 'Ⰵ', 'ⰶ' => 'Ⰶ', 'ⰷ' => 'Ⰷ', 'ⰸ' => 'Ⰸ', 'ⰹ' => 'Ⰹ', 'ⰺ' => 'Ⰺ', 'ⰻ' => 'Ⰻ', 'ⰼ' => 'Ⰼ', 'ⰽ' => 'Ⰽ', 'ⰾ' => 'Ⰾ', 'ⰿ' => 'Ⰿ', 'ⱀ' => 'Ⱀ', 'ⱁ' => 'Ⱁ', 'ⱂ' => 'Ⱂ', 'ⱃ' => 'Ⱃ', 'ⱄ' => 'Ⱄ', 'ⱅ' => 'Ⱅ', 'ⱆ' => 'Ⱆ', 'ⱇ' => 'Ⱇ', 'ⱈ' => 'Ⱈ', 'ⱉ' => 'Ⱉ', 'ⱊ' => 'Ⱊ', 'ⱋ' => 'Ⱋ', 'ⱌ' => 'Ⱌ', 'ⱍ' => 'Ⱍ', 'ⱎ' => 'Ⱎ', 'ⱏ' => 'Ⱏ', 'ⱐ' => 'Ⱐ', 'ⱑ' => 'Ⱑ', 'ⱒ' => 'Ⱒ', 'ⱓ' => 'Ⱓ', 'ⱔ' => 'Ⱔ', 'ⱕ' => 'Ⱕ', 'ⱖ' => 'Ⱖ', 'ⱗ' => 'Ⱗ', 'ⱘ' => 'Ⱘ', 'ⱙ' => 'Ⱙ', 'ⱚ' => 'Ⱚ', 'ⱛ' => 'Ⱛ', 'ⱜ' => 'Ⱜ', 'ⱝ' => 'Ⱝ', 'ⱞ' => 'Ⱞ', 'ⱡ' => 'Ⱡ', 'ⱥ' => 'Ⱥ', 'ⱦ' => 'Ⱦ', 'ⱨ' => 'Ⱨ', 'ⱪ' => 'Ⱪ', 'ⱬ' => 'Ⱬ', 'ⱳ' => 'Ⱳ', 'ⱶ' => 'Ⱶ', 'ⲁ' => 'Ⲁ', 'ⲃ' => 'Ⲃ', 'ⲅ' => 'Ⲅ', 'ⲇ' => 'Ⲇ', 'ⲉ' => 'Ⲉ', 'ⲋ' => 'Ⲋ', 'ⲍ' => 'Ⲍ', 'ⲏ' => 'Ⲏ', 'ⲑ' => 'Ⲑ', 'ⲓ' => 'Ⲓ', 'ⲕ' => 'Ⲕ', 'ⲗ' => 'Ⲗ', 'ⲙ' => 'Ⲙ', 'ⲛ' => 'Ⲛ', 'ⲝ' => 'Ⲝ', 'ⲟ' => 'Ⲟ', 'ⲡ' => 'Ⲡ', 'ⲣ' => 'Ⲣ', 'ⲥ' => 'Ⲥ', 'ⲧ' => 'Ⲧ', 'ⲩ' => 'Ⲩ', 'ⲫ' => 'Ⲫ', 'ⲭ' => 'Ⲭ', 'ⲯ' => 'Ⲯ', 'ⲱ' => 'Ⲱ', 'ⲳ' => 'Ⲳ', 'ⲵ' => 'Ⲵ', 'ⲷ' => 'Ⲷ', 'ⲹ' => 'Ⲹ', 'ⲻ' => 'Ⲻ', 'ⲽ' => 'Ⲽ', 'ⲿ' => 'Ⲿ', 'ⳁ' => 'Ⳁ', 'ⳃ' => 'Ⳃ', 'ⳅ' => 'Ⳅ', 'ⳇ' => 'Ⳇ', 'ⳉ' => 'Ⳉ', 'ⳋ' => 'Ⳋ', 'ⳍ' => 'Ⳍ', 'ⳏ' => 'Ⳏ', 'ⳑ' => 'Ⳑ', 'ⳓ' => 'Ⳓ', 'ⳕ' => 'Ⳕ', 'ⳗ' => 'Ⳗ', 'ⳙ' => 'Ⳙ', 'ⳛ' => 'Ⳛ', 'ⳝ' => 'Ⳝ', 'ⳟ' => 'Ⳟ', 'ⳡ' => 'Ⳡ', 'ⳣ' => 'Ⳣ', 'ⳬ' => 'Ⳬ', 'ⳮ' => 'Ⳮ', 'ⳳ' => 'Ⳳ', 'ⴀ' => 'Ⴀ', 'ⴁ' => 'Ⴁ', 'ⴂ' => 'Ⴂ', 'ⴃ' => 'Ⴃ', 'ⴄ' => 'Ⴄ', 'ⴅ' => 'Ⴅ', 'ⴆ' => 'Ⴆ', 'ⴇ' => 'Ⴇ', 'ⴈ' => 'Ⴈ', 'ⴉ' => 'Ⴉ', 'ⴊ' => 'Ⴊ', 'ⴋ' => 'Ⴋ', 'ⴌ' => 'Ⴌ', 'ⴍ' => 'Ⴍ', 'ⴎ' => 'Ⴎ', 'ⴏ' => 'Ⴏ', 'ⴐ' => 'Ⴐ', 'ⴑ' => 'Ⴑ', 'ⴒ' => 'Ⴒ', 'ⴓ' => 'Ⴓ', 'ⴔ' => 'Ⴔ', 'ⴕ' => 'Ⴕ', 'ⴖ' => 'Ⴖ', 'ⴗ' => 'Ⴗ', 'ⴘ' => 'Ⴘ', 'ⴙ' => 'Ⴙ', 'ⴚ' => 'Ⴚ', 'ⴛ' => 'Ⴛ', 'ⴜ' => 'Ⴜ', 'ⴝ' => 'Ⴝ', 'ⴞ' => 'Ⴞ', 'ⴟ' => 'Ⴟ', 'ⴠ' => 'Ⴠ', 'ⴡ' => 'Ⴡ', 'ⴢ' => 'Ⴢ', 'ⴣ' => 'Ⴣ', 'ⴤ' => 'Ⴤ', 'ⴥ' => 'Ⴥ', 'ⴧ' => 'Ⴧ', 'ⴭ' => 'Ⴭ', 'ꙁ' => 'Ꙁ', 'ꙃ' => 'Ꙃ', 'ꙅ' => 'Ꙅ', 'ꙇ' => 'Ꙇ', 'ꙉ' => 'Ꙉ', 'ꙋ' => 'Ꙋ', 'ꙍ' => 'Ꙍ', 'ꙏ' => 'Ꙏ', 'ꙑ' => 'Ꙑ', 'ꙓ' => 'Ꙓ', 'ꙕ' => 'Ꙕ', 'ꙗ' => 'Ꙗ', 'ꙙ' => 'Ꙙ', 'ꙛ' => 'Ꙛ', 'ꙝ' => 'Ꙝ', 'ꙟ' => 'Ꙟ', 'ꙡ' => 'Ꙡ', 'ꙣ' => 'Ꙣ', 'ꙥ' => 'Ꙥ', 'ꙧ' => 'Ꙧ', 'ꙩ' => 'Ꙩ', 'ꙫ' => 'Ꙫ', 'ꙭ' => 'Ꙭ', 'ꚁ' => 'Ꚁ', 'ꚃ' => 'Ꚃ', 'ꚅ' => 'Ꚅ', 'ꚇ' => 'Ꚇ', 'ꚉ' => 'Ꚉ', 'ꚋ' => 'Ꚋ', 'ꚍ' => 'Ꚍ', 'ꚏ' => 'Ꚏ', 'ꚑ' => 'Ꚑ', 'ꚓ' => 'Ꚓ', 'ꚕ' => 'Ꚕ', 'ꚗ' => 'Ꚗ', 'ꚙ' => 'Ꚙ', 'ꚛ' => 'Ꚛ', 'ꜣ' => 'Ꜣ', 'ꜥ' => 'Ꜥ', 'ꜧ' => 'Ꜧ', 'ꜩ' => 'Ꜩ', 'ꜫ' => 'Ꜫ', 'ꜭ' => 'Ꜭ', 'ꜯ' => 'Ꜯ', 'ꜳ' => 'Ꜳ', 'ꜵ' => 'Ꜵ', 'ꜷ' => 'Ꜷ', 'ꜹ' => 'Ꜹ', 'ꜻ' => 'Ꜻ', 'ꜽ' => 'Ꜽ', 'ꜿ' => 'Ꜿ', 'ꝁ' => 'Ꝁ', 'ꝃ' => 'Ꝃ', 'ꝅ' => 'Ꝅ', 'ꝇ' => 'Ꝇ', 'ꝉ' => 'Ꝉ', 'ꝋ' => 'Ꝋ', 'ꝍ' => 'Ꝍ', 'ꝏ' => 'Ꝏ', 'ꝑ' => 'Ꝑ', 'ꝓ' => 'Ꝓ', 'ꝕ' => 'Ꝕ', 'ꝗ' => 'Ꝗ', 'ꝙ' => 'Ꝙ', 'ꝛ' => 'Ꝛ', 'ꝝ' => 'Ꝝ', 'ꝟ' => 'Ꝟ', 'ꝡ' => 'Ꝡ', 'ꝣ' => 'Ꝣ', 'ꝥ' => 'Ꝥ', 'ꝧ' => 'Ꝧ', 'ꝩ' => 'Ꝩ', 'ꝫ' => 'Ꝫ', 'ꝭ' => 'Ꝭ', 'ꝯ' => 'Ꝯ', 'ꝺ' => 'Ꝺ', 'ꝼ' => 'Ꝼ', 'ꝿ' => 'Ꝿ', 'ꞁ' => 'Ꞁ', 'ꞃ' => 'Ꞃ', 'ꞅ' => 'Ꞅ', 'ꞇ' => 'Ꞇ', 'ꞌ' => 'Ꞌ', 'ꞑ' => 'Ꞑ', 'ꞓ' => 'Ꞓ', 'ꞔ' => 'Ꞔ', 'ꞗ' => 'Ꞗ', 'ꞙ' => 'Ꞙ', 'ꞛ' => 'Ꞛ', 'ꞝ' => 'Ꞝ', 'ꞟ' => 'Ꞟ', 'ꞡ' => 'Ꞡ', 'ꞣ' => 'Ꞣ', 'ꞥ' => 'Ꞥ', 'ꞧ' => 'Ꞧ', 'ꞩ' => 'Ꞩ', 'ꞵ' => 'Ꞵ', 'ꞷ' => 'Ꞷ', 'ꞹ' => 'Ꞹ', 'ꞻ' => 'Ꞻ', 'ꞽ' => 'Ꞽ', 'ꞿ' => 'Ꞿ', 'ꟃ' => 'Ꟃ', 'ꟈ' => 'Ꟈ', 'ꟊ' => 'Ꟊ', 'ꟶ' => 'Ꟶ', 'ꭓ' => 'Ꭓ', 'ꭰ' => 'Ꭰ', 'ꭱ' => 'Ꭱ', 'ꭲ' => 'Ꭲ', 'ꭳ' => 'Ꭳ', 'ꭴ' => 'Ꭴ', 'ꭵ' => 'Ꭵ', 'ꭶ' => 'Ꭶ', 'ꭷ' => 'Ꭷ', 'ꭸ' => 'Ꭸ', 'ꭹ' => 'Ꭹ', 'ꭺ' => 'Ꭺ', 'ꭻ' => 'Ꭻ', 'ꭼ' => 'Ꭼ', 'ꭽ' => 'Ꭽ', 'ꭾ' => 'Ꭾ', 'ꭿ' => 'Ꭿ', 'ꮀ' => 'Ꮀ', 'ꮁ' => 'Ꮁ', 'ꮂ' => 'Ꮂ', 'ꮃ' => 'Ꮃ', 'ꮄ' => 'Ꮄ', 'ꮅ' => 'Ꮅ', 'ꮆ' => 'Ꮆ', 'ꮇ' => 'Ꮇ', 'ꮈ' => 'Ꮈ', 'ꮉ' => 'Ꮉ', 'ꮊ' => 'Ꮊ', 'ꮋ' => 'Ꮋ', 'ꮌ' => 'Ꮌ', 'ꮍ' => 'Ꮍ', 'ꮎ' => 'Ꮎ', 'ꮏ' => 'Ꮏ', 'ꮐ' => 'Ꮐ', 'ꮑ' => 'Ꮑ', 'ꮒ' => 'Ꮒ', 'ꮓ' => 'Ꮓ', 'ꮔ' => 'Ꮔ', 'ꮕ' => 'Ꮕ', 'ꮖ' => 'Ꮖ', 'ꮗ' => 'Ꮗ', 'ꮘ' => 'Ꮘ', 'ꮙ' => 'Ꮙ', 'ꮚ' => 'Ꮚ', 'ꮛ' => 'Ꮛ', 'ꮜ' => 'Ꮜ', 'ꮝ' => 'Ꮝ', 'ꮞ' => 'Ꮞ', 'ꮟ' => 'Ꮟ', 'ꮠ' => 'Ꮠ', 'ꮡ' => 'Ꮡ', 'ꮢ' => 'Ꮢ', 'ꮣ' => 'Ꮣ', 'ꮤ' => 'Ꮤ', 'ꮥ' => 'Ꮥ', 'ꮦ' => 'Ꮦ', 'ꮧ' => 'Ꮧ', 'ꮨ' => 'Ꮨ', 'ꮩ' => 'Ꮩ', 'ꮪ' => 'Ꮪ', 'ꮫ' => 'Ꮫ', 'ꮬ' => 'Ꮬ', 'ꮭ' => 'Ꮭ', 'ꮮ' => 'Ꮮ', 'ꮯ' => 'Ꮯ', 'ꮰ' => 'Ꮰ', 'ꮱ' => 'Ꮱ', 'ꮲ' => 'Ꮲ', 'ꮳ' => 'Ꮳ', 'ꮴ' => 'Ꮴ', 'ꮵ' => 'Ꮵ', 'ꮶ' => 'Ꮶ', 'ꮷ' => 'Ꮷ', 'ꮸ' => 'Ꮸ', 'ꮹ' => 'Ꮹ', 'ꮺ' => 'Ꮺ', 'ꮻ' => 'Ꮻ', 'ꮼ' => 'Ꮼ', 'ꮽ' => 'Ꮽ', 'ꮾ' => 'Ꮾ', 'ꮿ' => 'Ꮿ', 'a' => 'A', 'b' => 'B', 'c' => 'C', 'd' => 'D', 'e' => 'E', 'f' => 'F', 'g' => 'G', 'h' => 'H', 'i' => 'I', 'j' => 'J', 'k' => 'K', 'l' => 'L', 'm' => 'M', 'n' => 'N', 'o' => 'O', 'p' => 'P', 'q' => 'Q', 'r' => 'R', 's' => 'S', 't' => 'T', 'u' => 'U', 'v' => 'V', 'w' => 'W', 'x' => 'X', 'y' => 'Y', 'z' => 'Z', '𐐨' => '𐐀', '𐐩' => '𐐁', '𐐪' => '𐐂', '𐐫' => '𐐃', '𐐬' => '𐐄', '𐐭' => '𐐅', '𐐮' => '𐐆', '𐐯' => '𐐇', '𐐰' => '𐐈', '𐐱' => '𐐉', '𐐲' => '𐐊', '𐐳' => '𐐋', '𐐴' => '𐐌', '𐐵' => '𐐍', '𐐶' => '𐐎', '𐐷' => '𐐏', '𐐸' => '𐐐', '𐐹' => '𐐑', '𐐺' => '𐐒', '𐐻' => '𐐓', '𐐼' => '𐐔', '𐐽' => '𐐕', '𐐾' => '𐐖', '𐐿' => '𐐗', '𐑀' => '𐐘', '𐑁' => '𐐙', '𐑂' => '𐐚', '𐑃' => '𐐛', '𐑄' => '𐐜', '𐑅' => '𐐝', '𐑆' => '𐐞', '𐑇' => '𐐟', '𐑈' => '𐐠', '𐑉' => '𐐡', '𐑊' => '𐐢', '𐑋' => '𐐣', '𐑌' => '𐐤', '𐑍' => '𐐥', '𐑎' => '𐐦', '𐑏' => '𐐧', '𐓘' => '𐒰', '𐓙' => '𐒱', '𐓚' => '𐒲', '𐓛' => '𐒳', '𐓜' => '𐒴', '𐓝' => '𐒵', '𐓞' => '𐒶', '𐓟' => '𐒷', '𐓠' => '𐒸', '𐓡' => '𐒹', '𐓢' => '𐒺', '𐓣' => '𐒻', '𐓤' => '𐒼', '𐓥' => '𐒽', '𐓦' => '𐒾', '𐓧' => '𐒿', '𐓨' => '𐓀', '𐓩' => '𐓁', '𐓪' => '𐓂', '𐓫' => '𐓃', '𐓬' => '𐓄', '𐓭' => '𐓅', '𐓮' => '𐓆', '𐓯' => '𐓇', '𐓰' => '𐓈', '𐓱' => '𐓉', '𐓲' => '𐓊', '𐓳' => '𐓋', '𐓴' => '𐓌', '𐓵' => '𐓍', '𐓶' => '𐓎', '𐓷' => '𐓏', '𐓸' => '𐓐', '𐓹' => '𐓑', '𐓺' => '𐓒', '𐓻' => '𐓓', '𐳀' => '𐲀', '𐳁' => '𐲁', '𐳂' => '𐲂', '𐳃' => '𐲃', '𐳄' => '𐲄', '𐳅' => '𐲅', '𐳆' => '𐲆', '𐳇' => '𐲇', '𐳈' => '𐲈', '𐳉' => '𐲉', '𐳊' => '𐲊', '𐳋' => '𐲋', '𐳌' => '𐲌', '𐳍' => '𐲍', '𐳎' => '𐲎', '𐳏' => '𐲏', '𐳐' => '𐲐', '𐳑' => '𐲑', '𐳒' => '𐲒', '𐳓' => '𐲓', '𐳔' => '𐲔', '𐳕' => '𐲕', '𐳖' => '𐲖', '𐳗' => '𐲗', '𐳘' => '𐲘', '𐳙' => '𐲙', '𐳚' => '𐲚', '𐳛' => '𐲛', '𐳜' => '𐲜', '𐳝' => '𐲝', '𐳞' => '𐲞', '𐳟' => '𐲟', '𐳠' => '𐲠', '𐳡' => '𐲡', '𐳢' => '𐲢', '𐳣' => '𐲣', '𐳤' => '𐲤', '𐳥' => '𐲥', '𐳦' => '𐲦', '𐳧' => '𐲧', '𐳨' => '𐲨', '𐳩' => '𐲩', '𐳪' => '𐲪', '𐳫' => '𐲫', '𐳬' => '𐲬', '𐳭' => '𐲭', '𐳮' => '𐲮', '𐳯' => '𐲯', '𐳰' => '𐲰', '𐳱' => '𐲱', '𐳲' => '𐲲', '𑣀' => '𑢠', '𑣁' => '𑢡', '𑣂' => '𑢢', '𑣃' => '𑢣', '𑣄' => '𑢤', '𑣅' => '𑢥', '𑣆' => '𑢦', '𑣇' => '𑢧', '𑣈' => '𑢨', '𑣉' => '𑢩', '𑣊' => '𑢪', '𑣋' => '𑢫', '𑣌' => '𑢬', '𑣍' => '𑢭', '𑣎' => '𑢮', '𑣏' => '𑢯', '𑣐' => '𑢰', '𑣑' => '𑢱', '𑣒' => '𑢲', '𑣓' => '𑢳', '𑣔' => '𑢴', '𑣕' => '𑢵', '𑣖' => '𑢶', '𑣗' => '𑢷', '𑣘' => '𑢸', '𑣙' => '𑢹', '𑣚' => '𑢺', '𑣛' => '𑢻', '𑣜' => '𑢼', '𑣝' => '𑢽', '𑣞' => '𑢾', '𑣟' => '𑢿', '𖹠' => '𖹀', '𖹡' => '𖹁', '𖹢' => '𖹂', '𖹣' => '𖹃', '𖹤' => '𖹄', '𖹥' => '𖹅', '𖹦' => '𖹆', '𖹧' => '𖹇', '𖹨' => '𖹈', '𖹩' => '𖹉', '𖹪' => '𖹊', '𖹫' => '𖹋', '𖹬' => '𖹌', '𖹭' => '𖹍', '𖹮' => '𖹎', '𖹯' => '𖹏', '𖹰' => '𖹐', '𖹱' => '𖹑', '𖹲' => '𖹒', '𖹳' => '𖹓', '𖹴' => '𖹔', '𖹵' => '𖹕', '𖹶' => '𖹖', '𖹷' => '𖹗', '𖹸' => '𖹘', '𖹹' => '𖹙', '𖹺' => '𖹚', '𖹻' => '𖹛', '𖹼' => '𖹜', '𖹽' => '𖹝', '𖹾' => '𖹞', '𖹿' => '𖹟', '𞤢' => '𞤀', '𞤣' => '𞤁', '𞤤' => '𞤂', '𞤥' => '𞤃', '𞤦' => '𞤄', '𞤧' => '𞤅', '𞤨' => '𞤆', '𞤩' => '𞤇', '𞤪' => '𞤈', '𞤫' => '𞤉', '𞤬' => '𞤊', '𞤭' => '𞤋', '𞤮' => '𞤌', '𞤯' => '𞤍', '𞤰' => '𞤎', '𞤱' => '𞤏', '𞤲' => '𞤐', '𞤳' => '𞤑', '𞤴' => '𞤒', '𞤵' => '𞤓', '𞤶' => '𞤔', '𞤷' => '𞤕', '𞤸' => '𞤖', '𞤹' => '𞤗', '𞤺' => '𞤘', '𞤻' => '𞤙', '𞤼' => '𞤚', '𞤽' => '𞤛', '𞤾' => '𞤜', '𞤿' => '𞤝', '𞥀' => '𞤞', '𞥁' => '𞤟', '𞥂' => '𞤠', '𞥃' => '𞤡', 'ß' => 'SS', 'ff' => 'FF', 'fi' => 'FI', 'fl' => 'FL', 'ffi' => 'FFI', 'ffl' => 'FFL', 'ſt' => 'ST', 'st' => 'ST', 'և' => 'ԵՒ', 'ﬓ' => 'ՄՆ', 'ﬔ' => 'ՄԵ', 'ﬕ' => 'ՄԻ', 'ﬖ' => 'ՎՆ', 'ﬗ' => 'ՄԽ', 'ʼn' => 'ʼN', 'ΐ' => 'Ϊ́', 'ΰ' => 'Ϋ́', 'ǰ' => 'J̌', 'ẖ' => 'H̱', 'ẗ' => 'T̈', 'ẘ' => 'W̊', 'ẙ' => 'Y̊', 'ẚ' => 'Aʾ', 'ὐ' => 'Υ̓', 'ὒ' => 'Υ̓̀', 'ὔ' => 'Υ̓́', 'ὖ' => 'Υ̓͂', 'ᾶ' => 'Α͂', 'ῆ' => 'Η͂', 'ῒ' => 'Ϊ̀', 'ΐ' => 'Ϊ́', 'ῖ' => 'Ι͂', 'ῗ' => 'Ϊ͂', 'ῢ' => 'Ϋ̀', 'ΰ' => 'Ϋ́', 'ῤ' => 'Ρ̓', 'ῦ' => 'Υ͂', 'ῧ' => 'Ϋ͂', 'ῶ' => 'Ω͂', 'ᾈ' => 'ἈΙ', 'ᾉ' => 'ἉΙ', 'ᾊ' => 'ἊΙ', 'ᾋ' => 'ἋΙ', 'ᾌ' => 'ἌΙ', 'ᾍ' => 'ἍΙ', 'ᾎ' => 'ἎΙ', 'ᾏ' => 'ἏΙ', 'ᾘ' => 'ἨΙ', 'ᾙ' => 'ἩΙ', 'ᾚ' => 'ἪΙ', 'ᾛ' => 'ἫΙ', 'ᾜ' => 'ἬΙ', 'ᾝ' => 'ἭΙ', 'ᾞ' => 'ἮΙ', 'ᾟ' => 'ἯΙ', 'ᾨ' => 'ὨΙ', 'ᾩ' => 'ὩΙ', 'ᾪ' => 'ὪΙ', 'ᾫ' => 'ὫΙ', 'ᾬ' => 'ὬΙ', 'ᾭ' => 'ὭΙ', 'ᾮ' => 'ὮΙ', 'ᾯ' => 'ὯΙ', 'ᾼ' => 'ΑΙ', 'ῌ' => 'ΗΙ', 'ῼ' => 'ΩΙ', 'ᾲ' => 'ᾺΙ', 'ᾴ' => 'ΆΙ', 'ῂ' => 'ῊΙ', 'ῄ' => 'ΉΙ', 'ῲ' => 'ῺΙ', 'ῴ' => 'ΏΙ', 'ᾷ' => 'Α͂Ι', 'ῇ' => 'Η͂Ι', 'ῷ' => 'Ω͂Ι'); diff --git a/composer/symfony/polyfill-mbstring/bootstrap.php b/composer/symfony/polyfill-mbstring/bootstrap.php index 7255dfa..921ee64 100644 --- a/composer/symfony/polyfill-mbstring/bootstrap.php +++ b/composer/symfony/polyfill-mbstring/bootstrap.php @@ -1,6 +1,6 @@ = 80000) { return require __DIR__ . '/bootstrap80.php'; } @@ -282,42 +282,42 @@ function mb_str_split($string, $length = 1, $encoding = null) return p\Mbstring::mb_str_split($string, $length, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_str_pad')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_str_pad')) { /** @internal */ function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, ?string $encoding = null) : string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_ucfirst')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_ucfirst')) { /** @internal */ function mb_ucfirst(string $string, ?string $encoding = null) : string { return p\Mbstring::mb_ucfirst($string, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_lcfirst')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_lcfirst')) { /** @internal */ function mb_lcfirst(string $string, ?string $encoding = null) : string { return p\Mbstring::mb_lcfirst($string, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_trim')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_trim')) { /** @internal */ function mb_trim(string $string, ?string $characters = null, ?string $encoding = null) : string { return p\Mbstring::mb_trim($string, $characters, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_ltrim')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_ltrim')) { /** @internal */ function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null) : string { return p\Mbstring::mb_ltrim($string, $characters, $encoding); } } -if (!\function_exists('OCA\\Libresign\\Vendor\\mb_rtrim')) { +if (!\function_exists('OCA\\Libresign\\3rdparty\\mb_rtrim')) { /** @internal */ function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null) : string { diff --git a/composer/symfony/polyfill-mbstring/bootstrap80.php b/composer/symfony/polyfill-mbstring/bootstrap80.php index 5bcd3b5..78bdedd 100644 --- a/composer/symfony/polyfill-mbstring/bootstrap80.php +++ b/composer/symfony/polyfill-mbstring/bootstrap80.php @@ -1,6 +1,6 @@ diff --git a/composer/twig/twig/src/Attribute/AsTwigFilter.php b/composer/twig/twig/src/Attribute/AsTwigFilter.php index b9d20f8..3f0b815 100644 --- a/composer/twig/twig/src/Attribute/AsTwigFilter.php +++ b/composer/twig/twig/src/Attribute/AsTwigFilter.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Attribute; +namespace OCA\Libresign\3rdparty\Twig\Attribute; -use OCA\Libresign\Vendor\Twig\DeprecatedCallableInfo; -use OCA\Libresign\Vendor\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\DeprecatedCallableInfo; +use OCA\Libresign\3rdparty\Twig\TwigFilter; /** * Registers a method as template filter. * diff --git a/composer/twig/twig/src/Attribute/AsTwigFunction.php b/composer/twig/twig/src/Attribute/AsTwigFunction.php index ee85c84..0edbd06 100644 --- a/composer/twig/twig/src/Attribute/AsTwigFunction.php +++ b/composer/twig/twig/src/Attribute/AsTwigFunction.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Attribute; +namespace OCA\Libresign\3rdparty\Twig\Attribute; -use OCA\Libresign\Vendor\Twig\DeprecatedCallableInfo; -use OCA\Libresign\Vendor\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\DeprecatedCallableInfo; +use OCA\Libresign\3rdparty\Twig\TwigFunction; /** * Registers a method as template function. * diff --git a/composer/twig/twig/src/Attribute/AsTwigTest.php b/composer/twig/twig/src/Attribute/AsTwigTest.php index 977e8dc..8070a5e 100644 --- a/composer/twig/twig/src/Attribute/AsTwigTest.php +++ b/composer/twig/twig/src/Attribute/AsTwigTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Attribute; +namespace OCA\Libresign\3rdparty\Twig\Attribute; -use OCA\Libresign\Vendor\Twig\DeprecatedCallableInfo; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\DeprecatedCallableInfo; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Registers a method as template test. * diff --git a/composer/twig/twig/src/Attribute/FirstClassTwigCallableReady.php b/composer/twig/twig/src/Attribute/FirstClassTwigCallableReady.php index 740779a..3ca896d 100644 --- a/composer/twig/twig/src/Attribute/FirstClassTwigCallableReady.php +++ b/composer/twig/twig/src/Attribute/FirstClassTwigCallableReady.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Attribute; +namespace OCA\Libresign\3rdparty\Twig\Attribute; /** * Marks nodes that are ready to accept a TwigCallable instead of its name. diff --git a/composer/twig/twig/src/Attribute/YieldReady.php b/composer/twig/twig/src/Attribute/YieldReady.php index 6046f2b..55f425f 100644 --- a/composer/twig/twig/src/Attribute/YieldReady.php +++ b/composer/twig/twig/src/Attribute/YieldReady.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Attribute; +namespace OCA\Libresign\3rdparty\Twig\Attribute; /** * Marks nodes that are ready for using "yield" instead of "echo" or "print()" for rendering. diff --git a/composer/twig/twig/src/Cache/CacheInterface.php b/composer/twig/twig/src/Cache/CacheInterface.php index 99ba8a0..bfb90a3 100644 --- a/composer/twig/twig/src/Cache/CacheInterface.php +++ b/composer/twig/twig/src/Cache/CacheInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * Interface implemented by cache classes. diff --git a/composer/twig/twig/src/Cache/ChainCache.php b/composer/twig/twig/src/Cache/ChainCache.php index 64aa30a..c643f07 100644 --- a/composer/twig/twig/src/Cache/ChainCache.php +++ b/composer/twig/twig/src/Cache/ChainCache.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * Chains several caches together. diff --git a/composer/twig/twig/src/Cache/FilesystemCache.php b/composer/twig/twig/src/Cache/FilesystemCache.php index 9f399e7..b19a79b 100644 --- a/composer/twig/twig/src/Cache/FilesystemCache.php +++ b/composer/twig/twig/src/Cache/FilesystemCache.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * Implements a cache on the filesystem. diff --git a/composer/twig/twig/src/Cache/NullCache.php b/composer/twig/twig/src/Cache/NullCache.php index a3f7f68..fe984dc 100644 --- a/composer/twig/twig/src/Cache/NullCache.php +++ b/composer/twig/twig/src/Cache/NullCache.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * Implements a no-cache strategy. diff --git a/composer/twig/twig/src/Cache/ReadOnlyFilesystemCache.php b/composer/twig/twig/src/Cache/ReadOnlyFilesystemCache.php index 1f289e3..90bd2f6 100644 --- a/composer/twig/twig/src/Cache/ReadOnlyFilesystemCache.php +++ b/composer/twig/twig/src/Cache/ReadOnlyFilesystemCache.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * Implements a cache on the filesystem that can only be read, not written to. diff --git a/composer/twig/twig/src/Cache/RemovableCacheInterface.php b/composer/twig/twig/src/Cache/RemovableCacheInterface.php index ec61076..4c3472b 100644 --- a/composer/twig/twig/src/Cache/RemovableCacheInterface.php +++ b/composer/twig/twig/src/Cache/RemovableCacheInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Cache; +namespace OCA\Libresign\3rdparty\Twig\Cache; /** * @author Fabien Potencier diff --git a/composer/twig/twig/src/Compiler.php b/composer/twig/twig/src/Compiler.php index a45eb4d..5aa9216 100644 --- a/composer/twig/twig/src/Compiler.php +++ b/composer/twig/twig/src/Compiler.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/DeprecatedCallableInfo.php b/composer/twig/twig/src/DeprecatedCallableInfo.php index eeb3214..e75ee4e 100644 --- a/composer/twig/twig/src/DeprecatedCallableInfo.php +++ b/composer/twig/twig/src/DeprecatedCallableInfo.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; /** * @author Fabien Potencier diff --git a/composer/twig/twig/src/Environment.php b/composer/twig/twig/src/Environment.php index f8bf676..2607c27 100644 --- a/composer/twig/twig/src/Environment.php +++ b/composer/twig/twig/src/Environment.php @@ -8,32 +8,32 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Cache\CacheInterface; -use OCA\Libresign\Vendor\Twig\Cache\FilesystemCache; -use OCA\Libresign\Vendor\Twig\Cache\NullCache; -use OCA\Libresign\Vendor\Twig\Cache\RemovableCacheInterface; -use OCA\Libresign\Vendor\Twig\Error\Error; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Error\RuntimeError; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParsers; -use OCA\Libresign\Vendor\Twig\Extension\CoreExtension; -use OCA\Libresign\Vendor\Twig\Extension\EscaperExtension; -use OCA\Libresign\Vendor\Twig\Extension\ExtensionInterface; -use OCA\Libresign\Vendor\Twig\Extension\OptimizerExtension; -use OCA\Libresign\Vendor\Twig\Extension\YieldNotReadyExtension; -use OCA\Libresign\Vendor\Twig\Loader\ArrayLoader; -use OCA\Libresign\Vendor\Twig\Loader\ChainLoader; -use OCA\Libresign\Vendor\Twig\Loader\LoaderInterface; -use OCA\Libresign\Vendor\Twig\Node\ModuleNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\NodeVisitor\NodeVisitorInterface; -use OCA\Libresign\Vendor\Twig\Runtime\EscaperRuntime; -use OCA\Libresign\Vendor\Twig\RuntimeLoader\FactoryRuntimeLoader; -use OCA\Libresign\Vendor\Twig\RuntimeLoader\RuntimeLoaderInterface; -use OCA\Libresign\Vendor\Twig\TokenParser\TokenParserInterface; +use OCA\Libresign\3rdparty\Twig\Cache\CacheInterface; +use OCA\Libresign\3rdparty\Twig\Cache\FilesystemCache; +use OCA\Libresign\3rdparty\Twig\Cache\NullCache; +use OCA\Libresign\3rdparty\Twig\Cache\RemovableCacheInterface; +use OCA\Libresign\3rdparty\Twig\Error\Error; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Error\RuntimeError; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParsers; +use OCA\Libresign\3rdparty\Twig\Extension\CoreExtension; +use OCA\Libresign\3rdparty\Twig\Extension\EscaperExtension; +use OCA\Libresign\3rdparty\Twig\Extension\ExtensionInterface; +use OCA\Libresign\3rdparty\Twig\Extension\OptimizerExtension; +use OCA\Libresign\3rdparty\Twig\Extension\YieldNotReadyExtension; +use OCA\Libresign\3rdparty\Twig\Loader\ArrayLoader; +use OCA\Libresign\3rdparty\Twig\Loader\ChainLoader; +use OCA\Libresign\3rdparty\Twig\Loader\LoaderInterface; +use OCA\Libresign\3rdparty\Twig\Node\ModuleNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\NodeVisitorInterface; +use OCA\Libresign\3rdparty\Twig\Runtime\EscaperRuntime; +use OCA\Libresign\3rdparty\Twig\RuntimeLoader\FactoryRuntimeLoader; +use OCA\Libresign\3rdparty\Twig\RuntimeLoader\RuntimeLoaderInterface; +use OCA\Libresign\3rdparty\Twig\TokenParser\TokenParserInterface; /** * Stores the Twig configuration and renders templates. * diff --git a/composer/twig/twig/src/Error/Error.php b/composer/twig/twig/src/Error/Error.php index b63a859..1684adc 100644 --- a/composer/twig/twig/src/Error/Error.php +++ b/composer/twig/twig/src/Error/Error.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Error; +namespace OCA\Libresign\3rdparty\Twig\Error; -use OCA\Libresign\Vendor\Twig\Source; -use OCA\Libresign\Vendor\Twig\Template; +use OCA\Libresign\3rdparty\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Template; /** * Twig base exception. * diff --git a/composer/twig/twig/src/Error/LoaderError.php b/composer/twig/twig/src/Error/LoaderError.php index 6ba851f..6e2730a 100644 --- a/composer/twig/twig/src/Error/LoaderError.php +++ b/composer/twig/twig/src/Error/LoaderError.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Error; +namespace OCA\Libresign\3rdparty\Twig\Error; /** * Exception thrown when an error occurs during template loading. diff --git a/composer/twig/twig/src/Error/RuntimeError.php b/composer/twig/twig/src/Error/RuntimeError.php index 276e7f9..d1e3a01 100644 --- a/composer/twig/twig/src/Error/RuntimeError.php +++ b/composer/twig/twig/src/Error/RuntimeError.php @@ -9,7 +9,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Error; +namespace OCA\Libresign\3rdparty\Twig\Error; /** * Exception thrown when an error occurs at runtime. diff --git a/composer/twig/twig/src/Error/SyntaxError.php b/composer/twig/twig/src/Error/SyntaxError.php index 2b31718..de357a8 100644 --- a/composer/twig/twig/src/Error/SyntaxError.php +++ b/composer/twig/twig/src/Error/SyntaxError.php @@ -9,7 +9,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Error; +namespace OCA\Libresign\3rdparty\Twig\Error; /** * \Exception thrown when a syntax error occurs during lexing or parsing of a template. diff --git a/composer/twig/twig/src/ExpressionParser.php b/composer/twig/twig/src/ExpressionParser.php index 2023717..0f2c331 100644 --- a/composer/twig/twig/src/ExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser.php @@ -9,21 +9,21 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\DotExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\FilterExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\SquareBracketExpressionParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NegUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\PosUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\SpreadUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\DotExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\FilterExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\SquareBracketExpressionParser; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NegUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\PosUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\SpreadUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; /** * Parses expressions. * diff --git a/composer/twig/twig/src/ExpressionParser/AbstractExpressionParser.php b/composer/twig/twig/src/ExpressionParser/AbstractExpressionParser.php index 78f60a1..a630a6b 100644 --- a/composer/twig/twig/src/ExpressionParser/AbstractExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/AbstractExpressionParser.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** @internal */ abstract class AbstractExpressionParser implements ExpressionParserInterface diff --git a/composer/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php b/composer/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php index e088911..c8c8d49 100644 --- a/composer/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php +++ b/composer/twig/twig/src/ExpressionParser/ExpressionParserDescriptionInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** @internal */ interface ExpressionParserDescriptionInterface diff --git a/composer/twig/twig/src/ExpressionParser/ExpressionParserInterface.php b/composer/twig/twig/src/ExpressionParser/ExpressionParserInterface.php index 7c4685e..98bec9b 100644 --- a/composer/twig/twig/src/ExpressionParser/ExpressionParserInterface.php +++ b/composer/twig/twig/src/ExpressionParser/ExpressionParserInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** @internal */ interface ExpressionParserInterface diff --git a/composer/twig/twig/src/ExpressionParser/ExpressionParserType.php b/composer/twig/twig/src/ExpressionParser/ExpressionParserType.php index 903c0f4..2b4b493 100644 --- a/composer/twig/twig/src/ExpressionParser/ExpressionParserType.php +++ b/composer/twig/twig/src/ExpressionParser/ExpressionParserType.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** * @internal diff --git a/composer/twig/twig/src/ExpressionParser/ExpressionParsers.php b/composer/twig/twig/src/ExpressionParser/ExpressionParsers.php index 9e4932f..6e7ff08 100644 --- a/composer/twig/twig/src/ExpressionParser/ExpressionParsers.php +++ b/composer/twig/twig/src/ExpressionParser/ExpressionParsers.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** * @template-implements \IteratorAggregate diff --git a/composer/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php b/composer/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php index ba29cc9..ae31998 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/ArgumentsTrait.php @@ -8,16 +8,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\SpreadUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\LocalVariable; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\SpreadUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\LocalVariable; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** @internal */ trait ArgumentsTrait { diff --git a/composer/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php index c38caca..661e2cb 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/ArrowExpressionParser.php @@ -8,16 +8,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrowFunctionExpression; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrowFunctionExpression; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php index dc0d18b..787e783 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/BinaryOperatorExpressionParser.php @@ -8,17 +8,17 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\AbstractBinary; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\AbstractBinary; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php index d148a32..969fe7b 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/ConditionalTernaryExpressionParser.php @@ -8,17 +8,17 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Ternary\ConditionalTernary; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Ternary\ConditionalTernary; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php index bdae131..e141172 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/DotExpressionParser.php @@ -8,24 +8,24 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Lexer; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MacroReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\NameExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\TemplateVariable; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Template; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Lexer; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MacroReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\NameExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\TemplateVariable; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Template; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php index 99c85a5..1c4a939 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/FilterExpressionParser.php @@ -8,19 +8,19 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php index 47cde71..f8e7875 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/FunctionExpressionParser.php @@ -8,20 +8,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MacroReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\NameExpression; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MacroReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\NameExpression; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php index 951a169..8b85313 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/IsExpressionParser.php @@ -8,21 +8,21 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MacroReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\NameExpression; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MacroReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\NameExpression; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php index b965d4e..d082c4a 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/IsNotExpressionParser.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NotUnary; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NotUnary; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php index b1a771f..9a9a736 100644 --- a/composer/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Infix/SquareBracketExpressionParser.php @@ -8,20 +8,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Infix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Template; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Template; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/InfixAssociativity.php b/composer/twig/twig/src/ExpressionParser/InfixAssociativity.php index 3608e0d..63621a0 100644 --- a/composer/twig/twig/src/ExpressionParser/InfixAssociativity.php +++ b/composer/twig/twig/src/ExpressionParser/InfixAssociativity.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** @internal */ enum InfixAssociativity diff --git a/composer/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php b/composer/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php index 170581a..eb77bad 100644 --- a/composer/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php +++ b/composer/twig/twig/src/ExpressionParser/InfixExpressionParserInterface.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** @internal */ interface InfixExpressionParserInterface extends ExpressionParserInterface { diff --git a/composer/twig/twig/src/ExpressionParser/PrecedenceChange.php b/composer/twig/twig/src/ExpressionParser/PrecedenceChange.php index 31dcc1d..b87e182 100644 --- a/composer/twig/twig/src/ExpressionParser/PrecedenceChange.php +++ b/composer/twig/twig/src/ExpressionParser/PrecedenceChange.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; /** * Represents a precedence change. diff --git a/composer/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php index f2d6cb9..cd3941f 100644 --- a/composer/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Prefix/GroupingExpressionParser.php @@ -8,17 +8,17 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrefixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ListExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrefixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ListExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php index 5051570..7f2e3ba 100644 --- a/composer/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Prefix/LiteralExpressionParser.php @@ -8,20 +8,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrefixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Lexer; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\ConcatBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrefixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Lexer; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\ConcatBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php b/composer/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php index 980aa46..f733527 100644 --- a/composer/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php +++ b/composer/twig/twig/src/ExpressionParser/Prefix/UnaryOperatorExpressionParser.php @@ -8,16 +8,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix; -use OCA\Libresign\Vendor\Twig\ExpressionParser\AbstractExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserDescriptionInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrefixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\AbstractUnary; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\AbstractExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserDescriptionInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrefixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\AbstractUnary; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php b/composer/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php index 99e6ced..19b0fe5 100644 --- a/composer/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php +++ b/composer/twig/twig/src/ExpressionParser/PrefixExpressionParserInterface.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\ExpressionParser; +namespace OCA\Libresign\3rdparty\Twig\ExpressionParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** @internal */ interface PrefixExpressionParserInterface extends ExpressionParserInterface { diff --git a/composer/twig/twig/src/Extension/AbstractExtension.php b/composer/twig/twig/src/Extension/AbstractExtension.php index f415614..52b5dea 100644 --- a/composer/twig/twig/src/Extension/AbstractExtension.php +++ b/composer/twig/twig/src/Extension/AbstractExtension.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; /** @internal */ abstract class AbstractExtension implements LastModifiedExtensionInterface diff --git a/composer/twig/twig/src/Extension/AttributeExtension.php b/composer/twig/twig/src/Extension/AttributeExtension.php index 38e8ec3..5184063 100644 --- a/composer/twig/twig/src/Extension/AttributeExtension.php +++ b/composer/twig/twig/src/Extension/AttributeExtension.php @@ -8,15 +8,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\Attribute\AsTwigFilter; -use OCA\Libresign\Vendor\Twig\Attribute\AsTwigFunction; -use OCA\Libresign\Vendor\Twig\Attribute\AsTwigTest; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigFunction; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\AsTwigFilter; +use OCA\Libresign\3rdparty\Twig\Attribute\AsTwigFunction; +use OCA\Libresign\3rdparty\Twig\Attribute\AsTwigTest; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Define Twig filters, functions, and tests with PHP attributes. * diff --git a/composer/twig/twig/src/Extension/CoreExtension.php b/composer/twig/twig/src/Extension/CoreExtension.php index cb290ef..a87e495 100644 --- a/composer/twig/twig/src/Extension/CoreExtension.php +++ b/composer/twig/twig/src/Extension/CoreExtension.php @@ -8,107 +8,107 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\DeprecatedCallableInfo; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Error\RuntimeError; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\ArrowExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\ConditionalTernaryExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\DotExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\FilterExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\FunctionExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\IsExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\IsNotExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\SquareBracketExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix\GroupingExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix\LiteralExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix\UnaryOperatorExpressionParser; -use OCA\Libresign\Vendor\Twig\Markup; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\AddBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\AndBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\BitwiseAndBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\BitwiseOrBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\BitwiseXorBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\ConcatBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\DivBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\ElvisBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\EndsWithBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\EqualBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\FloorDivBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\GreaterBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\GreaterEqualBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\HasEveryBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\HasSomeBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\InBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\LessBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\LessEqualBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\MatchesBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\ModBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\MulBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\NotEqualBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\NotInBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\NullCoalesceBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\OrBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\PowerBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\RangeBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\SpaceshipBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\StartsWithBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\SubBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\XorBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\BlockReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Filter\DefaultFilter; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionNode\EnumCasesFunction; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionNode\EnumFunction; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ParentExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\ConstantTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\DefinedTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\DivisiblebyTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\EvenTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\NullTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\OddTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\SameasTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\TrueTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NegUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NotUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\PosUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\SpreadUnary; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Sandbox\SecurityNotAllowedMethodError; -use OCA\Libresign\Vendor\Twig\Sandbox\SecurityNotAllowedPropertyError; -use OCA\Libresign\Vendor\Twig\Source; -use OCA\Libresign\Vendor\Twig\Template; -use OCA\Libresign\Vendor\Twig\TemplateWrapper; -use OCA\Libresign\Vendor\Twig\TokenParser\ApplyTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\BlockTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\DeprecatedTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\DoTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\EmbedTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\ExtendsTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\FlushTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\ForTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\FromTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\GuardTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\IfTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\ImportTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\IncludeTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\MacroTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\SetTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\TypesTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\UseTokenParser; -use OCA\Libresign\Vendor\Twig\TokenParser\WithTokenParser; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigFunction; -use OCA\Libresign\Vendor\Twig\TwigTest; -use OCA\Libresign\Vendor\Twig\Util\CallableArgumentsExtractor; +use OCA\Libresign\3rdparty\Twig\DeprecatedCallableInfo; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Error\RuntimeError; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\ArrowExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\ConditionalTernaryExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\DotExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\FilterExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\FunctionExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\IsExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\IsNotExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\SquareBracketExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix\GroupingExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix\LiteralExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix\UnaryOperatorExpressionParser; +use OCA\Libresign\3rdparty\Twig\Markup; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\AddBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\AndBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\BitwiseAndBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\BitwiseOrBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\BitwiseXorBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\ConcatBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\DivBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\ElvisBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\EndsWithBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\EqualBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\FloorDivBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\GreaterBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\GreaterEqualBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\HasEveryBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\HasSomeBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\InBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\LessBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\LessEqualBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\MatchesBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\ModBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\MulBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\NotEqualBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\NotInBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\NullCoalesceBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\OrBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\PowerBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\RangeBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\SpaceshipBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\StartsWithBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\SubBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\XorBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\BlockReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Filter\DefaultFilter; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionNode\EnumCasesFunction; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionNode\EnumFunction; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ParentExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\ConstantTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\DefinedTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\DivisiblebyTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\EvenTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\NullTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\OddTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\SameasTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\TrueTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NegUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NotUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\PosUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\SpreadUnary; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Sandbox\SecurityNotAllowedMethodError; +use OCA\Libresign\3rdparty\Twig\Sandbox\SecurityNotAllowedPropertyError; +use OCA\Libresign\3rdparty\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Template; +use OCA\Libresign\3rdparty\Twig\TemplateWrapper; +use OCA\Libresign\3rdparty\Twig\TokenParser\ApplyTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\BlockTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\DeprecatedTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\DoTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\EmbedTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\ExtendsTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\FlushTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\ForTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\FromTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\GuardTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\IfTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\ImportTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\IncludeTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\MacroTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\SetTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\TypesTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\UseTokenParser; +use OCA\Libresign\3rdparty\Twig\TokenParser\WithTokenParser; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Util\CallableArgumentsExtractor; /** @internal */ final class CoreExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/DebugExtension.php b/composer/twig/twig/src/Extension/DebugExtension.php index 19402d2..257e7e9 100644 --- a/composer/twig/twig/src/Extension/DebugExtension.php +++ b/composer/twig/twig/src/Extension/DebugExtension.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Template; -use OCA\Libresign\Vendor\Twig\TemplateWrapper; -use OCA\Libresign\Vendor\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Template; +use OCA\Libresign\3rdparty\Twig\TemplateWrapper; +use OCA\Libresign\3rdparty\Twig\TwigFunction; /** @internal */ final class DebugExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/EscaperExtension.php b/composer/twig/twig/src/Extension/EscaperExtension.php index c1fcd91..e0019d5 100644 --- a/composer/twig/twig/src/Extension/EscaperExtension.php +++ b/composer/twig/twig/src/Extension/EscaperExtension.php @@ -8,17 +8,17 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\FileExtensionEscapingStrategy; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Filter\RawFilter; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\NodeVisitor\EscaperNodeVisitor; -use OCA\Libresign\Vendor\Twig\Runtime\EscaperRuntime; -use OCA\Libresign\Vendor\Twig\TokenParser\AutoEscapeTokenParser; -use OCA\Libresign\Vendor\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\FileExtensionEscapingStrategy; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Filter\RawFilter; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\EscaperNodeVisitor; +use OCA\Libresign\3rdparty\Twig\Runtime\EscaperRuntime; +use OCA\Libresign\3rdparty\Twig\TokenParser\AutoEscapeTokenParser; +use OCA\Libresign\3rdparty\Twig\TwigFilter; /** @internal */ final class EscaperExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/ExtensionInterface.php b/composer/twig/twig/src/Extension/ExtensionInterface.php index a8e9be7..c2aa378 100644 --- a/composer/twig/twig/src/Extension/ExtensionInterface.php +++ b/composer/twig/twig/src/Extension/ExtensionInterface.php @@ -8,15 +8,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\NodeVisitor\NodeVisitorInterface; -use OCA\Libresign\Vendor\Twig\TokenParser\TokenParserInterface; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigFunction; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\NodeVisitorInterface; +use OCA\Libresign\3rdparty\Twig\TokenParser\TokenParserInterface; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Interface implemented by extension classes. * diff --git a/composer/twig/twig/src/Extension/GlobalsInterface.php b/composer/twig/twig/src/Extension/GlobalsInterface.php index 5cc0edb..fa41b62 100644 --- a/composer/twig/twig/src/Extension/GlobalsInterface.php +++ b/composer/twig/twig/src/Extension/GlobalsInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; /** * Allows Twig extensions to add globals to the context. diff --git a/composer/twig/twig/src/Extension/LastModifiedExtensionInterface.php b/composer/twig/twig/src/Extension/LastModifiedExtensionInterface.php index d3376b4..5347b91 100644 --- a/composer/twig/twig/src/Extension/LastModifiedExtensionInterface.php +++ b/composer/twig/twig/src/Extension/LastModifiedExtensionInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; /** @internal */ interface LastModifiedExtensionInterface extends ExtensionInterface diff --git a/composer/twig/twig/src/Extension/OptimizerExtension.php b/composer/twig/twig/src/Extension/OptimizerExtension.php index 35e4e22..10d384b 100644 --- a/composer/twig/twig/src/Extension/OptimizerExtension.php +++ b/composer/twig/twig/src/Extension/OptimizerExtension.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\NodeVisitor\OptimizerNodeVisitor; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\OptimizerNodeVisitor; /** @internal */ final class OptimizerExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/ProfilerExtension.php b/composer/twig/twig/src/Extension/ProfilerExtension.php index 5fd7064..59ece4e 100644 --- a/composer/twig/twig/src/Extension/ProfilerExtension.php +++ b/composer/twig/twig/src/Extension/ProfilerExtension.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\Profiler\NodeVisitor\ProfilerNodeVisitor; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Profiler\NodeVisitor\ProfilerNodeVisitor; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** @internal */ class ProfilerExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/RuntimeExtensionInterface.php b/composer/twig/twig/src/Extension/RuntimeExtensionInterface.php index c63b415..bd2b171 100644 --- a/composer/twig/twig/src/Extension/RuntimeExtensionInterface.php +++ b/composer/twig/twig/src/Extension/RuntimeExtensionInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; /** * @author Grégoire Pineau diff --git a/composer/twig/twig/src/Extension/SandboxExtension.php b/composer/twig/twig/src/Extension/SandboxExtension.php index 3cb8ff5..e3351b1 100644 --- a/composer/twig/twig/src/Extension/SandboxExtension.php +++ b/composer/twig/twig/src/Extension/SandboxExtension.php @@ -8,15 +8,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\NodeVisitor\SandboxNodeVisitor; -use OCA\Libresign\Vendor\Twig\Sandbox\SecurityNotAllowedMethodError; -use OCA\Libresign\Vendor\Twig\Sandbox\SecurityNotAllowedPropertyError; -use OCA\Libresign\Vendor\Twig\Sandbox\SecurityPolicyInterface; -use OCA\Libresign\Vendor\Twig\Sandbox\SourcePolicyInterface; -use OCA\Libresign\Vendor\Twig\Source; -use OCA\Libresign\Vendor\Twig\TokenParser\SandboxTokenParser; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\SandboxNodeVisitor; +use OCA\Libresign\3rdparty\Twig\Sandbox\SecurityNotAllowedMethodError; +use OCA\Libresign\3rdparty\Twig\Sandbox\SecurityNotAllowedPropertyError; +use OCA\Libresign\3rdparty\Twig\Sandbox\SecurityPolicyInterface; +use OCA\Libresign\3rdparty\Twig\Sandbox\SourcePolicyInterface; +use OCA\Libresign\3rdparty\Twig\Source; +use OCA\Libresign\3rdparty\Twig\TokenParser\SandboxTokenParser; /** @internal */ final class SandboxExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/StagingExtension.php b/composer/twig/twig/src/Extension/StagingExtension.php index f6e660e..548bb8e 100644 --- a/composer/twig/twig/src/Extension/StagingExtension.php +++ b/composer/twig/twig/src/Extension/StagingExtension.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\NodeVisitor\NodeVisitorInterface; -use OCA\Libresign\Vendor\Twig\TokenParser\TokenParserInterface; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigFunction; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\NodeVisitorInterface; +use OCA\Libresign\3rdparty\Twig\TokenParser\TokenParserInterface; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Used by \Twig\Environment as a staging area. * diff --git a/composer/twig/twig/src/Extension/StringLoaderExtension.php b/composer/twig/twig/src/Extension/StringLoaderExtension.php index 008cd27..19bf044 100644 --- a/composer/twig/twig/src/Extension/StringLoaderExtension.php +++ b/composer/twig/twig/src/Extension/StringLoaderExtension.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\TemplateWrapper; -use OCA\Libresign\Vendor\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\TemplateWrapper; +use OCA\Libresign\3rdparty\Twig\TwigFunction; /** @internal */ final class StringLoaderExtension extends AbstractExtension { diff --git a/composer/twig/twig/src/Extension/YieldNotReadyExtension.php b/composer/twig/twig/src/Extension/YieldNotReadyExtension.php index bac7de0..6c207e0 100644 --- a/composer/twig/twig/src/Extension/YieldNotReadyExtension.php +++ b/composer/twig/twig/src/Extension/YieldNotReadyExtension.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Extension; +namespace OCA\Libresign\3rdparty\Twig\Extension; -use OCA\Libresign\Vendor\Twig\NodeVisitor\YieldNotReadyNodeVisitor; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\YieldNotReadyNodeVisitor; /** * @internal to be removed in Twig 4 */ diff --git a/composer/twig/twig/src/ExtensionSet.php b/composer/twig/twig/src/ExtensionSet.php index 16e8dfe..6e465aa 100644 --- a/composer/twig/twig/src/ExtensionSet.php +++ b/composer/twig/twig/src/ExtensionSet.php @@ -8,23 +8,23 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Error\RuntimeError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParsers; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixAssociativity; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix\UnaryOperatorExpressionParser; -use OCA\Libresign\Vendor\Twig\Extension\AttributeExtension; -use OCA\Libresign\Vendor\Twig\Extension\ExtensionInterface; -use OCA\Libresign\Vendor\Twig\Extension\GlobalsInterface; -use OCA\Libresign\Vendor\Twig\Extension\LastModifiedExtensionInterface; -use OCA\Libresign\Vendor\Twig\Extension\StagingExtension; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\NodeVisitor\NodeVisitorInterface; -use OCA\Libresign\Vendor\Twig\TokenParser\TokenParserInterface; +use OCA\Libresign\3rdparty\Twig\Error\RuntimeError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParsers; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixAssociativity; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix\UnaryOperatorExpressionParser; +use OCA\Libresign\3rdparty\Twig\Extension\AttributeExtension; +use OCA\Libresign\3rdparty\Twig\Extension\ExtensionInterface; +use OCA\Libresign\3rdparty\Twig\Extension\GlobalsInterface; +use OCA\Libresign\3rdparty\Twig\Extension\LastModifiedExtensionInterface; +use OCA\Libresign\3rdparty\Twig\Extension\StagingExtension; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\NodeVisitorInterface; +use OCA\Libresign\3rdparty\Twig\TokenParser\TokenParserInterface; /** * @author Fabien Potencier * diff --git a/composer/twig/twig/src/FileExtensionEscapingStrategy.php b/composer/twig/twig/src/FileExtensionEscapingStrategy.php index 2a665cc..bbf5d64 100644 --- a/composer/twig/twig/src/FileExtensionEscapingStrategy.php +++ b/composer/twig/twig/src/FileExtensionEscapingStrategy.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; /** * Default autoescaping strategy based on file names. diff --git a/composer/twig/twig/src/Lexer.php b/composer/twig/twig/src/Lexer.php index 3d598da..76a3274 100644 --- a/composer/twig/twig/src/Lexer.php +++ b/composer/twig/twig/src/Lexer.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Loader/ArrayLoader.php b/composer/twig/twig/src/Loader/ArrayLoader.php index fff9764..35c05cd 100644 --- a/composer/twig/twig/src/Loader/ArrayLoader.php +++ b/composer/twig/twig/src/Loader/ArrayLoader.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Loader; +namespace OCA\Libresign\3rdparty\Twig\Loader; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Source; /** * Loads a template from an array. * diff --git a/composer/twig/twig/src/Loader/ChainLoader.php b/composer/twig/twig/src/Loader/ChainLoader.php index 34ab946..55edb3c 100644 --- a/composer/twig/twig/src/Loader/ChainLoader.php +++ b/composer/twig/twig/src/Loader/ChainLoader.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Loader; +namespace OCA\Libresign\3rdparty\Twig\Loader; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Source; /** * Loads templates from other loaders. * diff --git a/composer/twig/twig/src/Loader/FilesystemLoader.php b/composer/twig/twig/src/Loader/FilesystemLoader.php index eb68227..554df8b 100644 --- a/composer/twig/twig/src/Loader/FilesystemLoader.php +++ b/composer/twig/twig/src/Loader/FilesystemLoader.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Loader; +namespace OCA\Libresign\3rdparty\Twig\Loader; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Source; /** * Loads template from the filesystem. * diff --git a/composer/twig/twig/src/Loader/LoaderInterface.php b/composer/twig/twig/src/Loader/LoaderInterface.php index 10b7c8f..dd29b9c 100644 --- a/composer/twig/twig/src/Loader/LoaderInterface.php +++ b/composer/twig/twig/src/Loader/LoaderInterface.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Loader; +namespace OCA\Libresign\3rdparty\Twig\Loader; -use OCA\Libresign\Vendor\Twig\Error\LoaderError; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Error\LoaderError; +use OCA\Libresign\3rdparty\Twig\Source; /** * Interface all loaders must implement. * diff --git a/composer/twig/twig/src/Markup.php b/composer/twig/twig/src/Markup.php index e78cabe..1a5ec2e 100644 --- a/composer/twig/twig/src/Markup.php +++ b/composer/twig/twig/src/Markup.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; /** * Marks a content as safe. diff --git a/composer/twig/twig/src/Node/AutoEscapeNode.php b/composer/twig/twig/src/Node/AutoEscapeNode.php index 3501d23..2100a7d 100644 --- a/composer/twig/twig/src/Node/AutoEscapeNode.php +++ b/composer/twig/twig/src/Node/AutoEscapeNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents an autoescape node. * diff --git a/composer/twig/twig/src/Node/BlockNode.php b/composer/twig/twig/src/Node/BlockNode.php index e750317..ea71687 100644 --- a/composer/twig/twig/src/Node/BlockNode.php +++ b/composer/twig/twig/src/Node/BlockNode.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a block node. * diff --git a/composer/twig/twig/src/Node/BlockReferenceNode.php b/composer/twig/twig/src/Node/BlockReferenceNode.php index bb792bc..02b643a 100644 --- a/composer/twig/twig/src/Node/BlockReferenceNode.php +++ b/composer/twig/twig/src/Node/BlockReferenceNode.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a block call node. * diff --git a/composer/twig/twig/src/Node/BodyNode.php b/composer/twig/twig/src/Node/BodyNode.php index 9888a0c..cf90bea 100644 --- a/composer/twig/twig/src/Node/BodyNode.php +++ b/composer/twig/twig/src/Node/BodyNode.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; /** * Represents a body node. * diff --git a/composer/twig/twig/src/Node/CaptureNode.php b/composer/twig/twig/src/Node/CaptureNode.php index 0075c9b..b8b10dc 100644 --- a/composer/twig/twig/src/Node/CaptureNode.php +++ b/composer/twig/twig/src/Node/CaptureNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a node for which we need to capture the output. * diff --git a/composer/twig/twig/src/Node/CheckSecurityCallNode.php b/composer/twig/twig/src/Node/CheckSecurityCallNode.php index dc0fd5b..efa6420 100644 --- a/composer/twig/twig/src/Node/CheckSecurityCallNode.php +++ b/composer/twig/twig/src/Node/CheckSecurityCallNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Node/CheckSecurityNode.php b/composer/twig/twig/src/Node/CheckSecurityNode.php index 890ba43..075c20d 100644 --- a/composer/twig/twig/src/Node/CheckSecurityNode.php +++ b/composer/twig/twig/src/Node/CheckSecurityNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Node/CheckToStringNode.php b/composer/twig/twig/src/Node/CheckToStringNode.php index fc750e8..1ee08c9 100644 --- a/composer/twig/twig/src/Node/CheckToStringNode.php +++ b/composer/twig/twig/src/Node/CheckToStringNode.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * Checks if casting an expression to __toString() is allowed by the sandbox. * diff --git a/composer/twig/twig/src/Node/DeprecatedNode.php b/composer/twig/twig/src/Node/DeprecatedNode.php index 06bc32f..34f771a 100644 --- a/composer/twig/twig/src/Node/DeprecatedNode.php +++ b/composer/twig/twig/src/Node/DeprecatedNode.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; /** * Represents a deprecated node. * diff --git a/composer/twig/twig/src/Node/DoNode.php b/composer/twig/twig/src/Node/DoNode.php index 458d6a5..e4950bf 100644 --- a/composer/twig/twig/src/Node/DoNode.php +++ b/composer/twig/twig/src/Node/DoNode.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * Represents a do node. * diff --git a/composer/twig/twig/src/Node/EmbedNode.php b/composer/twig/twig/src/Node/EmbedNode.php index 5b5b663..ba9c260 100644 --- a/composer/twig/twig/src/Node/EmbedNode.php +++ b/composer/twig/twig/src/Node/EmbedNode.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; /** * Represents an embed node. * diff --git a/composer/twig/twig/src/Node/EmptyNode.php b/composer/twig/twig/src/Node/EmptyNode.php index 4374982..57962ca 100644 --- a/composer/twig/twig/src/Node/EmptyNode.php +++ b/composer/twig/twig/src/Node/EmptyNode.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; /** * Represents an empty node. * diff --git a/composer/twig/twig/src/Node/Expression/AbstractExpression.php b/composer/twig/twig/src/Node/Expression/AbstractExpression.php index 54a3b54..be68fe4 100644 --- a/composer/twig/twig/src/Node/Expression/AbstractExpression.php +++ b/composer/twig/twig/src/Node/Expression/AbstractExpression.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Abstract class for all nodes that represents an expression. * diff --git a/composer/twig/twig/src/Node/Expression/ArrayExpression.php b/composer/twig/twig/src/Node/Expression/ArrayExpression.php index be827fd..e2cf129 100644 --- a/composer/twig/twig/src/Node/Expression/ArrayExpression.php +++ b/composer/twig/twig/src/Node/Expression/ArrayExpression.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\SpreadUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\StringCastUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\SpreadUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\StringCastUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; /** @internal */ class ArrayExpression extends AbstractExpression implements SupportDefinedTestInterface, ReturnArrayInterface { diff --git a/composer/twig/twig/src/Node/Expression/ArrowFunctionExpression.php b/composer/twig/twig/src/Node/Expression/ArrowFunctionExpression.php index 094c4a8..5ad28ff 100644 --- a/composer/twig/twig/src/Node/Expression/ArrowFunctionExpression.php +++ b/composer/twig/twig/src/Node/Expression/ArrowFunctionExpression.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents an arrow function. * diff --git a/composer/twig/twig/src/Node/Expression/AssignNameExpression.php b/composer/twig/twig/src/Node/Expression/AssignNameExpression.php index 267bae6..1f8ad71 100644 --- a/composer/twig/twig/src/Node/Expression/AssignNameExpression.php +++ b/composer/twig/twig/src/Node/Expression/AssignNameExpression.php @@ -9,12 +9,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; /** @internal */ class AssignNameExpression extends ContextVariable { diff --git a/composer/twig/twig/src/Node/Expression/Binary/AbstractBinary.php b/composer/twig/twig/src/Node/Expression/Binary/AbstractBinary.php index 3ba1958..688fa56 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/AbstractBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/AbstractBinary.php @@ -9,11 +9,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** @internal */ abstract class AbstractBinary extends AbstractExpression implements BinaryInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/AddBinary.php b/composer/twig/twig/src/Node/Expression/Binary/AddBinary.php index dc7e4a4..e9f8412 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/AddBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/AddBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class AddBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/AndBinary.php b/composer/twig/twig/src/Node/Expression/Binary/AndBinary.php index 7292367..1e88424 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/AndBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/AndBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class AndBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/BinaryInterface.php b/composer/twig/twig/src/Node/Expression/Binary/BinaryInterface.php index 25d0bf6..98f842f 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/BinaryInterface.php +++ b/composer/twig/twig/src/Node/Expression/Binary/BinaryInterface.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * @internal */ diff --git a/composer/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php b/composer/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php index db5c4b4..7aa856b 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class BitwiseAndBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php b/composer/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php index 4623738..8b1b6cf 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class BitwiseOrBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php b/composer/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php index 0ce04c6..abfed23 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class BitwiseXorBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/ConcatBinary.php b/composer/twig/twig/src/Node/Expression/Binary/ConcatBinary.php index 845740a..a57387d 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/ConcatBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/ConcatBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnStringInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnStringInterface; /** @internal */ class ConcatBinary extends AbstractBinary implements ReturnStringInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/DivBinary.php b/composer/twig/twig/src/Node/Expression/Binary/DivBinary.php index 36f9fcf..a427362 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/DivBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/DivBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class DivBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/ElvisBinary.php b/composer/twig/twig/src/Node/Expression/Binary/ElvisBinary.php index 3b7c01f..8c25f0e 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/ElvisBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/ElvisBinary.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\OperatorEscapeInterface; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\OperatorEscapeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** @internal */ final class ElvisBinary extends AbstractBinary implements OperatorEscapeInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php b/composer/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php index d0045cf..dc0906d 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class EndsWithBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/EqualBinary.php b/composer/twig/twig/src/Node/Expression/Binary/EqualBinary.php index de05d2d..0ab2e93 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/EqualBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/EqualBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class EqualBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php b/composer/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php index 7d0754c..90dd0aa 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class FloorDivBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/GreaterBinary.php b/composer/twig/twig/src/Node/Expression/Binary/GreaterBinary.php index 064d66f..259ee4b 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/GreaterBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/GreaterBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class GreaterBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php b/composer/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php index b448e01..2f22b20 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class GreaterEqualBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php b/composer/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php index fec3eb0..09923d3 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class HasEveryBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php b/composer/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php index 8f43f2d..4efb49a 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class HasSomeBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/InBinary.php b/composer/twig/twig/src/Node/Expression/Binary/InBinary.php index ae3b016..46b85ae 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/InBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/InBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class InBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/LessBinary.php b/composer/twig/twig/src/Node/Expression/Binary/LessBinary.php index d8a8a72..682f2a7 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/LessBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/LessBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class LessBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php b/composer/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php index 85b30fc..7029649 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class LessEqualBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/MatchesBinary.php b/composer/twig/twig/src/Node/Expression/Binary/MatchesBinary.php index 17dfa38..fbfc944 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/MatchesBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/MatchesBinary.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** @internal */ class MatchesBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/ModBinary.php b/composer/twig/twig/src/Node/Expression/Binary/ModBinary.php index ac1315a..a82ce23 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/ModBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/ModBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class ModBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/MulBinary.php b/composer/twig/twig/src/Node/Expression/Binary/MulBinary.php index 4400ea4..9e857cc 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/MulBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/MulBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class MulBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php b/composer/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php index 4691761..4eae368 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class NotEqualBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/NotInBinary.php b/composer/twig/twig/src/Node/Expression/Binary/NotInBinary.php index d9b681d..d41783c 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/NotInBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/NotInBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class NotInBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php b/composer/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php index 3cec2d1..310155e 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/NullCoalesceBinary.php @@ -8,18 +8,18 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\BlockReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\OperatorEscapeInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\DefinedTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\NullTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NotUnary; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\BlockReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\OperatorEscapeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\DefinedTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\NullTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NotUnary; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** @internal */ final class NullCoalesceBinary extends AbstractBinary implements OperatorEscapeInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/OrBinary.php b/composer/twig/twig/src/Node/Expression/Binary/OrBinary.php index 118ed10..53f0298 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/OrBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/OrBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class OrBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/PowerBinary.php b/composer/twig/twig/src/Node/Expression/Binary/PowerBinary.php index d4fac0a..5fdfafd 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/PowerBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/PowerBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class PowerBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/RangeBinary.php b/composer/twig/twig/src/Node/Expression/Binary/RangeBinary.php index 5d39438..2bede34 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/RangeBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/RangeBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnArrayInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnArrayInterface; /** @internal */ class RangeBinary extends AbstractBinary implements ReturnArrayInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php b/composer/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php index b61f459..4eeddad 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class SpaceshipBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php b/composer/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php index d632bde..95c6b1f 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class StartsWithBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/SubBinary.php b/composer/twig/twig/src/Node/Expression/Binary/SubBinary.php index d9193ee..1224336 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/SubBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/SubBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnNumberInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnNumberInterface; /** @internal */ class SubBinary extends AbstractBinary implements ReturnNumberInterface { diff --git a/composer/twig/twig/src/Node/Expression/Binary/XorBinary.php b/composer/twig/twig/src/Node/Expression/Binary/XorBinary.php index 5c825f4..7443579 100644 --- a/composer/twig/twig/src/Node/Expression/Binary/XorBinary.php +++ b/composer/twig/twig/src/Node/Expression/Binary/XorBinary.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Binary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Binary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnBoolInterface; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnBoolInterface; /** @internal */ class XorBinary extends AbstractBinary implements ReturnBoolInterface { diff --git a/composer/twig/twig/src/Node/Expression/BlockReferenceExpression.php b/composer/twig/twig/src/Node/Expression/BlockReferenceExpression.php index 15f74aa..55f9727 100644 --- a/composer/twig/twig/src/Node/Expression/BlockReferenceExpression.php +++ b/composer/twig/twig/src/Node/Expression/BlockReferenceExpression.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents a block call node. * diff --git a/composer/twig/twig/src/Node/Expression/CallExpression.php b/composer/twig/twig/src/Node/Expression/CallExpression.php index af7b486..0f5360d 100644 --- a/composer/twig/twig/src/Node/Expression/CallExpression.php +++ b/composer/twig/twig/src/Node/Expression/CallExpression.php @@ -8,18 +8,18 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Extension\ExtensionInterface; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigCallableInterface; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigFunction; -use OCA\Libresign\Vendor\Twig\TwigTest; -use OCA\Libresign\Vendor\Twig\Util\CallableArgumentsExtractor; -use OCA\Libresign\Vendor\Twig\Util\ReflectionCallable; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Extension\ExtensionInterface; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigCallableInterface; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Util\CallableArgumentsExtractor; +use OCA\Libresign\3rdparty\Twig\Util\ReflectionCallable; /** @internal */ abstract class CallExpression extends AbstractExpression { @@ -67,7 +67,7 @@ protected function compileArguments(Compiler $compiler, $isArray = \false) : voi } $compiler->raw($isArray ? '[' : '('); $first = \true; - $twigCallable = $this->getAttribute('\OCA\Libresign\vendor\twig_callable'); + $twigCallable = $this->getAttribute('\OCA\Libresignrdparty\twig_callable'); if ($twigCallable->needsCharset()) { $compiler->raw('$this->env->getCharset()'); $first = \false; @@ -131,7 +131,7 @@ protected function getArguments($callable, $arguments) } $parameters[$name] = $node; } - $isVariadic = $this->getAttribute('\OCA\Libresign\vendor\twig_callable')->isVariadic(); + $isVariadic = $this->getAttribute('\OCA\Libresignrdparty\twig_callable')->isVariadic(); if (!$named && !$isVariadic) { return $parameters; } @@ -226,7 +226,7 @@ protected function normalizeName(string $name) : string // To be removed in 4.0 private function getCallableParameters($callable, bool $isVariadic) : array { - $twigCallable = $this->getAttribute('\OCA\Libresign\vendor\twig_callable'); + $twigCallable = $this->getAttribute('\OCA\Libresignrdparty\twig_callable'); $rc = $this->reflectCallable($twigCallable); $r = $rc->getReflector(); $callableName = $rc->getName(); @@ -271,16 +271,16 @@ private function reflectCallable(TwigCallableInterface $callable) : ReflectionCa /** * Overrides the Twig callable based on attributes (as potentially, attributes changed between the creation and the compilation of the node). * - * To be removed in 4.0 and replace by $this->getAttribute('\OCA\Libresign\vendor\twig_callable'). + * To be removed in 4.0 and replace by $this->getAttribute('\OCA\Libresignrdparty\twig_callable'). */ private function getTwigCallable() : TwigCallableInterface { - $current = $this->getAttribute('\OCA\Libresign\vendor\twig_callable'); - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', match ($this->getAttribute('type')) { + $current = $this->getAttribute('\OCA\Libresignrdparty\twig_callable'); + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', match ($this->getAttribute('type')) { 'test' => (new TwigTest($this->getAttribute('name'), $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(), ['is_variadic' => $this->hasAttribute('is_variadic') ? $this->getAttribute('is_variadic') : $current->isVariadic()]))->withDynamicArguments($this->getAttribute('name'), $this->hasAttribute('dynamic_name') ? $this->getAttribute('dynamic_name') : $current->getDynamicName(), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()), 'function' => (new TwigFunction($this->hasAttribute('name') ? $this->getAttribute('name') : $current->getName(), $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(), ['needs_environment' => $this->hasAttribute('needs_environment') ? $this->getAttribute('needs_environment') : $current->needsEnvironment(), 'needs_context' => $this->hasAttribute('needs_context') ? $this->getAttribute('needs_context') : $current->needsContext(), 'needs_charset' => $this->hasAttribute('needs_charset') ? $this->getAttribute('needs_charset') : $current->needsCharset(), 'is_variadic' => $this->hasAttribute('is_variadic') ? $this->getAttribute('is_variadic') : $current->isVariadic()]))->withDynamicArguments($this->getAttribute('name'), $this->hasAttribute('dynamic_name') ? $this->getAttribute('dynamic_name') : $current->getDynamicName(), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()), 'filter' => (new TwigFilter($this->getAttribute('name'), $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(), ['needs_environment' => $this->hasAttribute('needs_environment') ? $this->getAttribute('needs_environment') : $current->needsEnvironment(), 'needs_context' => $this->hasAttribute('needs_context') ? $this->getAttribute('needs_context') : $current->needsContext(), 'needs_charset' => $this->hasAttribute('needs_charset') ? $this->getAttribute('needs_charset') : $current->needsCharset(), 'is_variadic' => $this->hasAttribute('is_variadic') ? $this->getAttribute('is_variadic') : $current->isVariadic()]))->withDynamicArguments($this->getAttribute('name'), $this->hasAttribute('dynamic_name') ? $this->getAttribute('dynamic_name') : $current->getDynamicName(), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()), }); - return $this->getAttribute('\OCA\Libresign\vendor\twig_callable'); + return $this->getAttribute('\OCA\Libresignrdparty\twig_callable'); } } diff --git a/composer/twig/twig/src/Node/Expression/ConditionalExpression.php b/composer/twig/twig/src/Node/Expression/ConditionalExpression.php index 7d57fcd..3ef8734 100644 --- a/composer/twig/twig/src/Node/Expression/ConditionalExpression.php +++ b/composer/twig/twig/src/Node/Expression/ConditionalExpression.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\Ternary\ConditionalTernary; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Ternary\ConditionalTernary; /** @internal */ class ConditionalExpression extends AbstractExpression implements OperatorEscapeInterface { diff --git a/composer/twig/twig/src/Node/Expression/ConstantExpression.php b/composer/twig/twig/src/Node/Expression/ConstantExpression.php index ac66260..0b3049c 100644 --- a/composer/twig/twig/src/Node/Expression/ConstantExpression.php +++ b/composer/twig/twig/src/Node/Expression/ConstantExpression.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * @final * @internal diff --git a/composer/twig/twig/src/Node/Expression/Filter/DefaultFilter.php b/composer/twig/twig/src/Node/Expression/Filter/DefaultFilter.php index 7a299d9..04b552b 100644 --- a/composer/twig/twig/src/Node/Expression/Filter/DefaultFilter.php +++ b/composer/twig/twig/src/Node/Expression/Filter/DefaultFilter.php @@ -8,22 +8,22 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Filter; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Filter; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Extension\CoreExtension; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FilterExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Ternary\ConditionalTernary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\DefinedTest; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigFilter; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Extension\CoreExtension; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FilterExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Ternary\ConditionalTernary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\DefinedTest; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Returns the value or the default value when it is undefined or empty. * diff --git a/composer/twig/twig/src/Node/Expression/Filter/RawFilter.php b/composer/twig/twig/src/Node/Expression/Filter/RawFilter.php index d1cc13f..abd59ac 100644 --- a/composer/twig/twig/src/Node/Expression/Filter/RawFilter.php +++ b/composer/twig/twig/src/Node/Expression/Filter/RawFilter.php @@ -8,16 +8,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Filter; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Filter; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FilterExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FilterExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigFilter; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Node/Expression/FilterExpression.php b/composer/twig/twig/src/Node/Expression/FilterExpression.php index 55b76df..55f0705 100644 --- a/composer/twig/twig/src/Node/Expression/FilterExpression.php +++ b/composer/twig/twig/src/Node/Expression/FilterExpression.php @@ -9,13 +9,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\NameDeprecation; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigFilter; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\NameDeprecation; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigFilter; /** @internal */ class FilterExpression extends CallExpression { @@ -38,7 +38,7 @@ public function __construct(Node $node, TwigFilter|ConstantExpression $filter, N } parent::__construct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], ['name' => $name, 'type' => 'filter'], $lineno); if ($filter instanceof TwigFilter) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $filter); + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $filter); } $this->deprecateNode('filter', new NameDeprecation('twig/twig', '3.12')); $this->deprecateAttribute('needs_charset', new NameDeprecation('twig/twig', '3.12')); @@ -54,15 +54,15 @@ public function compile(Compiler $compiler) : void $name = $this->getNode('filter', \false)->getAttribute('value'); if ($name !== $this->getAttribute('name')) { trigger_deprecation('twig/twig', '3.11', 'Changing the value of a "filter" node in a NodeVisitor class is not supported anymore.'); - $this->removeAttribute('\OCA\Libresign\vendor\twig_callable'); + $this->removeAttribute('\OCA\Libresignrdparty\twig_callable'); } if ('raw' === $name) { trigger_deprecation('twig/twig', '3.11', 'Creating the "raw" filter via "FilterExpression" is deprecated; use "RawFilter" instead.'); $compiler->subcompile($this->getNode('node')); return; } - if (!$this->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $compiler->getEnvironment()->getFilter($name)); + if (!$this->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $compiler->getEnvironment()->getFilter($name)); } $this->compileCallable($compiler); } diff --git a/composer/twig/twig/src/Node/Expression/FunctionExpression.php b/composer/twig/twig/src/Node/Expression/FunctionExpression.php index 379a7b5..cf6db06 100644 --- a/composer/twig/twig/src/Node/Expression/FunctionExpression.php +++ b/composer/twig/twig/src/Node/Expression/FunctionExpression.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\NameDeprecation; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigFunction; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\NameDeprecation; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigFunction; /** @internal */ class FunctionExpression extends CallExpression implements SupportDefinedTestInterface { @@ -31,7 +31,7 @@ public function __construct(TwigFunction|string $function, Node $arguments, int } parent::__construct(['arguments' => $arguments], ['name' => $name, 'type' => 'function'], $lineno); if ($function instanceof TwigFunction) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $function); + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $function); } $this->deprecateAttribute('needs_charset', new NameDeprecation('twig/twig', '3.12')); $this->deprecateAttribute('needs_environment', new NameDeprecation('twig/twig', '3.12')); @@ -53,15 +53,15 @@ public function enableDefinedTest() : void public function compile(Compiler $compiler) { $name = $this->getAttribute('name'); - if ($this->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $name = $this->getAttribute('\OCA\Libresign\vendor\twig_callable')->getName(); + if ($this->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $name = $this->getAttribute('\OCA\Libresignrdparty\twig_callable')->getName(); if ($name !== $this->getAttribute('name')) { trigger_deprecation('twig/twig', '3.12', 'Changing the value of a "function" node in a NodeVisitor class is not supported anymore.'); - $this->removeAttribute('\OCA\Libresign\vendor\twig_callable'); + $this->removeAttribute('\OCA\Libresignrdparty\twig_callable'); } } - if (!$this->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $compiler->getEnvironment()->getFunction($name)); + if (!$this->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $compiler->getEnvironment()->getFunction($name)); } if ('constant' === $name && $this->isDefinedTestEnabled()) { $this->getNode('arguments')->setNode('checkDefined', new ConstantExpression(\true, $this->getTemplateLine())); diff --git a/composer/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php b/composer/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php index 4924bac..837b9f1 100644 --- a/composer/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php +++ b/composer/twig/twig/src/Node/Expression/FunctionNode/EnumCasesFunction.php @@ -1,11 +1,11 @@ 1. diff --git a/composer/twig/twig/src/Node/Expression/ParentExpression.php b/composer/twig/twig/src/Node/Expression/ParentExpression.php index d46abe3..d8778e4 100644 --- a/composer/twig/twig/src/Node/Expression/ParentExpression.php +++ b/composer/twig/twig/src/Node/Expression/ParentExpression.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a parent node. * diff --git a/composer/twig/twig/src/Node/Expression/ReturnArrayInterface.php b/composer/twig/twig/src/Node/Expression/ReturnArrayInterface.php index d88f2a0..436b0b3 100644 --- a/composer/twig/twig/src/Node/Expression/ReturnArrayInterface.php +++ b/composer/twig/twig/src/Node/Expression/ReturnArrayInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ interface ReturnArrayInterface extends ReturnPrimitiveTypeInterface diff --git a/composer/twig/twig/src/Node/Expression/ReturnBoolInterface.php b/composer/twig/twig/src/Node/Expression/ReturnBoolInterface.php index c3e3a25..048ecd3 100644 --- a/composer/twig/twig/src/Node/Expression/ReturnBoolInterface.php +++ b/composer/twig/twig/src/Node/Expression/ReturnBoolInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ interface ReturnBoolInterface extends ReturnPrimitiveTypeInterface diff --git a/composer/twig/twig/src/Node/Expression/ReturnNumberInterface.php b/composer/twig/twig/src/Node/Expression/ReturnNumberInterface.php index 7ab4413..37b15b9 100644 --- a/composer/twig/twig/src/Node/Expression/ReturnNumberInterface.php +++ b/composer/twig/twig/src/Node/Expression/ReturnNumberInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ interface ReturnNumberInterface extends ReturnPrimitiveTypeInterface diff --git a/composer/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php b/composer/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php index 6e3facb..88a052a 100644 --- a/composer/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php +++ b/composer/twig/twig/src/Node/Expression/ReturnPrimitiveTypeInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ interface ReturnPrimitiveTypeInterface diff --git a/composer/twig/twig/src/Node/Expression/ReturnStringInterface.php b/composer/twig/twig/src/Node/Expression/ReturnStringInterface.php index 851da91..fcd1847 100644 --- a/composer/twig/twig/src/Node/Expression/ReturnStringInterface.php +++ b/composer/twig/twig/src/Node/Expression/ReturnStringInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ interface ReturnStringInterface extends ReturnPrimitiveTypeInterface diff --git a/composer/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php b/composer/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php index 1b94271..029cc35 100644 --- a/composer/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php +++ b/composer/twig/twig/src/Node/Expression/SupportDefinedTestDeprecationTrait.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** * @internal diff --git a/composer/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php b/composer/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php index dd9009e..3794aea 100644 --- a/composer/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php +++ b/composer/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** * Interface implemented by expressions that support the defined test. diff --git a/composer/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php b/composer/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php index 09a33cf..f919708 100644 --- a/composer/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php +++ b/composer/twig/twig/src/Node/Expression/SupportDefinedTestTrait.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; /** @internal */ trait SupportDefinedTestTrait diff --git a/composer/twig/twig/src/Node/Expression/TempNameExpression.php b/composer/twig/twig/src/Node/Expression/TempNameExpression.php index 1146e0e..15f2ac9 100644 --- a/composer/twig/twig/src/Node/Expression/TempNameExpression.php +++ b/composer/twig/twig/src/Node/Expression/TempNameExpression.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; /** @internal */ class TempNameExpression extends AbstractExpression { diff --git a/composer/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php b/composer/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php index d44d751..3726de8 100644 --- a/composer/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php +++ b/composer/twig/twig/src/Node/Expression/Ternary/ConditionalTernary.php @@ -8,14 +8,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Ternary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Ternary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\OperatorEscapeInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnPrimitiveTypeInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\TrueTest; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\OperatorEscapeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnPrimitiveTypeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\TrueTest; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** @internal */ final class ConditionalTernary extends AbstractExpression implements OperatorEscapeInterface { diff --git a/composer/twig/twig/src/Node/Expression/Test/ConstantTest.php b/composer/twig/twig/src/Node/Expression/Test/ConstantTest.php index daf647f..9ef893b 100644 --- a/composer/twig/twig/src/Node/Expression/Test/ConstantTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/ConstantTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks if a variable is the exact same value as a constant. * diff --git a/composer/twig/twig/src/Node/Expression/Test/DefinedTest.php b/composer/twig/twig/src/Node/Expression/Test/DefinedTest.php index d263f8d..ad6f9db 100644 --- a/composer/twig/twig/src/Node/Expression/Test/DefinedTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/DefinedTest.php @@ -8,24 +8,24 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\BlockReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MacroReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MethodCallExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\SupportDefinedTestInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\BlockReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MacroReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MethodCallExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\SupportDefinedTestInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Checks if a variable is defined in the current context. * diff --git a/composer/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php b/composer/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php index 6db1b06..f5d5e25 100644 --- a/composer/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks if a variable is divisible by a number. * diff --git a/composer/twig/twig/src/Node/Expression/Test/EvenTest.php b/composer/twig/twig/src/Node/Expression/Test/EvenTest.php index 46d91ba..c29c7e0 100644 --- a/composer/twig/twig/src/Node/Expression/Test/EvenTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/EvenTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks if a number is even. * diff --git a/composer/twig/twig/src/Node/Expression/Test/NullTest.php b/composer/twig/twig/src/Node/Expression/Test/NullTest.php index 4f028c3..a4f9f61 100644 --- a/composer/twig/twig/src/Node/Expression/Test/NullTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/NullTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks that an expression is null. * diff --git a/composer/twig/twig/src/Node/Expression/Test/OddTest.php b/composer/twig/twig/src/Node/Expression/Test/OddTest.php index 088ce73..e339fb7 100644 --- a/composer/twig/twig/src/Node/Expression/Test/OddTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/OddTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks if a number is odd. * diff --git a/composer/twig/twig/src/Node/Expression/Test/SameasTest.php b/composer/twig/twig/src/Node/Expression/Test/SameasTest.php index 6fcfca8..aa27861 100644 --- a/composer/twig/twig/src/Node/Expression/Test/SameasTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/SameasTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks if a variable is the same as another one (=== in PHP). * diff --git a/composer/twig/twig/src/Node/Expression/Test/TrueTest.php b/composer/twig/twig/src/Node/Expression/Test/TrueTest.php index 1dd47b7..2d4c5f3 100644 --- a/composer/twig/twig/src/Node/Expression/Test/TrueTest.php +++ b/composer/twig/twig/src/Node/Expression/Test/TrueTest.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Test; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Test; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Checks that an expression is true. * diff --git a/composer/twig/twig/src/Node/Expression/TestExpression.php b/composer/twig/twig/src/Node/Expression/TestExpression.php index d85a83b..ec24879 100644 --- a/composer/twig/twig/src/Node/Expression/TestExpression.php +++ b/composer/twig/twig/src/Node/Expression/TestExpression.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Attribute\FirstClassTwigCallableReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\NameDeprecation; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\FirstClassTwigCallableReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\NameDeprecation; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** @internal */ class TestExpression extends CallExpression implements ReturnBoolInterface { @@ -36,7 +36,7 @@ public function __construct(Node $node, string|TwigTest $test, ?Node $arguments, } parent::__construct($nodes, ['name' => $name, 'type' => 'test'], $lineno); if ($test instanceof TwigTest) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $test); + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $test); } $this->deprecateAttribute('arguments', new NameDeprecation('twig/twig', '3.12')); $this->deprecateAttribute('callable', new NameDeprecation('twig/twig', '3.12')); @@ -46,15 +46,15 @@ public function __construct(Node $node, string|TwigTest $test, ?Node $arguments, public function compile(Compiler $compiler) : void { $name = $this->getAttribute('name'); - if ($this->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $name = $this->getAttribute('\OCA\Libresign\vendor\twig_callable')->getName(); + if ($this->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $name = $this->getAttribute('\OCA\Libresignrdparty\twig_callable')->getName(); if ($name !== $this->getAttribute('name')) { trigger_deprecation('twig/twig', '3.12', 'Changing the value of a "test" node in a NodeVisitor class is not supported anymore.'); - $this->removeAttribute('\OCA\Libresign\vendor\twig_callable'); + $this->removeAttribute('\OCA\Libresignrdparty\twig_callable'); } } - if (!$this->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $this->setAttribute('\OCA\Libresign\vendor\twig_callable', $compiler->getEnvironment()->getTest($this->getAttribute('name'))); + if (!$this->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $this->setAttribute('\OCA\Libresignrdparty\twig_callable', $compiler->getEnvironment()->getTest($this->getAttribute('name'))); } $this->compileCallable($compiler); } diff --git a/composer/twig/twig/src/Node/Expression/Unary/AbstractUnary.php b/composer/twig/twig/src/Node/Expression/Unary/AbstractUnary.php index c526216..7d2098b 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/AbstractUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/AbstractUnary.php @@ -9,11 +9,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** @internal */ abstract class AbstractUnary extends AbstractExpression implements UnaryInterface { diff --git a/composer/twig/twig/src/Node/Expression/Unary/NegUnary.php b/composer/twig/twig/src/Node/Expression/Unary/NegUnary.php index 4143bb4..90adbe5 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/NegUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/NegUnary.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ class NegUnary extends AbstractUnary { diff --git a/composer/twig/twig/src/Node/Expression/Unary/NotUnary.php b/composer/twig/twig/src/Node/Expression/Unary/NotUnary.php index 3df1e92..3f213c9 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/NotUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/NotUnary.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ class NotUnary extends AbstractUnary { diff --git a/composer/twig/twig/src/Node/Expression/Unary/PosUnary.php b/composer/twig/twig/src/Node/Expression/Unary/PosUnary.php index 4dde012..cd6301d 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/PosUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/PosUnary.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ class PosUnary extends AbstractUnary { diff --git a/composer/twig/twig/src/Node/Expression/Unary/SpreadUnary.php b/composer/twig/twig/src/Node/Expression/Unary/SpreadUnary.php index 107a71e..edba5e9 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/SpreadUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/SpreadUnary.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ final class SpreadUnary extends AbstractUnary { diff --git a/composer/twig/twig/src/Node/Expression/Unary/StringCastUnary.php b/composer/twig/twig/src/Node/Expression/Unary/StringCastUnary.php index 5fe0556..62c10f4 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/StringCastUnary.php +++ b/composer/twig/twig/src/Node/Expression/Unary/StringCastUnary.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ final class StringCastUnary extends AbstractUnary { diff --git a/composer/twig/twig/src/Node/Expression/Unary/UnaryInterface.php b/composer/twig/twig/src/Node/Expression/Unary/UnaryInterface.php index 935c56b..e83b308 100644 --- a/composer/twig/twig/src/Node/Expression/Unary/UnaryInterface.php +++ b/composer/twig/twig/src/Node/Expression/Unary/UnaryInterface.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Unary; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Unary; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * @internal */ diff --git a/composer/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php b/composer/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php index 9a815fa..6ef1565 100644 --- a/composer/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php +++ b/composer/twig/twig/src/Node/Expression/Variable/AssignContextVariable.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Variable; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Variable; -use OCA\Libresign\Vendor\Twig\Node\Expression\AssignNameExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AssignNameExpression; /** @internal */ final class AssignContextVariable extends AssignNameExpression { diff --git a/composer/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php b/composer/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php index 67dedbd..494999a 100644 --- a/composer/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php +++ b/composer/twig/twig/src/Node/Expression/Variable/AssignTemplateVariable.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Variable; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Variable; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** @internal */ final class AssignTemplateVariable extends AbstractExpression { diff --git a/composer/twig/twig/src/Node/Expression/Variable/ContextVariable.php b/composer/twig/twig/src/Node/Expression/Variable/ContextVariable.php index 1f6fa25..a5806ba 100644 --- a/composer/twig/twig/src/Node/Expression/Variable/ContextVariable.php +++ b/composer/twig/twig/src/Node/Expression/Variable/ContextVariable.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Variable; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Variable; -use OCA\Libresign\Vendor\Twig\Node\Expression\NameExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\NameExpression; /** @internal */ class ContextVariable extends NameExpression { diff --git a/composer/twig/twig/src/Node/Expression/Variable/LocalVariable.php b/composer/twig/twig/src/Node/Expression/Variable/LocalVariable.php index b714d1a..88f5e2c 100644 --- a/composer/twig/twig/src/Node/Expression/Variable/LocalVariable.php +++ b/composer/twig/twig/src/Node/Expression/Variable/LocalVariable.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Variable; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Variable; -use OCA\Libresign\Vendor\Twig\Node\Expression\TempNameExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TempNameExpression; /** @internal */ final class LocalVariable extends TempNameExpression { diff --git a/composer/twig/twig/src/Node/Expression/Variable/TemplateVariable.php b/composer/twig/twig/src/Node/Expression/Variable/TemplateVariable.php index 3e4995b..1a290be 100644 --- a/composer/twig/twig/src/Node/Expression/Variable/TemplateVariable.php +++ b/composer/twig/twig/src/Node/Expression/Variable/TemplateVariable.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression\Variable; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression\Variable; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\TempNameExpression; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TempNameExpression; /** @internal */ class TemplateVariable extends TempNameExpression { diff --git a/composer/twig/twig/src/Node/Expression/VariadicExpression.php b/composer/twig/twig/src/Node/Expression/VariadicExpression.php index e8a96f2..ac5b5e6 100644 --- a/composer/twig/twig/src/Node/Expression/VariadicExpression.php +++ b/composer/twig/twig/src/Node/Expression/VariadicExpression.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node\Expression; +namespace OCA\Libresign\3rdparty\Twig\Node\Expression; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Compiler; /** @internal */ class VariadicExpression extends ArrayExpression { diff --git a/composer/twig/twig/src/Node/FlushNode.php b/composer/twig/twig/src/Node/FlushNode.php index 3c93314..dcd7a24 100644 --- a/composer/twig/twig/src/Node/FlushNode.php +++ b/composer/twig/twig/src/Node/FlushNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a flush node. * diff --git a/composer/twig/twig/src/Node/ForElseNode.php b/composer/twig/twig/src/Node/ForElseNode.php index 8f19fad..cf00d01 100644 --- a/composer/twig/twig/src/Node/ForElseNode.php +++ b/composer/twig/twig/src/Node/ForElseNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents an else node in a for loop. * diff --git a/composer/twig/twig/src/Node/ForLoopNode.php b/composer/twig/twig/src/Node/ForLoopNode.php index 26d048e..51e19c1 100644 --- a/composer/twig/twig/src/Node/ForLoopNode.php +++ b/composer/twig/twig/src/Node/ForLoopNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Internal node used by the for node. * diff --git a/composer/twig/twig/src/Node/ForNode.php b/composer/twig/twig/src/Node/ForNode.php index 65fd23c..c9760ad 100644 --- a/composer/twig/twig/src/Node/ForNode.php +++ b/composer/twig/twig/src/Node/ForNode.php @@ -9,12 +9,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; /** * Represents a for node. * diff --git a/composer/twig/twig/src/Node/IfNode.php b/composer/twig/twig/src/Node/IfNode.php index 08ec3fb..296a341 100644 --- a/composer/twig/twig/src/Node/IfNode.php +++ b/composer/twig/twig/src/Node/IfNode.php @@ -9,13 +9,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ReturnPrimitiveTypeInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\Test\TrueTest; -use OCA\Libresign\Vendor\Twig\TwigTest; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ReturnPrimitiveTypeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Test\TrueTest; +use OCA\Libresign\3rdparty\Twig\TwigTest; /** * Represents an if node. * diff --git a/composer/twig/twig/src/Node/ImportNode.php b/composer/twig/twig/src/Node/ImportNode.php index 7214ba3..f8fd1ed 100644 --- a/composer/twig/twig/src/Node/ImportNode.php +++ b/composer/twig/twig/src/Node/ImportNode.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignTemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignTemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; /** * Represents an import node. * diff --git a/composer/twig/twig/src/Node/IncludeNode.php b/composer/twig/twig/src/Node/IncludeNode.php index b81805a..2971ed1 100644 --- a/composer/twig/twig/src/Node/IncludeNode.php +++ b/composer/twig/twig/src/Node/IncludeNode.php @@ -9,11 +9,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * Represents an include node. * diff --git a/composer/twig/twig/src/Node/MacroNode.php b/composer/twig/twig/src/Node/MacroNode.php index bad4efe..b141bed 100644 --- a/composer/twig/twig/src/Node/MacroNode.php +++ b/composer/twig/twig/src/Node/MacroNode.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\LocalVariable; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\LocalVariable; /** * Represents a macro node. * diff --git a/composer/twig/twig/src/Node/ModuleNode.php b/composer/twig/twig/src/Node/ModuleNode.php index 1012198..303224b 100644 --- a/composer/twig/twig/src/Node/ModuleNode.php +++ b/composer/twig/twig/src/Node/ModuleNode.php @@ -9,13 +9,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Source; /** * Represents a module node. * @@ -112,7 +112,7 @@ protected function compileClassHeader(Compiler $compiler) { $compiler->write("\n\n"); if (!$this->getAttribute('index')) { - $compiler->write("use OCA\\Libresign\\Vendor\\Twig\\Environment;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Error\\LoaderError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Error\\RuntimeError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Extension\\CoreExtension;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Extension\\SandboxExtension;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Markup;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedTagError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFilterError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Sandbox\\SecurityNotAllowedFunctionError;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Source;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\Template;\n")->write("use OCA\\Libresign\\Vendor\\Twig\\TemplateWrapper;\n")->write("\n"); + $compiler->write("use OCA\\Libresign\\3rdparty\\Twig\\Environment;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Error\\LoaderError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Error\\RuntimeError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Extension\\CoreExtension;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Extension\\SandboxExtension;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Markup;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedTagError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFilterError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Sandbox\\SecurityNotAllowedFunctionError;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Source;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\Template;\n")->write("use OCA\\Libresign\\3rdparty\\Twig\\TemplateWrapper;\n")->write("\n"); } $compiler->write('/* ' . \str_replace('*/', '* /', $this->getSourceContext()->getName()) . " */\n")->write('class ' . $compiler->getEnvironment()->getTemplateClass($this->getSourceContext()->getName(), $this->getAttribute('index')))->raw(" extends Template\n")->write("{\n")->indent()->write("private Source \$source;\n")->write("/**\n")->write(" * @var array\n")->write(" */\n")->write("private array \$macros = [];\n\n"); } diff --git a/composer/twig/twig/src/Node/NameDeprecation.php b/composer/twig/twig/src/Node/NameDeprecation.php index aba6698..66054fe 100644 --- a/composer/twig/twig/src/Node/NameDeprecation.php +++ b/composer/twig/twig/src/Node/NameDeprecation.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; /** * Represents a deprecation for a named node or attribute on a Node. diff --git a/composer/twig/twig/src/Node/Node.php b/composer/twig/twig/src/Node/Node.php index 8371cfd..8b486db 100644 --- a/composer/twig/twig/src/Node/Node.php +++ b/composer/twig/twig/src/Node/Node.php @@ -9,11 +9,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Source; /** * Represents a node in the AST. * diff --git a/composer/twig/twig/src/Node/NodeCaptureInterface.php b/composer/twig/twig/src/Node/NodeCaptureInterface.php index acb1a9e..da91518 100644 --- a/composer/twig/twig/src/Node/NodeCaptureInterface.php +++ b/composer/twig/twig/src/Node/NodeCaptureInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; /** * Represents a node that captures any nested displayable nodes. diff --git a/composer/twig/twig/src/Node/NodeOutputInterface.php b/composer/twig/twig/src/Node/NodeOutputInterface.php index a1e352d..e7a6899 100644 --- a/composer/twig/twig/src/Node/NodeOutputInterface.php +++ b/composer/twig/twig/src/Node/NodeOutputInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; /** * Represents a displayable node in the AST. diff --git a/composer/twig/twig/src/Node/Nodes.php b/composer/twig/twig/src/Node/Nodes.php index 40f3650..20b6632 100644 --- a/composer/twig/twig/src/Node/Nodes.php +++ b/composer/twig/twig/src/Node/Nodes.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; /** * Represents a list of nodes. * diff --git a/composer/twig/twig/src/Node/PrintNode.php b/composer/twig/twig/src/Node/PrintNode.php index f05e310..7debbd1 100644 --- a/composer/twig/twig/src/Node/PrintNode.php +++ b/composer/twig/twig/src/Node/PrintNode.php @@ -9,11 +9,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; /** * Represents a node that outputs an expression. * diff --git a/composer/twig/twig/src/Node/SandboxNode.php b/composer/twig/twig/src/Node/SandboxNode.php index b51c608..12fbb04 100644 --- a/composer/twig/twig/src/Node/SandboxNode.php +++ b/composer/twig/twig/src/Node/SandboxNode.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a sandbox node. * diff --git a/composer/twig/twig/src/Node/SetNode.php b/composer/twig/twig/src/Node/SetNode.php index 4290129..af1bafa 100644 --- a/composer/twig/twig/src/Node/SetNode.php +++ b/composer/twig/twig/src/Node/SetNode.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; /** * Represents a set node. * diff --git a/composer/twig/twig/src/Node/TextNode.php b/composer/twig/twig/src/Node/TextNode.php index bfdad1c..3e5c199 100644 --- a/composer/twig/twig/src/Node/TextNode.php +++ b/composer/twig/twig/src/Node/TextNode.php @@ -9,10 +9,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Node; +namespace OCA\Libresign\3rdparty\Twig\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; /** * Represents a text node. * diff --git a/composer/twig/twig/src/Node/TypesNode.php b/composer/twig/twig/src/Node/TypesNode.php index 642631e..e764914 100644 --- a/composer/twig/twig/src/Node/TypesNode.php +++ b/composer/twig/twig/src/Node/TypesNode.php @@ -1,9 +1,9 @@ * @@ -104,8 +104,8 @@ private function escapeExpression(AbstractExpression $expression, Environment $e } private function preEscapeFilterNode(FilterExpression $filter, Environment $env) : FilterExpression { - if ($filter->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $type = $filter->getAttribute('\OCA\Libresign\vendor\twig_callable')->getPreEscape(); + if ($filter->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $type = $filter->getAttribute('\OCA\Libresignrdparty\twig_callable')->getPreEscape(); } else { // legacy $name = $filter->getNode('filter', \false)->getAttribute('value'); diff --git a/composer/twig/twig/src/NodeVisitor/NodeVisitorInterface.php b/composer/twig/twig/src/NodeVisitor/NodeVisitorInterface.php index 6c74513..3563aab 100644 --- a/composer/twig/twig/src/NodeVisitor/NodeVisitorInterface.php +++ b/composer/twig/twig/src/NodeVisitor/NodeVisitorInterface.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Interface for node visitor classes. * diff --git a/composer/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php b/composer/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php index 25a83cf..af1e0ae 100644 --- a/composer/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php +++ b/composer/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php @@ -8,21 +8,21 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\BlockReferenceNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\BlockReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ParentExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\ForNode; -use OCA\Libresign\Vendor\Twig\Node\IncludeNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\PrintNode; -use OCA\Libresign\Vendor\Twig\Node\TextNode; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\BlockReferenceNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\BlockReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ParentExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\ForNode; +use OCA\Libresign\3rdparty\Twig\Node\IncludeNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\PrintNode; +use OCA\Libresign\3rdparty\Twig\Node\TextNode; /** * Tries to optimize the AST. * diff --git a/composer/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php b/composer/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php index 3e702db..4d8ef74 100644 --- a/composer/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php +++ b/composer/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php @@ -8,20 +8,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\Expression\BlockReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FilterExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MacroReferenceExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\MethodCallExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\OperatorEscapeInterface; -use OCA\Libresign\Vendor\Twig\Node\Expression\ParentExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\Expression\BlockReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FilterExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MacroReferenceExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\MethodCallExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\OperatorEscapeInterface; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ParentExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * @internal */ @@ -92,8 +92,8 @@ public function leaveNode(Node $node, Environment $env) : ?Node } } elseif ($node instanceof FilterExpression) { // filter expression is safe when the filter is safe - if ($node->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $filter = $node->getAttribute('\OCA\Libresign\vendor\twig_callable'); + if ($node->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $filter = $node->getAttribute('\OCA\Libresignrdparty\twig_callable'); } else { // legacy $filter = $env->getFilter($node->getAttribute('name')); @@ -111,8 +111,8 @@ public function leaveNode(Node $node, Environment $env) : ?Node } } elseif ($node instanceof FunctionExpression) { // function expression is safe when the function is safe - if ($node->hasAttribute('\OCA\Libresign\vendor\twig_callable')) { - $function = $node->getAttribute('\OCA\Libresign\vendor\twig_callable'); + if ($node->hasAttribute('\OCA\Libresignrdparty\twig_callable')) { + $function = $node->getAttribute('\OCA\Libresignrdparty\twig_callable'); } else { // legacy $function = $env->getFunction($node->getAttribute('name')); diff --git a/composer/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php b/composer/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php index 9ae5463..8efe9db 100644 --- a/composer/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php +++ b/composer/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php @@ -8,25 +8,25 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\CheckSecurityCallNode; -use OCA\Libresign\Vendor\Twig\Node\CheckSecurityNode; -use OCA\Libresign\Vendor\Twig\Node\CheckToStringNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\ConcatBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Binary\RangeBinary; -use OCA\Libresign\Vendor\Twig\Node\Expression\FilterExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\GetAttrExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\SpreadUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\ModuleNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Node\PrintNode; -use OCA\Libresign\Vendor\Twig\Node\SetNode; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\CheckSecurityCallNode; +use OCA\Libresign\3rdparty\Twig\Node\CheckSecurityNode; +use OCA\Libresign\3rdparty\Twig\Node\CheckToStringNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\ConcatBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Binary\RangeBinary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FilterExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\GetAttrExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\SpreadUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\ModuleNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Node\PrintNode; +use OCA\Libresign\3rdparty\Twig\Node\SetNode; /** * @author Fabien Potencier * diff --git a/composer/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php b/composer/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php index 009c713..0413270 100644 --- a/composer/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php +++ b/composer/twig/twig/src/NodeVisitor/YieldNotReadyNodeVisitor.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * @internal to be removed in Twig 4 */ diff --git a/composer/twig/twig/src/OperatorPrecedenceChange.php b/composer/twig/twig/src/OperatorPrecedenceChange.php index f0de22b..4fc68a8 100644 --- a/composer/twig/twig/src/OperatorPrecedenceChange.php +++ b/composer/twig/twig/src/OperatorPrecedenceChange.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrecedenceChange; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrecedenceChange; /** * Represents a precedence change. * diff --git a/composer/twig/twig/src/Parser.php b/composer/twig/twig/src/Parser.php index 5855585..e88db4e 100644 --- a/composer/twig/twig/src/Parser.php +++ b/composer/twig/twig/src/Parser.php @@ -9,32 +9,32 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParsers; -use OCA\Libresign\Vendor\Twig\ExpressionParser\ExpressionParserType; -use OCA\Libresign\Vendor\Twig\ExpressionParser\InfixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Prefix\LiteralExpressionParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\PrefixExpressionParserInterface; -use OCA\Libresign\Vendor\Twig\Node\BlockNode; -use OCA\Libresign\Vendor\Twig\Node\BlockReferenceNode; -use OCA\Libresign\Vendor\Twig\Node\BodyNode; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignTemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\TemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\MacroNode; -use OCA\Libresign\Vendor\Twig\Node\ModuleNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\NodeCaptureInterface; -use OCA\Libresign\Vendor\Twig\Node\NodeOutputInterface; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Node\PrintNode; -use OCA\Libresign\Vendor\Twig\Node\TextNode; -use OCA\Libresign\Vendor\Twig\TokenParser\TokenParserInterface; -use OCA\Libresign\Vendor\Twig\Util\ReflectionCallable; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParsers; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\ExpressionParserType; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\InfixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Prefix\LiteralExpressionParser; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\PrefixExpressionParserInterface; +use OCA\Libresign\3rdparty\Twig\Node\BlockNode; +use OCA\Libresign\3rdparty\Twig\Node\BlockReferenceNode; +use OCA\Libresign\3rdparty\Twig\Node\BodyNode; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignTemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\TemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\MacroNode; +use OCA\Libresign\3rdparty\Twig\Node\ModuleNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\NodeCaptureInterface; +use OCA\Libresign\3rdparty\Twig\Node\NodeOutputInterface; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Node\PrintNode; +use OCA\Libresign\3rdparty\Twig\Node\TextNode; +use OCA\Libresign\3rdparty\Twig\TokenParser\TokenParserInterface; +use OCA\Libresign\3rdparty\Twig\Util\ReflectionCallable; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Dumper/BaseDumper.php b/composer/twig/twig/src/Profiler/Dumper/BaseDumper.php index 7f411a5..70c004e 100644 --- a/composer/twig/twig/src/Profiler/Dumper/BaseDumper.php +++ b/composer/twig/twig/src/Profiler/Dumper/BaseDumper.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Dumper; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Dumper; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Dumper/BlackfireDumper.php b/composer/twig/twig/src/Profiler/Dumper/BlackfireDumper.php index a9ebdb1..10b0351 100644 --- a/composer/twig/twig/src/Profiler/Dumper/BlackfireDumper.php +++ b/composer/twig/twig/src/Profiler/Dumper/BlackfireDumper.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Dumper; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Dumper; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Dumper/HtmlDumper.php b/composer/twig/twig/src/Profiler/Dumper/HtmlDumper.php index 54b384e..18b43f0 100644 --- a/composer/twig/twig/src/Profiler/Dumper/HtmlDumper.php +++ b/composer/twig/twig/src/Profiler/Dumper/HtmlDumper.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Dumper; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Dumper; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Dumper/TextDumper.php b/composer/twig/twig/src/Profiler/Dumper/TextDumper.php index 60d46f6..502ac5a 100644 --- a/composer/twig/twig/src/Profiler/Dumper/TextDumper.php +++ b/composer/twig/twig/src/Profiler/Dumper/TextDumper.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Dumper; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Dumper; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Node/EnterProfileNode.php b/composer/twig/twig/src/Profiler/Node/EnterProfileNode.php index f3b160a..6c16c7f 100644 --- a/composer/twig/twig/src/Profiler/Node/EnterProfileNode.php +++ b/composer/twig/twig/src/Profiler/Node/EnterProfileNode.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Node; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents a profile enter node. * diff --git a/composer/twig/twig/src/Profiler/Node/LeaveProfileNode.php b/composer/twig/twig/src/Profiler/Node/LeaveProfileNode.php index 3f2f890..5884dbf 100644 --- a/composer/twig/twig/src/Profiler/Node/LeaveProfileNode.php +++ b/composer/twig/twig/src/Profiler/Node/LeaveProfileNode.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\Node; +namespace OCA\Libresign\3rdparty\Twig\Profiler\Node; -use OCA\Libresign\Vendor\Twig\Attribute\YieldReady; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Attribute\YieldReady; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents a profile leave node. * diff --git a/composer/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php b/composer/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php index 605e6bc..a69c204 100644 --- a/composer/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php +++ b/composer/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php @@ -8,19 +8,19 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler\NodeVisitor; +namespace OCA\Libresign\3rdparty\Twig\Profiler\NodeVisitor; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Node\BlockNode; -use OCA\Libresign\Vendor\Twig\Node\BodyNode; -use OCA\Libresign\Vendor\Twig\Node\MacroNode; -use OCA\Libresign\Vendor\Twig\Node\ModuleNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\NodeVisitor\NodeVisitorInterface; -use OCA\Libresign\Vendor\Twig\Profiler\Node\EnterProfileNode; -use OCA\Libresign\Vendor\Twig\Profiler\Node\LeaveProfileNode; -use OCA\Libresign\Vendor\Twig\Profiler\Profile; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Node\BlockNode; +use OCA\Libresign\3rdparty\Twig\Node\BodyNode; +use OCA\Libresign\3rdparty\Twig\Node\MacroNode; +use OCA\Libresign\3rdparty\Twig\Node\ModuleNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\NodeVisitor\NodeVisitorInterface; +use OCA\Libresign\3rdparty\Twig\Profiler\Node\EnterProfileNode; +use OCA\Libresign\3rdparty\Twig\Profiler\Node\LeaveProfileNode; +use OCA\Libresign\3rdparty\Twig\Profiler\Profile; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Profiler/Profile.php b/composer/twig/twig/src/Profiler/Profile.php index 1e91190..9f9a22f 100644 --- a/composer/twig/twig/src/Profiler/Profile.php +++ b/composer/twig/twig/src/Profiler/Profile.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Profiler; +namespace OCA\Libresign\3rdparty\Twig\Profiler; /** * @author Fabien Potencier diff --git a/composer/twig/twig/src/Resources/core.php b/composer/twig/twig/src/Resources/core.php index 9303856..3ae8b38 100644 --- a/composer/twig/twig/src/Resources/core.php +++ b/composer/twig/twig/src/Resources/core.php @@ -1,6 +1,6 @@ getCharset(), $values, $max); @@ -37,7 +37,7 @@ function \OCA\Libresign\Vendor\twig_random(Environment $env, $values = null, $ma * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) +function \OCA\Libresignrdparty\twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return $env->getExtension(CoreExtension::class)->formatDate($date, $format, $timezone); @@ -47,7 +47,7 @@ function \OCA\Libresign\Vendor\twig_date_format_filter(Environment $env, $date, * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_date_modify_filter(Environment $env, $date, $modifier) +function \OCA\Libresignrdparty\twig_date_modify_filter(Environment $env, $date, $modifier) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return $env->getExtension(CoreExtension::class)->modifyDate($date, $modifier); @@ -57,7 +57,7 @@ function \OCA\Libresign\Vendor\twig_date_modify_filter(Environment $env, $date, * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_sprintf($format, ...$values) +function \OCA\Libresignrdparty\twig_sprintf($format, ...$values) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::sprintf($format, ...$values); @@ -67,7 +67,7 @@ function \OCA\Libresign\Vendor\twig_sprintf($format, ...$values) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_date_converter(Environment $env, $date = null, $timezone = null) +function \OCA\Libresignrdparty\twig_date_converter(Environment $env, $date = null, $timezone = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return $env->getExtension(CoreExtension::class)->convertDate($date, $timezone); @@ -77,7 +77,7 @@ function \OCA\Libresign\Vendor\twig_date_converter(Environment $env, $date = nul * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_replace_filter($str, $from) +function \OCA\Libresignrdparty\twig_replace_filter($str, $from) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::replace($str, $from); @@ -87,7 +87,7 @@ function \OCA\Libresign\Vendor\twig_replace_filter($str, $from) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_round($value, $precision = 0, $method = 'common') +function \OCA\Libresignrdparty\twig_round($value, $precision = 0, $method = 'common') { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::round($value, $precision, $method); @@ -97,7 +97,7 @@ function \OCA\Libresign\Vendor\twig_round($value, $precision = 0, $method = 'com * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null) +function \OCA\Libresignrdparty\twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return $env->getExtension(CoreExtension::class)->formatNumber($number, $decimal, $decimalPoint, $thousandSep); @@ -107,7 +107,7 @@ function \OCA\Libresign\Vendor\twig_number_format_filter(Environment $env, $numb * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_urlencode_filter($url) +function \OCA\Libresignrdparty\twig_urlencode_filter($url) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::urlencode($url); @@ -117,7 +117,7 @@ function \OCA\Libresign\Vendor\twig_urlencode_filter($url) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_merge(...$arrays) +function \OCA\Libresignrdparty\twig_array_merge(...$arrays) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::merge(...$arrays); @@ -127,7 +127,7 @@ function \OCA\Libresign\Vendor\twig_array_merge(...$arrays) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = \false) +function \OCA\Libresignrdparty\twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = \false) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::slice($env->getCharset(), $item, $start, $length, $preserveKeys); @@ -137,7 +137,7 @@ function \OCA\Libresign\Vendor\twig_slice(Environment $env, $item, $start, $leng * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_first(Environment $env, $item) +function \OCA\Libresignrdparty\twig_first(Environment $env, $item) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::first($env->getCharset(), $item); @@ -147,7 +147,7 @@ function \OCA\Libresign\Vendor\twig_first(Environment $env, $item) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_last(Environment $env, $item) +function \OCA\Libresignrdparty\twig_last(Environment $env, $item) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::last($env->getCharset(), $item); @@ -157,7 +157,7 @@ function \OCA\Libresign\Vendor\twig_last(Environment $env, $item) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_join_filter($value, $glue = '', $and = null) +function \OCA\Libresignrdparty\twig_join_filter($value, $glue = '', $and = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::join($value, $glue, $and); @@ -167,7 +167,7 @@ function \OCA\Libresign\Vendor\twig_join_filter($value, $glue = '', $and = null) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_split_filter(Environment $env, $value, $delimiter, $limit = null) +function \OCA\Libresignrdparty\twig_split_filter(Environment $env, $value, $delimiter, $limit = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::split($env->getCharset(), $value, $delimiter, $limit); @@ -177,7 +177,7 @@ function \OCA\Libresign\Vendor\twig_split_filter(Environment $env, $value, $deli * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_get_array_keys_filter($array) +function \OCA\Libresignrdparty\twig_get_array_keys_filter($array) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::keys($array); @@ -187,7 +187,7 @@ function \OCA\Libresign\Vendor\twig_get_array_keys_filter($array) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_reverse_filter(Environment $env, $item, $preserveKeys = \false) +function \OCA\Libresignrdparty\twig_reverse_filter(Environment $env, $item, $preserveKeys = \false) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::reverse($env->getCharset(), $item, $preserveKeys); @@ -197,7 +197,7 @@ function \OCA\Libresign\Vendor\twig_reverse_filter(Environment $env, $item, $pre * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_sort_filter(Environment $env, $array, $arrow = null) +function \OCA\Libresignrdparty\twig_sort_filter(Environment $env, $array, $arrow = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::sort($env, $array, $arrow); @@ -207,7 +207,7 @@ function \OCA\Libresign\Vendor\twig_sort_filter(Environment $env, $array, $arrow * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_matches(string $regexp, ?string $str) +function \OCA\Libresignrdparty\twig_matches(string $regexp, ?string $str) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::matches($regexp, $str); @@ -217,7 +217,7 @@ function \OCA\Libresign\Vendor\twig_matches(string $regexp, ?string $str) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_trim_filter($string, $characterMask = null, $side = 'both') +function \OCA\Libresignrdparty\twig_trim_filter($string, $characterMask = null, $side = 'both') { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::trim($string, $characterMask, $side); @@ -227,7 +227,7 @@ function \OCA\Libresign\Vendor\twig_trim_filter($string, $characterMask = null, * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_nl2br($string) +function \OCA\Libresignrdparty\twig_nl2br($string) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::nl2br($string); @@ -237,7 +237,7 @@ function \OCA\Libresign\Vendor\twig_nl2br($string) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_spaceless($content) +function \OCA\Libresignrdparty\twig_spaceless($content) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::spaceless($content); @@ -247,7 +247,7 @@ function \OCA\Libresign\Vendor\twig_spaceless($content) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_convert_encoding($string, $to, $from) +function \OCA\Libresignrdparty\twig_convert_encoding($string, $to, $from) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::convertEncoding($string, $to, $from); @@ -257,7 +257,7 @@ function \OCA\Libresign\Vendor\twig_convert_encoding($string, $to, $from) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_length_filter(Environment $env, $thing) +function \OCA\Libresignrdparty\twig_length_filter(Environment $env, $thing) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::length($env->getCharset(), $thing); @@ -267,7 +267,7 @@ function \OCA\Libresign\Vendor\twig_length_filter(Environment $env, $thing) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_upper_filter(Environment $env, $string) +function \OCA\Libresignrdparty\twig_upper_filter(Environment $env, $string) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::upper($env->getCharset(), $string); @@ -277,7 +277,7 @@ function \OCA\Libresign\Vendor\twig_upper_filter(Environment $env, $string) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_lower_filter(Environment $env, $string) +function \OCA\Libresignrdparty\twig_lower_filter(Environment $env, $string) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::lower($env->getCharset(), $string); @@ -287,7 +287,7 @@ function \OCA\Libresign\Vendor\twig_lower_filter(Environment $env, $string) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_striptags($string, $allowable_tags = null) +function \OCA\Libresignrdparty\twig_striptags($string, $allowable_tags = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::striptags($string, $allowable_tags); @@ -297,7 +297,7 @@ function \OCA\Libresign\Vendor\twig_striptags($string, $allowable_tags = null) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_title_string_filter(Environment $env, $string) +function \OCA\Libresignrdparty\twig_title_string_filter(Environment $env, $string) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::titleCase($env->getCharset(), $string); @@ -307,7 +307,7 @@ function \OCA\Libresign\Vendor\twig_title_string_filter(Environment $env, $strin * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_capitalize_string_filter(Environment $env, $string) +function \OCA\Libresignrdparty\twig_capitalize_string_filter(Environment $env, $string) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::capitalize($env->getCharset(), $string); @@ -317,7 +317,7 @@ function \OCA\Libresign\Vendor\twig_capitalize_string_filter(Environment $env, $ * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_test_empty($value) +function \OCA\Libresignrdparty\twig_test_empty($value) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::testEmpty($value); @@ -327,7 +327,7 @@ function \OCA\Libresign\Vendor\twig_test_empty($value) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_test_iterable($value) +function \OCA\Libresignrdparty\twig_test_iterable($value) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return \is_iterable($value); @@ -337,7 +337,7 @@ function \OCA\Libresign\Vendor\twig_test_iterable($value) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_include(Environment $env, $context, $template, $variables = [], $withContext = \true, $ignoreMissing = \false, $sandboxed = \false) +function \OCA\Libresignrdparty\twig_include(Environment $env, $context, $template, $variables = [], $withContext = \true, $ignoreMissing = \false, $sandboxed = \false) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::include($env, $context, $template, $variables, $withContext, $ignoreMissing, $sandboxed); @@ -347,7 +347,7 @@ function \OCA\Libresign\Vendor\twig_include(Environment $env, $context, $templat * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_source(Environment $env, $name, $ignoreMissing = \false) +function \OCA\Libresignrdparty\twig_source(Environment $env, $name, $ignoreMissing = \false) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::source($env, $name, $ignoreMissing); @@ -357,7 +357,7 @@ function \OCA\Libresign\Vendor\twig_source(Environment $env, $name, $ignoreMissi * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_constant($constant, $object = null) +function \OCA\Libresignrdparty\twig_constant($constant, $object = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::constant($constant, $object); @@ -367,7 +367,7 @@ function \OCA\Libresign\Vendor\twig_constant($constant, $object = null) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_constant_is_defined($constant, $object = null) +function \OCA\Libresignrdparty\twig_constant_is_defined($constant, $object = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::constant($constant, $object, \true); @@ -377,7 +377,7 @@ function \OCA\Libresign\Vendor\twig_constant_is_defined($constant, $object = nul * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_batch($items, $size, $fill = null, $preserveKeys = \true) +function \OCA\Libresignrdparty\twig_array_batch($items, $size, $fill = null, $preserveKeys = \true) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::batch($items, $size, $fill, $preserveKeys); @@ -387,7 +387,7 @@ function \OCA\Libresign\Vendor\twig_array_batch($items, $size, $fill = null, $pr * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_column($array, $name, $index = null) : array +function \OCA\Libresignrdparty\twig_array_column($array, $name, $index = null) : array { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::column($array, $name, $index); @@ -397,7 +397,7 @@ function \OCA\Libresign\Vendor\twig_array_column($array, $name, $index = null) : * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_filter(Environment $env, $array, $arrow) +function \OCA\Libresignrdparty\twig_array_filter(Environment $env, $array, $arrow) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::filter($env, $array, $arrow); @@ -407,7 +407,7 @@ function \OCA\Libresign\Vendor\twig_array_filter(Environment $env, $array, $arro * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_map(Environment $env, $array, $arrow) +function \OCA\Libresignrdparty\twig_array_map(Environment $env, $array, $arrow) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::map($env, $array, $arrow); @@ -417,7 +417,7 @@ function \OCA\Libresign\Vendor\twig_array_map(Environment $env, $array, $arrow) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_reduce(Environment $env, $array, $arrow, $initial = null) +function \OCA\Libresignrdparty\twig_array_reduce(Environment $env, $array, $arrow, $initial = null) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::reduce($env, $array, $arrow, $initial); @@ -427,7 +427,7 @@ function \OCA\Libresign\Vendor\twig_array_reduce(Environment $env, $array, $arro * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_some(Environment $env, $array, $arrow) +function \OCA\Libresignrdparty\twig_array_some(Environment $env, $array, $arrow) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::arraySome($env, $array, $arrow); @@ -437,7 +437,7 @@ function \OCA\Libresign\Vendor\twig_array_some(Environment $env, $array, $arrow) * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_array_every(Environment $env, $array, $arrow) +function \OCA\Libresignrdparty\twig_array_every(Environment $env, $array, $arrow) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return CoreExtension::arrayEvery($env, $array, $arrow); @@ -447,7 +447,7 @@ function \OCA\Libresign\Vendor\twig_array_every(Environment $env, $array, $arrow * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_check_arrow_in_sandbox(Environment $env, $arrow, $thing, $type) +function \OCA\Libresignrdparty\twig_check_arrow_in_sandbox(Environment $env, $arrow, $thing, $type) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); CoreExtension::checkArrow($env, $arrow, $thing, $type); diff --git a/composer/twig/twig/src/Resources/debug.php b/composer/twig/twig/src/Resources/debug.php index cd23e8b..f7a090f 100644 --- a/composer/twig/twig/src/Resources/debug.php +++ b/composer/twig/twig/src/Resources/debug.php @@ -1,6 +1,6 @@ getRuntime(EscaperRuntime::class)->escape($string, $strategy, $charset, $autoescape); @@ -39,7 +39,7 @@ function \OCA\Libresign\Vendor\twig_escape_filter(Environment $env, $string, $st * * @deprecated since Twig 3.9 */ -function \OCA\Libresign\Vendor\twig_escape_filter_is_safe(Node $filterArgs) +function \OCA\Libresignrdparty\twig_escape_filter_is_safe(Node $filterArgs) { trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__); return EscaperExtension::escapeFilterIsSafe($filterArgs); diff --git a/composer/twig/twig/src/Resources/string_loader.php b/composer/twig/twig/src/Resources/string_loader.php index ea299d0..8b4db42 100644 --- a/composer/twig/twig/src/Resources/string_loader.php +++ b/composer/twig/twig/src/Resources/string_loader.php @@ -1,6 +1,6 @@ assertThat(null, new $constraintClass($class)); } $expected = \trim($match[3], "\n "); diff --git a/composer/twig/twig/src/Test/NodeTestCase.php b/composer/twig/twig/src/Test/NodeTestCase.php index 122a12d..0ad0d81 100644 --- a/composer/twig/twig/src/Test/NodeTestCase.php +++ b/composer/twig/twig/src/Test/NodeTestCase.php @@ -8,15 +8,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Test; +namespace OCA\Libresign\3rdparty\Twig\Test; -use OCA\Libresign\Vendor\PHPUnit\Framework\Attributes\BeforeClass; -use OCA\Libresign\Vendor\PHPUnit\Framework\Attributes\DataProvider; -use OCA\Libresign\Vendor\PHPUnit\Framework\TestCase; -use OCA\Libresign\Vendor\Twig\Compiler; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Loader\ArrayLoader; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\PHPUnit\Framework\Attributes\BeforeClass; +use OCA\Libresign\3rdparty\PHPUnit\Framework\Attributes\DataProvider; +use OCA\Libresign\3rdparty\PHPUnit\Framework\TestCase; +use OCA\Libresign\3rdparty\Twig\Compiler; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Loader\ArrayLoader; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** @internal */ abstract class NodeTestCase extends TestCase { diff --git a/composer/twig/twig/src/Token.php b/composer/twig/twig/src/Token.php index 4f1b403..5e6453f 100644 --- a/composer/twig/twig/src/Token.php +++ b/composer/twig/twig/src/Token.php @@ -9,7 +9,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; /** * @author Fabien Potencier diff --git a/composer/twig/twig/src/TokenParser/AbstractTokenParser.php b/composer/twig/twig/src/TokenParser/AbstractTokenParser.php index a8d8e80..2d58104 100644 --- a/composer/twig/twig/src/TokenParser/AbstractTokenParser.php +++ b/composer/twig/twig/src/TokenParser/AbstractTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Lexer; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Lexer; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * Base class for all token parsers. * diff --git a/composer/twig/twig/src/TokenParser/ApplyTokenParser.php b/composer/twig/twig/src/TokenParser/ApplyTokenParser.php index 90b44fc..f869265 100644 --- a/composer/twig/twig/src/TokenParser/ApplyTokenParser.php +++ b/composer/twig/twig/src/TokenParser/ApplyTokenParser.php @@ -8,15 +8,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\ExpressionParser\Infix\FilterExpressionParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\LocalVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Node\PrintNode; -use OCA\Libresign\Vendor\Twig\Node\SetNode; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\ExpressionParser\Infix\FilterExpressionParser; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\LocalVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Node\PrintNode; +use OCA\Libresign\3rdparty\Twig\Node\SetNode; +use OCA\Libresign\3rdparty\Twig\Token; /** * Applies filters on a section of a template. * diff --git a/composer/twig/twig/src/TokenParser/AutoEscapeTokenParser.php b/composer/twig/twig/src/TokenParser/AutoEscapeTokenParser.php index 5840f0a..ff06142 100644 --- a/composer/twig/twig/src/TokenParser/AutoEscapeTokenParser.php +++ b/composer/twig/twig/src/TokenParser/AutoEscapeTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\AutoEscapeNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\AutoEscapeNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Marks a section of a template to be escaped or not. * diff --git a/composer/twig/twig/src/TokenParser/BlockTokenParser.php b/composer/twig/twig/src/TokenParser/BlockTokenParser.php index a597556..dea7331 100644 --- a/composer/twig/twig/src/TokenParser/BlockTokenParser.php +++ b/composer/twig/twig/src/TokenParser/BlockTokenParser.php @@ -9,16 +9,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\BlockNode; -use OCA\Libresign\Vendor\Twig\Node\BlockReferenceNode; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Node\PrintNode; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\BlockNode; +use OCA\Libresign\3rdparty\Twig\Node\BlockReferenceNode; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Node\PrintNode; +use OCA\Libresign\3rdparty\Twig\Token; /** * Marks a section of a template as being reusable. * diff --git a/composer/twig/twig/src/TokenParser/DeprecatedTokenParser.php b/composer/twig/twig/src/TokenParser/DeprecatedTokenParser.php index 3d76852..9db056e 100644 --- a/composer/twig/twig/src/TokenParser/DeprecatedTokenParser.php +++ b/composer/twig/twig/src/TokenParser/DeprecatedTokenParser.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\DeprecatedNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\DeprecatedNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Deprecates a section of a template. * diff --git a/composer/twig/twig/src/TokenParser/DoTokenParser.php b/composer/twig/twig/src/TokenParser/DoTokenParser.php index 046cb3a..c63481e 100644 --- a/composer/twig/twig/src/TokenParser/DoTokenParser.php +++ b/composer/twig/twig/src/TokenParser/DoTokenParser.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\DoNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\DoNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Evaluates an expression, discarding the returned value. * diff --git a/composer/twig/twig/src/TokenParser/EmbedTokenParser.php b/composer/twig/twig/src/TokenParser/EmbedTokenParser.php index fb9e037..1fb7940 100644 --- a/composer/twig/twig/src/TokenParser/EmbedTokenParser.php +++ b/composer/twig/twig/src/TokenParser/EmbedTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\EmbedNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\ContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\EmbedNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\ContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Embeds a template. * diff --git a/composer/twig/twig/src/TokenParser/ExtendsTokenParser.php b/composer/twig/twig/src/TokenParser/ExtendsTokenParser.php index 87735f5..f122299 100644 --- a/composer/twig/twig/src/TokenParser/ExtendsTokenParser.php +++ b/composer/twig/twig/src/TokenParser/ExtendsTokenParser.php @@ -9,12 +9,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Extends a template by another one. * diff --git a/composer/twig/twig/src/TokenParser/FlushTokenParser.php b/composer/twig/twig/src/TokenParser/FlushTokenParser.php index 39f78ed..c75c76b 100644 --- a/composer/twig/twig/src/TokenParser/FlushTokenParser.php +++ b/composer/twig/twig/src/TokenParser/FlushTokenParser.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\FlushNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\FlushNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Flushes the output to the client. * diff --git a/composer/twig/twig/src/TokenParser/ForTokenParser.php b/composer/twig/twig/src/TokenParser/ForTokenParser.php index 7ca6b29..dab6c56 100644 --- a/composer/twig/twig/src/TokenParser/ForTokenParser.php +++ b/composer/twig/twig/src/TokenParser/ForTokenParser.php @@ -9,13 +9,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\ForElseNode; -use OCA\Libresign\Vendor\Twig\Node\ForNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\ForElseNode; +use OCA\Libresign\3rdparty\Twig\Node\ForNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Loops over each item of a sequence. * diff --git a/composer/twig/twig/src/TokenParser/FromTokenParser.php b/composer/twig/twig/src/TokenParser/FromTokenParser.php index 280f5b2..f8c7fdc 100644 --- a/composer/twig/twig/src/TokenParser/FromTokenParser.php +++ b/composer/twig/twig/src/TokenParser/FromTokenParser.php @@ -8,14 +8,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignContextVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignTemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\TemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\ImportNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignContextVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignTemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\TemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\ImportNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Imports macros. * diff --git a/composer/twig/twig/src/TokenParser/GuardTokenParser.php b/composer/twig/twig/src/TokenParser/GuardTokenParser.php index 97f3801..2064080 100644 --- a/composer/twig/twig/src/TokenParser/GuardTokenParser.php +++ b/composer/twig/twig/src/TokenParser/GuardTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Token; /** * @internal */ diff --git a/composer/twig/twig/src/TokenParser/IfTokenParser.php b/composer/twig/twig/src/TokenParser/IfTokenParser.php index a67316d..c73a0b7 100644 --- a/composer/twig/twig/src/TokenParser/IfTokenParser.php +++ b/composer/twig/twig/src/TokenParser/IfTokenParser.php @@ -9,13 +9,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\IfNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\IfNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Token; /** * Tests a condition. * diff --git a/composer/twig/twig/src/TokenParser/ImportTokenParser.php b/composer/twig/twig/src/TokenParser/ImportTokenParser.php index 747f37a..c25bc31 100644 --- a/composer/twig/twig/src/TokenParser/ImportTokenParser.php +++ b/composer/twig/twig/src/TokenParser/ImportTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\AssignTemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\TemplateVariable; -use OCA\Libresign\Vendor\Twig\Node\ImportNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\AssignTemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\TemplateVariable; +use OCA\Libresign\3rdparty\Twig\Node\ImportNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Imports macros. * diff --git a/composer/twig/twig/src/TokenParser/IncludeTokenParser.php b/composer/twig/twig/src/TokenParser/IncludeTokenParser.php index f4c3d80..31806ce 100644 --- a/composer/twig/twig/src/TokenParser/IncludeTokenParser.php +++ b/composer/twig/twig/src/TokenParser/IncludeTokenParser.php @@ -9,12 +9,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\Expression\AbstractExpression; -use OCA\Libresign\Vendor\Twig\Node\IncludeNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Expression\AbstractExpression; +use OCA\Libresign\3rdparty\Twig\Node\IncludeNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Includes a template. * diff --git a/composer/twig/twig/src/TokenParser/MacroTokenParser.php b/composer/twig/twig/src/TokenParser/MacroTokenParser.php index 1619033..ce9db79 100644 --- a/composer/twig/twig/src/TokenParser/MacroTokenParser.php +++ b/composer/twig/twig/src/TokenParser/MacroTokenParser.php @@ -8,19 +8,19 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\BodyNode; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\NegUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Unary\PosUnary; -use OCA\Libresign\Vendor\Twig\Node\Expression\Variable\LocalVariable; -use OCA\Libresign\Vendor\Twig\Node\MacroNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\BodyNode; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\NegUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Unary\PosUnary; +use OCA\Libresign\3rdparty\Twig\Node\Expression\Variable\LocalVariable; +use OCA\Libresign\3rdparty\Twig\Node\MacroNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Token; /** * Defines a macro. * diff --git a/composer/twig/twig/src/TokenParser/SandboxTokenParser.php b/composer/twig/twig/src/TokenParser/SandboxTokenParser.php index a33bf8b..f8e0033 100644 --- a/composer/twig/twig/src/TokenParser/SandboxTokenParser.php +++ b/composer/twig/twig/src/TokenParser/SandboxTokenParser.php @@ -8,14 +8,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\IncludeNode; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\SandboxNode; -use OCA\Libresign\Vendor\Twig\Node\TextNode; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\IncludeNode; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\SandboxNode; +use OCA\Libresign\3rdparty\Twig\Node\TextNode; +use OCA\Libresign\3rdparty\Twig\Token; /** * Marks a section of a template as untrusted code that must be evaluated in the sandbox mode. * diff --git a/composer/twig/twig/src/TokenParser/SetTokenParser.php b/composer/twig/twig/src/TokenParser/SetTokenParser.php index f78704a..2a08056 100644 --- a/composer/twig/twig/src/TokenParser/SetTokenParser.php +++ b/composer/twig/twig/src/TokenParser/SetTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Node\SetNode; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Node\SetNode; +use OCA\Libresign\3rdparty\Twig\Token; /** * Defines a variable. * diff --git a/composer/twig/twig/src/TokenParser/TokenParserInterface.php b/composer/twig/twig/src/TokenParser/TokenParserInterface.php index fbb82c9..133d718 100644 --- a/composer/twig/twig/src/TokenParser/TokenParserInterface.php +++ b/composer/twig/twig/src/TokenParser/TokenParserInterface.php @@ -8,12 +8,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Parser; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Parser; +use OCA\Libresign\3rdparty\Twig\Token; /** * Interface implemented by token parsers. * diff --git a/composer/twig/twig/src/TokenParser/TypesTokenParser.php b/composer/twig/twig/src/TokenParser/TypesTokenParser.php index 4c393e8..e0d93fc 100644 --- a/composer/twig/twig/src/TokenParser/TypesTokenParser.php +++ b/composer/twig/twig/src/TokenParser/TypesTokenParser.php @@ -8,13 +8,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\TypesNode; -use OCA\Libresign\Vendor\Twig\Token; -use OCA\Libresign\Vendor\Twig\TokenStream; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\TypesNode; +use OCA\Libresign\3rdparty\Twig\Token; +use OCA\Libresign\3rdparty\Twig\TokenStream; /** * Declare variable types. * diff --git a/composer/twig/twig/src/TokenParser/UseTokenParser.php b/composer/twig/twig/src/TokenParser/UseTokenParser.php index f8a6652..b2a8ac1 100644 --- a/composer/twig/twig/src/TokenParser/UseTokenParser.php +++ b/composer/twig/twig/src/TokenParser/UseTokenParser.php @@ -8,14 +8,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\EmptyNode; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\Nodes; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\EmptyNode; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Nodes; +use OCA\Libresign\3rdparty\Twig\Token; /** * Imports blocks defined in another template into the current template. * diff --git a/composer/twig/twig/src/TokenParser/WithTokenParser.php b/composer/twig/twig/src/TokenParser/WithTokenParser.php index eaa16a8..72f5dd7 100644 --- a/composer/twig/twig/src/TokenParser/WithTokenParser.php +++ b/composer/twig/twig/src/TokenParser/WithTokenParser.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\TokenParser; +namespace OCA\Libresign\3rdparty\Twig\TokenParser; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\Node\WithNode; -use OCA\Libresign\Vendor\Twig\Token; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\WithNode; +use OCA\Libresign\3rdparty\Twig\Token; /** * Creates a nested scope. * diff --git a/composer/twig/twig/src/TokenStream.php b/composer/twig/twig/src/TokenStream.php index c8cc92b..9e02c0f 100644 --- a/composer/twig/twig/src/TokenStream.php +++ b/composer/twig/twig/src/TokenStream.php @@ -9,9 +9,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; /** * Represents a token stream. * diff --git a/composer/twig/twig/src/TwigCallableInterface.php b/composer/twig/twig/src/TwigCallableInterface.php index 8b76e46..3b209a1 100644 --- a/composer/twig/twig/src/TwigCallableInterface.php +++ b/composer/twig/twig/src/TwigCallableInterface.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; /** * @author Fabien Potencier diff --git a/composer/twig/twig/src/TwigFilter.php b/composer/twig/twig/src/TwigFilter.php index c28c7b4..e418c55 100644 --- a/composer/twig/twig/src/TwigFilter.php +++ b/composer/twig/twig/src/TwigFilter.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Node\Expression\FilterExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FilterExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents a template filter. * diff --git a/composer/twig/twig/src/TwigFunction.php b/composer/twig/twig/src/TwigFunction.php index 0452ab0..3175749 100644 --- a/composer/twig/twig/src/TwigFunction.php +++ b/composer/twig/twig/src/TwigFunction.php @@ -8,10 +8,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Node\Expression\FunctionExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\Node\Expression\FunctionExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; /** * Represents a template function. * diff --git a/composer/twig/twig/src/TwigTest.php b/composer/twig/twig/src/TwigTest.php index 1aa0402..577070a 100644 --- a/composer/twig/twig/src/TwigTest.php +++ b/composer/twig/twig/src/TwigTest.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig; +namespace OCA\Libresign\3rdparty\Twig; -use OCA\Libresign\Vendor\Twig\Node\Expression\TestExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\TestExpression; /** * Represents a template test. * diff --git a/composer/twig/twig/src/Util/CallableArgumentsExtractor.php b/composer/twig/twig/src/Util/CallableArgumentsExtractor.php index 00cd7b9..1743f5f 100644 --- a/composer/twig/twig/src/Util/CallableArgumentsExtractor.php +++ b/composer/twig/twig/src/Util/CallableArgumentsExtractor.php @@ -8,14 +8,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Util; +namespace OCA\Libresign\3rdparty\Twig\Util; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Node\Expression\ArrayExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\ConstantExpression; -use OCA\Libresign\Vendor\Twig\Node\Expression\VariadicExpression; -use OCA\Libresign\Vendor\Twig\Node\Node; -use OCA\Libresign\Vendor\Twig\TwigCallableInterface; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ArrayExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\ConstantExpression; +use OCA\Libresign\3rdparty\Twig\Node\Expression\VariadicExpression; +use OCA\Libresign\3rdparty\Twig\Node\Node; +use OCA\Libresign\3rdparty\Twig\TwigCallableInterface; /** * @author Fabien Potencier * @@ -143,7 +143,7 @@ private function normalizeName(string $name) : string } private function toSnakeCase(string $name) : string { - return \strtolower(\preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z0-9])([A-Z])/'], 'OCA\\Libresign\\Vendor\\1_\\2', $name)); + return \strtolower(\preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z0-9])([A-Z])/'], 'OCA\\Libresign\\3rdparty\\1_\\2', $name)); } private function getCallableParameters() : array { diff --git a/composer/twig/twig/src/Util/DeprecationCollector.php b/composer/twig/twig/src/Util/DeprecationCollector.php index d28375d..603b741 100644 --- a/composer/twig/twig/src/Util/DeprecationCollector.php +++ b/composer/twig/twig/src/Util/DeprecationCollector.php @@ -8,11 +8,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Util; +namespace OCA\Libresign\3rdparty\Twig\Util; -use OCA\Libresign\Vendor\Twig\Environment; -use OCA\Libresign\Vendor\Twig\Error\SyntaxError; -use OCA\Libresign\Vendor\Twig\Source; +use OCA\Libresign\3rdparty\Twig\Environment; +use OCA\Libresign\3rdparty\Twig\Error\SyntaxError; +use OCA\Libresign\3rdparty\Twig\Source; /** * @author Fabien Potencier * @internal diff --git a/composer/twig/twig/src/Util/ReflectionCallable.php b/composer/twig/twig/src/Util/ReflectionCallable.php index 78020aa..91943c1 100644 --- a/composer/twig/twig/src/Util/ReflectionCallable.php +++ b/composer/twig/twig/src/Util/ReflectionCallable.php @@ -8,9 +8,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Util; +namespace OCA\Libresign\3rdparty\Twig\Util; -use OCA\Libresign\Vendor\Twig\TwigCallableInterface; +use OCA\Libresign\3rdparty\Twig\TwigCallableInterface; /** * @author Fabien Potencier * diff --git a/composer/twig/twig/src/Util/TemplateDirIterator.php b/composer/twig/twig/src/Util/TemplateDirIterator.php index aded1b8..dbad82b 100644 --- a/composer/twig/twig/src/Util/TemplateDirIterator.php +++ b/composer/twig/twig/src/Util/TemplateDirIterator.php @@ -8,7 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace OCA\Libresign\Vendor\Twig\Util; +namespace OCA\Libresign\3rdparty\Twig\Util; /** * @author Fabien Potencier diff --git a/composer/wobeto/email-blur/Wobeto/EmailBlur/Blur.php b/composer/wobeto/email-blur/Wobeto/EmailBlur/Blur.php index fdd63bf..dfa5508 100644 --- a/composer/wobeto/email-blur/Wobeto/EmailBlur/Blur.php +++ b/composer/wobeto/email-blur/Wobeto/EmailBlur/Blur.php @@ -1,6 +1,6 @@ 'OCA\\Libresign\\Vendor', + 'prefix' => 'OCA\\Libresign\\3rdparty', 'output-dir' => 'composer', 'finders' => [ Finder::create()->files() @@ -36,13 +36,13 @@ static function (string $filePath, string $prefix, string $content): string { if (strpos($filePath, 'twig/twig') !== false || preg_match('/\\.php$/', $filePath) ) { - $content = preg_replace("/([^'\"])(_?twig_[a-z_0-9]+)\\(/", '${1}\\OCA\\Libresign\\Vendor\\\${2}(', $content); + $content = preg_replace("/([^'\"])(_?twig_[a-z_0-9]+)\\(/", '${1}\\OCA\\Libresign\\3rdparty\\\${2}(', $content); - $content = preg_replace("/'(_?twig_[a-z_0-9]+)([('])/", '\'\\OCA\\Libresign\\vendor\\\${1}${2}', $content); - $content = preg_replace('/"(_?twig_[a-z_0-9]+)([("])/', '"\\\\\\OCA\\\\\\Libresign\\\\\\Vendor\\\\\\\${1}${2}', $content); + $content = preg_replace("/'(_?twig_[a-z_0-9]+)([('])/", '\'\\OCA\\Libresign\\3rdparty\\\${1}${2}', $content); + $content = preg_replace('/"(_?twig_[a-z_0-9]+)([("])/', '"\\\\\\OCA\\\\\\Libresign\\\\\\3rdparty\\\\\\\${1}${2}', $content); - $content = preg_replace("/([^\\\\])(_?twig_[a-z_0-9]+)\(\"/", '${1}\\\\\\OCA\\\\\\Libresign\\\\\\Vendor\\\\\\\${2}("', $content); - $content = preg_replace("/([^\\\\])(_?twig_[a-z_0-9]+)\('/", '${1}\\OCA\\Libresign\\Vendor\\\${2}(\'', $content); + $content = preg_replace("/([^\\\\])(_?twig_[a-z_0-9]+)\(\"/", '${1}\\\\\\OCA\\\\\\Libresign\\\\\\3rdparty\\\\\\\${2}("', $content); + $content = preg_replace("/([^\\\\])(_?twig_[a-z_0-9]+)\('/", '${1}\\OCA\\Libresign\\3rdparty\\\${2}(\'', $content); } return $content;