├── .coveralls.yml ├── .editorconfig ├── .github ├── dependabot.yml └── workflows │ └── actions.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── THANK_YOU.md ├── composer.json ├── docs ├── .gitignore ├── 404.html ├── Gemfile ├── Gemfile.lock ├── _config.yml ├── _data │ └── navigation.yml ├── _layouts │ └── default.html ├── _posts │ └── 2018-02-23-welcome-to-jekyll.markdown ├── archives.md ├── articles.md ├── assets │ └── css │ │ └── style.scss ├── extend_xml.md ├── feed.xml └── index.md ├── infection.json.dist ├── phpcs.xml ├── phpstan.neon ├── phpunit-coverage.xml.dist ├── phpunit.xml.dist ├── psalm.xml ├── share ├── AD-canillo.xml ├── AD-encamp.xml ├── AD-escaldesEngordany.xml ├── AD-laMassana.xml ├── AD-laVella.xml ├── AD-ordino.xml ├── AD-santJuliaDeLoria.xml ├── AD.xml ├── AF.xml ├── AG.xml ├── AL.xml ├── AM.xml ├── AO.xml ├── AR-armenian.xml ├── AR-catholic.xml ├── AR-islam.xml ├── AR-judaism.xml ├── AR.xml ├── AT-1.xml ├── AT-2.xml ├── AT-3.xml ├── AT-4.xml ├── AT-5.xml ├── AT-6.xml ├── AT-7.xml ├── AT-8.xml ├── AT-9.xml ├── AT.xml ├── AU-ACT.xml ├── AU-NSW.xml ├── AU-NT.xml ├── AU-QLD.xml ├── AU-SA.xml ├── AU-TAS.xml ├── AU-VIC.xml ├── AU-WA.xml ├── AU.xml ├── AZ.xml ├── BA-BIH-catholic.xml ├── BA-BIH-islamic.xml ├── BA-BIH-orthodox.xml ├── BA-BIH.xml ├── BA-SRP-catholic.xml ├── BA-SRP-islamic.xml ├── BA-SRP-orthodox.xml ├── BA-SRP.xml ├── BA-catholic.xml ├── BA-islamic.xml ├── BA-orthodox.xml ├── BA.xml ├── BB.xml ├── BD-buddhist.xml ├── BD-christian.xml ├── BD-hindu.xml ├── BD-islam.xml ├── BD.xml ├── BF.xml ├── BG.xml ├── BH.xml ├── BI.xml ├── BJ.xml ├── BM.xml ├── BN.xml ├── BO.xml ├── BR.xml ├── BS.xml ├── BT.xml ├── BW.xml ├── BY.xml ├── BZ.xml ├── CC.xml ├── CD.xml ├── CF.xml ├── CG.xml ├── CH-AI.xml ├── CH-AR.xml ├── CH-BE.xml ├── CH-BL.xml ├── CH-BS.xml ├── CH-FR.xml ├── CH-GL.xml ├── CH-LU.xml ├── CH-NW.xml ├── CH-OW.xml ├── CH-SG.xml ├── CH-SH.xml ├── CH-SO.xml ├── CH-SZ.xml ├── CH-UR.xml ├── CH-ZG.xml ├── CH-ZH.xml ├── CI.xml ├── CL.xml ├── CM.xml ├── CN.xml ├── CO.xml ├── CR.xml ├── CU.xml ├── CV.xml ├── CX.xml ├── CY.xml ├── CZ.xml ├── DE-BB.xml ├── DE-BE.xml ├── DE-BW.xml ├── DE-BY.xml ├── DE-HB.xml ├── DE-HE.xml ├── DE-HH.xml ├── DE-MV.xml ├── DE-NI.xml ├── DE-NW.xml ├── DE-RP.xml ├── DE-SH.xml ├── DE-SL.xml ├── DE-SN.xml ├── DE-ST.xml ├── DE-TH.xml ├── DE.xml ├── DK.xml ├── EC.xml ├── ES-AN.xml ├── ES-AR.xml ├── ES-AS.xml ├── ES-CB.xml ├── ES-CE.xml ├── ES-CL.xml ├── ES-CM.xml ├── ES-CN.xml ├── ES-CT.xml ├── ES-EX.xml ├── ES-GA.xml ├── ES-IB.xml ├── ES-MD.xml ├── ES-ML.xml ├── ES-MU.xml ├── ES-NA.xml ├── ES-PV.xml ├── ES-RI.xml ├── ES-VC.xml ├── ES.xml ├── FI.xml ├── FR-57.xml ├── FR-67.xml ├── FR-68.xml ├── FR-GF.xml ├── FR-GP.xml ├── FR-MQ.xml ├── FR-RE.xml ├── FR-YT.xml ├── FR.xml ├── GB-AL.xml ├── GB-EN.xml ├── GB-GU.xml ├── GB-IM.xml ├── GB-JE.xml ├── GB-NI.xml ├── GB-SC.xml ├── GB-WA.xml ├── GB.xml ├── GR.xml ├── GY.xml ├── HR.xml ├── HU.xml ├── IT.xml ├── IT_BZ.xml ├── JA.xml ├── KH.xml ├── KM.xml ├── MX.xml ├── NF.xml ├── NL.xml ├── NO.xml ├── PE.xml ├── PL.xml ├── PT-20.xml ├── PT-30.xml ├── PT.xml ├── PY.xml ├── RU.xml ├── SE.xml ├── SR.xml ├── TD.xml ├── TR.xml ├── US.xml ├── UY.xml ├── VE.xml ├── ZA.xml ├── de_LU.xml ├── en_CA-AB.xml ├── en_CA-BC.xml ├── en_CA-MB.xml ├── en_CA-NB.xml ├── en_CA-NL.xml ├── en_CA-NS.xml ├── en_CA-NT.xml ├── en_CA-NU.xml ├── en_CA-ON.xml ├── en_CA-PE.xml ├── en_CA-QC.xml ├── en_CA-SK.xml ├── en_CA-YT.xml ├── en_CA.xml ├── en_DZ.xml ├── en_IE.xml ├── fr_BE.xml ├── fr_CA-AB.xml ├── fr_CA-BC.xml ├── fr_CA-MB.xml ├── fr_CA-NB.xml ├── fr_CA-NL.xml ├── fr_CA-NS.xml ├── fr_CA-NT.xml ├── fr_CA-NU.xml ├── fr_CA-ON.xml ├── fr_CA-PE.xml ├── fr_CA-QC.xml ├── fr_CA-SK.xml ├── fr_CA-YT.xml ├── fr_CA.xml ├── fr_LU.xml ├── ga_IE.xml ├── holidays.xsd ├── lb_LU.xml └── nl_BE.xml ├── src ├── Calendar.php ├── CalendarDay.php ├── CalendarDayFactory.php ├── Exceptions │ └── UnknownCalendar.php ├── Factory │ ├── DateFactory.php │ ├── DateFollowupFactory.php │ ├── DecorateFromDomElement.php │ ├── EasterFactory.php │ ├── EasterOrthodoxFactory.php │ ├── ItemFromDomElementCreator.php │ ├── ObservanceDecoratorFactory.php │ ├── RelativeFactory.php │ └── SwapDecoratorFactory.php ├── GregorianWeekday.php ├── Holiday.php ├── HolidayIterator.php ├── HolidayIteratorFactory.php ├── HolidayIteratorItemInterface.php ├── Holidaychecker.php ├── IteratorItem │ ├── Date.php │ ├── DateFollowUp.php │ ├── Easter.php │ ├── EasterOrthodox.php │ ├── Relative.php │ └── SwapDecorator.php ├── ObservanceDecorator.php ├── SwapDirection.php └── SwapRule.php ├── tests ├── CalendarDayFactoryTest.php ├── CalendarDayTest.php ├── Factory │ ├── RelativeFactoryTest.php │ └── SwapDecoratorFactoryTest.php ├── GregorianWeekdayTest.php ├── HolidayIteratorFactoryTest.php ├── HolidayIteratorTest.php ├── HolidaycheckerTest.php ├── Integration │ ├── ArgentiniaTest.php │ └── BahrainTest.php ├── IteratorItem │ ├── DateFollowUpTest.php │ ├── DateTest.php │ ├── EasterOrthodoxTest.php │ ├── EasterTest.php │ ├── RelativeTest.php │ └── SwapDecoratorTest.php ├── ObservanceDecoratorTest.php ├── SwapDirectionTest.php └── _assets │ ├── invalid.xml │ ├── test.xml │ └── testDecoration.xml └── world.svg /.coveralls.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/.coveralls.yml -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/.github/workflows/actions.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/README.md -------------------------------------------------------------------------------- /THANK_YOU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/THANK_YOU.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/composer.json -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | .jekyll-metadata 4 | -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_data/navigation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/_data/navigation.yml -------------------------------------------------------------------------------- /docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/_layouts/default.html -------------------------------------------------------------------------------- /docs/_posts/2018-02-23-welcome-to-jekyll.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/_posts/2018-02-23-welcome-to-jekyll.markdown -------------------------------------------------------------------------------- /docs/archives.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/archives.md -------------------------------------------------------------------------------- /docs/articles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/articles.md -------------------------------------------------------------------------------- /docs/assets/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/assets/css/style.scss -------------------------------------------------------------------------------- /docs/extend_xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/extend_xml.md -------------------------------------------------------------------------------- /docs/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: feed 3 | --- 4 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/docs/index.md -------------------------------------------------------------------------------- /infection.json.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/infection.json.dist -------------------------------------------------------------------------------- /phpcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/phpcs.xml -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/phpstan.neon -------------------------------------------------------------------------------- /phpunit-coverage.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/phpunit-coverage.xml.dist -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /psalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/psalm.xml -------------------------------------------------------------------------------- /share/AD-canillo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-canillo.xml -------------------------------------------------------------------------------- /share/AD-encamp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-encamp.xml -------------------------------------------------------------------------------- /share/AD-escaldesEngordany.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-escaldesEngordany.xml -------------------------------------------------------------------------------- /share/AD-laMassana.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-laMassana.xml -------------------------------------------------------------------------------- /share/AD-laVella.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-laVella.xml -------------------------------------------------------------------------------- /share/AD-ordino.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-ordino.xml -------------------------------------------------------------------------------- /share/AD-santJuliaDeLoria.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD-santJuliaDeLoria.xml -------------------------------------------------------------------------------- /share/AD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AD.xml -------------------------------------------------------------------------------- /share/AF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AF.xml -------------------------------------------------------------------------------- /share/AG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AG.xml -------------------------------------------------------------------------------- /share/AL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AL.xml -------------------------------------------------------------------------------- /share/AM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AM.xml -------------------------------------------------------------------------------- /share/AO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AO.xml -------------------------------------------------------------------------------- /share/AR-armenian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AR-armenian.xml -------------------------------------------------------------------------------- /share/AR-catholic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AR-catholic.xml -------------------------------------------------------------------------------- /share/AR-islam.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AR-islam.xml -------------------------------------------------------------------------------- /share/AR-judaism.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AR-judaism.xml -------------------------------------------------------------------------------- /share/AR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AR.xml -------------------------------------------------------------------------------- /share/AT-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-1.xml -------------------------------------------------------------------------------- /share/AT-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-2.xml -------------------------------------------------------------------------------- /share/AT-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-3.xml -------------------------------------------------------------------------------- /share/AT-4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-4.xml -------------------------------------------------------------------------------- /share/AT-5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-5.xml -------------------------------------------------------------------------------- /share/AT-6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-6.xml -------------------------------------------------------------------------------- /share/AT-7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-7.xml -------------------------------------------------------------------------------- /share/AT-8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-8.xml -------------------------------------------------------------------------------- /share/AT-9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT-9.xml -------------------------------------------------------------------------------- /share/AT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AT.xml -------------------------------------------------------------------------------- /share/AU-ACT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-ACT.xml -------------------------------------------------------------------------------- /share/AU-NSW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-NSW.xml -------------------------------------------------------------------------------- /share/AU-NT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-NT.xml -------------------------------------------------------------------------------- /share/AU-QLD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-QLD.xml -------------------------------------------------------------------------------- /share/AU-SA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-SA.xml -------------------------------------------------------------------------------- /share/AU-TAS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-TAS.xml -------------------------------------------------------------------------------- /share/AU-VIC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-VIC.xml -------------------------------------------------------------------------------- /share/AU-WA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU-WA.xml -------------------------------------------------------------------------------- /share/AU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AU.xml -------------------------------------------------------------------------------- /share/AZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/AZ.xml -------------------------------------------------------------------------------- /share/BA-BIH-catholic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-BIH-catholic.xml -------------------------------------------------------------------------------- /share/BA-BIH-islamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-BIH-islamic.xml -------------------------------------------------------------------------------- /share/BA-BIH-orthodox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-BIH-orthodox.xml -------------------------------------------------------------------------------- /share/BA-BIH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-BIH.xml -------------------------------------------------------------------------------- /share/BA-SRP-catholic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-SRP-catholic.xml -------------------------------------------------------------------------------- /share/BA-SRP-islamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-SRP-islamic.xml -------------------------------------------------------------------------------- /share/BA-SRP-orthodox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-SRP-orthodox.xml -------------------------------------------------------------------------------- /share/BA-SRP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-SRP.xml -------------------------------------------------------------------------------- /share/BA-catholic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-catholic.xml -------------------------------------------------------------------------------- /share/BA-islamic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-islamic.xml -------------------------------------------------------------------------------- /share/BA-orthodox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA-orthodox.xml -------------------------------------------------------------------------------- /share/BA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BA.xml -------------------------------------------------------------------------------- /share/BB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BB.xml -------------------------------------------------------------------------------- /share/BD-buddhist.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BD-buddhist.xml -------------------------------------------------------------------------------- /share/BD-christian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BD-christian.xml -------------------------------------------------------------------------------- /share/BD-hindu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BD-hindu.xml -------------------------------------------------------------------------------- /share/BD-islam.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BD-islam.xml -------------------------------------------------------------------------------- /share/BD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BD.xml -------------------------------------------------------------------------------- /share/BF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BF.xml -------------------------------------------------------------------------------- /share/BG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BG.xml -------------------------------------------------------------------------------- /share/BH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BH.xml -------------------------------------------------------------------------------- /share/BI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BI.xml -------------------------------------------------------------------------------- /share/BJ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BJ.xml -------------------------------------------------------------------------------- /share/BM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BM.xml -------------------------------------------------------------------------------- /share/BN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BN.xml -------------------------------------------------------------------------------- /share/BO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BO.xml -------------------------------------------------------------------------------- /share/BR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BR.xml -------------------------------------------------------------------------------- /share/BS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BS.xml -------------------------------------------------------------------------------- /share/BT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BT.xml -------------------------------------------------------------------------------- /share/BW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BW.xml -------------------------------------------------------------------------------- /share/BY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BY.xml -------------------------------------------------------------------------------- /share/BZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/BZ.xml -------------------------------------------------------------------------------- /share/CC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CC.xml -------------------------------------------------------------------------------- /share/CD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CD.xml -------------------------------------------------------------------------------- /share/CF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CF.xml -------------------------------------------------------------------------------- /share/CG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CG.xml -------------------------------------------------------------------------------- /share/CH-AI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-AI.xml -------------------------------------------------------------------------------- /share/CH-AR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-AR.xml -------------------------------------------------------------------------------- /share/CH-BE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-BE.xml -------------------------------------------------------------------------------- /share/CH-BL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-BL.xml -------------------------------------------------------------------------------- /share/CH-BS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-BS.xml -------------------------------------------------------------------------------- /share/CH-FR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-FR.xml -------------------------------------------------------------------------------- /share/CH-GL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-GL.xml -------------------------------------------------------------------------------- /share/CH-LU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-LU.xml -------------------------------------------------------------------------------- /share/CH-NW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-NW.xml -------------------------------------------------------------------------------- /share/CH-OW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-OW.xml -------------------------------------------------------------------------------- /share/CH-SG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-SG.xml -------------------------------------------------------------------------------- /share/CH-SH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-SH.xml -------------------------------------------------------------------------------- /share/CH-SO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-SO.xml -------------------------------------------------------------------------------- /share/CH-SZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-SZ.xml -------------------------------------------------------------------------------- /share/CH-UR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-UR.xml -------------------------------------------------------------------------------- /share/CH-ZG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-ZG.xml -------------------------------------------------------------------------------- /share/CH-ZH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CH-ZH.xml -------------------------------------------------------------------------------- /share/CI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CI.xml -------------------------------------------------------------------------------- /share/CL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CL.xml -------------------------------------------------------------------------------- /share/CM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CM.xml -------------------------------------------------------------------------------- /share/CN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CN.xml -------------------------------------------------------------------------------- /share/CO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CO.xml -------------------------------------------------------------------------------- /share/CR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CR.xml -------------------------------------------------------------------------------- /share/CU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CU.xml -------------------------------------------------------------------------------- /share/CV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CV.xml -------------------------------------------------------------------------------- /share/CX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CX.xml -------------------------------------------------------------------------------- /share/CY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CY.xml -------------------------------------------------------------------------------- /share/CZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/CZ.xml -------------------------------------------------------------------------------- /share/DE-BB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-BB.xml -------------------------------------------------------------------------------- /share/DE-BE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-BE.xml -------------------------------------------------------------------------------- /share/DE-BW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-BW.xml -------------------------------------------------------------------------------- /share/DE-BY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-BY.xml -------------------------------------------------------------------------------- /share/DE-HB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-HB.xml -------------------------------------------------------------------------------- /share/DE-HE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-HE.xml -------------------------------------------------------------------------------- /share/DE-HH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-HH.xml -------------------------------------------------------------------------------- /share/DE-MV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-MV.xml -------------------------------------------------------------------------------- /share/DE-NI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-NI.xml -------------------------------------------------------------------------------- /share/DE-NW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-NW.xml -------------------------------------------------------------------------------- /share/DE-RP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-RP.xml -------------------------------------------------------------------------------- /share/DE-SH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-SH.xml -------------------------------------------------------------------------------- /share/DE-SL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-SL.xml -------------------------------------------------------------------------------- /share/DE-SN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-SN.xml -------------------------------------------------------------------------------- /share/DE-ST.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-ST.xml -------------------------------------------------------------------------------- /share/DE-TH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE-TH.xml -------------------------------------------------------------------------------- /share/DE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DE.xml -------------------------------------------------------------------------------- /share/DK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/DK.xml -------------------------------------------------------------------------------- /share/EC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/EC.xml -------------------------------------------------------------------------------- /share/ES-AN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-AN.xml -------------------------------------------------------------------------------- /share/ES-AR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-AR.xml -------------------------------------------------------------------------------- /share/ES-AS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-AS.xml -------------------------------------------------------------------------------- /share/ES-CB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CB.xml -------------------------------------------------------------------------------- /share/ES-CE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CE.xml -------------------------------------------------------------------------------- /share/ES-CL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CL.xml -------------------------------------------------------------------------------- /share/ES-CM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CM.xml -------------------------------------------------------------------------------- /share/ES-CN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CN.xml -------------------------------------------------------------------------------- /share/ES-CT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-CT.xml -------------------------------------------------------------------------------- /share/ES-EX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-EX.xml -------------------------------------------------------------------------------- /share/ES-GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-GA.xml -------------------------------------------------------------------------------- /share/ES-IB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-IB.xml -------------------------------------------------------------------------------- /share/ES-MD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-MD.xml -------------------------------------------------------------------------------- /share/ES-ML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-ML.xml -------------------------------------------------------------------------------- /share/ES-MU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-MU.xml -------------------------------------------------------------------------------- /share/ES-NA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-NA.xml -------------------------------------------------------------------------------- /share/ES-PV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-PV.xml -------------------------------------------------------------------------------- /share/ES-RI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-RI.xml -------------------------------------------------------------------------------- /share/ES-VC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES-VC.xml -------------------------------------------------------------------------------- /share/ES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ES.xml -------------------------------------------------------------------------------- /share/FI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FI.xml -------------------------------------------------------------------------------- /share/FR-57.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-57.xml -------------------------------------------------------------------------------- /share/FR-67.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-67.xml -------------------------------------------------------------------------------- /share/FR-68.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-68.xml -------------------------------------------------------------------------------- /share/FR-GF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-GF.xml -------------------------------------------------------------------------------- /share/FR-GP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-GP.xml -------------------------------------------------------------------------------- /share/FR-MQ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-MQ.xml -------------------------------------------------------------------------------- /share/FR-RE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-RE.xml -------------------------------------------------------------------------------- /share/FR-YT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR-YT.xml -------------------------------------------------------------------------------- /share/FR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/FR.xml -------------------------------------------------------------------------------- /share/GB-AL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-AL.xml -------------------------------------------------------------------------------- /share/GB-EN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-EN.xml -------------------------------------------------------------------------------- /share/GB-GU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-GU.xml -------------------------------------------------------------------------------- /share/GB-IM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-IM.xml -------------------------------------------------------------------------------- /share/GB-JE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-JE.xml -------------------------------------------------------------------------------- /share/GB-NI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-NI.xml -------------------------------------------------------------------------------- /share/GB-SC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-SC.xml -------------------------------------------------------------------------------- /share/GB-WA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB-WA.xml -------------------------------------------------------------------------------- /share/GB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GB.xml -------------------------------------------------------------------------------- /share/GR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GR.xml -------------------------------------------------------------------------------- /share/GY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/GY.xml -------------------------------------------------------------------------------- /share/HR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/HR.xml -------------------------------------------------------------------------------- /share/HU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/HU.xml -------------------------------------------------------------------------------- /share/IT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/IT.xml -------------------------------------------------------------------------------- /share/IT_BZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/IT_BZ.xml -------------------------------------------------------------------------------- /share/JA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/JA.xml -------------------------------------------------------------------------------- /share/KH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/KH.xml -------------------------------------------------------------------------------- /share/KM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/KM.xml -------------------------------------------------------------------------------- /share/MX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/MX.xml -------------------------------------------------------------------------------- /share/NF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/NF.xml -------------------------------------------------------------------------------- /share/NL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/NL.xml -------------------------------------------------------------------------------- /share/NO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/NO.xml -------------------------------------------------------------------------------- /share/PE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PE.xml -------------------------------------------------------------------------------- /share/PL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PL.xml -------------------------------------------------------------------------------- /share/PT-20.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PT-20.xml -------------------------------------------------------------------------------- /share/PT-30.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PT-30.xml -------------------------------------------------------------------------------- /share/PT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PT.xml -------------------------------------------------------------------------------- /share/PY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/PY.xml -------------------------------------------------------------------------------- /share/RU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/RU.xml -------------------------------------------------------------------------------- /share/SE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/SE.xml -------------------------------------------------------------------------------- /share/SR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/SR.xml -------------------------------------------------------------------------------- /share/TD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/TD.xml -------------------------------------------------------------------------------- /share/TR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/TR.xml -------------------------------------------------------------------------------- /share/US.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/US.xml -------------------------------------------------------------------------------- /share/UY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/UY.xml -------------------------------------------------------------------------------- /share/VE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/VE.xml -------------------------------------------------------------------------------- /share/ZA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ZA.xml -------------------------------------------------------------------------------- /share/de_LU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/de_LU.xml -------------------------------------------------------------------------------- /share/en_CA-AB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-AB.xml -------------------------------------------------------------------------------- /share/en_CA-BC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-BC.xml -------------------------------------------------------------------------------- /share/en_CA-MB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-MB.xml -------------------------------------------------------------------------------- /share/en_CA-NB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-NB.xml -------------------------------------------------------------------------------- /share/en_CA-NL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-NL.xml -------------------------------------------------------------------------------- /share/en_CA-NS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-NS.xml -------------------------------------------------------------------------------- /share/en_CA-NT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-NT.xml -------------------------------------------------------------------------------- /share/en_CA-NU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-NU.xml -------------------------------------------------------------------------------- /share/en_CA-ON.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-ON.xml -------------------------------------------------------------------------------- /share/en_CA-PE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-PE.xml -------------------------------------------------------------------------------- /share/en_CA-QC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-QC.xml -------------------------------------------------------------------------------- /share/en_CA-SK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-SK.xml -------------------------------------------------------------------------------- /share/en_CA-YT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA-YT.xml -------------------------------------------------------------------------------- /share/en_CA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_CA.xml -------------------------------------------------------------------------------- /share/en_DZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_DZ.xml -------------------------------------------------------------------------------- /share/en_IE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/en_IE.xml -------------------------------------------------------------------------------- /share/fr_BE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_BE.xml -------------------------------------------------------------------------------- /share/fr_CA-AB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-AB.xml -------------------------------------------------------------------------------- /share/fr_CA-BC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-BC.xml -------------------------------------------------------------------------------- /share/fr_CA-MB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-MB.xml -------------------------------------------------------------------------------- /share/fr_CA-NB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-NB.xml -------------------------------------------------------------------------------- /share/fr_CA-NL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-NL.xml -------------------------------------------------------------------------------- /share/fr_CA-NS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-NS.xml -------------------------------------------------------------------------------- /share/fr_CA-NT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-NT.xml -------------------------------------------------------------------------------- /share/fr_CA-NU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-NU.xml -------------------------------------------------------------------------------- /share/fr_CA-ON.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-ON.xml -------------------------------------------------------------------------------- /share/fr_CA-PE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-PE.xml -------------------------------------------------------------------------------- /share/fr_CA-QC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-QC.xml -------------------------------------------------------------------------------- /share/fr_CA-SK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-SK.xml -------------------------------------------------------------------------------- /share/fr_CA-YT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA-YT.xml -------------------------------------------------------------------------------- /share/fr_CA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_CA.xml -------------------------------------------------------------------------------- /share/fr_LU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/fr_LU.xml -------------------------------------------------------------------------------- /share/ga_IE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/ga_IE.xml -------------------------------------------------------------------------------- /share/holidays.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/holidays.xsd -------------------------------------------------------------------------------- /share/lb_LU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/lb_LU.xml -------------------------------------------------------------------------------- /share/nl_BE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/share/nl_BE.xml -------------------------------------------------------------------------------- /src/Calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Calendar.php -------------------------------------------------------------------------------- /src/CalendarDay.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/CalendarDay.php -------------------------------------------------------------------------------- /src/CalendarDayFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/CalendarDayFactory.php -------------------------------------------------------------------------------- /src/Exceptions/UnknownCalendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Exceptions/UnknownCalendar.php -------------------------------------------------------------------------------- /src/Factory/DateFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/DateFactory.php -------------------------------------------------------------------------------- /src/Factory/DateFollowupFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/DateFollowupFactory.php -------------------------------------------------------------------------------- /src/Factory/DecorateFromDomElement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/DecorateFromDomElement.php -------------------------------------------------------------------------------- /src/Factory/EasterFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/EasterFactory.php -------------------------------------------------------------------------------- /src/Factory/EasterOrthodoxFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/EasterOrthodoxFactory.php -------------------------------------------------------------------------------- /src/Factory/ItemFromDomElementCreator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/ItemFromDomElementCreator.php -------------------------------------------------------------------------------- /src/Factory/ObservanceDecoratorFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/ObservanceDecoratorFactory.php -------------------------------------------------------------------------------- /src/Factory/RelativeFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/RelativeFactory.php -------------------------------------------------------------------------------- /src/Factory/SwapDecoratorFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Factory/SwapDecoratorFactory.php -------------------------------------------------------------------------------- /src/GregorianWeekday.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/GregorianWeekday.php -------------------------------------------------------------------------------- /src/Holiday.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Holiday.php -------------------------------------------------------------------------------- /src/HolidayIterator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/HolidayIterator.php -------------------------------------------------------------------------------- /src/HolidayIteratorFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/HolidayIteratorFactory.php -------------------------------------------------------------------------------- /src/HolidayIteratorItemInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/HolidayIteratorItemInterface.php -------------------------------------------------------------------------------- /src/Holidaychecker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/Holidaychecker.php -------------------------------------------------------------------------------- /src/IteratorItem/Date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/Date.php -------------------------------------------------------------------------------- /src/IteratorItem/DateFollowUp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/DateFollowUp.php -------------------------------------------------------------------------------- /src/IteratorItem/Easter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/Easter.php -------------------------------------------------------------------------------- /src/IteratorItem/EasterOrthodox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/EasterOrthodox.php -------------------------------------------------------------------------------- /src/IteratorItem/Relative.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/Relative.php -------------------------------------------------------------------------------- /src/IteratorItem/SwapDecorator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/IteratorItem/SwapDecorator.php -------------------------------------------------------------------------------- /src/ObservanceDecorator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/ObservanceDecorator.php -------------------------------------------------------------------------------- /src/SwapDirection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/SwapDirection.php -------------------------------------------------------------------------------- /src/SwapRule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/src/SwapRule.php -------------------------------------------------------------------------------- /tests/CalendarDayFactoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/CalendarDayFactoryTest.php -------------------------------------------------------------------------------- /tests/CalendarDayTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/CalendarDayTest.php -------------------------------------------------------------------------------- /tests/Factory/RelativeFactoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/Factory/RelativeFactoryTest.php -------------------------------------------------------------------------------- /tests/Factory/SwapDecoratorFactoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/Factory/SwapDecoratorFactoryTest.php -------------------------------------------------------------------------------- /tests/GregorianWeekdayTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/GregorianWeekdayTest.php -------------------------------------------------------------------------------- /tests/HolidayIteratorFactoryTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/HolidayIteratorFactoryTest.php -------------------------------------------------------------------------------- /tests/HolidayIteratorTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/HolidayIteratorTest.php -------------------------------------------------------------------------------- /tests/HolidaycheckerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/HolidaycheckerTest.php -------------------------------------------------------------------------------- /tests/Integration/ArgentiniaTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/Integration/ArgentiniaTest.php -------------------------------------------------------------------------------- /tests/Integration/BahrainTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/Integration/BahrainTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/DateFollowUpTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/DateFollowUpTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/DateTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/DateTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/EasterOrthodoxTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/EasterOrthodoxTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/EasterTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/EasterTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/RelativeTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/RelativeTest.php -------------------------------------------------------------------------------- /tests/IteratorItem/SwapDecoratorTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/IteratorItem/SwapDecoratorTest.php -------------------------------------------------------------------------------- /tests/ObservanceDecoratorTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/ObservanceDecoratorTest.php -------------------------------------------------------------------------------- /tests/SwapDirectionTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/SwapDirectionTest.php -------------------------------------------------------------------------------- /tests/_assets/invalid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/_assets/invalid.xml -------------------------------------------------------------------------------- /tests/_assets/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/_assets/test.xml -------------------------------------------------------------------------------- /tests/_assets/testDecoration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/tests/_assets/testDecoration.xml -------------------------------------------------------------------------------- /world.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/heiglandreas/holidayChecker/HEAD/world.svg --------------------------------------------------------------------------------