Changeset 2821641
- Timestamp:
- 11/21/2022 04:19:59 PM (3 years ago)
- Location:
- pubydoc-data-tables-and-charts/trunk
- Files:
-
- 1073 added
- 10 edited
-
classes/frame.php (modified) (1 diff)
-
classes/installer.php (modified) (2 diffs)
-
classes/installerDbUpdater.php (modified) (1 diff)
-
common/lib/PhpOffice (added)
-
common/lib/PhpOffice/.phpcs.xml.dist (added)
-
common/lib/PhpOffice/CHANGELOG.md (added)
-
common/lib/PhpOffice/CONTRIBUTING.md (added)
-
common/lib/PhpOffice/LICENSE (added)
-
common/lib/PhpOffice/PhpSpreadsheet (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Calculation.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Category.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DAverage.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DCount.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DCountA.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DGet.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DMax.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DMin.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DProduct.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDev.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DStDevP.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DSum.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DVar.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DVarP.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Database/DatabaseAbstract.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTime.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Constants.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Current.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Date.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateParts.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/DateValue.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Days360.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Difference.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Helpers.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Month.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/NetworkDays.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Time.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeParts.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/Week.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/DateTimeExcel/YearFrac.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engine (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engine/Logger.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselI.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselJ.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselK.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BesselY.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/BitWise.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Compare.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Complex.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexFunctions.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ComplexOperations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Constants.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertBinary.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertDecimal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertHex.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertOctal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ConvertUOM.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/EngineeringValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/Erf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Engineering/ErfC.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Exception.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/ExceptionHandler.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Amortization.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/CashFlowValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Cumulative.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Interest.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/InterestAndPrincipal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/Payments.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Single.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/NonPeriodic.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/CashFlow/Variable/Periodic.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Constants.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Coupons.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Depreciation.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Dollar.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/FinancialValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Helpers.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/InterestRate.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/AccruedInterest.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Price.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Rates.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/SecurityValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/Yields.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Financial/TreasuryBill.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/FormulaParser.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/FormulaToken.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Functions.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Internal (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Internal/WildcardMatch.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Logical (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Logical.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Logical/Boolean.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Logical/Conditional.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Logical/Operations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Address.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/ExcelMatch.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Formula.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/HLookup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Helpers.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Indirect.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Lookup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/LookupRefValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Matrix.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Offset.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/Selection.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/LookupRef/VLookup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Absolute.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Angle.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Arabic.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Base.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Ceiling.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Combinations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Exp.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Factorial.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Floor.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Gcd.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Helpers.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/IntClass.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Lcm.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Logarithms.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/MatrixFunctions.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Operations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Random.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Roman.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Round.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SeriesSum.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sign.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sqrt.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Subtotal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Sum.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/SumSquares.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosecant.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cosine.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Cotangent.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Secant.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Sine.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trig/Tangent.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/MathTrig/Trunc.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/AggregateBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Averages/Mean.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Conditional.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Confidence.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Counts.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Deviations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Beta.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Binomial.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/ChiSquared.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/DistributionValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Exponential.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/F.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Fisher.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Gamma.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/GammaBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/HyperGeometric.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/LogNormal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/NewtonRaphson.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Normal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Poisson.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StandardNormal.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/StudentT.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Distributions/Weibull.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/MaxMinBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Maximum.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Minimum.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Percentiles.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Permutations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Size.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StandardDeviations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Standardize.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/StatisticalValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Trends.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/VarianceBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Statistical/Variances.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/CaseConvert.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/CharacterConvert.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Concatenate.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Extract.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Format.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Replace.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Search.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Text.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/TextData/Trim.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Token (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Token/Stack.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Web (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Web.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/Web/Service.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/functionlist.txt (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/bg (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/bg/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/cs (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/da (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/da/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/da/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/de (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/de/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/de/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/en (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/en/uk/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/es (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/es/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/es/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fi (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fi/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fr (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/fr/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/hu (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/it (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/it/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/it/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/nl (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/nl/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/no (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/no/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/no/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pl (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pl/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/br/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/pt/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/ru (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/ru/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/sv (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/sv/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/tr (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/config (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Calculation/locale/tr/functions (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/AddressHelper.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/AdvancedValueBinder.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/Cell.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/Coordinate.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/DataType.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/DataValidation.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/DataValidator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/DefaultValueBinder.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/Hyperlink.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/IValueBinder.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Cell/StringValueBinder.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Axis.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Chart.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/DataSeries.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/DataSeriesValues.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Exception.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/GridLines.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Layout.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Legend.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/PlotArea.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Renderer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Renderer/IRenderer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Renderer/JpGraph.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Renderer/PHP Charting Libraries.txt (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Chart/Title.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Collection (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Collection/Cells.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Collection/CellsFactory.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Collection/Memory.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Comment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/DefinedName.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Document (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Document/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Document/Security.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/DocumentGenerator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Exception.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/HashTable.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Helper (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Helper/Html.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Helper/Sample.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/IComparable.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/IOFactory.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/NamedFormula.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/NamedRange.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/BaseReader.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Csv (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Csv.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Csv/Delimiter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/DefaultReadFilter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Exception.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Gnumeric (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Gnumeric.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/PageSetup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Gnumeric/Styles.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Html.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/IReadFilter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/IReader.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods/AutoFilter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods/BaseReader.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods/DefinedNames.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods/PageSettings.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Ods/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Security (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Security/XmlScanner.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Slk.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Color (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Color.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/ErrorCode.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Escher.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/MD5.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/RC4.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Style (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/Border.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellAlignment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/CellFont.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Chart.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/DataValidations.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/PageSetup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/SheetViews.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Styles.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xlsx/Theme.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/PageSettings.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Properties.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Alignment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Border.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Fill.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/Font.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/NumberFormat.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Reader/Xml/Style/StyleBase.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/ReferenceHelper.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/RichText (added)
-
common/lib/PhpOffice/PhpSpreadsheet/RichText/ITextElement.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/RichText/RichText.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/RichText/Run.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/RichText/TextElement.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Settings.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/CodePage.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Date.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Drawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/File.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Font.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/CHANGELOG.TXT (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/LUDecomposition.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/Matrix.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/QRDecomposition.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/utils (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/JAMA/utils/Maths.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/File.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLE/PPS/Root.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/OLERead.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/PasswordHasher.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/StringHelper.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/TimeZone.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/BestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/LinearBestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/PowerBestFit.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Trend/Trend.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/XMLWriter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Shared/Xls.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Spreadsheet.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Alignment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Border.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Borders.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Color.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Conditional.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBar.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Fill.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Font.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/BaseFormatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/Formatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/FractionFormatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/NumberFormat/PercentageFormatter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Protection.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Style.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Style/Supervisor.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/BaseDrawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/CellIterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Column.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/ColumnCellIterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/ColumnDimension.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/ColumnIterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Dimension.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Drawing (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Drawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Drawing/Shadow.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Iterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/MemoryDrawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/PageMargins.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/PageSetup.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Protection.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Row.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/RowCellIterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/RowDimension.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/RowIterator.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/SheetView.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Worksheet/Worksheet.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/BaseWriter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Csv.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Exception.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Html.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/IWriter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/AutoFilters.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Comment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Cell/Style.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Content.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Formula.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Meta.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/MetaInf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Mimetype.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/NamedExpressions.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Settings.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Styles.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/Thumbnails.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Ods/WriterPart.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Pdf (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Pdf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Pdf/Dompdf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Pdf/Mpdf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Pdf/Tcpdf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/BIFFwriter.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/CellDataValidation.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/ErrorCode.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Escher.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Font.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Parser.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Style (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellAlignment.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellBorder.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/CellFill.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Style/ColorMap.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Workbook.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Worksheet.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xls/Xf.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Chart.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Comments.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DefinedNames.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/DocProps.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Drawing.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Rels.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/StringTable.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Style.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Theme.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Workbook.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Worksheet.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/WriterPart.php (added)
-
common/lib/PhpOffice/PhpSpreadsheet/Writer/Xlsx/Xlfn.php (added)
-
common/lib/PhpOffice/Psr.php (added)
-
common/lib/PhpOffice/README.md (added)
-
common/lib/PhpOffice/autoloader.php (added)
-
common/lib/PhpOffice/composer.json (added)
-
common/lib/PhpOffice/phpstan-baseline.neon (added)
-
common/lib/PhpOffice/phpstan.neon.dist (added)
-
common/lib/TCPDF (added)
-
common/lib/TCPDF/CHANGELOG.TXT (added)
-
common/lib/TCPDF/LICENSE.TXT (added)
-
common/lib/TCPDF/README.md (added)
-
common/lib/TCPDF/VERSION (added)
-
common/lib/TCPDF/composer.json (added)
-
common/lib/TCPDF/config (added)
-
common/lib/TCPDF/config/tcpdf_config.php (added)
-
common/lib/TCPDF/examples (added)
-
common/lib/TCPDF/examples/barcodes (added)
-
common/lib/TCPDF/examples/barcodes/example_1d_html.php (added)
-
common/lib/TCPDF/examples/barcodes/example_1d_png.php (added)
-
common/lib/TCPDF/examples/barcodes/example_1d_svg.php (added)
-
common/lib/TCPDF/examples/barcodes/example_1d_svgi.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_datamatrix_html.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_datamatrix_png.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_datamatrix_svg.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_datamatrix_svgi.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_pdf417_html.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_pdf417_png.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_pdf417_svg.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_pdf417_svgi.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_qrcode_html.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_qrcode_png.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_qrcode_svg.php (added)
-
common/lib/TCPDF/examples/barcodes/example_2d_qrcode_svgi.php (added)
-
common/lib/TCPDF/examples/barcodes/tcpdf_barcodes_1d_include.php (added)
-
common/lib/TCPDF/examples/barcodes/tcpdf_barcodes_2d_include.php (added)
-
common/lib/TCPDF/examples/config (added)
-
common/lib/TCPDF/examples/config/tcpdf_config_alt.php (added)
-
common/lib/TCPDF/examples/data (added)
-
common/lib/TCPDF/examples/data/cert (added)
-
common/lib/TCPDF/examples/data/cert/tcpdf.crt (added)
-
common/lib/TCPDF/examples/data/cert/tcpdf.fdf (added)
-
common/lib/TCPDF/examples/data/cert/tcpdf.p12 (added)
-
common/lib/TCPDF/examples/data/chapter_demo_1.txt (added)
-
common/lib/TCPDF/examples/data/chapter_demo_2.txt (added)
-
common/lib/TCPDF/examples/data/table_data_demo.txt (added)
-
common/lib/TCPDF/examples/data/utf8test.txt (added)
-
common/lib/TCPDF/examples/example_001.php (added)
-
common/lib/TCPDF/examples/example_002.php (added)
-
common/lib/TCPDF/examples/example_003.php (added)
-
common/lib/TCPDF/examples/example_004.php (added)
-
common/lib/TCPDF/examples/example_005.php (added)
-
common/lib/TCPDF/examples/example_006.php (added)
-
common/lib/TCPDF/examples/example_007.php (added)
-
common/lib/TCPDF/examples/example_008.php (added)
-
common/lib/TCPDF/examples/example_009.php (added)
-
common/lib/TCPDF/examples/example_010.php (added)
-
common/lib/TCPDF/examples/example_011.php (added)
-
common/lib/TCPDF/examples/example_012.pdf (added)
-
common/lib/TCPDF/examples/example_012.php (added)
-
common/lib/TCPDF/examples/example_013.php (added)
-
common/lib/TCPDF/examples/example_014.php (added)
-
common/lib/TCPDF/examples/example_015.php (added)
-
common/lib/TCPDF/examples/example_016.php (added)
-
common/lib/TCPDF/examples/example_017.php (added)
-
common/lib/TCPDF/examples/example_018.php (added)
-
common/lib/TCPDF/examples/example_019.php (added)
-
common/lib/TCPDF/examples/example_020.php (added)
-
common/lib/TCPDF/examples/example_021.php (added)
-
common/lib/TCPDF/examples/example_022.php (added)
-
common/lib/TCPDF/examples/example_023.php (added)
-
common/lib/TCPDF/examples/example_024.php (added)
-
common/lib/TCPDF/examples/example_025.php (added)
-
common/lib/TCPDF/examples/example_026.php (added)
-
common/lib/TCPDF/examples/example_027.php (added)
-
common/lib/TCPDF/examples/example_028.php (added)
-
common/lib/TCPDF/examples/example_029.php (added)
-
common/lib/TCPDF/examples/example_030.php (added)
-
common/lib/TCPDF/examples/example_031.php (added)
-
common/lib/TCPDF/examples/example_032.php (added)
-
common/lib/TCPDF/examples/example_033.php (added)
-
common/lib/TCPDF/examples/example_034.php (added)
-
common/lib/TCPDF/examples/example_035.php (added)
-
common/lib/TCPDF/examples/example_036.php (added)
-
common/lib/TCPDF/examples/example_037.php (added)
-
common/lib/TCPDF/examples/example_038.php (added)
-
common/lib/TCPDF/examples/example_039.php (added)
-
common/lib/TCPDF/examples/example_040.php (added)
-
common/lib/TCPDF/examples/example_041.php (added)
-
common/lib/TCPDF/examples/example_042.php (added)
-
common/lib/TCPDF/examples/example_043.php (added)
-
common/lib/TCPDF/examples/example_044.php (added)
-
common/lib/TCPDF/examples/example_045.php (added)
-
common/lib/TCPDF/examples/example_046.php (added)
-
common/lib/TCPDF/examples/example_047.php (added)
-
common/lib/TCPDF/examples/example_048.php (added)
-
common/lib/TCPDF/examples/example_049.php (added)
-
common/lib/TCPDF/examples/example_050.php (added)
-
common/lib/TCPDF/examples/example_051.php (added)
-
common/lib/TCPDF/examples/example_052.php (added)
-
common/lib/TCPDF/examples/example_053.php (added)
-
common/lib/TCPDF/examples/example_054.php (added)
-
common/lib/TCPDF/examples/example_055.php (added)
-
common/lib/TCPDF/examples/example_056.php (added)
-
common/lib/TCPDF/examples/example_057.php (added)
-
common/lib/TCPDF/examples/example_058.php (added)
-
common/lib/TCPDF/examples/example_059.php (added)
-
common/lib/TCPDF/examples/example_060.php (added)
-
common/lib/TCPDF/examples/example_061.php (added)
-
common/lib/TCPDF/examples/example_062.php (added)
-
common/lib/TCPDF/examples/example_063.php (added)
-
common/lib/TCPDF/examples/example_064.php (added)
-
common/lib/TCPDF/examples/example_065.php (added)
-
common/lib/TCPDF/examples/images (added)
-
common/lib/TCPDF/examples/images/_blank.png (added)
-
common/lib/TCPDF/examples/images/alpha.png (added)
-
common/lib/TCPDF/examples/images/image_demo.jpg (added)
-
common/lib/TCPDF/examples/images/image_with_alpha.png (added)
-
common/lib/TCPDF/examples/images/img.png (added)
-
common/lib/TCPDF/examples/images/logo_example.gif (added)
-
common/lib/TCPDF/examples/images/logo_example.jpg (added)
-
common/lib/TCPDF/examples/images/logo_example.png (added)
-
common/lib/TCPDF/examples/images/tcpdf_box.ai (added)
-
common/lib/TCPDF/examples/images/tcpdf_box.svg (added)
-
common/lib/TCPDF/examples/images/tcpdf_cell.png (added)
-
common/lib/TCPDF/examples/images/tcpdf_logo.jpg (added)
-
common/lib/TCPDF/examples/images/tcpdf_signature.png (added)
-
common/lib/TCPDF/examples/images/testsvg.svg (added)
-
common/lib/TCPDF/examples/images/tux.svg (added)
-
common/lib/TCPDF/examples/index.php (added)
-
common/lib/TCPDF/examples/lang (added)
-
common/lib/TCPDF/examples/lang/afr.php (added)
-
common/lib/TCPDF/examples/lang/ara.php (added)
-
common/lib/TCPDF/examples/lang/aze.php (added)
-
common/lib/TCPDF/examples/lang/bel.php (added)
-
common/lib/TCPDF/examples/lang/bra.php (added)
-
common/lib/TCPDF/examples/lang/bul.php (added)
-
common/lib/TCPDF/examples/lang/cat.php (added)
-
common/lib/TCPDF/examples/lang/ces.php (added)
-
common/lib/TCPDF/examples/lang/chi.php (added)
-
common/lib/TCPDF/examples/lang/cym.php (added)
-
common/lib/TCPDF/examples/lang/dan.php (added)
-
common/lib/TCPDF/examples/lang/eng.php (added)
-
common/lib/TCPDF/examples/lang/est.php (added)
-
common/lib/TCPDF/examples/lang/eus.php (added)
-
common/lib/TCPDF/examples/lang/far.php (added)
-
common/lib/TCPDF/examples/lang/fra.php (added)
-
common/lib/TCPDF/examples/lang/ger.php (added)
-
common/lib/TCPDF/examples/lang/gle.php (added)
-
common/lib/TCPDF/examples/lang/glg.php (added)
-
common/lib/TCPDF/examples/lang/hat.php (added)
-
common/lib/TCPDF/examples/lang/heb.php (added)
-
common/lib/TCPDF/examples/lang/hrv.php (added)
-
common/lib/TCPDF/examples/lang/hun.php (added)
-
common/lib/TCPDF/examples/lang/hye.php (added)
-
common/lib/TCPDF/examples/lang/ind.php (added)
-
common/lib/TCPDF/examples/lang/ita.php (added)
-
common/lib/TCPDF/examples/lang/jpn.php (added)
-
common/lib/TCPDF/examples/lang/kat.php (added)
-
common/lib/TCPDF/examples/lang/kor.php (added)
-
common/lib/TCPDF/examples/lang/mkd.php (added)
-
common/lib/TCPDF/examples/lang/mlt.php (added)
-
common/lib/TCPDF/examples/lang/msa.php (added)
-
common/lib/TCPDF/examples/lang/nld.php (added)
-
common/lib/TCPDF/examples/lang/nob.php (added)
-
common/lib/TCPDF/examples/lang/pol.php (added)
-
common/lib/TCPDF/examples/lang/por.php (added)
-
common/lib/TCPDF/examples/lang/ron.php (added)
-
common/lib/TCPDF/examples/lang/rus.php (added)
-
common/lib/TCPDF/examples/lang/slv.php (added)
-
common/lib/TCPDF/examples/lang/spa.php (added)
-
common/lib/TCPDF/examples/lang/sqi.php (added)
-
common/lib/TCPDF/examples/lang/srp.php (added)
-
common/lib/TCPDF/examples/lang/swa.php (added)
-
common/lib/TCPDF/examples/lang/swe.php (added)
-
common/lib/TCPDF/examples/lang/ukr.php (added)
-
common/lib/TCPDF/examples/lang/urd.php (added)
-
common/lib/TCPDF/examples/lang/yid.php (added)
-
common/lib/TCPDF/examples/lang/zho.php (added)
-
common/lib/TCPDF/examples/tcpdf_include.php (added)
-
common/lib/TCPDF/fonts (added)
-
common/lib/TCPDF/fonts/ae_fonts_2.0 (added)
-
common/lib/TCPDF/fonts/ae_fonts_2.0/COPYING (added)
-
common/lib/TCPDF/fonts/ae_fonts_2.0/ChangeLog (added)
-
common/lib/TCPDF/fonts/ae_fonts_2.0/README (added)
-
common/lib/TCPDF/fonts/aealarabiya.ctg.z (added)
-
common/lib/TCPDF/fonts/aealarabiya.php (added)
-
common/lib/TCPDF/fonts/aealarabiya.z (added)
-
common/lib/TCPDF/fonts/aefurat.ctg.z (added)
-
common/lib/TCPDF/fonts/aefurat.php (added)
-
common/lib/TCPDF/fonts/aefurat.z (added)
-
common/lib/TCPDF/fonts/cid0cs.php (added)
-
common/lib/TCPDF/fonts/cid0ct.php (added)
-
common/lib/TCPDF/fonts/cid0jp.php (added)
-
common/lib/TCPDF/fonts/cid0kr.php (added)
-
common/lib/TCPDF/fonts/courier.php (added)
-
common/lib/TCPDF/fonts/courierb.php (added)
-
common/lib/TCPDF/fonts/courierbi.php (added)
-
common/lib/TCPDF/fonts/courieri.php (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33 (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/AUTHORS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/BUGS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/LICENSE (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/NEWS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/README (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/langcover.txt (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/status.txt (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.33/unicover.txt (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34 (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/AUTHORS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/BUGS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/LICENSE (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/NEWS (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/README (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/langcover.txt (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/status.txt (added)
-
common/lib/TCPDF/fonts/dejavu-fonts-ttf-2.34/unicover.txt (added)
-
common/lib/TCPDF/fonts/dejavusans.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusans.php (added)
-
common/lib/TCPDF/fonts/dejavusans.z (added)
-
common/lib/TCPDF/fonts/dejavusansb.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansb.php (added)
-
common/lib/TCPDF/fonts/dejavusansb.z (added)
-
common/lib/TCPDF/fonts/dejavusansbi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansbi.php (added)
-
common/lib/TCPDF/fonts/dejavusansbi.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensed.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensed.php (added)
-
common/lib/TCPDF/fonts/dejavusanscondensed.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedb.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedb.php (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedb.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedbi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedbi.php (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedbi.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedi.php (added)
-
common/lib/TCPDF/fonts/dejavusanscondensedi.z (added)
-
common/lib/TCPDF/fonts/dejavusansextralight.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansextralight.php (added)
-
common/lib/TCPDF/fonts/dejavusansextralight.z (added)
-
common/lib/TCPDF/fonts/dejavusansi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansi.php (added)
-
common/lib/TCPDF/fonts/dejavusansi.z (added)
-
common/lib/TCPDF/fonts/dejavusansmono.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansmono.php (added)
-
common/lib/TCPDF/fonts/dejavusansmono.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonob.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonob.php (added)
-
common/lib/TCPDF/fonts/dejavusansmonob.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonobi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonobi.php (added)
-
common/lib/TCPDF/fonts/dejavusansmonobi.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonoi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavusansmonoi.php (added)
-
common/lib/TCPDF/fonts/dejavusansmonoi.z (added)
-
common/lib/TCPDF/fonts/dejavuserif.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserif.php (added)
-
common/lib/TCPDF/fonts/dejavuserif.z (added)
-
common/lib/TCPDF/fonts/dejavuserifb.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifb.php (added)
-
common/lib/TCPDF/fonts/dejavuserifb.z (added)
-
common/lib/TCPDF/fonts/dejavuserifbi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifbi.php (added)
-
common/lib/TCPDF/fonts/dejavuserifbi.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensed.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensed.php (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensed.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedb.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedb.php (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedb.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedbi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedbi.php (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedbi.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedi.php (added)
-
common/lib/TCPDF/fonts/dejavuserifcondensedi.z (added)
-
common/lib/TCPDF/fonts/dejavuserifi.ctg.z (added)
-
common/lib/TCPDF/fonts/dejavuserifi.php (added)
-
common/lib/TCPDF/fonts/dejavuserifi.z (added)
-
common/lib/TCPDF/fonts/freefont-20100919 (added)
-
common/lib/TCPDF/fonts/freefont-20100919/AUTHORS (added)
-
common/lib/TCPDF/fonts/freefont-20100919/COPYING (added)
-
common/lib/TCPDF/fonts/freefont-20100919/CREDITS (added)
-
common/lib/TCPDF/fonts/freefont-20100919/ChangeLog (added)
-
common/lib/TCPDF/fonts/freefont-20100919/INSTALL (added)
-
common/lib/TCPDF/fonts/freefont-20100919/README (added)
-
common/lib/TCPDF/fonts/freefont-20120503 (added)
-
common/lib/TCPDF/fonts/freefont-20120503/AUTHORS (added)
-
common/lib/TCPDF/fonts/freefont-20120503/COPYING (added)
-
common/lib/TCPDF/fonts/freefont-20120503/CREDITS (added)
-
common/lib/TCPDF/fonts/freefont-20120503/ChangeLog (added)
-
common/lib/TCPDF/fonts/freefont-20120503/INSTALL (added)
-
common/lib/TCPDF/fonts/freefont-20120503/README (added)
-
common/lib/TCPDF/fonts/freefont-20120503/TROUBLESHOOTING (added)
-
common/lib/TCPDF/fonts/freefont-20120503/USAGE (added)
-
common/lib/TCPDF/fonts/freemono.ctg.z (added)
-
common/lib/TCPDF/fonts/freemono.php (added)
-
common/lib/TCPDF/fonts/freemono.z (added)
-
common/lib/TCPDF/fonts/freemonob.ctg.z (added)
-
common/lib/TCPDF/fonts/freemonob.php (added)
-
common/lib/TCPDF/fonts/freemonob.z (added)
-
common/lib/TCPDF/fonts/freemonobi.ctg.z (added)
-
common/lib/TCPDF/fonts/freemonobi.php (added)
-
common/lib/TCPDF/fonts/freemonobi.z (added)
-
common/lib/TCPDF/fonts/freemonoi.ctg.z (added)
-
common/lib/TCPDF/fonts/freemonoi.php (added)
-
common/lib/TCPDF/fonts/freemonoi.z (added)
-
common/lib/TCPDF/fonts/freesans.ctg.z (added)
-
common/lib/TCPDF/fonts/freesans.php (added)
-
common/lib/TCPDF/fonts/freesans.z (added)
-
common/lib/TCPDF/fonts/freesansb.ctg.z (added)
-
common/lib/TCPDF/fonts/freesansb.php (added)
-
common/lib/TCPDF/fonts/freesansb.z (added)
-
common/lib/TCPDF/fonts/freesansbi.ctg.z (added)
-
common/lib/TCPDF/fonts/freesansbi.php (added)
-
common/lib/TCPDF/fonts/freesansbi.z (added)
-
common/lib/TCPDF/fonts/freesansi.ctg.z (added)
-
common/lib/TCPDF/fonts/freesansi.php (added)
-
common/lib/TCPDF/fonts/freesansi.z (added)
-
common/lib/TCPDF/fonts/freeserif.ctg.z (added)
-
common/lib/TCPDF/fonts/freeserif.php (added)
-
common/lib/TCPDF/fonts/freeserif.z (added)
-
common/lib/TCPDF/fonts/freeserifb.ctg.z (added)
-
common/lib/TCPDF/fonts/freeserifb.php (added)
-
common/lib/TCPDF/fonts/freeserifb.z (added)
-
common/lib/TCPDF/fonts/freeserifbi.ctg.z (added)
-
common/lib/TCPDF/fonts/freeserifbi.php (added)
-
common/lib/TCPDF/fonts/freeserifbi.z (added)
-
common/lib/TCPDF/fonts/freeserifi.ctg.z (added)
-
common/lib/TCPDF/fonts/freeserifi.php (added)
-
common/lib/TCPDF/fonts/freeserifi.z (added)
-
common/lib/TCPDF/fonts/helvetica.php (added)
-
common/lib/TCPDF/fonts/helveticab.php (added)
-
common/lib/TCPDF/fonts/helveticabi.php (added)
-
common/lib/TCPDF/fonts/helveticai.php (added)
-
common/lib/TCPDF/fonts/hysmyeongjostdmedium.php (added)
-
common/lib/TCPDF/fonts/kozgopromedium.php (added)
-
common/lib/TCPDF/fonts/kozminproregular.php (added)
-
common/lib/TCPDF/fonts/msungstdlight.php (added)
-
common/lib/TCPDF/fonts/pdfacourier.php (added)
-
common/lib/TCPDF/fonts/pdfacourier.z (added)
-
common/lib/TCPDF/fonts/pdfacourierb.php (added)
-
common/lib/TCPDF/fonts/pdfacourierb.z (added)
-
common/lib/TCPDF/fonts/pdfacourierbi.php (added)
-
common/lib/TCPDF/fonts/pdfacourierbi.z (added)
-
common/lib/TCPDF/fonts/pdfacourieri.php (added)
-
common/lib/TCPDF/fonts/pdfacourieri.z (added)
-
common/lib/TCPDF/fonts/pdfahelvetica.php (added)
-
common/lib/TCPDF/fonts/pdfahelvetica.z (added)
-
common/lib/TCPDF/fonts/pdfahelveticab.php (added)
-
common/lib/TCPDF/fonts/pdfahelveticab.z (added)
-
common/lib/TCPDF/fonts/pdfahelveticabi.php (added)
-
common/lib/TCPDF/fonts/pdfahelveticabi.z (added)
-
common/lib/TCPDF/fonts/pdfahelveticai.php (added)
-
common/lib/TCPDF/fonts/pdfahelveticai.z (added)
-
common/lib/TCPDF/fonts/pdfasymbol.php (added)
-
common/lib/TCPDF/fonts/pdfasymbol.z (added)
-
common/lib/TCPDF/fonts/pdfatimes.php (added)
-
common/lib/TCPDF/fonts/pdfatimes.z (added)
-
common/lib/TCPDF/fonts/pdfatimesb.php (added)
-
common/lib/TCPDF/fonts/pdfatimesb.z (added)
-
common/lib/TCPDF/fonts/pdfatimesbi.php (added)
-
common/lib/TCPDF/fonts/pdfatimesbi.z (added)
-
common/lib/TCPDF/fonts/pdfatimesi.php (added)
-
common/lib/TCPDF/fonts/pdfatimesi.z (added)
-
common/lib/TCPDF/fonts/pdfazapfdingbats.php (added)
-
common/lib/TCPDF/fonts/pdfazapfdingbats.z (added)
-
common/lib/TCPDF/fonts/stsongstdlight.php (added)
-
common/lib/TCPDF/fonts/symbol.php (added)
-
common/lib/TCPDF/fonts/times.php (added)
-
common/lib/TCPDF/fonts/timesb.php (added)
-
common/lib/TCPDF/fonts/timesbi.php (added)
-
common/lib/TCPDF/fonts/timesi.php (added)
-
common/lib/TCPDF/fonts/uni2cid_ac15.php (added)
-
common/lib/TCPDF/fonts/uni2cid_ag15.php (added)
-
common/lib/TCPDF/fonts/uni2cid_aj16.php (added)
-
common/lib/TCPDF/fonts/uni2cid_ak12.php (added)
-
common/lib/TCPDF/fonts/zapfdingbats.php (added)
-
common/lib/TCPDF/include (added)
-
common/lib/TCPDF/include/barcodes (added)
-
common/lib/TCPDF/include/barcodes/datamatrix.php (added)
-
common/lib/TCPDF/include/barcodes/pdf417.php (added)
-
common/lib/TCPDF/include/barcodes/qrcode.php (added)
-
common/lib/TCPDF/include/sRGB.icc (added)
-
common/lib/TCPDF/include/tcpdf_colors.php (added)
-
common/lib/TCPDF/include/tcpdf_filters.php (added)
-
common/lib/TCPDF/include/tcpdf_font_data.php (added)
-
common/lib/TCPDF/include/tcpdf_fonts.php (added)
-
common/lib/TCPDF/include/tcpdf_images.php (added)
-
common/lib/TCPDF/include/tcpdf_static.php (added)
-
common/lib/TCPDF/tcpdf.php (added)
-
common/lib/TCPDF/tcpdf_autoconfig.php (added)
-
common/lib/TCPDF/tcpdf_barcodes_1d.php (added)
-
common/lib/TCPDF/tcpdf_barcodes_2d.php (added)
-
common/lib/TCPDF/tcpdf_import.php (added)
-
common/lib/TCPDF/tcpdf_parser.php (added)
-
common/lib/TCPDF/tools (added)
-
common/lib/TCPDF/tools/.htaccess (added)
-
common/lib/TCPDF/tools/convert_fonts_examples.txt (added)
-
common/lib/TCPDF/tools/tcpdf_addfont.php (added)
-
common/lib/ZipStream (added)
-
common/lib/ZipStream/CHANGELOG.md (added)
-
common/lib/ZipStream/CONTRIBUTING.md (added)
-
common/lib/ZipStream/Enum.php (added)
-
common/lib/ZipStream/LICENSE (added)
-
common/lib/ZipStream/README.md (added)
-
common/lib/ZipStream/autoloader.php (added)
-
common/lib/ZipStream/composer.json (added)
-
common/lib/ZipStream/phpunit.xml.dist (added)
-
common/lib/ZipStream/psalm.xml (added)
-
common/lib/ZipStream/src (added)
-
common/lib/ZipStream/src/Bigint.php (added)
-
common/lib/ZipStream/src/DeflateStream.php (added)
-
common/lib/ZipStream/src/Exception (added)
-
common/lib/ZipStream/src/Exception.php (added)
-
common/lib/ZipStream/src/Exception/EncodingException.php (added)
-
common/lib/ZipStream/src/Exception/FileNotFoundException.php (added)
-
common/lib/ZipStream/src/Exception/FileNotReadableException.php (added)
-
common/lib/ZipStream/src/Exception/IncompatibleOptionsException.php (added)
-
common/lib/ZipStream/src/Exception/OverflowException.php (added)
-
common/lib/ZipStream/src/Exception/StreamNotReadableException.php (added)
-
common/lib/ZipStream/src/File.php (added)
-
common/lib/ZipStream/src/Option (added)
-
common/lib/ZipStream/src/Option/Archive.php (added)
-
common/lib/ZipStream/src/Option/File.php (added)
-
common/lib/ZipStream/src/Option/Method.php (added)
-
common/lib/ZipStream/src/Option/Version.php (added)
-
common/lib/ZipStream/src/Stream.php (added)
-
common/lib/ZipStream/src/ZipStream.php (added)
-
config.php (modified) (1 diff)
-
modules/diagrams (added)
-
modules/diagrams/assets (added)
-
modules/diagrams/assets/css (added)
-
modules/diagrams/assets/css/admin.diagrams.css (added)
-
modules/diagrams/assets/img (added)
-
modules/diagrams/assets/img/chart0.png (added)
-
modules/diagrams/assets/img/chart1.png (added)
-
modules/diagrams/assets/img/chart2.png (added)
-
modules/diagrams/assets/img/chart3.png (added)
-
modules/diagrams/assets/img/chart4.png (added)
-
modules/diagrams/assets/img/chart5.png (added)
-
modules/diagrams/assets/js (added)
-
modules/diagrams/assets/js/admin.diagrams.edit.js (added)
-
modules/diagrams/assets/js/admin.diagrams.list.js (added)
-
modules/diagrams/assets/js/plotly.min.js (added)
-
modules/diagrams/assets/js/pyt-diagram.js (added)
-
modules/diagrams/controller.php (added)
-
modules/diagrams/mod.php (added)
-
modules/diagrams/models (added)
-
modules/diagrams/models/diagrams.php (added)
-
modules/diagrams/views (added)
-
modules/diagrams/views/diagrams.php (added)
-
modules/diagrams/views/tpl (added)
-
modules/diagrams/views/tpl/diagramShortcode.php (added)
-
modules/diagrams/views/tpl/diagramsAllDiagrams.php (added)
-
modules/diagrams/views/tpl/diagramsEditDiagram.php (added)
-
modules/export (added)
-
modules/export/controller.php (added)
-
modules/export/mod.php (added)
-
modules/export/models (added)
-
modules/export/models/export.php (added)
-
modules/export/models/export_csv_.php (added)
-
modules/export/models/export_sql_.php (added)
-
modules/export/models/export_xlsx_.php (added)
-
modules/import (added)
-
modules/import/controller.php (added)
-
modules/import/mod.php (added)
-
modules/import/models (added)
-
modules/import/models/import.php (added)
-
modules/import/models/import_csv_.php (added)
-
modules/import/models/import_sql_.php (added)
-
modules/import/models/import_xlsx_.php (added)
-
modules/optionspro (added)
-
modules/optionspro/mod.php (added)
-
modules/tables/assets/js/admin.builder.js (modified) (1 diff)
-
modules/tables/assets/js/admin.builder.toolbar.js (modified) (1 diff)
-
modules/tables/mod.php (modified) (2 diffs)
-
modules/tables/views/shortcode.php (modified) (1 diff)
-
modules/tablespro (added)
-
modules/tablespro/assets (added)
-
modules/tablespro/assets/css (added)
-
modules/tablespro/assets/css/admin.builder.pro.css (added)
-
modules/tablespro/assets/css/admin.tables.pro.css (added)
-
modules/tablespro/assets/css/front.tables.pro.css (added)
-
modules/tablespro/assets/js (added)
-
modules/tablespro/assets/js/admin.builder.pro.js (added)
-
modules/tablespro/assets/js/admin.builder.toolbar.pro.js (added)
-
modules/tablespro/assets/js/admin.tables.edit.pro.js (added)
-
modules/tablespro/assets/js/common.tables.pro.js (added)
-
modules/tablespro/assets/lib (added)
-
modules/tablespro/assets/lib/featherlight (added)
-
modules/tablespro/assets/lib/featherlight/featherlight.min.css (added)
-
modules/tablespro/assets/lib/featherlight/featherlight.min.js (added)
-
modules/tablespro/controller.php (added)
-
modules/tablespro/mod.php (added)
-
modules/tablespro/models (added)
-
modules/tablespro/models/cellspro.php (added)
-
modules/tablespro/models/databases.php (added)
-
modules/tablespro/views (added)
-
modules/tablespro/views/tablesNewSql.php (added)
-
modules/tablespro/views/tablespro.php (added)
-
modules/tablespro/views/tpl (added)
-
modules/tablespro/views/tpl/tablesEditBuilder.php (added)
-
modules/tablespro/views/tpl/tablesEditBuilderConditions.php (added)
-
modules/tablespro/views/tpl/tablesEditBuilderFormats.php (added)
-
modules/tablespro/views/tpl/tablesEditBuilderToolbar.php (added)
-
modules/tablespro/views/tpl/tablesEditBuilderToolbarFont.php (added)
-
modules/tablespro/views/tpl/tablesEditDatabase.php (added)
-
modules/tablespro/views/tpl/tablesEditGoogle.php (added)
-
modules/tablespro/views/tpl/tablesEditOptionsExport.php (added)
-
modules/tablespro/views/tpl/tablesEditOptionsFeatures.php (added)
-
modules/tablespro/views/tpl/tablesFormExport.php (added)
-
modules/tablespro/views/tpl/tablesFormImport.php (added)
-
modules/tablespro/views/tpl/tablesFormMigration.php (added)
-
modules/tablespro/views/tpl/tablesNewGoogle.php (added)
-
modules/tablespro/views/tpl/tablesNewWoo.php (added)
-
modules/tablespro/views/tpl/tablesShortcodeTableAttr.php (added)
-
publish-your-table.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pubydoc-data-tables-and-charts/trunk/classes/frame.php
r2674491 r2821641 487 487 } 488 488 public function isPro() { 489 //return false;489 return true; 490 490 return $this->moduleExists('license') && $this->getModule('license') && $this->moduleExists('tablespro') && $this->getModule('tablespro'); 491 491 } -
pubydoc-data-tables-and-charts/trunk/classes/installer.php
r2658739 r2821641 28 28 (NULL, 'adminmenu',1,1,'Admin Menu'), 29 29 (NULL, 'options',1,1,'Options'), 30 (NULL, 'tables',1,1,'Tables');"); 30 (NULL, 'tables',1,1,'Tables'), 31 (NULL, 'optionspro',1,1,'Options Pro'), 32 (NULL, 'tablespro',1,1,'Tables Pro'), 33 (NULL, 'import',1,1,'Import'), 34 (NULL, 'export',1,1,'Export'), 35 (NULL, 'diagrams',1,1,'Diagrams');"); 36 } else { 37 DbPyt::query( "DELETE FROM `@__modules` WHERE code='license'" ); 38 DbPyt::query( "UPDATE `@__modules` SET active=1, type_id=1, ex_plug_dir=null" ); 31 39 } 32 40 … … 50 58 PRIMARY KEY (`id`) 51 59 ) DEFAULT CHARSET=utf8;")); 60 } 61 62 /** 63 * Table diagrams 64 */ 65 if (!DbPyt::exist("@__diagrams")) { 66 //require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); 67 dbDelta(DbPyt::prepareQuery("CREATE TABLE IF NOT EXISTS `@__diagrams` ( 68 `id` int(11) NOT NULL AUTO_INCREMENT, 69 `title` varchar(128) NULL DEFAULT NULL, 70 `type` tinyint(1) NOT NULL DEFAULT '0', 71 `table_id` int(11) NOT NULL, 72 `table_range` varchar(15) NULL, 73 `status` tinyint(1) NOT NULL DEFAULT '0', 74 `options` mediumtext NULL DEFAULT NULL, 75 `config` mediumtext NULL DEFAULT NULL, 76 PRIMARY KEY (`id`) 77 ) DEFAULT CHARSET=utf8;")); 52 78 } 53 79 InstallerDbUpdaterPyt::runUpdate(); -
pubydoc-data-tables-and-charts/trunk/classes/installerDbUpdater.php
r2658739 r2821641 2 2 class InstallerDbUpdaterPyt { 3 3 public static function runUpdate() { 4 4 if ( DbPyt::get( "SELECT 1 FROM `@__modules` WHERE code='diagrams'", 'one' ) != 1 ) { 5 DbPyt::query( "INSERT INTO `@__modules` (id, code, active, type_id, label) VALUES (NULL, 'optionspro', 1, 1, 'Options Pro');" ); 6 DbPyt::query( "INSERT INTO `@__modules` (id, code, active, type_id, label) VALUES (NULL, 'tablespro', 1, 1, 'Tables Pro');" ); 7 DbPyt::query( "INSERT INTO `@__modules` (id, code, active, type_id, label) VALUES (NULL, 'import', 1, 1, 'Import');" ); 8 DbPyt::query( "INSERT INTO `@__modules` (id, code, active, type_id, label) VALUES (NULL, 'export', 1, 1, 'Export');" ); 9 DbPyt::query( "INSERT INTO `@__modules` (id, code, active, type_id, label) VALUES (NULL, 'diagrams', 1, 1, 'Diagrams');" ); 10 } 5 11 } 6 12 } -
pubydoc-data-tables-and-charts/trunk/config.php
r2774240 r2821641 43 43 define('PYT_DEFAULT', 'default'); 44 44 45 define('PYT_VERSION', ' 1.3.1');45 define('PYT_VERSION', '2.0.0'); 46 46 47 47 define('PYT_CLASS_PREFIX', 'pytc'); -
pubydoc-data-tables-and-charts/trunk/modules/tables/assets/js/admin.builder.js
r2658739 r2821641 772 772 _this.formulaInput.val(''); 773 773 var cell = _this.getSelectedFirstCell(true, ui.selection); 774 if (cell ) {774 if (cell && cell.row) { 775 775 var row = cell.row, 776 776 di = cell.dataIndx; 777 777 _this.formulaInput.val(row.pq_fn && di in row.pq_fn ? '=' + row.pq_fn[di].fn : row[di]); 778 } 778 } else _this.formulaInput.val(''); 779 779 } 780 780 -
pubydoc-data-tables-and-charts/trunk/modules/tables/assets/js/admin.builder.toolbar.js
r2658739 r2821641 752 752 $button.on(event, function (e) { 753 753 e.preventDefault(); 754 755 methods[method].apply(_this, [e]); 756 // Close toolbar 757 $('body').trigger('click'); 754 if (!$(this).hasClass('disabled')) { 755 methods[method].apply(_this, [e]); 756 // Close toolbar 757 $('body').trigger('click'); 758 } 758 759 }); 759 760 } -
pubydoc-data-tables-and-charts/trunk/modules/tables/mod.php
r2658739 r2821641 196 196 'label' => esc_html__('Tables', 'publish-your-table'), 'callback' => array($this, 'getTabAllTables'), 'fa_icon' => 'pyt-visibility', 'sort_order' => 20, //'is_main' => true, 197 197 ); 198 $tabs[$code . '-diagrams'] = array(198 /*$tabs[$code . '-diagrams'] = array( 199 199 'label' => esc_html__('Diagrams', 'publish-your-table'), 'callback' => array($this, 'getTabAllDiagrams'), 'fa_icon' => 'pyt-diagram' . $icon, 'sort_order' => 21, 'add_bread' => $this->getCode(), 200 ); 200 );*/ 201 201 return $tabs; 202 202 } … … 205 205 return $this->getView()->getTabAllTables(); 206 206 } 207 public function getTabAllDiagrams() {207 /*public function getTabAllDiagrams() { 208 208 return DispatcherPyt::applyFilters('getTabAllDiagrams', $this->getView()->getTabAllDiagrams()); 209 209 //return $this->getView()->getTabAllDiagrams(); 210 } 210 }*/ 211 211 public function getTabNewTable() { 212 212 return $this->getView()->getTabNewTable(); -
pubydoc-data-tables-and-charts/trunk/modules/tables/views/shortcode.php
r2674491 r2821641 67 67 $assets = AssetsPyt::_(); 68 68 $assets->loadCoreJs(); 69 $assets->loadFontAwesome(); 69 70 if (!UtilsPyt::getArrayValue($options, 'loader_disable', false)) { 70 71 $assets->loadLoaders(); -
pubydoc-data-tables-and-charts/trunk/publish-your-table.php
r2774240 r2821641 4 4 * Plugin URI: https://pubydoc.com/ 5 5 * Description: Create and manage beautiful data tables and charts with custom design. 6 * Version: 1.3.16 * Version: 2.0.0 7 7 * Author: PubyDoc 8 8 * Text Domain: publish-your-table -
pubydoc-data-tables-and-charts/trunk/readme.txt
r2774240 r2821641 3 3 Tags: data table, charts, table, table builder, spreadsheet, excell 4 4 Requires at least: 3.4.0 5 Tested up to: 6. 0.16 Stable tag: 1.3.15 Tested up to: 6.1.1 6 Stable tag: 2.0.0 7 7 8 8 Create responsive data tables & charts with Table Builder, Excel spreadsheet or CSV. Searching, pagination, custom data table design, media support … … 10 10 == Description == 11 11 [PubyDoc Data Table and Charts WordPress plugin](https://pubydoc.com "Data Tale and Charts WordPress plugin") is the data table creation platform for WordPress that allows you to create professional Data Tables and customize them with pixel-perfect precision using an intuitive visual builder. Quickly create amazing Data Tables for your users or your business with full control over every part without writing a single line of code. 12 13 == Now all PRO options are completely free and included in the FREE version == 14 Our team has decided to provide all the premium options of the plugin for all our users absolutely free of charge. Now you can use a truly powerful Data Table plugin without any fees. 12 15 13 16 [Showcase](https://pubydoc.com/showcase/ "Data Tale Showcase") | [Detailed Features](https://pubydoc.com/features/ "PubyDoc Features") | [Documentation and FAQs](https://pubydoc.com/documentation/ "Documentation and FAQs") … … 211 214 == Changelog == 212 215 213 = 1.3.1=214 *A dded compatibility with WordPress 6.0.1216 = 2.0.0 = 217 *All Pro Data Table plugin options are now free. 215 218 216 219 = 1.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.