From 7e0153ea0f66cfbce6ad6e464881020f1544c726 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 25 Mar 2023 22:32:11 +0000 Subject: [PATCH] perm change --- Elastic/Elasticsearch/Client.php | 0 Elastic/Elasticsearch/ClientBuilder.php | 0 Elastic/Elasticsearch/ClientInterface.php | 0 .../Elasticsearch/Endpoints/AbstractEndpoint.php | 0 Elastic/Elasticsearch/Endpoints/AsyncSearch.php | 0 Elastic/Elasticsearch/Endpoints/Autoscaling.php | 0 Elastic/Elasticsearch/Endpoints/Cat.php | 0 Elastic/Elasticsearch/Endpoints/Ccr.php | 0 Elastic/Elasticsearch/Endpoints/Cluster.php | 0 Elastic/Elasticsearch/Endpoints/DanglingIndices.php | 0 Elastic/Elasticsearch/Endpoints/Enrich.php | 0 Elastic/Elasticsearch/Endpoints/Eql.php | 0 Elastic/Elasticsearch/Endpoints/Features.php | 0 Elastic/Elasticsearch/Endpoints/Fleet.php | 0 Elastic/Elasticsearch/Endpoints/Graph.php | 0 Elastic/Elasticsearch/Endpoints/Ilm.php | 0 Elastic/Elasticsearch/Endpoints/Indices.php | 0 Elastic/Elasticsearch/Endpoints/Ingest.php | 0 Elastic/Elasticsearch/Endpoints/License.php | 0 Elastic/Elasticsearch/Endpoints/Logstash.php | 0 Elastic/Elasticsearch/Endpoints/Migration.php | 0 Elastic/Elasticsearch/Endpoints/Ml.php | 0 Elastic/Elasticsearch/Endpoints/Monitoring.php | 0 Elastic/Elasticsearch/Endpoints/Nodes.php | 0 Elastic/Elasticsearch/Endpoints/Rollup.php | 0 .../Elasticsearch/Endpoints/SearchableSnapshots.php | 0 Elastic/Elasticsearch/Endpoints/Security.php | 0 Elastic/Elasticsearch/Endpoints/Shutdown.php | 0 Elastic/Elasticsearch/Endpoints/Slm.php | 0 Elastic/Elasticsearch/Endpoints/Snapshot.php | 0 Elastic/Elasticsearch/Endpoints/Sql.php | 0 Elastic/Elasticsearch/Endpoints/Ssl.php | 0 Elastic/Elasticsearch/Endpoints/Tasks.php | 0 Elastic/Elasticsearch/Endpoints/TextStructure.php | 0 Elastic/Elasticsearch/Endpoints/Transform.php | 0 Elastic/Elasticsearch/Endpoints/Watcher.php | 0 Elastic/Elasticsearch/Endpoints/Xpack.php | 0 .../Exception/ArrayAccessException.php | 0 .../Exception/AuthenticationException.php | 0 .../Exception/ClientResponseException.php | 0 Elastic/Elasticsearch/Exception/ConfigException.php | 0 .../Exception/ContentTypeException.php | 0 .../Exception/ElasticsearchException.php | 0 .../Elasticsearch/Exception/HttpClientException.php | 0 .../Exception/InvalidArgumentException.php | 0 .../Exception/MissingParameterException.php | 0 .../Exception/ProductCheckException.php | 0 .../Exception/ServerResponseException.php | 0 Elastic/Elasticsearch/LICENSE | 0 Elastic/Elasticsearch/Response/Elasticsearch.php | 0 .../Response/ElasticsearchInterface.php | 0 .../Elasticsearch/Traits/ClientEndpointsTrait.php | 0 Elastic/Elasticsearch/Traits/EndpointTrait.php | 0 .../Elasticsearch/Traits/MessageResponseTrait.php | 0 Elastic/Elasticsearch/Traits/NamespaceTrait.php | 0 Elastic/Elasticsearch/Traits/ProductCheckTrait.php | 0 Elastic/Elasticsearch/Traits/ResponseTrait.php | 0 .../Transport/Adapter/AdapterInterface.php | 0 .../Transport/Adapter/AdapterOptions.php | 0 Elastic/Elasticsearch/Transport/Adapter/Guzzle.php | 0 Elastic/Elasticsearch/Transport/Adapter/Symfony.php | 0 Elastic/Elasticsearch/Transport/AsyncOnSuccess.php | 0 .../Transport/AsyncOnSuccessNoException.php | 0 Elastic/Elasticsearch/Transport/RequestOptions.php | 0 Elastic/Transport/Async/OnFailureDefault.php | 0 Elastic/Transport/Async/OnFailureInterface.php | 0 Elastic/Transport/Async/OnSuccessDefault.php | 0 Elastic/Transport/Async/OnSuccessInterface.php | 0 .../Transport/Exception/CloudIdParseException.php | 0 .../Exception/InvalidArgumentException.php | 0 .../Transport/Exception/InvalidArrayException.php | 0 .../Exception/InvalidIterableException.php | 0 .../Transport/Exception/InvalidJsonException.php | 0 Elastic/Transport/Exception/InvalidXmlException.php | 0 .../Transport/Exception/NoAsyncClientException.php | 0 .../Exception/NoNodeAvailableException.php | 0 Elastic/Transport/Exception/NotFoundException.php | 0 Elastic/Transport/Exception/RuntimeException.php | 0 Elastic/Transport/Exception/SerializeException.php | 0 Elastic/Transport/Exception/TransportException.php | 0 .../Exception/UndefinedPropertyException.php | 0 .../Exception/UnknownContentTypeException.php | 0 Elastic/Transport/LICENSE | 0 Elastic/Transport/NodePool/Node.php | 0 Elastic/Transport/NodePool/NodePoolInterface.php | 0 .../NodePool/Resurrect/ElasticsearchResurrect.php | 0 .../Transport/NodePool/Resurrect/NoResurrect.php | 0 .../NodePool/Resurrect/ResurrectInterface.php | 0 Elastic/Transport/NodePool/Selector/RoundRobin.php | 0 .../NodePool/Selector/SelectorInterface.php | 0 .../Transport/NodePool/Selector/SelectorTrait.php | 0 Elastic/Transport/NodePool/SimpleNodePool.php | 0 Elastic/Transport/Serializer/CsvSerializer.php | 0 Elastic/Transport/Serializer/JsonSerializer.php | 0 Elastic/Transport/Serializer/NDJsonSerializer.php | 0 .../Transport/Serializer/SerializerInterface.php | 0 Elastic/Transport/Serializer/TextSerializer.php | 0 Elastic/Transport/Serializer/Utility.php | 0 Elastic/Transport/Serializer/XmlSerializer.php | 0 Elastic/Transport/Transport.php | 0 Elastic/Transport/TransportBuilder.php | 0 Http/Discovery/ClassDiscovery.php | 0 Http/Discovery/Exception.php | 0 .../Exception/ClassInstantiationFailedException.php | 0 .../Exception/DiscoveryFailedException.php | 0 .../Exception/NoCandidateFoundException.php | 0 Http/Discovery/Exception/NotFoundException.php | 0 .../Exception/PuliUnavailableException.php | 0 .../Exception/StrategyUnavailableException.php | 0 Http/Discovery/HttpAsyncClientDiscovery.php | 0 Http/Discovery/HttpClientDiscovery.php | 0 Http/Discovery/LICENSE | 0 Http/Discovery/MessageFactoryDiscovery.php | 0 Http/Discovery/NotFoundException.php | 0 Http/Discovery/Psr17FactoryDiscovery.php | 0 Http/Discovery/Psr18ClientDiscovery.php | 0 Http/Discovery/Strategy/CommonClassesStrategy.php | 0 .../Strategy/CommonPsr17ClassesStrategy.php | 0 Http/Discovery/Strategy/DiscoveryStrategy.php | 0 Http/Discovery/Strategy/MockClientStrategy.php | 0 Http/Discovery/Strategy/PuliBetaStrategy.php | 0 Http/Discovery/StreamFactoryDiscovery.php | 0 Http/Discovery/UriFactoryDiscovery.php | 0 Http/Httplug/Exception.php | 0 Http/Httplug/Exception/HttpException.php | 0 Http/Httplug/Exception/NetworkException.php | 0 Http/Httplug/Exception/RequestAwareTrait.php | 0 Http/Httplug/Exception/RequestException.php | 0 Http/Httplug/Exception/TransferException.php | 0 Http/Httplug/HttpAsyncClient.php | 0 Http/Httplug/HttpClient.php | 0 Http/Httplug/LICENSE | 0 Http/Httplug/Promise/HttpFulfilledPromise.php | 0 Http/Httplug/Promise/HttpRejectedPromise.php | 0 Http/Message/LICENSE | 0 Http/Message/MessageFactory.php | 0 Http/Message/RequestFactory.php | 0 Http/Message/ResponseFactory.php | 0 Http/Message/StreamFactory.php | 0 Http/Message/UriFactory.php | 0 Laminas/Escaper/Escaper.php | 0 Laminas/Escaper/Exception/ExceptionInterface.php | 0 .../Escaper/Exception/InvalidArgumentException.php | 0 Laminas/Escaper/Exception/RuntimeException.php | 0 Laminas/Escaper/LICENSE.md | 0 MyCLabs/Enum/Enum.php | 0 MyCLabs/LICENSE | 0 PhpOffice/Common/Adapter/Zip/PclZipAdapter.php | 0 PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php | 0 PhpOffice/Common/Adapter/Zip/ZipInterface.php | 0 PhpOffice/Common/Autoloader.php | 0 PhpOffice/Common/Drawing.php | 0 PhpOffice/Common/File.php | 0 PhpOffice/Common/Font.php | 0 PhpOffice/Common/Microsoft/OLERead.php | 0 PhpOffice/Common/Microsoft/PasswordEncoder.php | 0 PhpOffice/Common/Text.php | 0 PhpOffice/Common/XMLReader.php | 0 PhpOffice/Common/XMLWriter.php | 0 PhpOffice/PhpPresentation/AbstractShape.php | 0 PhpOffice/PhpPresentation/Autoloader.php | 0 PhpOffice/PhpPresentation/ComparableInterface.php | 0 PhpOffice/PhpPresentation/DocumentLayout.php | 0 PhpOffice/PhpPresentation/DocumentProperties.php | 0 .../Exception/DirectoryNotFoundException.php | 0 .../Exception/FeatureNotImplementedException.php | 0 .../PhpPresentation/Exception/FileCopyException.php | 0 .../Exception/FileNotFoundException.php | 0 .../Exception/FileRemoveException.php | 0 .../Exception/InvalidClassException.php | 0 .../Exception/InvalidFileFormatException.php | 0 .../Exception/InvalidParameterException.php | 0 .../Exception/OutOfBoundsException.php | 0 .../Exception/PhpPresentationException.php | 0 .../ShapeContainerAlreadyAssignedException.php | 0 .../Exception/UnauthorizedMimetypeException.php | 0 .../Exception/UndefinedChartTypeException.php | 0 PhpOffice/PhpPresentation/GeometryCalculator.php | 0 PhpOffice/PhpPresentation/HashTable.php | 0 PhpOffice/PhpPresentation/IOFactory.php | 0 PhpOffice/PhpPresentation/PhpPresentation.php | 0 .../PhpPresentation/PresentationProperties.php | 0 PhpOffice/PhpPresentation/Reader/ODPresentation.php | 0 PhpOffice/PhpPresentation/Reader/PowerPoint2007.php | 0 PhpOffice/PhpPresentation/Reader/PowerPoint97.php | 0 .../PhpPresentation/Reader/ReaderInterface.php | 0 PhpOffice/PhpPresentation/Reader/Serialized.php | 0 PhpOffice/PhpPresentation/Shape/AbstractGraphic.php | 0 PhpOffice/PhpPresentation/Shape/AutoShape.php | 0 PhpOffice/PhpPresentation/Shape/Chart.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Axis.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Legend.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Marker.php | 0 PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Series.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Title.php | 0 .../Shape/Chart/Type/AbstractType.php | 0 .../Shape/Chart/Type/AbstractTypeBar.php | 0 .../Shape/Chart/Type/AbstractTypeLine.php | 0 .../Shape/Chart/Type/AbstractTypePie.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php | 0 .../PhpPresentation/Shape/Chart/Type/Bar3D.php | 0 .../PhpPresentation/Shape/Chart/Type/Doughnut.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php | 0 PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php | 0 .../PhpPresentation/Shape/Chart/Type/Pie3D.php | 0 .../PhpPresentation/Shape/Chart/Type/Radar.php | 0 .../PhpPresentation/Shape/Chart/Type/Scatter.php | 0 PhpOffice/PhpPresentation/Shape/Chart/View3D.php | 0 PhpOffice/PhpPresentation/Shape/Comment.php | 0 PhpOffice/PhpPresentation/Shape/Comment/Author.php | 0 .../Shape/Drawing/AbstractDrawingAdapter.php | 0 PhpOffice/PhpPresentation/Shape/Drawing/Base64.php | 0 PhpOffice/PhpPresentation/Shape/Drawing/File.php | 0 PhpOffice/PhpPresentation/Shape/Drawing/Gd.php | 0 PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php | 0 PhpOffice/PhpPresentation/Shape/Group.php | 0 PhpOffice/PhpPresentation/Shape/Hyperlink.php | 0 PhpOffice/PhpPresentation/Shape/Line.php | 0 PhpOffice/PhpPresentation/Shape/Media.php | 0 PhpOffice/PhpPresentation/Shape/Placeholder.php | 0 PhpOffice/PhpPresentation/Shape/RichText.php | 0 .../PhpPresentation/Shape/RichText/BreakElement.php | 0 .../PhpPresentation/Shape/RichText/Paragraph.php | 0 PhpOffice/PhpPresentation/Shape/RichText/Run.php | 0 .../PhpPresentation/Shape/RichText/TextElement.php | 0 .../Shape/RichText/TextElementInterface.php | 0 PhpOffice/PhpPresentation/Shape/Table.php | 0 PhpOffice/PhpPresentation/Shape/Table/Cell.php | 0 PhpOffice/PhpPresentation/Shape/Table/Row.php | 0 .../PhpPresentation/ShapeContainerInterface.php | 0 PhpOffice/PhpPresentation/Slide.php | 0 .../PhpPresentation/Slide/AbstractBackground.php | 0 PhpOffice/PhpPresentation/Slide/AbstractSlide.php | 0 PhpOffice/PhpPresentation/Slide/Animation.php | 0 .../PhpPresentation/Slide/Background/Color.php | 0 .../PhpPresentation/Slide/Background/Image.php | 0 .../Slide/Background/SchemeColor.php | 0 PhpOffice/PhpPresentation/Slide/Iterator.php | 0 PhpOffice/PhpPresentation/Slide/Layout.php | 0 PhpOffice/PhpPresentation/Slide/Note.php | 0 PhpOffice/PhpPresentation/Slide/SlideLayout.php | 0 PhpOffice/PhpPresentation/Slide/SlideMaster.php | 0 PhpOffice/PhpPresentation/Slide/Transition.php | 0 PhpOffice/PhpPresentation/Style/Alignment.php | 0 PhpOffice/PhpPresentation/Style/Border.php | 0 PhpOffice/PhpPresentation/Style/Borders.php | 0 PhpOffice/PhpPresentation/Style/Bullet.php | 0 PhpOffice/PhpPresentation/Style/Color.php | 0 PhpOffice/PhpPresentation/Style/ColorMap.php | 0 PhpOffice/PhpPresentation/Style/Fill.php | 0 PhpOffice/PhpPresentation/Style/Font.php | 0 PhpOffice/PhpPresentation/Style/Outline.php | 0 PhpOffice/PhpPresentation/Style/SchemeColor.php | 0 PhpOffice/PhpPresentation/Style/Shadow.php | 0 PhpOffice/PhpPresentation/Style/TextStyle.php | 0 .../Writer/AbstractDecoratorWriter.php | 0 PhpOffice/PhpPresentation/Writer/AbstractWriter.php | 0 PhpOffice/PhpPresentation/Writer/ODPresentation.php | 0 .../ODPresentation/AbstractDecoratorWriter.php | 0 .../Writer/ODPresentation/Content.php | 0 .../PhpPresentation/Writer/ODPresentation/Meta.php | 0 .../Writer/ODPresentation/MetaInfManifest.php | 0 .../Writer/ODPresentation/Mimetype.php | 0 .../Writer/ODPresentation/ObjectsChart.php | 0 .../Writer/ODPresentation/Pictures.php | 0 .../Writer/ODPresentation/Styles.php | 0 .../Writer/ODPresentation/ThumbnailsThumbnail.php | 0 PhpOffice/PhpPresentation/Writer/PowerPoint2007.php | 0 .../PowerPoint2007/AbstractDecoratorWriter.php | 0 .../Writer/PowerPoint2007/AbstractSlide.php | 0 .../Writer/PowerPoint2007/CommentAuthors.php | 0 .../Writer/PowerPoint2007/ContentTypes.php | 0 .../Writer/PowerPoint2007/DocPropsApp.php | 0 .../Writer/PowerPoint2007/DocPropsCore.php | 0 .../Writer/PowerPoint2007/DocPropsCustom.php | 0 .../Writer/PowerPoint2007/DocPropsThumbnail.php | 0 .../Writer/PowerPoint2007/PptCharts.php | 0 .../Writer/PowerPoint2007/PptComments.php | 0 .../Writer/PowerPoint2007/PptMedia.php | 0 .../Writer/PowerPoint2007/PptPresProps.php | 0 .../Writer/PowerPoint2007/PptPresentation.php | 0 .../Writer/PowerPoint2007/PptSlideLayouts.php | 0 .../Writer/PowerPoint2007/PptSlideMasters.php | 0 .../Writer/PowerPoint2007/PptSlides.php | 0 .../Writer/PowerPoint2007/PptTableProps.php | 0 .../Writer/PowerPoint2007/PptTheme.php | 0 .../Writer/PowerPoint2007/PptViewProps.php | 0 .../Writer/PowerPoint2007/Relationships.php | 0 PhpOffice/PhpPresentation/Writer/Serialized.php | 0 .../PhpPresentation/Writer/WriterInterface.php | 0 .../PhpSpreadsheet/Calculation/ArrayEnabled.php | 0 .../PhpSpreadsheet/Calculation/BinaryComparison.php | 0 .../PhpSpreadsheet/Calculation/Calculation.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Category.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Database.php | 0 .../Calculation/Database/DAverage.php | 0 .../PhpSpreadsheet/Calculation/Database/DCount.php | 0 .../PhpSpreadsheet/Calculation/Database/DCountA.php | 0 .../PhpSpreadsheet/Calculation/Database/DGet.php | 0 .../PhpSpreadsheet/Calculation/Database/DMax.php | 0 .../PhpSpreadsheet/Calculation/Database/DMin.php | 0 .../Calculation/Database/DProduct.php | 0 .../PhpSpreadsheet/Calculation/Database/DStDev.php | 0 .../PhpSpreadsheet/Calculation/Database/DStDevP.php | 0 .../PhpSpreadsheet/Calculation/Database/DSum.php | 0 .../PhpSpreadsheet/Calculation/Database/DVar.php | 0 .../PhpSpreadsheet/Calculation/Database/DVarP.php | 0 .../Calculation/Database/DatabaseAbstract.php | 0 PhpOffice/PhpSpreadsheet/Calculation/DateTime.php | 0 .../Calculation/DateTimeExcel/Constants.php | 0 .../Calculation/DateTimeExcel/Current.php | 0 .../Calculation/DateTimeExcel/Date.php | 0 .../Calculation/DateTimeExcel/DateParts.php | 0 .../Calculation/DateTimeExcel/DateValue.php | 0 .../Calculation/DateTimeExcel/Days.php | 0 .../Calculation/DateTimeExcel/Days360.php | 0 .../Calculation/DateTimeExcel/Difference.php | 0 .../Calculation/DateTimeExcel/Helpers.php | 0 .../Calculation/DateTimeExcel/Month.php | 0 .../Calculation/DateTimeExcel/NetworkDays.php | 0 .../Calculation/DateTimeExcel/Time.php | 0 .../Calculation/DateTimeExcel/TimeParts.php | 0 .../Calculation/DateTimeExcel/TimeValue.php | 0 .../Calculation/DateTimeExcel/Week.php | 0 .../Calculation/DateTimeExcel/WorkDay.php | 0 .../Calculation/DateTimeExcel/YearFrac.php | 0 .../Calculation/Engine/ArrayArgumentHelper.php | 0 .../Calculation/Engine/ArrayArgumentProcessor.php | 0 .../Calculation/Engine/BranchPruner.php | 0 .../Calculation/Engine/CyclicReferenceStack.php | 0 .../Calculation/Engine/FormattedNumber.php | 0 .../PhpSpreadsheet/Calculation/Engine/Logger.php | 0 .../Calculation/Engine/Operands/Operand.php | 0 .../Engine/Operands/StructuredReference.php | 0 .../PhpSpreadsheet/Calculation/Engineering.php | 0 .../Calculation/Engineering/BesselI.php | 0 .../Calculation/Engineering/BesselJ.php | 0 .../Calculation/Engineering/BesselK.php | 0 .../Calculation/Engineering/BesselY.php | 0 .../Calculation/Engineering/BitWise.php | 0 .../Calculation/Engineering/Compare.php | 0 .../Calculation/Engineering/Complex.php | 0 .../Calculation/Engineering/ComplexFunctions.php | 0 .../Calculation/Engineering/ComplexOperations.php | 0 .../Calculation/Engineering/Constants.php | 0 .../Calculation/Engineering/ConvertBase.php | 0 .../Calculation/Engineering/ConvertBinary.php | 0 .../Calculation/Engineering/ConvertDecimal.php | 0 .../Calculation/Engineering/ConvertHex.php | 0 .../Calculation/Engineering/ConvertOctal.php | 0 .../Calculation/Engineering/ConvertUOM.php | 0 .../Engineering/EngineeringValidations.php | 0 .../PhpSpreadsheet/Calculation/Engineering/Erf.php | 0 .../PhpSpreadsheet/Calculation/Engineering/ErfC.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Exception.php | 0 .../PhpSpreadsheet/Calculation/ExceptionHandler.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Financial.php | 0 .../Calculation/Financial/Amortization.php | 0 .../Financial/CashFlow/CashFlowValidations.php | 0 .../Financial/CashFlow/Constant/Periodic.php | 0 .../CashFlow/Constant/Periodic/Cumulative.php | 0 .../CashFlow/Constant/Periodic/Interest.php | 0 .../Constant/Periodic/InterestAndPrincipal.php | 0 .../CashFlow/Constant/Periodic/Payments.php | 0 .../Calculation/Financial/CashFlow/Single.php | 0 .../Financial/CashFlow/Variable/NonPeriodic.php | 0 .../Financial/CashFlow/Variable/Periodic.php | 0 .../Calculation/Financial/Constants.php | 0 .../Calculation/Financial/Coupons.php | 0 .../Calculation/Financial/Depreciation.php | 0 .../PhpSpreadsheet/Calculation/Financial/Dollar.php | 0 .../Calculation/Financial/FinancialValidations.php | 0 .../Calculation/Financial/Helpers.php | 0 .../Calculation/Financial/InterestRate.php | 0 .../Financial/Securities/AccruedInterest.php | 0 .../Calculation/Financial/Securities/Price.php | 0 .../Calculation/Financial/Securities/Rates.php | 0 .../Financial/Securities/SecurityValidations.php | 0 .../Calculation/Financial/Securities/Yields.php | 0 .../Calculation/Financial/TreasuryBill.php | 0 .../PhpSpreadsheet/Calculation/FormulaParser.php | 0 .../PhpSpreadsheet/Calculation/FormulaToken.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Functions.php | 0 .../Calculation/Information/ErrorValue.php | 0 .../Calculation/Information/ExcelError.php | 0 .../Calculation/Information/Value.php | 0 .../Calculation/Internal/MakeMatrix.php | 0 .../Calculation/Internal/WildcardMatch.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Logical.php | 0 .../PhpSpreadsheet/Calculation/Logical/Boolean.php | 0 .../Calculation/Logical/Conditional.php | 0 .../Calculation/Logical/Operations.php | 0 PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php | 0 .../Calculation/LookupRef/Address.php | 0 .../Calculation/LookupRef/ExcelMatch.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Filter.php | 0 .../Calculation/LookupRef/Formula.php | 0 .../Calculation/LookupRef/HLookup.php | 0 .../Calculation/LookupRef/Helpers.php | 0 .../Calculation/LookupRef/Hyperlink.php | 0 .../Calculation/LookupRef/Indirect.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Lookup.php | 0 .../Calculation/LookupRef/LookupBase.php | 0 .../Calculation/LookupRef/LookupRefValidations.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Matrix.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Offset.php | 0 .../Calculation/LookupRef/RowColumnInformation.php | 0 .../Calculation/LookupRef/Selection.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Sort.php | 0 .../PhpSpreadsheet/Calculation/LookupRef/Unique.php | 0 .../Calculation/LookupRef/VLookup.php | 0 PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php | 0 .../Calculation/MathTrig/Absolute.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Angle.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Arabic.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Base.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Ceiling.php | 0 .../Calculation/MathTrig/Combinations.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Exp.php | 0 .../Calculation/MathTrig/Factorial.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Floor.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Gcd.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Helpers.php | 0 .../Calculation/MathTrig/IntClass.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Lcm.php | 0 .../Calculation/MathTrig/Logarithms.php | 0 .../Calculation/MathTrig/MatrixFunctions.php | 0 .../Calculation/MathTrig/Operations.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Random.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Roman.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Round.php | 0 .../Calculation/MathTrig/SeriesSum.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Sign.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Sqrt.php | 0 .../Calculation/MathTrig/Subtotal.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Sum.php | 0 .../Calculation/MathTrig/SumSquares.php | 0 .../Calculation/MathTrig/Trig/Cosecant.php | 0 .../Calculation/MathTrig/Trig/Cosine.php | 0 .../Calculation/MathTrig/Trig/Cotangent.php | 0 .../Calculation/MathTrig/Trig/Secant.php | 0 .../Calculation/MathTrig/Trig/Sine.php | 0 .../Calculation/MathTrig/Trig/Tangent.php | 0 .../PhpSpreadsheet/Calculation/MathTrig/Trunc.php | 0 .../PhpSpreadsheet/Calculation/Statistical.php | 0 .../Calculation/Statistical/AggregateBase.php | 0 .../Calculation/Statistical/Averages.php | 0 .../Calculation/Statistical/Averages/Mean.php | 0 .../Calculation/Statistical/Conditional.php | 0 .../Calculation/Statistical/Confidence.php | 0 .../Calculation/Statistical/Counts.php | 0 .../Calculation/Statistical/Deviations.php | 0 .../Calculation/Statistical/Distributions/Beta.php | 0 .../Statistical/Distributions/Binomial.php | 0 .../Statistical/Distributions/ChiSquared.php | 0 .../Distributions/DistributionValidations.php | 0 .../Statistical/Distributions/Exponential.php | 0 .../Calculation/Statistical/Distributions/F.php | 0 .../Statistical/Distributions/Fisher.php | 0 .../Calculation/Statistical/Distributions/Gamma.php | 0 .../Statistical/Distributions/GammaBase.php | 0 .../Statistical/Distributions/HyperGeometric.php | 0 .../Statistical/Distributions/LogNormal.php | 0 .../Statistical/Distributions/NewtonRaphson.php | 0 .../Statistical/Distributions/Normal.php | 0 .../Statistical/Distributions/Poisson.php | 0 .../Statistical/Distributions/StandardNormal.php | 0 .../Statistical/Distributions/StudentT.php | 0 .../Statistical/Distributions/Weibull.php | 0 .../Calculation/Statistical/MaxMinBase.php | 0 .../Calculation/Statistical/Maximum.php | 0 .../Calculation/Statistical/Minimum.php | 0 .../Calculation/Statistical/Percentiles.php | 0 .../Calculation/Statistical/Permutations.php | 0 .../PhpSpreadsheet/Calculation/Statistical/Size.php | 0 .../Calculation/Statistical/StandardDeviations.php | 0 .../Calculation/Statistical/Standardize.php | 0 .../Statistical/StatisticalValidations.php | 0 .../Calculation/Statistical/Trends.php | 0 .../Calculation/Statistical/VarianceBase.php | 0 .../Calculation/Statistical/Variances.php | 0 PhpOffice/PhpSpreadsheet/Calculation/TextData.php | 0 .../Calculation/TextData/CaseConvert.php | 0 .../Calculation/TextData/CharacterConvert.php | 0 .../Calculation/TextData/Concatenate.php | 0 .../PhpSpreadsheet/Calculation/TextData/Extract.php | 0 .../PhpSpreadsheet/Calculation/TextData/Format.php | 0 .../PhpSpreadsheet/Calculation/TextData/Helpers.php | 0 .../PhpSpreadsheet/Calculation/TextData/Replace.php | 0 .../PhpSpreadsheet/Calculation/TextData/Search.php | 0 .../PhpSpreadsheet/Calculation/TextData/Text.php | 0 .../PhpSpreadsheet/Calculation/TextData/Trim.php | 0 .../PhpSpreadsheet/Calculation/Token/Stack.php | 0 PhpOffice/PhpSpreadsheet/Calculation/Web.php | 0 .../PhpSpreadsheet/Calculation/Web/Service.php | 0 .../Calculation/locale/Translations.xlsx | Bin .../PhpSpreadsheet/Calculation/locale/bg/config | 0 .../PhpSpreadsheet/Calculation/locale/bg/functions | 0 .../PhpSpreadsheet/Calculation/locale/cs/config | 0 .../PhpSpreadsheet/Calculation/locale/cs/functions | 0 .../PhpSpreadsheet/Calculation/locale/da/config | 0 .../PhpSpreadsheet/Calculation/locale/da/functions | 0 .../PhpSpreadsheet/Calculation/locale/de/config | 0 .../PhpSpreadsheet/Calculation/locale/de/functions | 0 .../PhpSpreadsheet/Calculation/locale/en/uk/config | 0 .../PhpSpreadsheet/Calculation/locale/es/config | 0 .../PhpSpreadsheet/Calculation/locale/es/functions | 0 .../PhpSpreadsheet/Calculation/locale/fi/config | 0 .../PhpSpreadsheet/Calculation/locale/fi/functions | 0 .../PhpSpreadsheet/Calculation/locale/fr/config | 0 .../PhpSpreadsheet/Calculation/locale/fr/functions | 0 .../PhpSpreadsheet/Calculation/locale/hu/config | 0 .../PhpSpreadsheet/Calculation/locale/hu/functions | 0 .../PhpSpreadsheet/Calculation/locale/it/config | 0 .../PhpSpreadsheet/Calculation/locale/it/functions | 0 .../PhpSpreadsheet/Calculation/locale/nb/config | 0 .../PhpSpreadsheet/Calculation/locale/nb/functions | 0 .../PhpSpreadsheet/Calculation/locale/nl/config | 0 .../PhpSpreadsheet/Calculation/locale/nl/functions | 0 .../PhpSpreadsheet/Calculation/locale/pl/config | 0 .../PhpSpreadsheet/Calculation/locale/pl/functions | 0 .../PhpSpreadsheet/Calculation/locale/pt/br/config | 0 .../Calculation/locale/pt/br/functions | 0 .../PhpSpreadsheet/Calculation/locale/pt/config | 0 .../PhpSpreadsheet/Calculation/locale/pt/functions | 0 .../PhpSpreadsheet/Calculation/locale/ru/config | 0 .../PhpSpreadsheet/Calculation/locale/ru/functions | 0 .../PhpSpreadsheet/Calculation/locale/sv/config | 0 .../PhpSpreadsheet/Calculation/locale/sv/functions | 0 .../PhpSpreadsheet/Calculation/locale/tr/config | 0 .../PhpSpreadsheet/Calculation/locale/tr/functions | 0 PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php | 0 PhpOffice/PhpSpreadsheet/Cell/AddressRange.php | 0 .../PhpSpreadsheet/Cell/AdvancedValueBinder.php | 0 PhpOffice/PhpSpreadsheet/Cell/Cell.php | 0 PhpOffice/PhpSpreadsheet/Cell/CellAddress.php | 0 PhpOffice/PhpSpreadsheet/Cell/CellRange.php | 0 PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php | 0 PhpOffice/PhpSpreadsheet/Cell/Coordinate.php | 0 PhpOffice/PhpSpreadsheet/Cell/DataType.php | 0 PhpOffice/PhpSpreadsheet/Cell/DataValidation.php | 0 PhpOffice/PhpSpreadsheet/Cell/DataValidator.php | 0 .../PhpSpreadsheet/Cell/DefaultValueBinder.php | 0 PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php | 0 PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php | 0 PhpOffice/PhpSpreadsheet/Cell/RowRange.php | 0 PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php | 0 PhpOffice/PhpSpreadsheet/CellReferenceHelper.php | 0 PhpOffice/PhpSpreadsheet/Chart/Axis.php | 0 PhpOffice/PhpSpreadsheet/Chart/Chart.php | 0 PhpOffice/PhpSpreadsheet/Chart/ChartColor.php | 0 PhpOffice/PhpSpreadsheet/Chart/DataSeries.php | 0 PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php | 0 PhpOffice/PhpSpreadsheet/Chart/Exception.php | 0 PhpOffice/PhpSpreadsheet/Chart/GridLines.php | 0 PhpOffice/PhpSpreadsheet/Chart/Layout.php | 0 PhpOffice/PhpSpreadsheet/Chart/Legend.php | 0 PhpOffice/PhpSpreadsheet/Chart/PlotArea.php | 0 PhpOffice/PhpSpreadsheet/Chart/Properties.php | 0 .../PhpSpreadsheet/Chart/Renderer/IRenderer.php | 0 PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php | 0 .../Chart/Renderer/JpGraphRendererBase.php | 0 .../Chart/Renderer/MtJpGraphRenderer.php | 0 .../Chart/Renderer/PHP Charting Libraries.txt | 0 PhpOffice/PhpSpreadsheet/Chart/Title.php | 0 PhpOffice/PhpSpreadsheet/Chart/TrendLine.php | 0 PhpOffice/PhpSpreadsheet/Collection/Cells.php | 0 .../PhpSpreadsheet/Collection/CellsFactory.php | 0 .../Collection/Memory/SimpleCache1.php | 0 .../Collection/Memory/SimpleCache3.php | 0 PhpOffice/PhpSpreadsheet/Comment.php | 0 PhpOffice/PhpSpreadsheet/DefinedName.php | 0 PhpOffice/PhpSpreadsheet/Document/Properties.php | 0 PhpOffice/PhpSpreadsheet/Document/Security.php | 0 PhpOffice/PhpSpreadsheet/Exception.php | 0 PhpOffice/PhpSpreadsheet/HashTable.php | 0 PhpOffice/PhpSpreadsheet/Helper/Dimension.php | 0 PhpOffice/PhpSpreadsheet/Helper/Html.php | 0 PhpOffice/PhpSpreadsheet/Helper/Sample.php | 0 PhpOffice/PhpSpreadsheet/Helper/Size.php | 0 PhpOffice/PhpSpreadsheet/Helper/TextGrid.php | 0 PhpOffice/PhpSpreadsheet/IComparable.php | 0 PhpOffice/PhpSpreadsheet/IOFactory.php | 0 PhpOffice/PhpSpreadsheet/NamedFormula.php | 0 PhpOffice/PhpSpreadsheet/NamedRange.php | 0 PhpOffice/PhpSpreadsheet/Reader/BaseReader.php | 0 PhpOffice/PhpSpreadsheet/Reader/Csv.php | 0 PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php | 0 .../PhpSpreadsheet/Reader/DefaultReadFilter.php | 0 PhpOffice/PhpSpreadsheet/Reader/Exception.php | 0 PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php | 0 .../PhpSpreadsheet/Reader/Gnumeric/PageSetup.php | 0 .../PhpSpreadsheet/Reader/Gnumeric/Properties.php | 0 PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php | 0 PhpOffice/PhpSpreadsheet/Reader/Html.php | 0 PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php | 0 PhpOffice/PhpSpreadsheet/Reader/IReader.php | 0 PhpOffice/PhpSpreadsheet/Reader/Ods.php | 0 PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php | 0 PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php | 0 .../PhpSpreadsheet/Reader/Ods/DefinedNames.php | 0 .../PhpSpreadsheet/Reader/Ods/FormulaTranslator.php | 0 .../PhpSpreadsheet/Reader/Ods/PageSettings.php | 0 PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php | 0 .../PhpSpreadsheet/Reader/Security/XmlScanner.php | 0 PhpOffice/PhpSpreadsheet/Reader/Slk.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php | 0 .../PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php | 0 .../Reader/Xls/ConditionalFormatting.php | 0 .../Reader/Xls/DataValidationHelper.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php | 0 .../PhpSpreadsheet/Reader/Xls/Style/Border.php | 0 .../Reader/Xls/Style/CellAlignment.php | 0 .../PhpSpreadsheet/Reader/Xls/Style/CellFont.php | 0 .../PhpSpreadsheet/Reader/Xls/Style/FillPattern.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php | 0 .../PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php | 0 .../Reader/Xlsx/ColumnAndRowAttributes.php | 0 .../Reader/Xlsx/ConditionalStyles.php | 0 .../PhpSpreadsheet/Reader/Xlsx/DataValidations.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php | 0 .../PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php | 0 .../PhpSpreadsheet/Reader/Xlsx/TableReader.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php | 0 .../PhpSpreadsheet/Reader/Xlsx/WorkbookView.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xml.php | 0 .../PhpSpreadsheet/Reader/Xml/PageSettings.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php | 0 .../PhpSpreadsheet/Reader/Xml/Style/Alignment.php | 0 .../PhpSpreadsheet/Reader/Xml/Style/Border.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php | 0 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php | 0 .../Reader/Xml/Style/NumberFormat.php | 0 .../PhpSpreadsheet/Reader/Xml/Style/StyleBase.php | 0 PhpOffice/PhpSpreadsheet/ReferenceHelper.php | 0 PhpOffice/PhpSpreadsheet/RichText/ITextElement.php | 0 PhpOffice/PhpSpreadsheet/RichText/RichText.php | 0 PhpOffice/PhpSpreadsheet/RichText/Run.php | 0 PhpOffice/PhpSpreadsheet/RichText/TextElement.php | 0 PhpOffice/PhpSpreadsheet/Settings.php | 0 PhpOffice/PhpSpreadsheet/Shared/CodePage.php | 0 PhpOffice/PhpSpreadsheet/Shared/Date.php | 0 PhpOffice/PhpSpreadsheet/Shared/Drawing.php | 0 PhpOffice/PhpSpreadsheet/Shared/Escher.php | 0 .../PhpSpreadsheet/Shared/Escher/DgContainer.php | 0 .../Shared/Escher/DgContainer/SpgrContainer.php | 0 .../DgContainer/SpgrContainer/SpContainer.php | 0 .../PhpSpreadsheet/Shared/Escher/DggContainer.php | 0 .../Shared/Escher/DggContainer/BstoreContainer.php | 0 .../Escher/DggContainer/BstoreContainer/BSE.php | 0 .../DggContainer/BstoreContainer/BSE/Blip.php | 0 PhpOffice/PhpSpreadsheet/Shared/File.php | 0 PhpOffice/PhpSpreadsheet/Shared/Font.php | 0 PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php | 0 PhpOffice/PhpSpreadsheet/Shared/OLE.php | 0 .../Shared/OLE/ChainedBlockStream.php | 0 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php | 0 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php | 0 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php | 0 PhpOffice/PhpSpreadsheet/Shared/OLERead.php | 0 PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php | 0 PhpOffice/PhpSpreadsheet/Shared/StringHelper.php | 0 PhpOffice/PhpSpreadsheet/Shared/TimeZone.php | 0 PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php | 0 .../Shared/Trend/ExponentialBestFit.php | 0 .../PhpSpreadsheet/Shared/Trend/LinearBestFit.php | 0 .../Shared/Trend/LogarithmicBestFit.php | 0 .../Shared/Trend/PolynomialBestFit.php | 0 .../PhpSpreadsheet/Shared/Trend/PowerBestFit.php | 0 PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php | 0 PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php | 0 PhpOffice/PhpSpreadsheet/Shared/Xls.php | 0 PhpOffice/PhpSpreadsheet/Spreadsheet.php | 0 PhpOffice/PhpSpreadsheet/Style/Alignment.php | 0 PhpOffice/PhpSpreadsheet/Style/Border.php | 0 PhpOffice/PhpSpreadsheet/Style/Borders.php | 0 PhpOffice/PhpSpreadsheet/Style/Color.php | 0 PhpOffice/PhpSpreadsheet/Style/Conditional.php | 0 .../Style/ConditionalFormatting/CellMatcher.php | 0 .../ConditionalFormatting/CellStyleAssessor.php | 0 .../ConditionalFormatting/ConditionalDataBar.php | 0 .../ConditionalDataBarExtension.php | 0 .../ConditionalFormatValueObject.php | 0 .../ConditionalFormattingRuleExtension.php | 0 .../Style/ConditionalFormatting/StyleMerger.php | 0 .../Style/ConditionalFormatting/Wizard.php | 0 .../Style/ConditionalFormatting/Wizard/Blanks.php | 0 .../ConditionalFormatting/Wizard/CellValue.php | 0 .../ConditionalFormatting/Wizard/DateValue.php | 0 .../ConditionalFormatting/Wizard/Duplicates.php | 0 .../Style/ConditionalFormatting/Wizard/Errors.php | 0 .../ConditionalFormatting/Wizard/Expression.php | 0 .../ConditionalFormatting/Wizard/TextValue.php | 0 .../ConditionalFormatting/Wizard/WizardAbstract.php | 0 .../Wizard/WizardInterface.php | 0 PhpOffice/PhpSpreadsheet/Style/Fill.php | 0 PhpOffice/PhpSpreadsheet/Style/Font.php | 0 PhpOffice/PhpSpreadsheet/Style/NumberFormat.php | 0 .../Style/NumberFormat/BaseFormatter.php | 0 .../Style/NumberFormat/DateFormatter.php | 0 .../PhpSpreadsheet/Style/NumberFormat/Formatter.php | 0 .../Style/NumberFormat/FractionFormatter.php | 0 .../Style/NumberFormat/NumberFormatter.php | 0 .../Style/NumberFormat/PercentageFormatter.php | 0 PhpOffice/PhpSpreadsheet/Style/Protection.php | 0 PhpOffice/PhpSpreadsheet/Style/Style.php | 0 PhpOffice/PhpSpreadsheet/Style/Supervisor.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php | 0 .../PhpSpreadsheet/Worksheet/AutoFilter/Column.php | 0 .../Worksheet/AutoFilter/Column/Rule.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Column.php | 0 .../PhpSpreadsheet/Worksheet/ColumnCellIterator.php | 0 .../PhpSpreadsheet/Worksheet/ColumnDimension.php | 0 .../PhpSpreadsheet/Worksheet/ColumnIterator.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php | 0 .../PhpSpreadsheet/Worksheet/Drawing/Shadow.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php | 0 .../Worksheet/HeaderFooterDrawing.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php | 0 .../PhpSpreadsheet/Worksheet/MemoryDrawing.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Protection.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Row.php | 0 .../PhpSpreadsheet/Worksheet/RowCellIterator.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Table.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php | 0 .../PhpSpreadsheet/Worksheet/Table/TableStyle.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Validations.php | 0 PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php | 0 PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php | 0 PhpOffice/PhpSpreadsheet/Writer/Csv.php | 0 PhpOffice/PhpSpreadsheet/Writer/Exception.php | 0 PhpOffice/PhpSpreadsheet/Writer/Html.php | 0 PhpOffice/PhpSpreadsheet/Writer/IWriter.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php | 0 .../PhpSpreadsheet/Writer/Ods/Cell/Comment.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php | 0 .../PhpSpreadsheet/Writer/Ods/NamedExpressions.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php | 0 PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php | 0 PhpOffice/PhpSpreadsheet/Writer/Pdf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php | 0 .../Writer/Xls/CellDataValidation.php | 0 .../PhpSpreadsheet/Writer/Xls/ConditionalHelper.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php | 0 .../Writer/Xls/Style/CellAlignment.php | 0 .../PhpSpreadsheet/Writer/Xls/Style/CellBorder.php | 0 .../PhpSpreadsheet/Writer/Xls/Style/CellFill.php | 0 .../PhpSpreadsheet/Writer/Xls/Style/ColorMap.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php | 0 .../PhpSpreadsheet/Writer/Xlsx/ContentTypes.php | 0 .../PhpSpreadsheet/Writer/Xlsx/DefinedNames.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php | 0 .../PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php | 0 .../PhpSpreadsheet/Writer/Xlsx/StringTable.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php | 0 PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php | 0 PhpOffice/PhpWord/Collection/AbstractCollection.php | 0 PhpOffice/PhpWord/Collection/Bookmarks.php | 0 PhpOffice/PhpWord/Collection/Charts.php | 0 PhpOffice/PhpWord/Collection/Comments.php | 0 PhpOffice/PhpWord/Collection/Endnotes.php | 0 PhpOffice/PhpWord/Collection/Footnotes.php | 0 PhpOffice/PhpWord/Collection/Titles.php | 0 .../PhpWord/ComplexType/FootnoteProperties.php | 0 PhpOffice/PhpWord/ComplexType/ProofState.php | 0 PhpOffice/PhpWord/ComplexType/TblWidth.php | 0 PhpOffice/PhpWord/ComplexType/TrackChangesView.php | 0 PhpOffice/PhpWord/Element/AbstractContainer.php | 0 PhpOffice/PhpWord/Element/AbstractElement.php | 0 PhpOffice/PhpWord/Element/Bookmark.php | 0 PhpOffice/PhpWord/Element/Cell.php | 0 PhpOffice/PhpWord/Element/Chart.php | 0 PhpOffice/PhpWord/Element/CheckBox.php | 0 PhpOffice/PhpWord/Element/Comment.php | 0 PhpOffice/PhpWord/Element/Endnote.php | 0 PhpOffice/PhpWord/Element/Field.php | 0 PhpOffice/PhpWord/Element/Footer.php | 0 PhpOffice/PhpWord/Element/Footnote.php | 0 PhpOffice/PhpWord/Element/FormField.php | 0 PhpOffice/PhpWord/Element/Header.php | 0 PhpOffice/PhpWord/Element/Image.php | 0 PhpOffice/PhpWord/Element/Line.php | 0 PhpOffice/PhpWord/Element/Link.php | 0 PhpOffice/PhpWord/Element/ListItem.php | 0 PhpOffice/PhpWord/Element/ListItemRun.php | 0 PhpOffice/PhpWord/Element/OLEObject.php | 0 PhpOffice/PhpWord/Element/PageBreak.php | 0 PhpOffice/PhpWord/Element/PreserveText.php | 0 PhpOffice/PhpWord/Element/Row.php | 0 PhpOffice/PhpWord/Element/SDT.php | 0 PhpOffice/PhpWord/Element/Section.php | 0 PhpOffice/PhpWord/Element/Shape.php | 0 PhpOffice/PhpWord/Element/TOC.php | 0 PhpOffice/PhpWord/Element/Table.php | 0 PhpOffice/PhpWord/Element/Text.php | 0 PhpOffice/PhpWord/Element/TextBox.php | 0 PhpOffice/PhpWord/Element/TextBreak.php | 0 PhpOffice/PhpWord/Element/TextRun.php | 0 PhpOffice/PhpWord/Element/Title.php | 0 PhpOffice/PhpWord/Element/TrackChange.php | 0 PhpOffice/PhpWord/Escaper/AbstractEscaper.php | 0 PhpOffice/PhpWord/Escaper/EscaperInterface.php | 0 PhpOffice/PhpWord/Escaper/RegExp.php | 0 PhpOffice/PhpWord/Escaper/Rtf.php | 0 PhpOffice/PhpWord/Escaper/Xml.php | 0 PhpOffice/PhpWord/Exception/CopyFileException.php | 0 .../Exception/CreateTemporaryFileException.php | 0 PhpOffice/PhpWord/Exception/Exception.php | 0 .../PhpWord/Exception/InvalidImageException.php | 0 .../PhpWord/Exception/InvalidObjectException.php | 0 .../PhpWord/Exception/InvalidStyleException.php | 0 .../Exception/UnsupportedImageTypeException.php | 0 PhpOffice/PhpWord/IOFactory.php | 0 PhpOffice/PhpWord/Media.php | 0 PhpOffice/PhpWord/Metadata/Compatibility.php | 0 PhpOffice/PhpWord/Metadata/DocInfo.php | 0 PhpOffice/PhpWord/Metadata/Protection.php | 0 PhpOffice/PhpWord/Metadata/Settings.php | 0 PhpOffice/PhpWord/PhpWord.php | 0 PhpOffice/PhpWord/Reader/AbstractReader.php | 0 PhpOffice/PhpWord/Reader/HTML.php | 0 PhpOffice/PhpWord/Reader/MsDoc.php | 0 PhpOffice/PhpWord/Reader/ODText.php | 0 PhpOffice/PhpWord/Reader/ODText/AbstractPart.php | 0 PhpOffice/PhpWord/Reader/ODText/Content.php | 0 PhpOffice/PhpWord/Reader/ODText/Meta.php | 0 PhpOffice/PhpWord/Reader/RTF.php | 0 PhpOffice/PhpWord/Reader/RTF/Document.php | 0 PhpOffice/PhpWord/Reader/ReaderInterface.php | 0 PhpOffice/PhpWord/Reader/Word2007.php | 0 PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php | 0 PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php | 0 PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php | 0 .../PhpWord/Reader/Word2007/DocPropsCustom.php | 0 PhpOffice/PhpWord/Reader/Word2007/Document.php | 0 PhpOffice/PhpWord/Reader/Word2007/Endnotes.php | 0 PhpOffice/PhpWord/Reader/Word2007/Footnotes.php | 0 PhpOffice/PhpWord/Reader/Word2007/Numbering.php | 0 PhpOffice/PhpWord/Reader/Word2007/Settings.php | 0 PhpOffice/PhpWord/Reader/Word2007/Styles.php | 0 PhpOffice/PhpWord/Settings.php | 0 PhpOffice/PhpWord/Shared/AbstractEnum.php | 0 PhpOffice/PhpWord/Shared/Converter.php | 0 PhpOffice/PhpWord/Shared/Css.php | 0 PhpOffice/PhpWord/Shared/Drawing.php | 0 PhpOffice/PhpWord/Shared/Html.php | 0 .../PhpWord/Shared/Microsoft/PasswordEncoder.php | 0 PhpOffice/PhpWord/Shared/OLERead.php | 0 PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php | 0 PhpOffice/PhpWord/Shared/Text.php | 0 PhpOffice/PhpWord/Shared/XMLReader.php | 0 PhpOffice/PhpWord/Shared/XMLWriter.php | 0 PhpOffice/PhpWord/Shared/ZipArchive.php | 0 PhpOffice/PhpWord/SimpleType/Border.php | 0 PhpOffice/PhpWord/SimpleType/DocProtect.php | 0 PhpOffice/PhpWord/SimpleType/Jc.php | 0 PhpOffice/PhpWord/SimpleType/JcTable.php | 0 PhpOffice/PhpWord/SimpleType/LineSpacingRule.php | 0 PhpOffice/PhpWord/SimpleType/NumberFormat.php | 0 PhpOffice/PhpWord/SimpleType/TblWidth.php | 0 PhpOffice/PhpWord/SimpleType/TextAlignment.php | 0 PhpOffice/PhpWord/SimpleType/VerticalJc.php | 0 PhpOffice/PhpWord/SimpleType/Zoom.php | 0 PhpOffice/PhpWord/Style.php | 0 PhpOffice/PhpWord/Style/AbstractStyle.php | 0 PhpOffice/PhpWord/Style/Border.php | 0 PhpOffice/PhpWord/Style/Cell.php | 0 PhpOffice/PhpWord/Style/Chart.php | 0 PhpOffice/PhpWord/Style/Extrusion.php | 0 PhpOffice/PhpWord/Style/Fill.php | 0 PhpOffice/PhpWord/Style/Font.php | 0 PhpOffice/PhpWord/Style/Frame.php | 0 PhpOffice/PhpWord/Style/Image.php | 0 PhpOffice/PhpWord/Style/Indentation.php | 0 PhpOffice/PhpWord/Style/Language.php | 0 PhpOffice/PhpWord/Style/Line.php | 0 PhpOffice/PhpWord/Style/LineNumbering.php | 0 PhpOffice/PhpWord/Style/ListItem.php | 0 PhpOffice/PhpWord/Style/Numbering.php | 0 PhpOffice/PhpWord/Style/NumberingLevel.php | 0 PhpOffice/PhpWord/Style/Outline.php | 0 PhpOffice/PhpWord/Style/Paper.php | 0 PhpOffice/PhpWord/Style/Paragraph.php | 0 PhpOffice/PhpWord/Style/Row.php | 0 PhpOffice/PhpWord/Style/Section.php | 0 PhpOffice/PhpWord/Style/Shading.php | 0 PhpOffice/PhpWord/Style/Shadow.php | 0 PhpOffice/PhpWord/Style/Shape.php | 0 PhpOffice/PhpWord/Style/Spacing.php | 0 PhpOffice/PhpWord/Style/TOC.php | 0 PhpOffice/PhpWord/Style/Tab.php | 0 PhpOffice/PhpWord/Style/Table.php | 0 PhpOffice/PhpWord/Style/TablePosition.php | 0 PhpOffice/PhpWord/Style/TextBox.php | 0 PhpOffice/PhpWord/TemplateProcessor.php | 0 PhpOffice/PhpWord/Writer/AbstractWriter.php | 0 PhpOffice/PhpWord/Writer/HTML.php | 0 .../PhpWord/Writer/HTML/Element/AbstractElement.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Container.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Image.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Link.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php | 0 .../PhpWord/Writer/HTML/Element/ListItemRun.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Table.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Text.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php | 0 PhpOffice/PhpWord/Writer/HTML/Element/Title.php | 0 PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php | 0 PhpOffice/PhpWord/Writer/HTML/Part/Body.php | 0 PhpOffice/PhpWord/Writer/HTML/Part/Head.php | 0 .../PhpWord/Writer/HTML/Style/AbstractStyle.php | 0 PhpOffice/PhpWord/Writer/HTML/Style/Font.php | 0 PhpOffice/PhpWord/Writer/HTML/Style/Generic.php | 0 PhpOffice/PhpWord/Writer/HTML/Style/Image.php | 0 PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php | 0 PhpOffice/PhpWord/Writer/ODText.php | 0 .../Writer/ODText/Element/AbstractElement.php | 0 .../PhpWord/Writer/ODText/Element/Container.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Field.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Image.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Link.php | 0 .../PhpWord/Writer/ODText/Element/PageBreak.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Table.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Text.php | 0 .../PhpWord/Writer/ODText/Element/TextBreak.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php | 0 PhpOffice/PhpWord/Writer/ODText/Element/Title.php | 0 .../PhpWord/Writer/ODText/Part/AbstractPart.php | 0 PhpOffice/PhpWord/Writer/ODText/Part/Content.php | 0 PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php | 0 PhpOffice/PhpWord/Writer/ODText/Part/Meta.php | 0 PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php | 0 PhpOffice/PhpWord/Writer/ODText/Part/Styles.php | 0 .../PhpWord/Writer/ODText/Style/AbstractStyle.php | 0 PhpOffice/PhpWord/Writer/ODText/Style/Font.php | 0 PhpOffice/PhpWord/Writer/ODText/Style/Image.php | 0 PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php | 0 PhpOffice/PhpWord/Writer/ODText/Style/Section.php | 0 PhpOffice/PhpWord/Writer/ODText/Style/Table.php | 0 PhpOffice/PhpWord/Writer/PDF.php | 0 PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php | 0 PhpOffice/PhpWord/Writer/PDF/DomPDF.php | 0 PhpOffice/PhpWord/Writer/PDF/MPDF.php | 0 PhpOffice/PhpWord/Writer/PDF/TCPDF.php | 0 PhpOffice/PhpWord/Writer/RTF.php | 0 .../PhpWord/Writer/RTF/Element/AbstractElement.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Container.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Field.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Image.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Link.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Table.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Text.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php | 0 PhpOffice/PhpWord/Writer/RTF/Element/Title.php | 0 PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php | 0 PhpOffice/PhpWord/Writer/RTF/Part/Document.php | 0 PhpOffice/PhpWord/Writer/RTF/Part/Header.php | 0 .../PhpWord/Writer/RTF/Style/AbstractStyle.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Border.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Font.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Section.php | 0 PhpOffice/PhpWord/Writer/RTF/Style/Tab.php | 0 PhpOffice/PhpWord/Writer/Word2007.php | 0 .../Writer/Word2007/Element/AbstractElement.php | 0 .../PhpWord/Writer/Word2007/Element/Bookmark.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php | 0 .../PhpWord/Writer/Word2007/Element/CheckBox.php | 0 .../PhpWord/Writer/Word2007/Element/Container.php | 0 .../PhpWord/Writer/Word2007/Element/Endnote.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Field.php | 0 .../PhpWord/Writer/Word2007/Element/Footnote.php | 0 .../PhpWord/Writer/Word2007/Element/FormField.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Image.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Line.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Link.php | 0 .../PhpWord/Writer/Word2007/Element/ListItem.php | 0 .../PhpWord/Writer/Word2007/Element/ListItemRun.php | 0 .../PhpWord/Writer/Word2007/Element/OLEObject.php | 0 .../PhpWord/Writer/Word2007/Element/PageBreak.php | 0 .../Writer/Word2007/Element/ParagraphAlignment.php | 0 .../Writer/Word2007/Element/PreserveText.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Table.php | 0 .../Writer/Word2007/Element/TableAlignment.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Text.php | 0 .../PhpWord/Writer/Word2007/Element/TextBox.php | 0 .../PhpWord/Writer/Word2007/Element/TextBreak.php | 0 .../PhpWord/Writer/Word2007/Element/TextRun.php | 0 PhpOffice/PhpWord/Writer/Word2007/Element/Title.php | 0 .../PhpWord/Writer/Word2007/Part/AbstractPart.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php | 0 .../PhpWord/Writer/Word2007/Part/ContentTypes.php | 0 .../PhpWord/Writer/Word2007/Part/DocPropsApp.php | 0 .../PhpWord/Writer/Word2007/Part/DocPropsCore.php | 0 .../PhpWord/Writer/Word2007/Part/DocPropsCustom.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Document.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php | 0 .../PhpWord/Writer/Word2007/Part/FontTable.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php | 0 .../PhpWord/Writer/Word2007/Part/Footnotes.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Header.php | 0 .../PhpWord/Writer/Word2007/Part/Numbering.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php | 0 .../PhpWord/Writer/Word2007/Part/RelsDocument.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php | 0 PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php | 0 .../PhpWord/Writer/Word2007/Part/WebSettings.php | 0 .../PhpWord/Writer/Word2007/Style/AbstractStyle.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php | 0 .../PhpWord/Writer/Word2007/Style/Extrusion.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Font.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Image.php | 0 .../PhpWord/Writer/Word2007/Style/Indentation.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Line.php | 0 .../PhpWord/Writer/Word2007/Style/LineNumbering.php | 0 .../PhpWord/Writer/Word2007/Style/MarginBorder.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php | 0 .../PhpWord/Writer/Word2007/Style/Paragraph.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Row.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Section.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/Table.php | 0 .../PhpWord/Writer/Word2007/Style/TablePosition.php | 0 PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php | 0 PhpOffice/PhpWord/Writer/WriterInterface.php | 0 PhpOffice/PhpWord/resources/doc.png | Bin PhpOffice/PhpWord/resources/ppt.png | Bin PhpOffice/PhpWord/resources/xls.png | Bin Psr/Http/Client/ClientExceptionInterface.php | 0 Psr/Http/Client/ClientInterface.php | 0 Psr/Http/Client/NetworkExceptionInterface.php | 0 Psr/Http/Client/RequestExceptionInterface.php | 0 Psr/Http/LICENSE | 0 Psr/Http/Message/MessageInterface.php | 0 Psr/Http/Message/RequestInterface.php | 0 Psr/Http/Message/ResponseInterface.php | 0 Psr/Http/Message/ServerRequestInterface.php | 0 Psr/Http/Message/StreamInterface.php | 0 Psr/Http/Message/UploadedFileInterface.php | 0 Psr/Http/Message/UriInterface.php | 0 Psr/SimpleCache/CacheException.php | 0 Psr/SimpleCache/CacheInterface.php | 0 Psr/SimpleCache/InvalidArgumentException.php | 0 Psr/SimpleCache/LICENSE.md | 0 ZipStream/Bigint.php | 0 ZipStream/DeflateStream.php | 0 ZipStream/Exception.php | 0 ZipStream/Exception/EncodingException.php | 0 ZipStream/Exception/FileNotFoundException.php | 0 ZipStream/Exception/FileNotReadableException.php | 0 .../Exception/IncompatibleOptionsException.php | 0 ZipStream/Exception/OverflowException.php | 0 ZipStream/Exception/StreamNotReadableException.php | 0 ZipStream/File.php | 0 ZipStream/LICENSE | 0 ZipStream/Option/Archive.php | 0 ZipStream/Option/File.php | 0 ZipStream/Option/Method.php | 0 ZipStream/Option/Version.php | 0 ZipStream/Stream.php | 0 ZipStream/ZipStream.php | 0 1136 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 Elastic/Elasticsearch/Client.php mode change 100644 => 100755 Elastic/Elasticsearch/ClientBuilder.php mode change 100644 => 100755 Elastic/Elasticsearch/ClientInterface.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/AbstractEndpoint.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/AsyncSearch.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Autoscaling.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Cat.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Ccr.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Cluster.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/DanglingIndices.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Enrich.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Eql.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Features.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Fleet.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Graph.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Ilm.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Indices.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Ingest.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/License.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Logstash.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Migration.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Ml.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Monitoring.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Nodes.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Rollup.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/SearchableSnapshots.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Security.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Shutdown.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Slm.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Snapshot.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Sql.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Ssl.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Tasks.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/TextStructure.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Transform.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Watcher.php mode change 100644 => 100755 Elastic/Elasticsearch/Endpoints/Xpack.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ArrayAccessException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/AuthenticationException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ClientResponseException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ConfigException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ContentTypeException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ElasticsearchException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/HttpClientException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/InvalidArgumentException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/MissingParameterException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ProductCheckException.php mode change 100644 => 100755 Elastic/Elasticsearch/Exception/ServerResponseException.php mode change 100644 => 100755 Elastic/Elasticsearch/LICENSE mode change 100644 => 100755 Elastic/Elasticsearch/Response/Elasticsearch.php mode change 100644 => 100755 Elastic/Elasticsearch/Response/ElasticsearchInterface.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/ClientEndpointsTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/EndpointTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/MessageResponseTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/NamespaceTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/ProductCheckTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Traits/ResponseTrait.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/Adapter/AdapterInterface.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/Adapter/AdapterOptions.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/Adapter/Guzzle.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/Adapter/Symfony.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/AsyncOnSuccess.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/AsyncOnSuccessNoException.php mode change 100644 => 100755 Elastic/Elasticsearch/Transport/RequestOptions.php mode change 100644 => 100755 Elastic/Transport/Async/OnFailureDefault.php mode change 100644 => 100755 Elastic/Transport/Async/OnFailureInterface.php mode change 100644 => 100755 Elastic/Transport/Async/OnSuccessDefault.php mode change 100644 => 100755 Elastic/Transport/Async/OnSuccessInterface.php mode change 100644 => 100755 Elastic/Transport/Exception/CloudIdParseException.php mode change 100644 => 100755 Elastic/Transport/Exception/InvalidArgumentException.php mode change 100644 => 100755 Elastic/Transport/Exception/InvalidArrayException.php mode change 100644 => 100755 Elastic/Transport/Exception/InvalidIterableException.php mode change 100644 => 100755 Elastic/Transport/Exception/InvalidJsonException.php mode change 100644 => 100755 Elastic/Transport/Exception/InvalidXmlException.php mode change 100644 => 100755 Elastic/Transport/Exception/NoAsyncClientException.php mode change 100644 => 100755 Elastic/Transport/Exception/NoNodeAvailableException.php mode change 100644 => 100755 Elastic/Transport/Exception/NotFoundException.php mode change 100644 => 100755 Elastic/Transport/Exception/RuntimeException.php mode change 100644 => 100755 Elastic/Transport/Exception/SerializeException.php mode change 100644 => 100755 Elastic/Transport/Exception/TransportException.php mode change 100644 => 100755 Elastic/Transport/Exception/UndefinedPropertyException.php mode change 100644 => 100755 Elastic/Transport/Exception/UnknownContentTypeException.php mode change 100644 => 100755 Elastic/Transport/LICENSE mode change 100644 => 100755 Elastic/Transport/NodePool/Node.php mode change 100644 => 100755 Elastic/Transport/NodePool/NodePoolInterface.php mode change 100644 => 100755 Elastic/Transport/NodePool/Resurrect/ElasticsearchResurrect.php mode change 100644 => 100755 Elastic/Transport/NodePool/Resurrect/NoResurrect.php mode change 100644 => 100755 Elastic/Transport/NodePool/Resurrect/ResurrectInterface.php mode change 100644 => 100755 Elastic/Transport/NodePool/Selector/RoundRobin.php mode change 100644 => 100755 Elastic/Transport/NodePool/Selector/SelectorInterface.php mode change 100644 => 100755 Elastic/Transport/NodePool/Selector/SelectorTrait.php mode change 100644 => 100755 Elastic/Transport/NodePool/SimpleNodePool.php mode change 100644 => 100755 Elastic/Transport/Serializer/CsvSerializer.php mode change 100644 => 100755 Elastic/Transport/Serializer/JsonSerializer.php mode change 100644 => 100755 Elastic/Transport/Serializer/NDJsonSerializer.php mode change 100644 => 100755 Elastic/Transport/Serializer/SerializerInterface.php mode change 100644 => 100755 Elastic/Transport/Serializer/TextSerializer.php mode change 100644 => 100755 Elastic/Transport/Serializer/Utility.php mode change 100644 => 100755 Elastic/Transport/Serializer/XmlSerializer.php mode change 100644 => 100755 Elastic/Transport/Transport.php mode change 100644 => 100755 Elastic/Transport/TransportBuilder.php mode change 100644 => 100755 Http/Discovery/ClassDiscovery.php mode change 100644 => 100755 Http/Discovery/Exception.php mode change 100644 => 100755 Http/Discovery/Exception/ClassInstantiationFailedException.php mode change 100644 => 100755 Http/Discovery/Exception/DiscoveryFailedException.php mode change 100644 => 100755 Http/Discovery/Exception/NoCandidateFoundException.php mode change 100644 => 100755 Http/Discovery/Exception/NotFoundException.php mode change 100644 => 100755 Http/Discovery/Exception/PuliUnavailableException.php mode change 100644 => 100755 Http/Discovery/Exception/StrategyUnavailableException.php mode change 100644 => 100755 Http/Discovery/HttpAsyncClientDiscovery.php mode change 100644 => 100755 Http/Discovery/HttpClientDiscovery.php mode change 100644 => 100755 Http/Discovery/LICENSE mode change 100644 => 100755 Http/Discovery/MessageFactoryDiscovery.php mode change 100644 => 100755 Http/Discovery/NotFoundException.php mode change 100644 => 100755 Http/Discovery/Psr17FactoryDiscovery.php mode change 100644 => 100755 Http/Discovery/Psr18ClientDiscovery.php mode change 100644 => 100755 Http/Discovery/Strategy/CommonClassesStrategy.php mode change 100644 => 100755 Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php mode change 100644 => 100755 Http/Discovery/Strategy/DiscoveryStrategy.php mode change 100644 => 100755 Http/Discovery/Strategy/MockClientStrategy.php mode change 100644 => 100755 Http/Discovery/Strategy/PuliBetaStrategy.php mode change 100644 => 100755 Http/Discovery/StreamFactoryDiscovery.php mode change 100644 => 100755 Http/Discovery/UriFactoryDiscovery.php mode change 100644 => 100755 Http/Httplug/Exception.php mode change 100644 => 100755 Http/Httplug/Exception/HttpException.php mode change 100644 => 100755 Http/Httplug/Exception/NetworkException.php mode change 100644 => 100755 Http/Httplug/Exception/RequestAwareTrait.php mode change 100644 => 100755 Http/Httplug/Exception/RequestException.php mode change 100644 => 100755 Http/Httplug/Exception/TransferException.php mode change 100644 => 100755 Http/Httplug/HttpAsyncClient.php mode change 100644 => 100755 Http/Httplug/HttpClient.php mode change 100644 => 100755 Http/Httplug/LICENSE mode change 100644 => 100755 Http/Httplug/Promise/HttpFulfilledPromise.php mode change 100644 => 100755 Http/Httplug/Promise/HttpRejectedPromise.php mode change 100644 => 100755 Http/Message/LICENSE mode change 100644 => 100755 Http/Message/MessageFactory.php mode change 100644 => 100755 Http/Message/RequestFactory.php mode change 100644 => 100755 Http/Message/ResponseFactory.php mode change 100644 => 100755 Http/Message/StreamFactory.php mode change 100644 => 100755 Http/Message/UriFactory.php mode change 100644 => 100755 Laminas/Escaper/Escaper.php mode change 100644 => 100755 Laminas/Escaper/Exception/ExceptionInterface.php mode change 100644 => 100755 Laminas/Escaper/Exception/InvalidArgumentException.php mode change 100644 => 100755 Laminas/Escaper/Exception/RuntimeException.php mode change 100644 => 100755 Laminas/Escaper/LICENSE.md mode change 100644 => 100755 MyCLabs/Enum/Enum.php mode change 100644 => 100755 MyCLabs/LICENSE mode change 100644 => 100755 PhpOffice/Common/Adapter/Zip/PclZipAdapter.php mode change 100644 => 100755 PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php mode change 100644 => 100755 PhpOffice/Common/Adapter/Zip/ZipInterface.php mode change 100644 => 100755 PhpOffice/Common/Autoloader.php mode change 100644 => 100755 PhpOffice/Common/Drawing.php mode change 100644 => 100755 PhpOffice/Common/File.php mode change 100644 => 100755 PhpOffice/Common/Font.php mode change 100644 => 100755 PhpOffice/Common/Microsoft/OLERead.php mode change 100644 => 100755 PhpOffice/Common/Microsoft/PasswordEncoder.php mode change 100644 => 100755 PhpOffice/Common/Text.php mode change 100644 => 100755 PhpOffice/Common/XMLReader.php mode change 100644 => 100755 PhpOffice/Common/XMLWriter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/AbstractShape.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Autoloader.php mode change 100644 => 100755 PhpOffice/PhpPresentation/ComparableInterface.php mode change 100644 => 100755 PhpOffice/PhpPresentation/DocumentLayout.php mode change 100644 => 100755 PhpOffice/PhpPresentation/DocumentProperties.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/DirectoryNotFoundException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/FeatureNotImplementedException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/FileCopyException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/FileNotFoundException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/FileRemoveException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/InvalidClassException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/InvalidFileFormatException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/InvalidParameterException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/OutOfBoundsException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/PhpPresentationException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/ShapeContainerAlreadyAssignedException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/UnauthorizedMimetypeException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Exception/UndefinedChartTypeException.php mode change 100644 => 100755 PhpOffice/PhpPresentation/GeometryCalculator.php mode change 100644 => 100755 PhpOffice/PhpPresentation/HashTable.php mode change 100644 => 100755 PhpOffice/PhpPresentation/IOFactory.php mode change 100644 => 100755 PhpOffice/PhpPresentation/PhpPresentation.php mode change 100644 => 100755 PhpOffice/PhpPresentation/PresentationProperties.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Reader/ODPresentation.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Reader/PowerPoint2007.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Reader/PowerPoint97.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Reader/ReaderInterface.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Reader/Serialized.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/AbstractGraphic.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/AutoShape.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Axis.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Legend.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Marker.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Series.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Title.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeLine.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Radar.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Chart/View3D.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Comment.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Comment/Author.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Drawing/Base64.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Drawing/File.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Drawing/Gd.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Group.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Hyperlink.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Line.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Media.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Placeholder.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText/Run.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText/TextElement.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Table.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Table/Cell.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Shape/Table/Row.php mode change 100644 => 100755 PhpOffice/PhpPresentation/ShapeContainerInterface.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/AbstractBackground.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/AbstractSlide.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Animation.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Background/Color.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Background/Image.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Iterator.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Layout.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Note.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/SlideLayout.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/SlideMaster.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Slide/Transition.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Alignment.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Borders.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Bullet.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Color.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/ColorMap.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Fill.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Outline.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/SchemeColor.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/Shadow.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Style/TextStyle.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/AbstractWriter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/Serialized.php mode change 100644 => 100755 PhpOffice/PhpPresentation/Writer/WriterInterface.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/ArrayEnabled.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/BinaryComparison.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Calculation.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Category.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTime.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/BranchPruner.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Exception.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Functions.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Information/ErrorValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Information/ExcelError.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Information/Value.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Logical.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Filter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Sort.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Unique.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Helpers.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Web.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/Translations.xlsx mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/da/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/de/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/es/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/it/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/nb/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/nb/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/AddressRange.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/Cell.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/CellAddress.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/CellRange.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/Coordinate.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/DataType.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/DataValidation.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/DataValidator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/RowRange.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/CellReferenceHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Axis.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Chart.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/ChartColor.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/DataSeries.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Exception.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/GridLines.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Layout.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Legend.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/PlotArea.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/Title.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Chart/TrendLine.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Collection/Cells.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache1.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache3.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Comment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/DefinedName.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Document/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Document/Security.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Exception.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/HashTable.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Helper/Dimension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Helper/Html.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Helper/Sample.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Helper/Size.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Helper/TextGrid.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/IComparable.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/IOFactory.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/NamedFormula.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/NamedRange.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/BaseReader.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Csv.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Exception.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Html.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/IReader.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Slk.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/TableReader.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/ReferenceHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/RichText/ITextElement.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/RichText/RichText.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/RichText/Run.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/RichText/TextElement.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Settings.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/CodePage.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Date.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Drawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/File.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Font.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLE.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/OLERead.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/StringHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/TimeZone.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Shared/Xls.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Spreadsheet.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Alignment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Borders.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Color.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Conditional.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Fill.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Protection.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Style.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Style/Supervisor.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Column.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Protection.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Row.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Table.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Table/TableStyle.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Validations.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Csv.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Exception.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Html.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/IWriter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Pdf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php mode change 100644 => 100755 PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/AbstractCollection.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Bookmarks.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Charts.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Comments.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Endnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Footnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Collection/Titles.php mode change 100644 => 100755 PhpOffice/PhpWord/ComplexType/FootnoteProperties.php mode change 100644 => 100755 PhpOffice/PhpWord/ComplexType/ProofState.php mode change 100644 => 100755 PhpOffice/PhpWord/ComplexType/TblWidth.php mode change 100644 => 100755 PhpOffice/PhpWord/ComplexType/TrackChangesView.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/AbstractContainer.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/AbstractElement.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Bookmark.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Cell.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Chart.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/CheckBox.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Comment.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Endnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Field.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Footer.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Footnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/FormField.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Header.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Line.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Link.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/ListItem.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/ListItemRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/OLEObject.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/PageBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/PreserveText.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Row.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/SDT.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Section.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Shape.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/TOC.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/TextBox.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/TextBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/TextRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/Title.php mode change 100644 => 100755 PhpOffice/PhpWord/Element/TrackChange.php mode change 100644 => 100755 PhpOffice/PhpWord/Escaper/AbstractEscaper.php mode change 100644 => 100755 PhpOffice/PhpWord/Escaper/EscaperInterface.php mode change 100644 => 100755 PhpOffice/PhpWord/Escaper/RegExp.php mode change 100644 => 100755 PhpOffice/PhpWord/Escaper/Rtf.php mode change 100644 => 100755 PhpOffice/PhpWord/Escaper/Xml.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/CopyFileException.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/Exception.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/InvalidImageException.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/InvalidObjectException.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/InvalidStyleException.php mode change 100644 => 100755 PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php mode change 100644 => 100755 PhpOffice/PhpWord/IOFactory.php mode change 100644 => 100755 PhpOffice/PhpWord/Media.php mode change 100644 => 100755 PhpOffice/PhpWord/Metadata/Compatibility.php mode change 100644 => 100755 PhpOffice/PhpWord/Metadata/DocInfo.php mode change 100644 => 100755 PhpOffice/PhpWord/Metadata/Protection.php mode change 100644 => 100755 PhpOffice/PhpWord/Metadata/Settings.php mode change 100644 => 100755 PhpOffice/PhpWord/PhpWord.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/AbstractReader.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/HTML.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/MsDoc.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/ODText.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/ODText/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/ODText/Content.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/ODText/Meta.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/RTF.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/RTF/Document.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/ReaderInterface.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Document.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Endnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Footnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Numbering.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Settings.php mode change 100644 => 100755 PhpOffice/PhpWord/Reader/Word2007/Styles.php mode change 100644 => 100755 PhpOffice/PhpWord/Settings.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/AbstractEnum.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Converter.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Css.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Drawing.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Html.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Microsoft/PasswordEncoder.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/OLERead.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/XMLReader.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/XMLWriter.php mode change 100644 => 100755 PhpOffice/PhpWord/Shared/ZipArchive.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/Border.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/DocProtect.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/Jc.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/JcTable.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/LineSpacingRule.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/NumberFormat.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/TblWidth.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/TextAlignment.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/VerticalJc.php mode change 100644 => 100755 PhpOffice/PhpWord/SimpleType/Zoom.php mode change 100644 => 100755 PhpOffice/PhpWord/Style.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/AbstractStyle.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Cell.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Chart.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Extrusion.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Fill.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Frame.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Indentation.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Language.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Line.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/LineNumbering.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/ListItem.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Numbering.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/NumberingLevel.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Outline.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Paper.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Row.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Section.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Shading.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Shadow.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Shape.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Spacing.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/TOC.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Tab.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/TablePosition.php mode change 100644 => 100755 PhpOffice/PhpWord/Style/TextBox.php mode change 100644 => 100755 PhpOffice/PhpWord/TemplateProcessor.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/AbstractWriter.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Container.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Link.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Element/Title.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Part/Body.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Part/Head.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Style/Generic.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Style/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Container.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Field.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Link.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Element/Title.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/Content.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/Meta.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Part/Styles.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/Section.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/ODText/Style/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/PDF.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/PDF/DomPDF.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/PDF/MPDF.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/PDF/TCPDF.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Container.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Field.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Link.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Element/Title.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Part/Document.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Part/Header.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Border.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Section.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/RTF/Style/Tab.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Container.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Field.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Line.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Link.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Text.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Element/Title.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Document.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Header.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Font.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Image.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Line.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Row.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Section.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/Table.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php mode change 100644 => 100755 PhpOffice/PhpWord/Writer/WriterInterface.php mode change 100644 => 100755 PhpOffice/PhpWord/resources/doc.png mode change 100644 => 100755 PhpOffice/PhpWord/resources/ppt.png mode change 100644 => 100755 PhpOffice/PhpWord/resources/xls.png mode change 100644 => 100755 Psr/Http/Client/ClientExceptionInterface.php mode change 100644 => 100755 Psr/Http/Client/ClientInterface.php mode change 100644 => 100755 Psr/Http/Client/NetworkExceptionInterface.php mode change 100644 => 100755 Psr/Http/Client/RequestExceptionInterface.php mode change 100644 => 100755 Psr/Http/LICENSE mode change 100644 => 100755 Psr/Http/Message/MessageInterface.php mode change 100644 => 100755 Psr/Http/Message/RequestInterface.php mode change 100644 => 100755 Psr/Http/Message/ResponseInterface.php mode change 100644 => 100755 Psr/Http/Message/ServerRequestInterface.php mode change 100644 => 100755 Psr/Http/Message/StreamInterface.php mode change 100644 => 100755 Psr/Http/Message/UploadedFileInterface.php mode change 100644 => 100755 Psr/Http/Message/UriInterface.php mode change 100644 => 100755 Psr/SimpleCache/CacheException.php mode change 100644 => 100755 Psr/SimpleCache/CacheInterface.php mode change 100644 => 100755 Psr/SimpleCache/InvalidArgumentException.php mode change 100644 => 100755 Psr/SimpleCache/LICENSE.md mode change 100644 => 100755 ZipStream/Bigint.php mode change 100644 => 100755 ZipStream/DeflateStream.php mode change 100644 => 100755 ZipStream/Exception.php mode change 100644 => 100755 ZipStream/Exception/EncodingException.php mode change 100644 => 100755 ZipStream/Exception/FileNotFoundException.php mode change 100644 => 100755 ZipStream/Exception/FileNotReadableException.php mode change 100644 => 100755 ZipStream/Exception/IncompatibleOptionsException.php mode change 100644 => 100755 ZipStream/Exception/OverflowException.php mode change 100644 => 100755 ZipStream/Exception/StreamNotReadableException.php mode change 100644 => 100755 ZipStream/File.php mode change 100644 => 100755 ZipStream/LICENSE mode change 100644 => 100755 ZipStream/Option/Archive.php mode change 100644 => 100755 ZipStream/Option/File.php mode change 100644 => 100755 ZipStream/Option/Method.php mode change 100644 => 100755 ZipStream/Option/Version.php mode change 100644 => 100755 ZipStream/Stream.php mode change 100644 => 100755 ZipStream/ZipStream.php diff --git a/Elastic/Elasticsearch/Client.php b/Elastic/Elasticsearch/Client.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/ClientBuilder.php b/Elastic/Elasticsearch/ClientBuilder.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/ClientInterface.php b/Elastic/Elasticsearch/ClientInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/AbstractEndpoint.php b/Elastic/Elasticsearch/Endpoints/AbstractEndpoint.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/AsyncSearch.php b/Elastic/Elasticsearch/Endpoints/AsyncSearch.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Autoscaling.php b/Elastic/Elasticsearch/Endpoints/Autoscaling.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Cat.php b/Elastic/Elasticsearch/Endpoints/Cat.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Ccr.php b/Elastic/Elasticsearch/Endpoints/Ccr.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Cluster.php b/Elastic/Elasticsearch/Endpoints/Cluster.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/DanglingIndices.php b/Elastic/Elasticsearch/Endpoints/DanglingIndices.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Enrich.php b/Elastic/Elasticsearch/Endpoints/Enrich.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Eql.php b/Elastic/Elasticsearch/Endpoints/Eql.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Features.php b/Elastic/Elasticsearch/Endpoints/Features.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Fleet.php b/Elastic/Elasticsearch/Endpoints/Fleet.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Graph.php b/Elastic/Elasticsearch/Endpoints/Graph.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Ilm.php b/Elastic/Elasticsearch/Endpoints/Ilm.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Indices.php b/Elastic/Elasticsearch/Endpoints/Indices.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Ingest.php b/Elastic/Elasticsearch/Endpoints/Ingest.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/License.php b/Elastic/Elasticsearch/Endpoints/License.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Logstash.php b/Elastic/Elasticsearch/Endpoints/Logstash.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Migration.php b/Elastic/Elasticsearch/Endpoints/Migration.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Ml.php b/Elastic/Elasticsearch/Endpoints/Ml.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Monitoring.php b/Elastic/Elasticsearch/Endpoints/Monitoring.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Nodes.php b/Elastic/Elasticsearch/Endpoints/Nodes.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Rollup.php b/Elastic/Elasticsearch/Endpoints/Rollup.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/SearchableSnapshots.php b/Elastic/Elasticsearch/Endpoints/SearchableSnapshots.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Security.php b/Elastic/Elasticsearch/Endpoints/Security.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Shutdown.php b/Elastic/Elasticsearch/Endpoints/Shutdown.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Slm.php b/Elastic/Elasticsearch/Endpoints/Slm.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Snapshot.php b/Elastic/Elasticsearch/Endpoints/Snapshot.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Sql.php b/Elastic/Elasticsearch/Endpoints/Sql.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Ssl.php b/Elastic/Elasticsearch/Endpoints/Ssl.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Tasks.php b/Elastic/Elasticsearch/Endpoints/Tasks.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/TextStructure.php b/Elastic/Elasticsearch/Endpoints/TextStructure.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Transform.php b/Elastic/Elasticsearch/Endpoints/Transform.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Watcher.php b/Elastic/Elasticsearch/Endpoints/Watcher.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Endpoints/Xpack.php b/Elastic/Elasticsearch/Endpoints/Xpack.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ArrayAccessException.php b/Elastic/Elasticsearch/Exception/ArrayAccessException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/AuthenticationException.php b/Elastic/Elasticsearch/Exception/AuthenticationException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ClientResponseException.php b/Elastic/Elasticsearch/Exception/ClientResponseException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ConfigException.php b/Elastic/Elasticsearch/Exception/ConfigException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ContentTypeException.php b/Elastic/Elasticsearch/Exception/ContentTypeException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ElasticsearchException.php b/Elastic/Elasticsearch/Exception/ElasticsearchException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/HttpClientException.php b/Elastic/Elasticsearch/Exception/HttpClientException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/InvalidArgumentException.php b/Elastic/Elasticsearch/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/MissingParameterException.php b/Elastic/Elasticsearch/Exception/MissingParameterException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ProductCheckException.php b/Elastic/Elasticsearch/Exception/ProductCheckException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Exception/ServerResponseException.php b/Elastic/Elasticsearch/Exception/ServerResponseException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/LICENSE b/Elastic/Elasticsearch/LICENSE old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Response/Elasticsearch.php b/Elastic/Elasticsearch/Response/Elasticsearch.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Response/ElasticsearchInterface.php b/Elastic/Elasticsearch/Response/ElasticsearchInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/ClientEndpointsTrait.php b/Elastic/Elasticsearch/Traits/ClientEndpointsTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/EndpointTrait.php b/Elastic/Elasticsearch/Traits/EndpointTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/MessageResponseTrait.php b/Elastic/Elasticsearch/Traits/MessageResponseTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/NamespaceTrait.php b/Elastic/Elasticsearch/Traits/NamespaceTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/ProductCheckTrait.php b/Elastic/Elasticsearch/Traits/ProductCheckTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Traits/ResponseTrait.php b/Elastic/Elasticsearch/Traits/ResponseTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/Adapter/AdapterInterface.php b/Elastic/Elasticsearch/Transport/Adapter/AdapterInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/Adapter/AdapterOptions.php b/Elastic/Elasticsearch/Transport/Adapter/AdapterOptions.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/Adapter/Guzzle.php b/Elastic/Elasticsearch/Transport/Adapter/Guzzle.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/Adapter/Symfony.php b/Elastic/Elasticsearch/Transport/Adapter/Symfony.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/AsyncOnSuccess.php b/Elastic/Elasticsearch/Transport/AsyncOnSuccess.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/AsyncOnSuccessNoException.php b/Elastic/Elasticsearch/Transport/AsyncOnSuccessNoException.php old mode 100644 new mode 100755 diff --git a/Elastic/Elasticsearch/Transport/RequestOptions.php b/Elastic/Elasticsearch/Transport/RequestOptions.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Async/OnFailureDefault.php b/Elastic/Transport/Async/OnFailureDefault.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Async/OnFailureInterface.php b/Elastic/Transport/Async/OnFailureInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Async/OnSuccessDefault.php b/Elastic/Transport/Async/OnSuccessDefault.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Async/OnSuccessInterface.php b/Elastic/Transport/Async/OnSuccessInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/CloudIdParseException.php b/Elastic/Transport/Exception/CloudIdParseException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/InvalidArgumentException.php b/Elastic/Transport/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/InvalidArrayException.php b/Elastic/Transport/Exception/InvalidArrayException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/InvalidIterableException.php b/Elastic/Transport/Exception/InvalidIterableException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/InvalidJsonException.php b/Elastic/Transport/Exception/InvalidJsonException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/InvalidXmlException.php b/Elastic/Transport/Exception/InvalidXmlException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/NoAsyncClientException.php b/Elastic/Transport/Exception/NoAsyncClientException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/NoNodeAvailableException.php b/Elastic/Transport/Exception/NoNodeAvailableException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/NotFoundException.php b/Elastic/Transport/Exception/NotFoundException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/RuntimeException.php b/Elastic/Transport/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/SerializeException.php b/Elastic/Transport/Exception/SerializeException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/TransportException.php b/Elastic/Transport/Exception/TransportException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/UndefinedPropertyException.php b/Elastic/Transport/Exception/UndefinedPropertyException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Exception/UnknownContentTypeException.php b/Elastic/Transport/Exception/UnknownContentTypeException.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/LICENSE b/Elastic/Transport/LICENSE old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Node.php b/Elastic/Transport/NodePool/Node.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/NodePoolInterface.php b/Elastic/Transport/NodePool/NodePoolInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Resurrect/ElasticsearchResurrect.php b/Elastic/Transport/NodePool/Resurrect/ElasticsearchResurrect.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Resurrect/NoResurrect.php b/Elastic/Transport/NodePool/Resurrect/NoResurrect.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Resurrect/ResurrectInterface.php b/Elastic/Transport/NodePool/Resurrect/ResurrectInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Selector/RoundRobin.php b/Elastic/Transport/NodePool/Selector/RoundRobin.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Selector/SelectorInterface.php b/Elastic/Transport/NodePool/Selector/SelectorInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/Selector/SelectorTrait.php b/Elastic/Transport/NodePool/Selector/SelectorTrait.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/NodePool/SimpleNodePool.php b/Elastic/Transport/NodePool/SimpleNodePool.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/CsvSerializer.php b/Elastic/Transport/Serializer/CsvSerializer.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/JsonSerializer.php b/Elastic/Transport/Serializer/JsonSerializer.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/NDJsonSerializer.php b/Elastic/Transport/Serializer/NDJsonSerializer.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/SerializerInterface.php b/Elastic/Transport/Serializer/SerializerInterface.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/TextSerializer.php b/Elastic/Transport/Serializer/TextSerializer.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/Utility.php b/Elastic/Transport/Serializer/Utility.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Serializer/XmlSerializer.php b/Elastic/Transport/Serializer/XmlSerializer.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/Transport.php b/Elastic/Transport/Transport.php old mode 100644 new mode 100755 diff --git a/Elastic/Transport/TransportBuilder.php b/Elastic/Transport/TransportBuilder.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/ClassDiscovery.php b/Http/Discovery/ClassDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception.php b/Http/Discovery/Exception.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/ClassInstantiationFailedException.php b/Http/Discovery/Exception/ClassInstantiationFailedException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/DiscoveryFailedException.php b/Http/Discovery/Exception/DiscoveryFailedException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/NoCandidateFoundException.php b/Http/Discovery/Exception/NoCandidateFoundException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/NotFoundException.php b/Http/Discovery/Exception/NotFoundException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/PuliUnavailableException.php b/Http/Discovery/Exception/PuliUnavailableException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Exception/StrategyUnavailableException.php b/Http/Discovery/Exception/StrategyUnavailableException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/HttpAsyncClientDiscovery.php b/Http/Discovery/HttpAsyncClientDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/HttpClientDiscovery.php b/Http/Discovery/HttpClientDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/LICENSE b/Http/Discovery/LICENSE old mode 100644 new mode 100755 diff --git a/Http/Discovery/MessageFactoryDiscovery.php b/Http/Discovery/MessageFactoryDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/NotFoundException.php b/Http/Discovery/NotFoundException.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Psr17FactoryDiscovery.php b/Http/Discovery/Psr17FactoryDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Psr18ClientDiscovery.php b/Http/Discovery/Psr18ClientDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Strategy/CommonClassesStrategy.php b/Http/Discovery/Strategy/CommonClassesStrategy.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php b/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Strategy/DiscoveryStrategy.php b/Http/Discovery/Strategy/DiscoveryStrategy.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Strategy/MockClientStrategy.php b/Http/Discovery/Strategy/MockClientStrategy.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/Strategy/PuliBetaStrategy.php b/Http/Discovery/Strategy/PuliBetaStrategy.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/StreamFactoryDiscovery.php b/Http/Discovery/StreamFactoryDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Discovery/UriFactoryDiscovery.php b/Http/Discovery/UriFactoryDiscovery.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception.php b/Http/Httplug/Exception.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception/HttpException.php b/Http/Httplug/Exception/HttpException.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception/NetworkException.php b/Http/Httplug/Exception/NetworkException.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception/RequestAwareTrait.php b/Http/Httplug/Exception/RequestAwareTrait.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception/RequestException.php b/Http/Httplug/Exception/RequestException.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Exception/TransferException.php b/Http/Httplug/Exception/TransferException.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/HttpAsyncClient.php b/Http/Httplug/HttpAsyncClient.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/HttpClient.php b/Http/Httplug/HttpClient.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/LICENSE b/Http/Httplug/LICENSE old mode 100644 new mode 100755 diff --git a/Http/Httplug/Promise/HttpFulfilledPromise.php b/Http/Httplug/Promise/HttpFulfilledPromise.php old mode 100644 new mode 100755 diff --git a/Http/Httplug/Promise/HttpRejectedPromise.php b/Http/Httplug/Promise/HttpRejectedPromise.php old mode 100644 new mode 100755 diff --git a/Http/Message/LICENSE b/Http/Message/LICENSE old mode 100644 new mode 100755 diff --git a/Http/Message/MessageFactory.php b/Http/Message/MessageFactory.php old mode 100644 new mode 100755 diff --git a/Http/Message/RequestFactory.php b/Http/Message/RequestFactory.php old mode 100644 new mode 100755 diff --git a/Http/Message/ResponseFactory.php b/Http/Message/ResponseFactory.php old mode 100644 new mode 100755 diff --git a/Http/Message/StreamFactory.php b/Http/Message/StreamFactory.php old mode 100644 new mode 100755 diff --git a/Http/Message/UriFactory.php b/Http/Message/UriFactory.php old mode 100644 new mode 100755 diff --git a/Laminas/Escaper/Escaper.php b/Laminas/Escaper/Escaper.php old mode 100644 new mode 100755 diff --git a/Laminas/Escaper/Exception/ExceptionInterface.php b/Laminas/Escaper/Exception/ExceptionInterface.php old mode 100644 new mode 100755 diff --git a/Laminas/Escaper/Exception/InvalidArgumentException.php b/Laminas/Escaper/Exception/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Laminas/Escaper/Exception/RuntimeException.php b/Laminas/Escaper/Exception/RuntimeException.php old mode 100644 new mode 100755 diff --git a/Laminas/Escaper/LICENSE.md b/Laminas/Escaper/LICENSE.md old mode 100644 new mode 100755 diff --git a/MyCLabs/Enum/Enum.php b/MyCLabs/Enum/Enum.php old mode 100644 new mode 100755 diff --git a/MyCLabs/LICENSE b/MyCLabs/LICENSE old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php b/PhpOffice/Common/Adapter/Zip/PclZipAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php b/PhpOffice/Common/Adapter/Zip/ZipArchiveAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Adapter/Zip/ZipInterface.php b/PhpOffice/Common/Adapter/Zip/ZipInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Autoloader.php b/PhpOffice/Common/Autoloader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Drawing.php b/PhpOffice/Common/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/File.php b/PhpOffice/Common/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Font.php b/PhpOffice/Common/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Microsoft/OLERead.php b/PhpOffice/Common/Microsoft/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Microsoft/PasswordEncoder.php b/PhpOffice/Common/Microsoft/PasswordEncoder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/Text.php b/PhpOffice/Common/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/XMLReader.php b/PhpOffice/Common/XMLReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/Common/XMLWriter.php b/PhpOffice/Common/XMLWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/AbstractShape.php b/PhpOffice/PhpPresentation/AbstractShape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Autoloader.php b/PhpOffice/PhpPresentation/Autoloader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/ComparableInterface.php b/PhpOffice/PhpPresentation/ComparableInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/DocumentLayout.php b/PhpOffice/PhpPresentation/DocumentLayout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/DocumentProperties.php b/PhpOffice/PhpPresentation/DocumentProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/DirectoryNotFoundException.php b/PhpOffice/PhpPresentation/Exception/DirectoryNotFoundException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/FeatureNotImplementedException.php b/PhpOffice/PhpPresentation/Exception/FeatureNotImplementedException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/FileCopyException.php b/PhpOffice/PhpPresentation/Exception/FileCopyException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/FileNotFoundException.php b/PhpOffice/PhpPresentation/Exception/FileNotFoundException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/FileRemoveException.php b/PhpOffice/PhpPresentation/Exception/FileRemoveException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidClassException.php b/PhpOffice/PhpPresentation/Exception/InvalidClassException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidFileFormatException.php b/PhpOffice/PhpPresentation/Exception/InvalidFileFormatException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/InvalidParameterException.php b/PhpOffice/PhpPresentation/Exception/InvalidParameterException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/OutOfBoundsException.php b/PhpOffice/PhpPresentation/Exception/OutOfBoundsException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/PhpPresentationException.php b/PhpOffice/PhpPresentation/Exception/PhpPresentationException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/ShapeContainerAlreadyAssignedException.php b/PhpOffice/PhpPresentation/Exception/ShapeContainerAlreadyAssignedException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/UnauthorizedMimetypeException.php b/PhpOffice/PhpPresentation/Exception/UnauthorizedMimetypeException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Exception/UndefinedChartTypeException.php b/PhpOffice/PhpPresentation/Exception/UndefinedChartTypeException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/GeometryCalculator.php b/PhpOffice/PhpPresentation/GeometryCalculator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/HashTable.php b/PhpOffice/PhpPresentation/HashTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/IOFactory.php b/PhpOffice/PhpPresentation/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/PhpPresentation.php b/PhpOffice/PhpPresentation/PhpPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/PresentationProperties.php b/PhpOffice/PhpPresentation/PresentationProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/ODPresentation.php b/PhpOffice/PhpPresentation/Reader/ODPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php b/PhpOffice/PhpPresentation/Reader/PowerPoint2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/PowerPoint97.php b/PhpOffice/PhpPresentation/Reader/PowerPoint97.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/ReaderInterface.php b/PhpOffice/PhpPresentation/Reader/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Reader/Serialized.php b/PhpOffice/PhpPresentation/Reader/Serialized.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php b/PhpOffice/PhpPresentation/Shape/AbstractGraphic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/AutoShape.php b/PhpOffice/PhpPresentation/Shape/AutoShape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart.php b/PhpOffice/PhpPresentation/Shape/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Axis.php b/PhpOffice/PhpPresentation/Shape/Chart/Axis.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php b/PhpOffice/PhpPresentation/Shape/Chart/Gridlines.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Legend.php b/PhpOffice/PhpPresentation/Shape/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Marker.php b/PhpOffice/PhpPresentation/Shape/Chart/Marker.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php b/PhpOffice/PhpPresentation/Shape/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Series.php b/PhpOffice/PhpPresentation/Shape/Chart/Series.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Title.php b/PhpOffice/PhpPresentation/Shape/Chart/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractType.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeBar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeLine.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypeLine.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/AbstractTypePie.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Area.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Bar3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Doughnut.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Pie3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Radar.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Radar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php b/PhpOffice/PhpPresentation/Shape/Chart/Type/Scatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Chart/View3D.php b/PhpOffice/PhpPresentation/Shape/Chart/View3D.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Comment.php b/PhpOffice/PhpPresentation/Shape/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Comment/Author.php b/PhpOffice/PhpPresentation/Shape/Comment/Author.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php b/PhpOffice/PhpPresentation/Shape/Drawing/AbstractDrawingAdapter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php b/PhpOffice/PhpPresentation/Shape/Drawing/Base64.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/File.php b/PhpOffice/PhpPresentation/Shape/Drawing/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php b/PhpOffice/PhpPresentation/Shape/Drawing/Gd.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php b/PhpOffice/PhpPresentation/Shape/Drawing/ZipFile.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Group.php b/PhpOffice/PhpPresentation/Shape/Group.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Hyperlink.php b/PhpOffice/PhpPresentation/Shape/Hyperlink.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Line.php b/PhpOffice/PhpPresentation/Shape/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Media.php b/PhpOffice/PhpPresentation/Shape/Media.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Placeholder.php b/PhpOffice/PhpPresentation/Shape/Placeholder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText.php b/PhpOffice/PhpPresentation/Shape/RichText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php b/PhpOffice/PhpPresentation/Shape/RichText/BreakElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php b/PhpOffice/PhpPresentation/Shape/RichText/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/Run.php b/PhpOffice/PhpPresentation/Shape/RichText/Run.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php b/PhpOffice/PhpPresentation/Shape/RichText/TextElementInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table.php b/PhpOffice/PhpPresentation/Shape/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Cell.php b/PhpOffice/PhpPresentation/Shape/Table/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Shape/Table/Row.php b/PhpOffice/PhpPresentation/Shape/Table/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/ShapeContainerInterface.php b/PhpOffice/PhpPresentation/ShapeContainerInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide.php b/PhpOffice/PhpPresentation/Slide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractBackground.php b/PhpOffice/PhpPresentation/Slide/AbstractBackground.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/AbstractSlide.php b/PhpOffice/PhpPresentation/Slide/AbstractSlide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Animation.php b/PhpOffice/PhpPresentation/Slide/Animation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Color.php b/PhpOffice/PhpPresentation/Slide/Background/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/Image.php b/PhpOffice/PhpPresentation/Slide/Background/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php b/PhpOffice/PhpPresentation/Slide/Background/SchemeColor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Iterator.php b/PhpOffice/PhpPresentation/Slide/Iterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Layout.php b/PhpOffice/PhpPresentation/Slide/Layout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Note.php b/PhpOffice/PhpPresentation/Slide/Note.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/SlideLayout.php b/PhpOffice/PhpPresentation/Slide/SlideLayout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/SlideMaster.php b/PhpOffice/PhpPresentation/Slide/SlideMaster.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Slide/Transition.php b/PhpOffice/PhpPresentation/Slide/Transition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Alignment.php b/PhpOffice/PhpPresentation/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Border.php b/PhpOffice/PhpPresentation/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Borders.php b/PhpOffice/PhpPresentation/Style/Borders.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Bullet.php b/PhpOffice/PhpPresentation/Style/Bullet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Color.php b/PhpOffice/PhpPresentation/Style/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/ColorMap.php b/PhpOffice/PhpPresentation/Style/ColorMap.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Fill.php b/PhpOffice/PhpPresentation/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Font.php b/PhpOffice/PhpPresentation/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Outline.php b/PhpOffice/PhpPresentation/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/SchemeColor.php b/PhpOffice/PhpPresentation/Style/SchemeColor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/Shadow.php b/PhpOffice/PhpPresentation/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Style/TextStyle.php b/PhpOffice/PhpPresentation/Style/TextStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/AbstractWriter.php b/PhpOffice/PhpPresentation/Writer/AbstractWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation.php b/PhpOffice/PhpPresentation/Writer/ODPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/MetaInfManifest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ObjectsChart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Pictures.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php b/PhpOffice/PhpPresentation/Writer/ODPresentation/ThumbnailsThumbnail.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractDecoratorWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/CommentAuthors.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/DocPropsThumbnail.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptCharts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptComments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptMedia.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptPresentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideLayouts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptSlides.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTableProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptTheme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/PptViewProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php b/PhpOffice/PhpPresentation/Writer/PowerPoint2007/Relationships.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/Serialized.php b/PhpOffice/PhpPresentation/Writer/Serialized.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpPresentation/Writer/WriterInterface.php b/PhpOffice/PhpPresentation/Writer/WriterInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/ArrayEnabled.php b/PhpOffice/PhpSpreadsheet/Calculation/ArrayEnabled.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/BinaryComparison.php b/PhpOffice/PhpSpreadsheet/Calculation/BinaryComparison.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php b/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Category.php b/PhpOffice/PhpSpreadsheet/Calculation/Category.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database.php b/PhpOffice/PhpSpreadsheet/Calculation/Database.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php b/PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php b/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/ArrayArgumentProcessor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/BranchPruner.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/BranchPruner.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/FormattedNumber.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php b/PhpOffice/PhpSpreadsheet/Calculation/Engine/Operands/StructuredReference.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php b/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Exception.php b/PhpOffice/PhpSpreadsheet/Calculation/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php b/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php b/PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php b/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Functions.php b/PhpOffice/PhpSpreadsheet/Calculation/Functions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/ErrorValue.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/ErrorValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/ExcelError.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/ExcelError.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Information/Value.php b/PhpOffice/PhpSpreadsheet/Calculation/Information/Value.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php b/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php b/PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php b/PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Filter.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Filter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Sort.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Sort.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Unique.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Unique.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php b/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php b/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php b/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Helpers.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Helpers.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php b/PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php b/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Web.php b/PhpOffice/PhpSpreadsheet/Calculation/Web.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php b/PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/Translations.xlsx b/PhpOffice/PhpSpreadsheet/Calculation/locale/Translations.xlsx old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/nb/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions b/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php b/PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AddressRange.php b/PhpOffice/PhpSpreadsheet/Cell/AddressRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Cell.php b/PhpOffice/PhpSpreadsheet/Cell/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/CellAddress.php b/PhpOffice/PhpSpreadsheet/Cell/CellAddress.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/CellRange.php b/PhpOffice/PhpSpreadsheet/Cell/CellRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php b/PhpOffice/PhpSpreadsheet/Cell/ColumnRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php b/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataType.php b/PhpOffice/PhpSpreadsheet/Cell/DataType.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php b/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php b/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/RowRange.php b/PhpOffice/PhpSpreadsheet/Cell/RowRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php b/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/CellReferenceHelper.php b/PhpOffice/PhpSpreadsheet/CellReferenceHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Axis.php b/PhpOffice/PhpSpreadsheet/Chart/Axis.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Chart.php b/PhpOffice/PhpSpreadsheet/Chart/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/ChartColor.php b/PhpOffice/PhpSpreadsheet/Chart/ChartColor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php b/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Exception.php b/PhpOffice/PhpSpreadsheet/Chart/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/GridLines.php b/PhpOffice/PhpSpreadsheet/Chart/GridLines.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Layout.php b/PhpOffice/PhpSpreadsheet/Chart/Layout.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Legend.php b/PhpOffice/PhpSpreadsheet/Chart/Legend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php b/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Properties.php b/PhpOffice/PhpSpreadsheet/Chart/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraphRendererBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php b/PhpOffice/PhpSpreadsheet/Chart/Renderer/MtJpGraphRenderer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt b/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/Title.php b/PhpOffice/PhpSpreadsheet/Chart/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Chart/TrendLine.php b/PhpOffice/PhpSpreadsheet/Chart/TrendLine.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Cells.php b/PhpOffice/PhpSpreadsheet/Collection/Cells.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php b/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache1.php b/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache1.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache3.php b/PhpOffice/PhpSpreadsheet/Collection/Memory/SimpleCache3.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Comment.php b/PhpOffice/PhpSpreadsheet/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/DefinedName.php b/PhpOffice/PhpSpreadsheet/DefinedName.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Document/Properties.php b/PhpOffice/PhpSpreadsheet/Document/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Document/Security.php b/PhpOffice/PhpSpreadsheet/Document/Security.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Exception.php b/PhpOffice/PhpSpreadsheet/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/HashTable.php b/PhpOffice/PhpSpreadsheet/HashTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Dimension.php b/PhpOffice/PhpSpreadsheet/Helper/Dimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Html.php b/PhpOffice/PhpSpreadsheet/Helper/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Sample.php b/PhpOffice/PhpSpreadsheet/Helper/Sample.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/Size.php b/PhpOffice/PhpSpreadsheet/Helper/Size.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Helper/TextGrid.php b/PhpOffice/PhpSpreadsheet/Helper/TextGrid.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/IComparable.php b/PhpOffice/PhpSpreadsheet/IComparable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/IOFactory.php b/PhpOffice/PhpSpreadsheet/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/NamedFormula.php b/PhpOffice/PhpSpreadsheet/NamedFormula.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/NamedRange.php b/PhpOffice/PhpSpreadsheet/NamedRange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php b/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Csv.php b/PhpOffice/PhpSpreadsheet/Reader/Csv.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php b/PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Exception.php b/PhpOffice/PhpSpreadsheet/Reader/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php b/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Html.php b/PhpOffice/PhpSpreadsheet/Reader/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php b/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/IReader.php b/PhpOffice/PhpSpreadsheet/Reader/IReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods.php b/PhpOffice/PhpSpreadsheet/Reader/Ods.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/BaseLoader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/FormulaTranslator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php b/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Slk.php b/PhpOffice/PhpSpreadsheet/Reader/Slk.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls.php b/PhpOffice/PhpSpreadsheet/Reader/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/ConditionalFormatting.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/DataValidationHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php b/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Namespaces.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/TableReader.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/TableReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php b/PhpOffice/PhpSpreadsheet/Reader/Xlsx/WorkbookView.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml.php b/PhpOffice/PhpSpreadsheet/Reader/Xml.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php b/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/ReferenceHelper.php b/PhpOffice/PhpSpreadsheet/ReferenceHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php b/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/RichText.php b/PhpOffice/PhpSpreadsheet/RichText/RichText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/Run.php b/PhpOffice/PhpSpreadsheet/RichText/Run.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/RichText/TextElement.php b/PhpOffice/PhpSpreadsheet/RichText/TextElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Settings.php b/PhpOffice/PhpSpreadsheet/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/CodePage.php b/PhpOffice/PhpSpreadsheet/Shared/CodePage.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Date.php b/PhpOffice/PhpSpreadsheet/Shared/Date.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Drawing.php b/PhpOffice/PhpSpreadsheet/Shared/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher.php b/PhpOffice/PhpSpreadsheet/Shared/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/File.php b/PhpOffice/PhpSpreadsheet/Shared/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Font.php b/PhpOffice/PhpSpreadsheet/Shared/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php b/PhpOffice/PhpSpreadsheet/Shared/IntOrFloat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE.php b/PhpOffice/PhpSpreadsheet/Shared/OLE.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php b/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/OLERead.php b/PhpOffice/PhpSpreadsheet/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php b/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php b/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php b/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php b/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php b/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Shared/Xls.php b/PhpOffice/PhpSpreadsheet/Shared/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Spreadsheet.php b/PhpOffice/PhpSpreadsheet/Spreadsheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Alignment.php b/PhpOffice/PhpSpreadsheet/Style/Alignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Border.php b/PhpOffice/PhpSpreadsheet/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Borders.php b/PhpOffice/PhpSpreadsheet/Style/Borders.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Color.php b/PhpOffice/PhpSpreadsheet/Style/Color.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Conditional.php b/PhpOffice/PhpSpreadsheet/Style/Conditional.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/CellStyleAssessor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/CellValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/DateValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Duplicates.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Errors.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Expression.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/TextValue.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardAbstract.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php b/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/WizardInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Fill.php b/PhpOffice/PhpSpreadsheet/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Font.php b/PhpOffice/PhpSpreadsheet/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php b/PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Protection.php b/PhpOffice/PhpSpreadsheet/Style/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Style.php b/PhpOffice/PhpSpreadsheet/Style/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Style/Supervisor.php b/PhpOffice/PhpSpreadsheet/Style/Supervisor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php b/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/Column.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php b/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php b/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php b/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php b/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Row.php b/PhpOffice/PhpSpreadsheet/Worksheet/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php b/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php b/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table/Column.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Table/TableStyle.php b/PhpOffice/PhpSpreadsheet/Worksheet/Table/TableStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Validations.php b/PhpOffice/PhpSpreadsheet/Worksheet/Validations.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php b/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php b/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Csv.php b/PhpOffice/PhpSpreadsheet/Writer/Csv.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Exception.php b/PhpOffice/PhpSpreadsheet/Writer/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Html.php b/PhpOffice/PhpSpreadsheet/Writer/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/IWriter.php b/PhpOffice/PhpSpreadsheet/Writer/IWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods.php b/PhpOffice/PhpSpreadsheet/Writer/Ods.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php b/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls.php b/PhpOffice/PhpSpreadsheet/Writer/Xls.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/ConditionalHelper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php b/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/AutoFilter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/FunctionPrefix.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php b/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/AbstractCollection.php b/PhpOffice/PhpWord/Collection/AbstractCollection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Bookmarks.php b/PhpOffice/PhpWord/Collection/Bookmarks.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Charts.php b/PhpOffice/PhpWord/Collection/Charts.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Comments.php b/PhpOffice/PhpWord/Collection/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Endnotes.php b/PhpOffice/PhpWord/Collection/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Footnotes.php b/PhpOffice/PhpWord/Collection/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Collection/Titles.php b/PhpOffice/PhpWord/Collection/Titles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php b/PhpOffice/PhpWord/ComplexType/FootnoteProperties.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/ProofState.php b/PhpOffice/PhpWord/ComplexType/ProofState.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/TblWidth.php b/PhpOffice/PhpWord/ComplexType/TblWidth.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/ComplexType/TrackChangesView.php b/PhpOffice/PhpWord/ComplexType/TrackChangesView.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/AbstractContainer.php b/PhpOffice/PhpWord/Element/AbstractContainer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/AbstractElement.php b/PhpOffice/PhpWord/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Bookmark.php b/PhpOffice/PhpWord/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Cell.php b/PhpOffice/PhpWord/Element/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Chart.php b/PhpOffice/PhpWord/Element/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/CheckBox.php b/PhpOffice/PhpWord/Element/CheckBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Comment.php b/PhpOffice/PhpWord/Element/Comment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Endnote.php b/PhpOffice/PhpWord/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Field.php b/PhpOffice/PhpWord/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Footer.php b/PhpOffice/PhpWord/Element/Footer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Footnote.php b/PhpOffice/PhpWord/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/FormField.php b/PhpOffice/PhpWord/Element/FormField.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Header.php b/PhpOffice/PhpWord/Element/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Image.php b/PhpOffice/PhpWord/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Line.php b/PhpOffice/PhpWord/Element/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Link.php b/PhpOffice/PhpWord/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/ListItem.php b/PhpOffice/PhpWord/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/ListItemRun.php b/PhpOffice/PhpWord/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/OLEObject.php b/PhpOffice/PhpWord/Element/OLEObject.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/PageBreak.php b/PhpOffice/PhpWord/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/PreserveText.php b/PhpOffice/PhpWord/Element/PreserveText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Row.php b/PhpOffice/PhpWord/Element/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/SDT.php b/PhpOffice/PhpWord/Element/SDT.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Section.php b/PhpOffice/PhpWord/Element/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Shape.php b/PhpOffice/PhpWord/Element/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TOC.php b/PhpOffice/PhpWord/Element/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Table.php b/PhpOffice/PhpWord/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Text.php b/PhpOffice/PhpWord/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextBox.php b/PhpOffice/PhpWord/Element/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextBreak.php b/PhpOffice/PhpWord/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TextRun.php b/PhpOffice/PhpWord/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/Title.php b/PhpOffice/PhpWord/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Element/TrackChange.php b/PhpOffice/PhpWord/Element/TrackChange.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/AbstractEscaper.php b/PhpOffice/PhpWord/Escaper/AbstractEscaper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/EscaperInterface.php b/PhpOffice/PhpWord/Escaper/EscaperInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/RegExp.php b/PhpOffice/PhpWord/Escaper/RegExp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/Rtf.php b/PhpOffice/PhpWord/Escaper/Rtf.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Escaper/Xml.php b/PhpOffice/PhpWord/Escaper/Xml.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/CopyFileException.php b/PhpOffice/PhpWord/Exception/CopyFileException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php b/PhpOffice/PhpWord/Exception/CreateTemporaryFileException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/Exception.php b/PhpOffice/PhpWord/Exception/Exception.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidImageException.php b/PhpOffice/PhpWord/Exception/InvalidImageException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidObjectException.php b/PhpOffice/PhpWord/Exception/InvalidObjectException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/InvalidStyleException.php b/PhpOffice/PhpWord/Exception/InvalidStyleException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php b/PhpOffice/PhpWord/Exception/UnsupportedImageTypeException.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/IOFactory.php b/PhpOffice/PhpWord/IOFactory.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Media.php b/PhpOffice/PhpWord/Media.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Compatibility.php b/PhpOffice/PhpWord/Metadata/Compatibility.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/DocInfo.php b/PhpOffice/PhpWord/Metadata/DocInfo.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Protection.php b/PhpOffice/PhpWord/Metadata/Protection.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Metadata/Settings.php b/PhpOffice/PhpWord/Metadata/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/PhpWord.php b/PhpOffice/PhpWord/PhpWord.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/AbstractReader.php b/PhpOffice/PhpWord/Reader/AbstractReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/HTML.php b/PhpOffice/PhpWord/Reader/HTML.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/MsDoc.php b/PhpOffice/PhpWord/Reader/MsDoc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText.php b/PhpOffice/PhpWord/Reader/ODText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php b/PhpOffice/PhpWord/Reader/ODText/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/Content.php b/PhpOffice/PhpWord/Reader/ODText/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ODText/Meta.php b/PhpOffice/PhpWord/Reader/ODText/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/RTF.php b/PhpOffice/PhpWord/Reader/RTF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/RTF/Document.php b/PhpOffice/PhpWord/Reader/RTF/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/ReaderInterface.php b/PhpOffice/PhpWord/Reader/ReaderInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007.php b/PhpOffice/PhpWord/Reader/Word2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php b/PhpOffice/PhpWord/Reader/Word2007/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php b/PhpOffice/PhpWord/Reader/Word2007/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Document.php b/PhpOffice/PhpWord/Reader/Word2007/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php b/PhpOffice/PhpWord/Reader/Word2007/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Numbering.php b/PhpOffice/PhpWord/Reader/Word2007/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Settings.php b/PhpOffice/PhpWord/Reader/Word2007/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Reader/Word2007/Styles.php b/PhpOffice/PhpWord/Reader/Word2007/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Settings.php b/PhpOffice/PhpWord/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/AbstractEnum.php b/PhpOffice/PhpWord/Shared/AbstractEnum.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Converter.php b/PhpOffice/PhpWord/Shared/Converter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Css.php b/PhpOffice/PhpWord/Shared/Css.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Drawing.php b/PhpOffice/PhpWord/Shared/Drawing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Html.php b/PhpOffice/PhpWord/Shared/Html.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Microsoft/PasswordEncoder.php b/PhpOffice/PhpWord/Shared/Microsoft/PasswordEncoder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/OLERead.php b/PhpOffice/PhpWord/Shared/OLERead.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php b/PhpOffice/PhpWord/Shared/PCLZip/pclzip.lib.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/Text.php b/PhpOffice/PhpWord/Shared/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/XMLReader.php b/PhpOffice/PhpWord/Shared/XMLReader.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/XMLWriter.php b/PhpOffice/PhpWord/Shared/XMLWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Shared/ZipArchive.php b/PhpOffice/PhpWord/Shared/ZipArchive.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/Border.php b/PhpOffice/PhpWord/SimpleType/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/DocProtect.php b/PhpOffice/PhpWord/SimpleType/DocProtect.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/Jc.php b/PhpOffice/PhpWord/SimpleType/Jc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/JcTable.php b/PhpOffice/PhpWord/SimpleType/JcTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php b/PhpOffice/PhpWord/SimpleType/LineSpacingRule.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/NumberFormat.php b/PhpOffice/PhpWord/SimpleType/NumberFormat.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/TblWidth.php b/PhpOffice/PhpWord/SimpleType/TblWidth.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/TextAlignment.php b/PhpOffice/PhpWord/SimpleType/TextAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/VerticalJc.php b/PhpOffice/PhpWord/SimpleType/VerticalJc.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/SimpleType/Zoom.php b/PhpOffice/PhpWord/SimpleType/Zoom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style.php b/PhpOffice/PhpWord/Style.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/AbstractStyle.php b/PhpOffice/PhpWord/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Border.php b/PhpOffice/PhpWord/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Cell.php b/PhpOffice/PhpWord/Style/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Chart.php b/PhpOffice/PhpWord/Style/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Extrusion.php b/PhpOffice/PhpWord/Style/Extrusion.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Fill.php b/PhpOffice/PhpWord/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Font.php b/PhpOffice/PhpWord/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Frame.php b/PhpOffice/PhpWord/Style/Frame.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Image.php b/PhpOffice/PhpWord/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Indentation.php b/PhpOffice/PhpWord/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Language.php b/PhpOffice/PhpWord/Style/Language.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Line.php b/PhpOffice/PhpWord/Style/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/LineNumbering.php b/PhpOffice/PhpWord/Style/LineNumbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/ListItem.php b/PhpOffice/PhpWord/Style/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Numbering.php b/PhpOffice/PhpWord/Style/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/NumberingLevel.php b/PhpOffice/PhpWord/Style/NumberingLevel.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Outline.php b/PhpOffice/PhpWord/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Paper.php b/PhpOffice/PhpWord/Style/Paper.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Paragraph.php b/PhpOffice/PhpWord/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Row.php b/PhpOffice/PhpWord/Style/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Section.php b/PhpOffice/PhpWord/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shading.php b/PhpOffice/PhpWord/Style/Shading.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shadow.php b/PhpOffice/PhpWord/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Shape.php b/PhpOffice/PhpWord/Style/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Spacing.php b/PhpOffice/PhpWord/Style/Spacing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TOC.php b/PhpOffice/PhpWord/Style/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Tab.php b/PhpOffice/PhpWord/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/Table.php b/PhpOffice/PhpWord/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TablePosition.php b/PhpOffice/PhpWord/Style/TablePosition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Style/TextBox.php b/PhpOffice/PhpWord/Style/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/TemplateProcessor.php b/PhpOffice/PhpWord/TemplateProcessor.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/AbstractWriter.php b/PhpOffice/PhpWord/Writer/AbstractWriter.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML.php b/PhpOffice/PhpWord/Writer/HTML.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/HTML/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/HTML/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Container.php b/PhpOffice/PhpWord/Writer/HTML/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php b/PhpOffice/PhpWord/Writer/HTML/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Image.php b/PhpOffice/PhpWord/Writer/HTML/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Link.php b/PhpOffice/PhpWord/Writer/HTML/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Table.php b/PhpOffice/PhpWord/Writer/HTML/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Text.php b/PhpOffice/PhpWord/Writer/HTML/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php b/PhpOffice/PhpWord/Writer/HTML/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Element/Title.php b/PhpOffice/PhpWord/Writer/HTML/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/HTML/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Body.php b/PhpOffice/PhpWord/Writer/HTML/Part/Body.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Part/Head.php b/PhpOffice/PhpWord/Writer/HTML/Part/Head.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/HTML/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Font.php b/PhpOffice/PhpWord/Writer/HTML/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php b/PhpOffice/PhpWord/Writer/HTML/Style/Generic.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Image.php b/PhpOffice/PhpWord/Writer/HTML/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/HTML/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText.php b/PhpOffice/PhpWord/Writer/ODText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/ODText/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Container.php b/PhpOffice/PhpWord/Writer/ODText/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Field.php b/PhpOffice/PhpWord/Writer/ODText/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Image.php b/PhpOffice/PhpWord/Writer/ODText/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Link.php b/PhpOffice/PhpWord/Writer/ODText/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Table.php b/PhpOffice/PhpWord/Writer/ODText/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Text.php b/PhpOffice/PhpWord/Writer/ODText/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php b/PhpOffice/PhpWord/Writer/ODText/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Element/Title.php b/PhpOffice/PhpWord/Writer/ODText/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/ODText/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Content.php b/PhpOffice/PhpWord/Writer/ODText/Part/Content.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php b/PhpOffice/PhpWord/Writer/ODText/Part/Manifest.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php b/PhpOffice/PhpWord/Writer/ODText/Part/Meta.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php b/PhpOffice/PhpWord/Writer/ODText/Part/Mimetype.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php b/PhpOffice/PhpWord/Writer/ODText/Part/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/ODText/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Font.php b/PhpOffice/PhpWord/Writer/ODText/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Image.php b/PhpOffice/PhpWord/Writer/ODText/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/ODText/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Section.php b/PhpOffice/PhpWord/Writer/ODText/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/ODText/Style/Table.php b/PhpOffice/PhpWord/Writer/ODText/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF.php b/PhpOffice/PhpWord/Writer/PDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php b/PhpOffice/PhpWord/Writer/PDF/AbstractRenderer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/DomPDF.php b/PhpOffice/PhpWord/Writer/PDF/DomPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/MPDF.php b/PhpOffice/PhpWord/Writer/PDF/MPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/PDF/TCPDF.php b/PhpOffice/PhpWord/Writer/PDF/TCPDF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF.php b/PhpOffice/PhpWord/Writer/RTF.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/RTF/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Container.php b/PhpOffice/PhpWord/Writer/RTF/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Field.php b/PhpOffice/PhpWord/Writer/RTF/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Image.php b/PhpOffice/PhpWord/Writer/RTF/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Link.php b/PhpOffice/PhpWord/Writer/RTF/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php b/PhpOffice/PhpWord/Writer/RTF/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Table.php b/PhpOffice/PhpWord/Writer/RTF/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Text.php b/PhpOffice/PhpWord/Writer/RTF/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php b/PhpOffice/PhpWord/Writer/RTF/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Element/Title.php b/PhpOffice/PhpWord/Writer/RTF/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/RTF/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Document.php b/PhpOffice/PhpWord/Writer/RTF/Part/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Part/Header.php b/PhpOffice/PhpWord/Writer/RTF/Part/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/RTF/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Border.php b/PhpOffice/PhpWord/Writer/RTF/Style/Border.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Font.php b/PhpOffice/PhpWord/Writer/RTF/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php b/PhpOffice/PhpWord/Writer/RTF/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/RTF/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Section.php b/PhpOffice/PhpWord/Writer/RTF/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php b/PhpOffice/PhpWord/Writer/RTF/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007.php b/PhpOffice/PhpWord/Writer/Word2007.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php b/PhpOffice/PhpWord/Writer/Word2007/Element/AbstractElement.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Bookmark.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/CheckBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Container.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Endnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Field.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Footnote.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php b/PhpOffice/PhpWord/Writer/Word2007/Element/FormField.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Link.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItem.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ListItemRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php b/PhpOffice/PhpWord/Writer/Word2007/Element/OLEObject.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PageBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php b/PhpOffice/PhpWord/Writer/Word2007/Element/PreserveText.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php b/PhpOffice/PhpWord/Writer/Word2007/Element/SDT.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TOC.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TableAlignment.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Text.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextBreak.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php b/PhpOffice/PhpWord/Writer/Word2007/Element/TextRun.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php b/PhpOffice/PhpWord/Writer/Word2007/Element/Title.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/AbstractPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Chart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Comments.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/ContentTypes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsApp.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCore.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php b/PhpOffice/PhpWord/Writer/Word2007/Part/DocPropsCustom.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Document.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Endnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php b/PhpOffice/PhpWord/Writer/Word2007/Part/FontTable.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footer.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Footnotes.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Header.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Numbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Rels.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsDocument.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php b/PhpOffice/PhpWord/Writer/Word2007/Part/RelsPart.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Settings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Styles.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php b/PhpOffice/PhpWord/Writer/Word2007/Part/Theme.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php b/PhpOffice/PhpWord/Writer/Word2007/Part/WebSettings.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php b/PhpOffice/PhpWord/Writer/Word2007/Style/AbstractStyle.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Cell.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Extrusion.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Fill.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Font.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Frame.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Image.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Indentation.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Line.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php b/PhpOffice/PhpWord/Writer/Word2007/Style/LineNumbering.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php b/PhpOffice/PhpWord/Writer/Word2007/Style/MarginBorder.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Outline.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Paragraph.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Row.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Section.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shading.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shadow.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Shape.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Spacing.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Tab.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php b/PhpOffice/PhpWord/Writer/Word2007/Style/Table.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TablePosition.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php b/PhpOffice/PhpWord/Writer/Word2007/Style/TextBox.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/Writer/WriterInterface.php b/PhpOffice/PhpWord/Writer/WriterInterface.php old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/doc.png b/PhpOffice/PhpWord/resources/doc.png old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/ppt.png b/PhpOffice/PhpWord/resources/ppt.png old mode 100644 new mode 100755 diff --git a/PhpOffice/PhpWord/resources/xls.png b/PhpOffice/PhpWord/resources/xls.png old mode 100644 new mode 100755 diff --git a/Psr/Http/Client/ClientExceptionInterface.php b/Psr/Http/Client/ClientExceptionInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Client/ClientInterface.php b/Psr/Http/Client/ClientInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Client/NetworkExceptionInterface.php b/Psr/Http/Client/NetworkExceptionInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Client/RequestExceptionInterface.php b/Psr/Http/Client/RequestExceptionInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/LICENSE b/Psr/Http/LICENSE old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/MessageInterface.php b/Psr/Http/Message/MessageInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/RequestInterface.php b/Psr/Http/Message/RequestInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/ResponseInterface.php b/Psr/Http/Message/ResponseInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/ServerRequestInterface.php b/Psr/Http/Message/ServerRequestInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/StreamInterface.php b/Psr/Http/Message/StreamInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/UploadedFileInterface.php b/Psr/Http/Message/UploadedFileInterface.php old mode 100644 new mode 100755 diff --git a/Psr/Http/Message/UriInterface.php b/Psr/Http/Message/UriInterface.php old mode 100644 new mode 100755 diff --git a/Psr/SimpleCache/CacheException.php b/Psr/SimpleCache/CacheException.php old mode 100644 new mode 100755 diff --git a/Psr/SimpleCache/CacheInterface.php b/Psr/SimpleCache/CacheInterface.php old mode 100644 new mode 100755 diff --git a/Psr/SimpleCache/InvalidArgumentException.php b/Psr/SimpleCache/InvalidArgumentException.php old mode 100644 new mode 100755 diff --git a/Psr/SimpleCache/LICENSE.md b/Psr/SimpleCache/LICENSE.md old mode 100644 new mode 100755 diff --git a/ZipStream/Bigint.php b/ZipStream/Bigint.php old mode 100644 new mode 100755 diff --git a/ZipStream/DeflateStream.php b/ZipStream/DeflateStream.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception.php b/ZipStream/Exception.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/EncodingException.php b/ZipStream/Exception/EncodingException.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/FileNotFoundException.php b/ZipStream/Exception/FileNotFoundException.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/FileNotReadableException.php b/ZipStream/Exception/FileNotReadableException.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/IncompatibleOptionsException.php b/ZipStream/Exception/IncompatibleOptionsException.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/OverflowException.php b/ZipStream/Exception/OverflowException.php old mode 100644 new mode 100755 diff --git a/ZipStream/Exception/StreamNotReadableException.php b/ZipStream/Exception/StreamNotReadableException.php old mode 100644 new mode 100755 diff --git a/ZipStream/File.php b/ZipStream/File.php old mode 100644 new mode 100755 diff --git a/ZipStream/LICENSE b/ZipStream/LICENSE old mode 100644 new mode 100755 diff --git a/ZipStream/Option/Archive.php b/ZipStream/Option/Archive.php old mode 100644 new mode 100755 diff --git a/ZipStream/Option/File.php b/ZipStream/Option/File.php old mode 100644 new mode 100755 diff --git a/ZipStream/Option/Method.php b/ZipStream/Option/Method.php old mode 100644 new mode 100755 diff --git a/ZipStream/Option/Version.php b/ZipStream/Option/Version.php old mode 100644 new mode 100755 diff --git a/ZipStream/Stream.php b/ZipStream/Stream.php old mode 100644 new mode 100755 diff --git a/ZipStream/ZipStream.php b/ZipStream/ZipStream.php old mode 100644 new mode 100755