Skip to content

Instantly share code, notes, and snippets.

@totten
Last active August 16, 2016 23:28
Show Gist options
  • Save totten/576a73c3e7f6df890370ee743050fc1a to your computer and use it in GitHub Desktop.
Save totten/576a73c3e7f6df890370ee743050fc1a to your computer and use it in GitHub Desktop.
Test performance of file-lookups
<?php
// Locate all PHP files, one-by-one, using smarty_core_get_include_path().
// Display the total runtime.
// usage: cv scr resolve-all-files.php
// The number of times to fetch each file.
$trials = 100;
// The list of files to check.
$files = array(
'api/api.php',
'api/class.api.php',
'api/Exception.php',
'api/v3/Acl.php',
'api/v3/AclRole.php',
'api/v3/ActionSchedule.php',
'api/v3/Activity.php',
'api/v3/ActivityContact.php',
'api/v3/ActivityType.php',
'api/v3/Address.php',
'api/v3/Attachment.php',
'api/v3/Batch.php',
'api/v3/Campaign.php',
'api/v3/Case.php',
'api/v3/CaseContact.php',
'api/v3/CaseType.php',
'api/v3/Constant.php',
'api/v3/Contact.php',
'api/v3/ContactType.php',
'api/v3/Contribution.php',
'api/v3/ContributionPage.php',
'api/v3/ContributionProduct.php',
'api/v3/ContributionRecur.php',
'api/v3/ContributionSoft.php',
'api/v3/Country.php',
'api/v3/CustomField.php',
'api/v3/CustomGroup.php',
'api/v3/CustomSearch.php',
'api/v3/CustomValue.php',
'api/v3/Cxn.php',
'api/v3/CxnApp.php',
'api/v3/Dashboard.php',
'api/v3/DashboardContact.php',
'api/v3/Domain.php',
'api/v3/Email.php',
'api/v3/Entity.php',
'api/v3/EntityBatch.php',
'api/v3/EntityFinancialAccount.php',
'api/v3/EntityFinancialTrxn.php',
'api/v3/EntityTag.php',
'api/v3/Event.php',
'api/v3/examples/Activity/ContactRefCustomField.php',
'api/v3/examples/Activity/ContactRefCustomFieldGet.php',
'api/v3/examples/Activity/Create.php',
'api/v3/examples/Activity/DateTimeHigh.php',
'api/v3/examples/Activity/DateTimeLow.php',
'api/v3/examples/Activity/Delete.php',
'api/v3/examples/Activity/Get.php',
'api/v3/examples/Activity/GetFields.php',
'api/v3/examples/Activity/GetTargetandAssignee.php',
'api/v3/examples/Activity/ReturnAssigneeContact.php',
'api/v3/examples/ActivityContact/Create.php',
'api/v3/examples/ActivityContact/Delete.php',
'api/v3/examples/ActivityType/Create.php',
'api/v3/examples/ActivityType/Get.php',
'api/v3/examples/Address/AddressLike.php',
'api/v3/examples/Address/AddressParse.php',
'api/v3/examples/Address/AddressSort.php',
'api/v3/examples/Address/Create.php',
'api/v3/examples/Address/Delete.php',
'api/v3/examples/Address/Get.php',
'api/v3/examples/Address/GetOptions.php',
'api/v3/examples/Batch/Create.php',
'api/v3/examples/Batch/Delete.php',
'api/v3/examples/Batch/Get.php',
'api/v3/examples/Batch/Update.php',
'api/v3/examples/Campaign/Create.php',
'api/v3/examples/Campaign/Delete.php',
'api/v3/examples/Campaign/Get.php',
'api/v3/examples/Case/Create.php',
'api/v3/examples/Constant/Get.php',
'api/v3/examples/Contact/APIChainedArray.php',
'api/v3/examples/Contact/APIChainedArrayFormats.php',
'api/v3/examples/Contact/APIChainedArrayMultipleCustom.php',
'api/v3/examples/Contact/APIChainedArrayValuesFromSiblingFunction.php',
'api/v3/examples/Contact/ChainTwoWebsites.php',
'api/v3/examples/Contact/ChainTwoWebsitesSyntax2.php',
'api/v3/examples/Contact/Create.php',
'api/v3/examples/Contact/CreateParticipantPayment.php',
'api/v3/examples/Contact/CustomFieldGet.php',
'api/v3/examples/Contact/CustomFieldGetReturnSyntaxVariation.php',
'api/v3/examples/Contact/Delete.php',
'api/v3/examples/Contact/FormatIsSuccess_Fail.php',
'api/v3/examples/Contact/FormatIsSuccess_True.php',
'api/v3/examples/Contact/FormatOnlyID.php',
'api/v3/examples/Contact/FormatSingleValue.php',
'api/v3/examples/Contact/Get.php',
'api/v3/examples/Contact/GetActions.php',
'api/v3/examples/Contact/GetCountContact.php',
'api/v3/examples/Contact/GetFieldsOptions.php',
'api/v3/examples/Contact/GetOptions.php',
'api/v3/examples/Contact/GetSingleContact.php',
'api/v3/examples/Contact/GroupFilterUsingContactAPI.php',
'api/v3/examples/Contact/NestedReplaceEmail.php',
'api/v3/examples/Contribution/ContributionCreateWithHonoreeContact.php',
'api/v3/examples/Contribution/ContributionCreateWithNote.php',
'api/v3/examples/Contribution/ContributionCreateWithSoftCredit.php',
'api/v3/examples/Contribution/ContributionCreateWithSoftCreditDefaults.php',
'api/v3/examples/Contribution/Create.php',
'api/v3/examples/Contribution/CreateWithNestedLineItems.php',
'api/v3/examples/Contribution/Delete.php',
'api/v3/examples/Contribution/Get.php',
'api/v3/examples/ContributionPage/Create.php',
'api/v3/examples/ContributionPage/Delete.php',
'api/v3/examples/ContributionPage/Get.php',
'api/v3/examples/ContributionPage/Submit.php',
'api/v3/examples/ContributionRecur/Create.php',
'api/v3/examples/ContributionRecur/Delete.php',
'api/v3/examples/ContributionRecur/Get.php',
'api/v3/examples/ContributionSoft/Create.php',
'api/v3/examples/ContributionSoft/Delete.php',
'api/v3/examples/ContributionSoft/Get.php',
'api/v3/examples/Country/Create.php',
'api/v3/examples/Country/Delete.php',
'api/v3/examples/Country/Get.php',
'api/v3/examples/CustomField/Create.php',
'api/v3/examples/CustomField/Delete.php',
'api/v3/examples/CustomGroup/Create.php',
'api/v3/examples/CustomGroup/Delete.php',
'api/v3/examples/CustomGroup/Get.php',
'api/v3/examples/CustomValue/Create.php',
'api/v3/examples/CustomValue/FormatFieldName.php',
'api/v3/examples/CustomValue/Get.php',
'api/v3/examples/Domain/Create.php',
'api/v3/examples/Domain/Get.php',
'api/v3/examples/Email/Create.php',
'api/v3/examples/Email/Delete.php',
'api/v3/examples/Email/Replace.php',
'api/v3/examples/EntityTag/Create.php',
'api/v3/examples/EntityTag/Delete.php',
'api/v3/examples/EntityTag/Get.php',
'api/v3/examples/Event/Create.php',
'api/v3/examples/Event/Delete.php',
'api/v3/examples/Event/Get.php',
'api/v3/examples/Event/IsCurrentOption.php',
'api/v3/examples/Event/IsFullOption.php',
'api/v3/examples/Grant/Create.php',
'api/v3/examples/Grant/Delete.php',
'api/v3/examples/Grant/Get.php',
'api/v3/examples/Group/Get.php',
'api/v3/examples/Group/GetFields.php',
'api/v3/examples/GroupContact/Create.php',
'api/v3/examples/GroupContact/Delete.php',
'api/v3/examples/GroupContact/Get.php',
'api/v3/examples/GroupContact/GetWithGroupID.php',
'api/v3/examples/GroupNesting/Create.php',
'api/v3/examples/GroupNesting/Delete.php',
'api/v3/examples/GroupNesting/Get.php',
'api/v3/examples/GroupOrganization/Create.php',
'api/v3/examples/GroupOrganization/Delete.php',
'api/v3/examples/GroupOrganization/Get.php',
'api/v3/examples/Im/Create.php',
'api/v3/examples/Im/Delete.php',
'api/v3/examples/Im/Get.php',
'api/v3/examples/Job/Create.php',
'api/v3/examples/Job/Delete.php',
'api/v3/examples/LineItem/Create.php',
'api/v3/examples/LineItem/Delete.php',
'api/v3/examples/LineItem/Get.php',
'api/v3/examples/LocBlock/Create.php',
'api/v3/examples/LocBlock/CreateEntities.php',
'api/v3/examples/LocBlock/Get.php',
'api/v3/examples/Logging/Get.php',
'api/v3/examples/Logging/Revert.php',
'api/v3/examples/Mailing/Create.php',
'api/v3/examples/Mailing/Delete.php',
'api/v3/examples/Mailing/GetTokens.php',
'api/v3/examples/Mailing/Submit.php',
'api/v3/examples/MailingAB/Create.php',
'api/v3/examples/MailingGroup/Subscribe.php',
'api/v3/examples/MailSettings/ChainedGetDelete.php',
'api/v3/examples/MailSettings/Create.php',
'api/v3/examples/MailSettings/Delete.php',
'api/v3/examples/MailSettings/Get.php',
'api/v3/examples/MailSettings/GetOptions.php',
'api/v3/examples/Membership/Create.php',
'api/v3/examples/Membership/CreateWithCustomData.php',
'api/v3/examples/Membership/Delete.php',
'api/v3/examples/Membership/FilterIsCurrent.php',
'api/v3/examples/Membership/Get.php',
'api/v3/examples/Membership/UpdateCustomData.php',
'api/v3/examples/MembershipPayment/Create.php',
'api/v3/examples/MembershipPayment/Get.php',
'api/v3/examples/MembershipStatus/Create.php',
'api/v3/examples/MembershipStatus/Get.php',
'api/v3/examples/MembershipType/Create.php',
'api/v3/examples/MembershipType/Delete.php',
'api/v3/examples/MembershipType/Get.php',
'api/v3/examples/MessageTemplate/Create.php',
'api/v3/examples/MessageTemplate/Delete.php',
'api/v3/examples/MessageTemplate/Get.php',
'api/v3/examples/Note/Create.php',
'api/v3/examples/Note/Delete.php',
'api/v3/examples/Note/Get.php',
'api/v3/examples/OptionGroup/Create.php',
'api/v3/examples/OptionGroup/Delete.php',
'api/v3/examples/OptionGroup/Get.php',
'api/v3/examples/OptionValue/Get.php',
'api/v3/examples/OptionValue/SortOption.php',
'api/v3/examples/Order/Cancel.php',
'api/v3/examples/Order/Create.php',
'api/v3/examples/Order/CreateOrderParticipant.php',
'api/v3/examples/Order/Delete.php',
'api/v3/examples/Order/Get.php',
'api/v3/examples/Participant/Create.php',
'api/v3/examples/Participant/Get.php',
'api/v3/examples/Participant/NestedDelete.php',
'api/v3/examples/Participant/NestedEventGet.php',
'api/v3/examples/ParticipantPayment/Create.php',
'api/v3/examples/ParticipantPayment/Delete.php',
'api/v3/examples/ParticipantPayment/Get.php',
'api/v3/examples/ParticipantStatusType/Create.php',
'api/v3/examples/ParticipantStatusType/Delete.php',
'api/v3/examples/ParticipantStatusType/Get.php',
'api/v3/examples/Payment/Cancel.php',
'api/v3/examples/Payment/Create.php',
'api/v3/examples/Payment/CreatePaymentWithLineItems.php',
'api/v3/examples/Payment/Delete.php',
'api/v3/examples/Payment/Get.php',
'api/v3/examples/Payment/UpdatePayment.php',
'api/v3/examples/PaymentProcessor/Create.php',
'api/v3/examples/PaymentProcessor/Delete.php',
'api/v3/examples/PaymentProcessorType/Create.php',
'api/v3/examples/PaymentProcessorType/Delete.php',
'api/v3/examples/Phone/Create.php',
'api/v3/examples/Phone/Delete.php',
'api/v3/examples/Phone/Get.php',
'api/v3/examples/Phone/GetOptions.php',
'api/v3/examples/Pledge/Create.php',
'api/v3/examples/Pledge/Delete.php',
'api/v3/examples/Pledge/Get.php',
'api/v3/examples/Pledge/GetFilterHighDate.php',
'api/v3/examples/PledgePayment/Create.php',
'api/v3/examples/PledgePayment/Delete.php',
'api/v3/examples/PledgePayment/Get.php',
'api/v3/examples/PledgePayment/Update.php',
'api/v3/examples/PriceField/Create.php',
'api/v3/examples/PriceField/Delete.php',
'api/v3/examples/PriceField/Get.php',
'api/v3/examples/PriceFieldValue/Create.php',
'api/v3/examples/PriceFieldValue/Delete.php',
'api/v3/examples/PriceFieldValue/Get.php',
'api/v3/examples/PriceSet/Create.php',
'api/v3/examples/PriceSet/Delete.php',
'api/v3/examples/PriceSet/Get.php',
'api/v3/examples/Profile/Apply.php',
'api/v3/examples/Profile/Get.php',
'api/v3/examples/Profile/GetFields.php',
'api/v3/examples/Profile/Submit.php',
'api/v3/examples/Relationship/BetweenRelationshipType.php',
'api/v3/examples/Relationship/Create.php',
'api/v3/examples/Relationship/Delete.php',
'api/v3/examples/Relationship/filterIsCurrent.php',
'api/v3/examples/Relationship/Get.php',
'api/v3/examples/Relationship/INRelationshipType.php',
'api/v3/examples/Relationship/NotBetweenRelationshipType.php',
'api/v3/examples/Relationship/NotInRelationshipType.php',
'api/v3/examples/RelationshipType/Create.php',
'api/v3/examples/RelationshipType/Delete.php',
'api/v3/examples/ReportTemplate/Getrows.php',
'api/v3/examples/ReportTemplate/Getstatistics.php',
'api/v3/examples/Setting/Create.php',
'api/v3/examples/Setting/CreateAllDomains.php',
'api/v3/examples/Setting/CreateSettingCurrentDomain.php',
'api/v3/examples/Setting/CreateSpecifiedDomains.php',
'api/v3/examples/Setting/Get.php',
'api/v3/examples/Setting/GetAllDomains.php',
'api/v3/examples/Setting/GetDefaults.php',
'api/v3/examples/Setting/GetFields.php',
'api/v3/examples/Setting/GetSettingCurrentDomain.php',
'api/v3/examples/Setting/GetSpecifiedDomains.php',
'api/v3/examples/Setting/GetValue.php',
'api/v3/examples/Setting/Revert.php',
'api/v3/examples/Survey/ChainedGetDelete.php',
'api/v3/examples/Survey/Create.php',
'api/v3/examples/Survey/Delete.php',
'api/v3/examples/Survey/Get.php',
'api/v3/examples/SurveyRespondant/Get.php',
'api/v3/examples/System/Flush.php',
'api/v3/examples/Tag/Create.php',
'api/v3/examples/Tag/Delete.php',
'api/v3/examples/Tag/Get.php',
'api/v3/examples/Tag/GetFields.php',
'api/v3/examples/Tag/GetList.php',
'api/v3/examples/Tag/GetReturnArray.php',
'api/v3/examples/TaxContributionPage/Create.php',
'api/v3/examples/TaxContributionPage/CreateWithNestedLineItems.php',
'api/v3/examples/TaxContributionPage/Delete.php',
'api/v3/examples/UFField/Create.php',
'api/v3/examples/UFField/Delete.php',
'api/v3/examples/UFField/Get.php',
'api/v3/examples/UFField/Replace.php',
'api/v3/examples/UFGroup/Create.php',
'api/v3/examples/UFGroup/Delete.php',
'api/v3/examples/UFGroup/Get.php',
'api/v3/examples/UFJoin/Create.php',
'api/v3/examples/UFJoin/Get.php',
'api/v3/examples/UFMatch/Get.php',
'api/v3/examples/Website/Create.php',
'api/v3/examples/Website/Delete.php',
'api/v3/examples/Website/Get.php',
'api/v3/examples/Website/GetFields.php',
'api/v3/examples/Website/GetWithMetadata.php',
'api/v3/Extension.php',
'api/v3/File.php',
'api/v3/FinancialAccount.php',
'api/v3/FinancialItem.php',
'api/v3/FinancialTrxn.php',
'api/v3/FinancialType.php',
'api/v3/Generic/Getactions.php',
'api/v3/Generic/Getlist.php',
'api/v3/Generic/Setvalue.php',
'api/v3/Generic/Update.php',
'api/v3/Generic.php',
'api/v3/Grant.php',
'api/v3/Group.php',
'api/v3/GroupContact.php',
'api/v3/GroupNesting.php',
'api/v3/GroupOrganization.php',
'api/v3/Im.php',
'api/v3/Job.php',
'api/v3/JobLog.php',
'api/v3/LineItem.php',
'api/v3/LocationType.php',
'api/v3/LocBlock.php',
'api/v3/Logging.php',
'api/v3/Mailing.php',
'api/v3/MailingAB.php',
'api/v3/MailingComponent.php',
'api/v3/MailingContact.php',
'api/v3/MailingEventConfirm.php',
'api/v3/MailingEventQueue.php',
'api/v3/MailingEventResubscribe.php',
'api/v3/MailingEventSubscribe.php',
'api/v3/MailingEventUnsubscribe.php',
'api/v3/MailingGroup.php',
'api/v3/MailingJob.php',
'api/v3/MailingRecipients.php',
'api/v3/MailSettings.php',
'api/v3/Mapping.php',
'api/v3/MappingField.php',
'api/v3/Membership.php',
'api/v3/MembershipBlock.php',
'api/v3/MembershipLog.php',
'api/v3/MembershipPayment.php',
'api/v3/MembershipStatus.php',
'api/v3/MembershipType.php',
'api/v3/MessageTemplate.php',
'api/v3/Navigation.php',
'api/v3/Note.php',
'api/v3/OpenID.php',
'api/v3/OptionGroup.php',
'api/v3/OptionValue.php',
'api/v3/Order.php',
'api/v3/Participant.php',
'api/v3/ParticipantPayment.php',
'api/v3/ParticipantStatusType.php',
'api/v3/Payment.php',
'api/v3/PaymentProcessor.php',
'api/v3/PaymentProcessorType.php',
'api/v3/PaymentToken.php',
'api/v3/Phone/Get.php',
'api/v3/Phone.php',
'api/v3/Pledge.php',
'api/v3/PledgePayment.php',
'api/v3/Premium.php',
'api/v3/PriceField.php',
'api/v3/PriceFieldValue.php',
'api/v3/PriceSet.php',
'api/v3/PrintLabel.php',
'api/v3/Product.php',
'api/v3/Profile.php',
'api/v3/RecurringEntity.php',
'api/v3/Relationship.php',
'api/v3/RelationshipType.php',
'api/v3/ReportInstance.php',
'api/v3/ReportTemplate.php',
'api/v3/RuleGroup.php',
'api/v3/SavedSearch.php',
'api/v3/Setting.php',
'api/v3/SmsProvider.php',
'api/v3/StatusPreference.php',
'api/v3/Survey.php',
'api/v3/SurveyRespondant.php',
'api/v3/System.php',
'api/v3/SystemLog.php',
'api/v3/Tag.php',
'api/v3/UFField.php',
'api/v3/UFGroup.php',
'api/v3/UFJoin.php',
'api/v3/UFMatch.php',
'api/v3/User.php',
'api/v3/utils.php',
'api/v3/Website.php',
'api/v3/WordReplacement.php',
'api/Wrapper.php',
'bin/cli.class.php',
'bin/cli.php',
'bin/ContributionProcessor.php',
'bin/cron.php',
'bin/csv/delete.php',
'bin/csv/export.php',
'bin/csv/import.php',
'bin/encryptDB.php',
'bin/migrate/export.php',
'bin/migrate/exportJSON.php',
'bin/migrate/import.php',
'bin/migrate/importJSON.php',
'bin/migrate/move.php',
'bower_components/ckeditor/samples/old/assets/posteddata.php',
'bower_components/ckeditor/samples/old/sample_posteddata.php',
'bower_components.orig/ckeditor/samples/old/assets/posteddata.php',
'bower_components.orig/ckeditor/samples/old/sample_posteddata.php',
'Civi/ActionSchedule/Event/MailingQueryEvent.php',
'Civi/ActionSchedule/Event/MappingRegisterEvent.php',
'Civi/ActionSchedule/Events.php',
'Civi/ActionSchedule/Mapping.php',
'Civi/ActionSchedule/MappingInterface.php',
'Civi/ActionSchedule/RecipientBuilder.php',
'Civi/Angular/Manager.php',
'Civi/Angular/Page/Main.php',
'Civi/Angular/Page/Modules.php',
'Civi/API/Event/AuthorizeEvent.php',
'Civi/API/Event/Event.php',
'Civi/API/Event/ExceptionEvent.php',
'Civi/API/Event/PrepareEvent.php',
'Civi/API/Event/ResolveEvent.php',
'Civi/API/Event/RespondEvent.php',
'Civi/API/Events.php',
'Civi/API/Exception/NotImplementedException.php',
'Civi/API/Exception/UnauthorizedException.php',
'Civi/API/ExternalBatch.php',
'Civi/API/Kernel.php',
'Civi/API/Provider/AdhocProvider.php',
'Civi/API/Provider/MagicFunctionProvider.php',
'Civi/API/Provider/ProviderInterface.php',
'Civi/API/Provider/ReflectionProvider.php',
'Civi/API/Provider/StaticProvider.php',
'Civi/API/Request.php',
'Civi/API/SelectQuery.php',
'Civi/API/Subscriber/APIv3SchemaAdapter.php',
'Civi/API/Subscriber/ChainSubscriber.php',
'Civi/API/Subscriber/DynamicFKAuthorization.php',
'Civi/API/Subscriber/I18nSubscriber.php',
'Civi/API/Subscriber/PermissionCheck.php',
'Civi/API/Subscriber/TransactionSubscriber.php',
'Civi/API/Subscriber/WhitelistSubscriber.php',
'Civi/API/Subscriber/WrapperAdapter.php',
'Civi/API/Subscriber/XDebugSubscriber.php',
'Civi/API/WhitelistRule.php',
'Civi/CCase/Analyzer.php',
'Civi/CCase/CaseChangeListener.php',
'Civi/CCase/Event/CaseChangeEvent.php',
'Civi/CCase/Events.php',
'Civi/CCase/Exception/MultipleActivityException.php',
'Civi/CCase/SequenceListener.php',
'Civi/CiUtil/Arrays.php',
'Civi/CiUtil/Command/AntagonistCommand.php',
'Civi/CiUtil/Command/CompareCommand.php',
'Civi/CiUtil/Command/LsCommand.php',
'Civi/CiUtil/ComparisonPrinter.php',
'Civi/CiUtil/CSVParser.php',
'Civi/CiUtil/CsvPrinter.php',
'Civi/CiUtil/EnvTestRunner.php',
'Civi/CiUtil/JenkinsParser.php',
'Civi/CiUtil/PHPUnitParser.php',
'Civi/CiUtil/PHPUnitScanner.php',
'Civi/Core/Container.php',
'Civi/Core/DAO/Event/PostDelete.php',
'Civi/Core/DAO/Event/PostUpdate.php',
'Civi/Core/DatabaseInitializer.php',
'Civi/Core/Event/PostEvent.php',
'Civi/Core/Event/PreEvent.php',
'Civi/Core/Event/SystemInstallEvent.php',
'Civi/Core/Event/UnhandledExceptionEvent.php',
'Civi/Core/InstallationCanary.php',
'Civi/Core/Lock/LockInterface.php',
'Civi/Core/Lock/LockManager.php',
'Civi/Core/Lock/NullLock.php',
'Civi/Core/Paths.php',
'Civi/Core/Resolver.php',
'Civi/Core/SettingsBag.php',
'Civi/Core/SettingsManager.php',
'Civi/Core/SettingsMetadata.php',
'Civi/Core/SqlTriggers.php',
'Civi/Core/Transaction/Frame.php',
'Civi/Core/Transaction/Manager.php',
'Civi/Install/Requirements.php',
'Civi/Payment/Exception/PaymentProcessorException.php',
'Civi/Payment/System.php',
'Civi/Test/CiviEnvBuilder/CallbackStep.php',
'Civi/Test/CiviEnvBuilder/ExtensionsStep.php',
'Civi/Test/CiviEnvBuilder/SqlFileStep.php',
'Civi/Test/CiviEnvBuilder/SqlStep.php',
'Civi/Test/CiviEnvBuilder/StepInterface.php',
'Civi/Test/CiviEnvBuilder.php',
'Civi/Test/CiviTestListener.php',
'Civi/Test/Data.php',
'Civi/Test/EndToEndInterface.php',
'Civi/Test/HeadlessInterface.php',
'Civi/Test/HookInterface.php',
'Civi/Test/Schema.php',
'Civi/Test/TransactionalInterface.php',
'Civi/Test.php',
'Civi/Token/AbstractTokenSubscriber.php',
'Civi/Token/Event/TokenEvent.php',
'Civi/Token/Event/TokenRegisterEvent.php',
'Civi/Token/Event/TokenRenderEvent.php',
'Civi/Token/Event/TokenValueEvent.php',
'Civi/Token/Events.php',
'Civi/Token/TokenCompatSubscriber.php',
'Civi/Token/TokenException.php',
'Civi/Token/TokenProcessor.php',
'Civi/Token/TokenRow.php',
'Civi.php',
'civicrm-version.php',
'civicrm.config.php',
'CRM/ACL/API.php',
'CRM/ACL/BAO/ACL.php',
'CRM/ACL/BAO/Cache.php',
'CRM/ACL/BAO/EntityRole.php',
'CRM/ACL/DAO/ACL.php',
'CRM/ACL/DAO/Cache.php',
'CRM/ACL/DAO/EntityRole.php',
'CRM/ACL/Form/ACL.php',
'CRM/ACL/Form/ACLBasic.php',
'CRM/ACL/Form/EntityRole.php',
'CRM/ACL/Form/WordPress/Permissions.php',
'CRM/ACL/Page/ACL.php',
'CRM/ACL/Page/ACLBasic.php',
'CRM/ACL/Page/EntityRole.php',
'CRM/Activity/ActionMapping.php',
'CRM/Activity/BAO/Activity.php',
'CRM/Activity/BAO/ActivityAssignment.php',
'CRM/Activity/BAO/ActivityContact.php',
'CRM/Activity/BAO/ActivityTarget.php',
'CRM/Activity/BAO/ICalendar.php',
'CRM/Activity/BAO/Query.php',
'CRM/Activity/Controller/Search.php',
'CRM/Activity/DAO/Activity.php',
'CRM/Activity/DAO/ActivityContact.php',
'CRM/Activity/Form/Activity.php',
'CRM/Activity/Form/ActivityFilter.php',
'CRM/Activity/Form/ActivityLinks.php',
'CRM/Activity/Form/ActivityView.php',
'CRM/Activity/Form/Search.php',
'CRM/Activity/Form/Task/AddToTag.php',
'CRM/Activity/Form/Task/Batch.php',
'CRM/Activity/Form/Task/Delete.php',
'CRM/Activity/Form/Task/Email.php',
'CRM/Activity/Form/Task/FileOnCase.php',
'CRM/Activity/Form/Task/PickOption.php',
'CRM/Activity/Form/Task/PickProfile.php',
'CRM/Activity/Form/Task/Print.php',
'CRM/Activity/Form/Task/RemoveFromTag.php',
'CRM/Activity/Form/Task/SearchTaskHookSample.php',
'CRM/Activity/Form/Task/SMS.php',
'CRM/Activity/Form/Task.php',
'CRM/Activity/Import/Controller.php',
'CRM/Activity/Import/Field.php',
'CRM/Activity/Import/Form/DataSource.php',
'CRM/Activity/Import/Form/MapField.php',
'CRM/Activity/Import/Form/Preview.php',
'CRM/Activity/Import/Form/Summary.php',
'CRM/Activity/Import/Parser/Activity.php',
'CRM/Activity/Import/Parser.php',
'CRM/Activity/Page/AJAX.php',
'CRM/Activity/Page/Tab.php',
'CRM/Activity/Page/UserDashboard.php',
'CRM/Activity/Selector/Activity.php',
'CRM/Activity/Selector/Search.php',
'CRM/Activity/StateMachine/Search.php',
'CRM/Activity/Task.php',
'CRM/Activity/Tokens.php',
'CRM/Admin/Form/CMSUser.php',
'CRM/Admin/Form/ContactType.php',
'CRM/Admin/Form/Extensions.php',
'CRM/Admin/Form/Job.php',
'CRM/Admin/Form/LabelFormats.php',
'CRM/Admin/Form/LocationType.php',
'CRM/Admin/Form/MailSettings.php',
'CRM/Admin/Form/Mapping.php',
'CRM/Admin/Form/MessageTemplates.php',
'CRM/Admin/Form/Navigation.php',
'CRM/Admin/Form/OptionGroup.php',
'CRM/Admin/Form/Options.php',
'CRM/Admin/Form/ParticipantStatusType.php',
'CRM/Admin/Form/PaymentProcessor.php',
'CRM/Admin/Form/PaymentProcessorType.php',
'CRM/Admin/Form/PdfFormats.php',
'CRM/Admin/Form/Persistent.php',
'CRM/Admin/Form/Preferences/Address.php',
'CRM/Admin/Form/Preferences/Campaign.php',
'CRM/Admin/Form/Preferences/Contribute.php',
'CRM/Admin/Form/Preferences/Display.php',
'CRM/Admin/Form/Preferences/Event.php',
'CRM/Admin/Form/Preferences/Mailing.php',
'CRM/Admin/Form/Preferences/Member.php',
'CRM/Admin/Form/Preferences/Multisite.php',
'CRM/Admin/Form/Preferences.php',
'CRM/Admin/Form/PreferencesDate.php',
'CRM/Admin/Form/RelationshipType.php',
'CRM/Admin/Form/ScheduleReminders.php',
'CRM/Admin/Form/Setting/Component.php',
'CRM/Admin/Form/Setting/Date.php',
'CRM/Admin/Form/Setting/Debugging.php',
'CRM/Admin/Form/Setting/Localization.php',
'CRM/Admin/Form/Setting/Mail.php',
'CRM/Admin/Form/Setting/Mapping.php',
'CRM/Admin/Form/Setting/Miscellaneous.php',
'CRM/Admin/Form/Setting/Path.php',
'CRM/Admin/Form/Setting/Search.php',
'CRM/Admin/Form/Setting/Smtp.php',
'CRM/Admin/Form/Setting/UF.php',
'CRM/Admin/Form/Setting/UpdateConfigBackend.php',
'CRM/Admin/Form/Setting/Url.php',
'CRM/Admin/Form/Setting.php',
'CRM/Admin/Form/Tag.php',
'CRM/Admin/Form/WordReplacements.php',
'CRM/Admin/Form.php',
'CRM/Admin/Page/Access.php',
'CRM/Admin/Page/Admin.php',
'CRM/Admin/Page/AJAX.php',
'CRM/Admin/Page/APIExplorer.php',
'CRM/Admin/Page/CKEditorConfig.php',
'CRM/Admin/Page/ConfigTaskList.php',
'CRM/Admin/Page/ContactType.php',
'CRM/Admin/Page/EventTemplate.php',
'CRM/Admin/Page/Extensions.php',
'CRM/Admin/Page/ExtensionsUpgrade.php',
'CRM/Admin/Page/Job.php',
'CRM/Admin/Page/JobLog.php',
'CRM/Admin/Page/LabelFormats.php',
'CRM/Admin/Page/LocationType.php',
'CRM/Admin/Page/MailSettings.php',
'CRM/Admin/Page/Mapping.php',
'CRM/Admin/Page/MessageTemplates.php',
'CRM/Admin/Page/Navigation.php',
'CRM/Admin/Page/Options.php',
'CRM/Admin/Page/ParticipantStatusType.php',
'CRM/Admin/Page/PaymentProcessor.php',
'CRM/Admin/Page/PaymentProcessorType.php',
'CRM/Admin/Page/PdfFormats.php',
'CRM/Admin/Page/Persistent.php',
'CRM/Admin/Page/PreferencesDate.php',
'CRM/Admin/Page/RelationshipType.php',
'CRM/Admin/Page/ScheduleReminders.php',
'CRM/Admin/Page/Setting.php',
'CRM/Admin/Page/Tag.php',
'CRM/Badge/BAO/Badge.php',
'CRM/Badge/BAO/Layout.php',
'CRM/Badge/Form/Layout.php',
'CRM/Badge/Page/AJAX.php',
'CRM/Badge/Page/Layout.php',
'CRM/Batch/BAO/Batch.php',
'CRM/Batch/BAO/EntityBatch.php',
'CRM/Batch/DAO/Batch.php',
'CRM/Batch/DAO/EntityBatch.php',
'CRM/Batch/Form/Batch.php',
'CRM/Batch/Form/Entry.php',
'CRM/Batch/Form/Search.php',
'CRM/Batch/Page/AJAX.php',
'CRM/Batch/Page/Batch.php',
'CRM/Bridge/OG/CiviCRM.php',
'CRM/Bridge/OG/Drupal.php',
'CRM/Bridge/OG/Utils.php',
'CRM/Campaign/BAO/Campaign.php',
'CRM/Campaign/BAO/Petition.php',
'CRM/Campaign/BAO/Query.php',
'CRM/Campaign/BAO/Survey.php',
'CRM/Campaign/Controller/Search.php',
'CRM/Campaign/DAO/Campaign.php',
'CRM/Campaign/DAO/CampaignGroup.php',
'CRM/Campaign/DAO/Survey.php',
'CRM/Campaign/Form/Campaign.php',
'CRM/Campaign/Form/Gotv.php',
'CRM/Campaign/Form/Petition/Signature.php',
'CRM/Campaign/Form/Petition.php',
'CRM/Campaign/Form/Search/Campaign.php',
'CRM/Campaign/Form/Search/Petition.php',
'CRM/Campaign/Form/Search/Survey.php',
'CRM/Campaign/Form/Search.php',
'CRM/Campaign/Form/Survey/Delete.php',
'CRM/Campaign/Form/Survey/Main.php',
'CRM/Campaign/Form/Survey/Questions.php',
'CRM/Campaign/Form/Survey/Results.php',
'CRM/Campaign/Form/Survey/TabHeader.php',
'CRM/Campaign/Form/Survey.php',
'CRM/Campaign/Form/SurveyType.php',
'CRM/Campaign/Form/Task/Interview.php',
'CRM/Campaign/Form/Task/Print.php',
'CRM/Campaign/Form/Task/Release.php',
'CRM/Campaign/Form/Task/Reserve.php',
'CRM/Campaign/Form/Task/Result.php',
'CRM/Campaign/Form/Task.php',
'CRM/Campaign/Info.php',
'CRM/Campaign/Page/AJAX.php',
'CRM/Campaign/Page/DashBoard.php',
'CRM/Campaign/Page/Petition/Confirm.php',
'CRM/Campaign/Page/Petition/ThankYou.php',
'CRM/Campaign/Page/Petition.php',
'CRM/Campaign/Page/SurveyType.php',
'CRM/Campaign/Page/Vote.php',
'CRM/Campaign/PseudoConstant.php',
'CRM/Campaign/Selector/Search.php',
'CRM/Campaign/StateMachine/Search.php',
'CRM/Campaign/Task.php',
'CRM/Case/Audit/Audit.php',
'CRM/Case/Audit/AuditConfig.php',
'CRM/Case/BAO/Case.php',
'CRM/Case/BAO/CaseContact.php',
'CRM/Case/BAO/CaseType.php',
'CRM/Case/BAO/Query.php',
'CRM/Case/Controller/Search.php',
'CRM/Case/DAO/Case.php',
'CRM/Case/DAO/CaseActivity.php',
'CRM/Case/DAO/CaseContact.php',
'CRM/Case/DAO/CaseType.php',
'CRM/Case/Form/Activity/ChangeCaseStartDate.php',
'CRM/Case/Form/Activity/ChangeCaseStatus.php',
'CRM/Case/Form/Activity/ChangeCaseType.php',
'CRM/Case/Form/Activity/LinkCases.php',
'CRM/Case/Form/Activity/OpenCase.php',
'CRM/Case/Form/Activity.php',
'CRM/Case/Form/ActivityToCase.php',
'CRM/Case/Form/ActivityView.php',
'CRM/Case/Form/Case.php',
'CRM/Case/Form/CaseView.php',
'CRM/Case/Form/CustomData.php',
'CRM/Case/Form/EditClient.php',
'CRM/Case/Form/Report.php',
'CRM/Case/Form/Search.php',
'CRM/Case/Form/Task/Delete.php',
'CRM/Case/Form/Task/PDF.php',
'CRM/Case/Form/Task/Print.php',
'CRM/Case/Form/Task/Restore.php',
'CRM/Case/Form/Task/Result.php',
'CRM/Case/Form/Task/SearchTaskHookSample.php',
'CRM/Case/Form/Task.php',
'CRM/Case/Info.php',
'CRM/Case/ManagedEntities.php',
'CRM/Case/Page/AJAX.php',
'CRM/Case/Page/CaseDetails.php',
'CRM/Case/Page/DashBoard.php',
'CRM/Case/Page/Tab.php',
'CRM/Case/PseudoConstant.php',
'CRM/Case/Selector/Search.php',
'CRM/Case/StateMachine/Search.php',
'CRM/Case/Task.php',
'CRM/Case/XMLProcessor/Process.php',
'CRM/Case/XMLProcessor/Report.php',
'CRM/Case/XMLProcessor/Settings.php',
'CRM/Case/XMLProcessor.php',
'CRM/Case/XMLRepository.php',
'CRM/Contact/ActionMapping.php',
'CRM/Contact/BAO/Contact/Location.php',
'CRM/Contact/BAO/Contact/Optimizer.php',
'CRM/Contact/BAO/Contact/Permission.php',
'CRM/Contact/BAO/Contact/Utils.php',
'CRM/Contact/BAO/Contact.php',
'CRM/Contact/BAO/ContactType.php',
'CRM/Contact/BAO/DashboardContact.php',
'CRM/Contact/BAO/Group.php',
'CRM/Contact/BAO/GroupContact.php',
'CRM/Contact/BAO/GroupContactCache.php',
'CRM/Contact/BAO/GroupNesting.php',
'CRM/Contact/BAO/GroupNestingCache.php',
'CRM/Contact/BAO/GroupOrganization.php',
'CRM/Contact/BAO/Household.php',
'CRM/Contact/BAO/Individual.php',
'CRM/Contact/BAO/ProximityQuery.php',
'CRM/Contact/BAO/Query/Hook.php',
'CRM/Contact/BAO/Query/Interface.php',
'CRM/Contact/BAO/Query.php',
'CRM/Contact/BAO/Relationship.php',
'CRM/Contact/BAO/RelationshipType.php',
'CRM/Contact/BAO/SavedSearch.php',
'CRM/Contact/BAO/SearchCustom.php',
'CRM/Contact/BAO/SubscriptionHistory.php',
'CRM/Contact/Controller/Search.php',
'CRM/Contact/DAO/ACLContactCache.php',
'CRM/Contact/DAO/Contact.php',
'CRM/Contact/DAO/ContactType.php',
'CRM/Contact/DAO/DashboardContact.php',
'CRM/Contact/DAO/Factory.php',
'CRM/Contact/DAO/Group.php',
'CRM/Contact/DAO/GroupContact.php',
'CRM/Contact/DAO/GroupContactCache.php',
'CRM/Contact/DAO/GroupNesting.php',
'CRM/Contact/DAO/GroupOrganization.php',
'CRM/Contact/DAO/Relationship.php',
'CRM/Contact/DAO/RelationshipType.php',
'CRM/Contact/DAO/SavedSearch.php',
'CRM/Contact/DAO/SubscriptionHistory.php',
'CRM/Contact/Form/Contact.php',
'CRM/Contact/Form/CustomData.php',
'CRM/Contact/Form/DedupeFind.php',
'CRM/Contact/Form/DedupeRules.php',
'CRM/Contact/Form/Domain.php',
'CRM/Contact/Form/Edit/Address.php',
'CRM/Contact/Form/Edit/CommunicationPreferences.php',
'CRM/Contact/Form/Edit/CustomData.php',
'CRM/Contact/Form/Edit/Demographics.php',
'CRM/Contact/Form/Edit/Email.php',
'CRM/Contact/Form/Edit/Household.php',
'CRM/Contact/Form/Edit/IM.php',
'CRM/Contact/Form/Edit/Individual.php',
'CRM/Contact/Form/Edit/Lock.php',
'CRM/Contact/Form/Edit/Notes.php',
'CRM/Contact/Form/Edit/OpenID.php',
'CRM/Contact/Form/Edit/Organization.php',
'CRM/Contact/Form/Edit/Phone.php',
'CRM/Contact/Form/Edit/TagsAndGroups.php',
'CRM/Contact/Form/Edit/Website.php',
'CRM/Contact/Form/GroupContact.php',
'CRM/Contact/Form/Inline/Address.php',
'CRM/Contact/Form/Inline/CommunicationPreferences.php',
'CRM/Contact/Form/Inline/ContactInfo.php',
'CRM/Contact/Form/Inline/ContactName.php',
'CRM/Contact/Form/Inline/CustomData.php',
'CRM/Contact/Form/Inline/Demographics.php',
'CRM/Contact/Form/Inline/Email.php',
'CRM/Contact/Form/Inline/IM.php',
'CRM/Contact/Form/Inline/Lock.php',
'CRM/Contact/Form/Inline/OpenID.php',
'CRM/Contact/Form/Inline/Phone.php',
'CRM/Contact/Form/Inline/Website.php',
'CRM/Contact/Form/Inline.php',
'CRM/Contact/Form/Location.php',
'CRM/Contact/Form/Merge.php',
'CRM/Contact/Form/RelatedContact.php',
'CRM/Contact/Form/Relationship.php',
'CRM/Contact/Form/Search/Advanced.php',
'CRM/Contact/Form/Search/Basic.php',
'CRM/Contact/Form/Search/Builder.php',
'CRM/Contact/Form/Search/Criteria.php',
'CRM/Contact/Form/Search/Custom/ActivitySearch.php',
'CRM/Contact/Form/Search/Custom/Base.php',
'CRM/Contact/Form/Search/Custom/Basic.php',
'CRM/Contact/Form/Search/Custom/ContribSYBNT.php',
'CRM/Contact/Form/Search/Custom/ContributionAggregate.php',
'CRM/Contact/Form/Search/Custom/DateAdded.php',
'CRM/Contact/Form/Search/Custom/EventAggregate.php',
'CRM/Contact/Form/Search/Custom/FullText/AbstractPartialQuery.php',
'CRM/Contact/Form/Search/Custom/FullText/Activity.php',
'CRM/Contact/Form/Search/Custom/FullText/Case.php',
'CRM/Contact/Form/Search/Custom/FullText/Contact.php',
'CRM/Contact/Form/Search/Custom/FullText/Contribution.php',
'CRM/Contact/Form/Search/Custom/FullText/Membership.php',
'CRM/Contact/Form/Search/Custom/FullText/Participant.php',
'CRM/Contact/Form/Search/Custom/FullText.php',
'CRM/Contact/Form/Search/Custom/Group.php',
'CRM/Contact/Form/Search/Custom/MultipleValues.php',
'CRM/Contact/Form/Search/Custom/PostalMailing.php',
'CRM/Contact/Form/Search/Custom/PriceSet.php',
'CRM/Contact/Form/Search/Custom/Proximity.php',
'CRM/Contact/Form/Search/Custom/RandomSegment.php',
'CRM/Contact/Form/Search/Custom/Sample.php',
'CRM/Contact/Form/Search/Custom/TagContributions.php',
'CRM/Contact/Form/Search/Custom/ZipCodeRange.php',
'CRM/Contact/Form/Search/Custom.php',
'CRM/Contact/Form/Search/Interface.php',
'CRM/Contact/Form/Search.php',
'CRM/Contact/Form/Task/AddToGroup.php',
'CRM/Contact/Form/Task/AddToHousehold.php',
'CRM/Contact/Form/Task/AddToOrganization.php',
'CRM/Contact/Form/Task/AddToParentClass.php',
'CRM/Contact/Form/Task/AddToTag.php',
'CRM/Contact/Form/Task/AlterPreferences.php',
'CRM/Contact/Form/Task/Batch.php',
'CRM/Contact/Form/Task/Delete.php',
'CRM/Contact/Form/Task/Email.php',
'CRM/Contact/Form/Task/EmailCommon.php',
'CRM/Contact/Form/Task/HookSample.php',
'CRM/Contact/Form/Task/Label.php',
'CRM/Contact/Form/Task/LabelCommon.php',
'CRM/Contact/Form/Task/Map/Event.php',
'CRM/Contact/Form/Task/Map.php',
'CRM/Contact/Form/Task/Merge.php',
'CRM/Contact/Form/Task/PDF.php',
'CRM/Contact/Form/Task/PDFLetterCommon.php',
'CRM/Contact/Form/Task/PickProfile.php',
'CRM/Contact/Form/Task/Print.php',
'CRM/Contact/Form/Task/ProximityCommon.php',
'CRM/Contact/Form/Task/RemoveFromGroup.php',
'CRM/Contact/Form/Task/RemoveFromTag.php',
'CRM/Contact/Form/Task/Result.php',
'CRM/Contact/Form/Task/SaveSearch/Update.php',
'CRM/Contact/Form/Task/SaveSearch.php',
'CRM/Contact/Form/Task/SMS.php',
'CRM/Contact/Form/Task/SMSCommon.php',
'CRM/Contact/Form/Task/Unhold.php',
'CRM/Contact/Form/Task/Useradd.php',
'CRM/Contact/Form/Task.php',
'CRM/Contact/Import/Controller.php',
'CRM/Contact/Import/Field.php',
'CRM/Contact/Import/Form/DataSource.php',
'CRM/Contact/Import/Form/MapField.php',
'CRM/Contact/Import/Form/Preview.php',
'CRM/Contact/Import/Form/Summary.php',
'CRM/Contact/Import/Importer.php',
'CRM/Contact/Import/ImportJob.php',
'CRM/Contact/Import/Page/AJAX.php',
'CRM/Contact/Import/Parser/Contact.php',
'CRM/Contact/Import/Parser.php',
'CRM/Contact/Page/AJAX.php',
'CRM/Contact/Page/CustomSearch.php',
'CRM/Contact/Page/DashBoard.php',
'CRM/Contact/Page/Dashlet.php',
'CRM/Contact/Page/DedupeException.php',
'CRM/Contact/Page/DedupeFind.php',
'CRM/Contact/Page/DedupeMerge.php',
'CRM/Contact/Page/DedupeRules.php',
'CRM/Contact/Page/ImageFile.php',
'CRM/Contact/Page/Inline/Actions.php',
'CRM/Contact/Page/Inline/Address.php',
'CRM/Contact/Page/Inline/CommunicationPreferences.php',
'CRM/Contact/Page/Inline/ContactInfo.php',
'CRM/Contact/Page/Inline/ContactName.php',
'CRM/Contact/Page/Inline/CustomData.php',
'CRM/Contact/Page/Inline/Demographics.php',
'CRM/Contact/Page/Inline/Email.php',
'CRM/Contact/Page/Inline/IM.php',
'CRM/Contact/Page/Inline/OpenID.php',
'CRM/Contact/Page/Inline/Phone.php',
'CRM/Contact/Page/Inline/Website.php',
'CRM/Contact/Page/SavedSearch.php',
'CRM/Contact/Page/Task.php',
'CRM/Contact/Page/View/ContactSmartGroup.php',
'CRM/Contact/Page/View/CustomData.php',
'CRM/Contact/Page/View/GroupContact.php',
'CRM/Contact/Page/View/Log.php',
'CRM/Contact/Page/View/Note.php',
'CRM/Contact/Page/View/Print.php',
'CRM/Contact/Page/View/Relationship.php',
'CRM/Contact/Page/View/Summary.php',
'CRM/Contact/Page/View/Tag.php',
'CRM/Contact/Page/View/Useradd.php',
'CRM/Contact/Page/View/UserDashBoard/GroupContact.php',
'CRM/Contact/Page/View/UserDashBoard.php',
'CRM/Contact/Page/View/Vcard.php',
'CRM/Contact/Page/View.php',
'CRM/Contact/Selector/Controller.php',
'CRM/Contact/Selector/Custom.php',
'CRM/Contact/Selector.php',
'CRM/Contact/StateMachine/Search.php',
'CRM/Contact/Task.php',
'CRM/Contribute/ActionMapping/ByPage.php',
'CRM/Contribute/ActionMapping/ByType.php',
'CRM/Contribute/BAO/Contribution/Utils.php',
'CRM/Contribute/BAO/Contribution.php',
'CRM/Contribute/BAO/ContributionPage.php',
'CRM/Contribute/BAO/ContributionRecur.php',
'CRM/Contribute/BAO/ContributionSoft.php',
'CRM/Contribute/BAO/ManagePremiums.php',
'CRM/Contribute/BAO/Premium.php',
'CRM/Contribute/BAO/Query.php',
'CRM/Contribute/BAO/Widget.php',
'CRM/Contribute/Controller/Contribution.php',
'CRM/Contribute/Controller/ContributionPage.php',
'CRM/Contribute/Controller/Search.php',
'CRM/Contribute/DAO/Contribution.php',
'CRM/Contribute/DAO/ContributionPage.php',
'CRM/Contribute/DAO/ContributionProduct.php',
'CRM/Contribute/DAO/ContributionRecur.php',
'CRM/Contribute/DAO/ContributionSoft.php',
'CRM/Contribute/DAO/Premium.php',
'CRM/Contribute/DAO/PremiumsProduct.php',
'CRM/Contribute/DAO/Product.php',
'CRM/Contribute/DAO/Widget.php',
'CRM/Contribute/Exception/InactiveContributionPageException.php',
'CRM/Contribute/Form/AbstractEditPayment.php',
'CRM/Contribute/Form/AdditionalInfo.php',
'CRM/Contribute/Form/AdditionalPayment.php',
'CRM/Contribute/Form/CancelSubscription.php',
'CRM/Contribute/Form/CloseAccPeriod.php',
'CRM/Contribute/Form/Contribution/Confirm.php',
'CRM/Contribute/Form/Contribution/Main.php',
'CRM/Contribute/Form/Contribution/ThankYou.php',
'CRM/Contribute/Form/Contribution.php',
'CRM/Contribute/Form/ContributionBase.php',
'CRM/Contribute/Form/ContributionCharts.php',
'CRM/Contribute/Form/ContributionPage/AddProduct.php',
'CRM/Contribute/Form/ContributionPage/Amount.php',
'CRM/Contribute/Form/ContributionPage/Custom.php',
'CRM/Contribute/Form/ContributionPage/Delete.php',
'CRM/Contribute/Form/ContributionPage/Premium.php',
'CRM/Contribute/Form/ContributionPage/Settings.php',
'CRM/Contribute/Form/ContributionPage/TabHeader.php',
'CRM/Contribute/Form/ContributionPage/ThankYou.php',
'CRM/Contribute/Form/ContributionPage/Widget.php',
'CRM/Contribute/Form/ContributionPage.php',
'CRM/Contribute/Form/ContributionView.php',
'CRM/Contribute/Form/ManagePremiums.php',
'CRM/Contribute/Form/Search.php',
'CRM/Contribute/Form/SearchContribution.php',
'CRM/Contribute/Form/SoftCredit.php',
'CRM/Contribute/Form/Task/Batch.php',
'CRM/Contribute/Form/Task/Delete.php',
'CRM/Contribute/Form/Task/Email.php',
'CRM/Contribute/Form/Task/Invoice.php',
'CRM/Contribute/Form/Task/PDF.php',
'CRM/Contribute/Form/Task/PDFLetter.php',
'CRM/Contribute/Form/Task/PDFLetterCommon.php',
'CRM/Contribute/Form/Task/PickProfile.php',
'CRM/Contribute/Form/Task/Print.php',
'CRM/Contribute/Form/Task/Result.php',
'CRM/Contribute/Form/Task/SearchTaskHookSample.php',
'CRM/Contribute/Form/Task/Status.php',
'CRM/Contribute/Form/Task.php',
'CRM/Contribute/Form/UpdateBilling.php',
'CRM/Contribute/Form/UpdateSubscription.php',
'CRM/Contribute/Form.php',
'CRM/Contribute/Import/Controller.php',
'CRM/Contribute/Import/Field.php',
'CRM/Contribute/Import/Form/DataSource.php',
'CRM/Contribute/Import/Form/MapField.php',
'CRM/Contribute/Import/Form/Preview.php',
'CRM/Contribute/Import/Form/Summary.php',
'CRM/Contribute/Import/Parser/Contribution.php',
'CRM/Contribute/Import/Parser.php',
'CRM/Contribute/Info.php',
'CRM/Contribute/Page/ContributionPage.php',
'CRM/Contribute/Page/ContributionRecur.php',
'CRM/Contribute/Page/DashBoard.php',
'CRM/Contribute/Page/ManagePremiums.php',
'CRM/Contribute/Page/PaymentInfo.php',
'CRM/Contribute/Page/Premium.php',
'CRM/Contribute/Page/SubscriptionStatus.php',
'CRM/Contribute/Page/Tab.php',
'CRM/Contribute/Page/UserDashboard.php',
'CRM/Contribute/PseudoConstant.php',
'CRM/Contribute/Selector/Search.php',
'CRM/Contribute/StateMachine/Contribution.php',
'CRM/Contribute/StateMachine/ContributionPage.php',
'CRM/Contribute/StateMachine/Search.php',
'CRM/Contribute/Task.php',
'CRM/Contribute/Tokens.php',
'CRM/Core/Action.php',
'CRM/Core/BAO/ActionLog.php',
'CRM/Core/BAO/ActionSchedule.php',
'CRM/Core/BAO/Address.php',
'CRM/Core/BAO/Block.php',
'CRM/Core/BAO/Cache.php',
'CRM/Core/BAO/CMSUser.php',
'CRM/Core/BAO/ConfigSetting.php',
'CRM/Core/BAO/Country.php',
'CRM/Core/BAO/CustomField.php',
'CRM/Core/BAO/CustomGroup.php',
'CRM/Core/BAO/CustomOption.php',
'CRM/Core/BAO/CustomQuery.php',
'CRM/Core/BAO/CustomValue.php',
'CRM/Core/BAO/CustomValueTable.php',
'CRM/Core/BAO/Dashboard.php',
'CRM/Core/BAO/Discount.php',
'CRM/Core/BAO/Domain.php',
'CRM/Core/BAO/Email.php',
'CRM/Core/BAO/EntityTag.php',
'CRM/Core/BAO/Extension.php',
'CRM/Core/BAO/File.php',
'CRM/Core/BAO/FinancialTrxn.php',
'CRM/Core/BAO/IM.php',
'CRM/Core/BAO/Job.php',
'CRM/Core/BAO/LabelFormat.php',
'CRM/Core/BAO/Location.php',
'CRM/Core/BAO/LocationType.php',
'CRM/Core/BAO/Log.php',
'CRM/Core/BAO/MailSettings.php',
'CRM/Core/BAO/Mapping.php',
'CRM/Core/BAO/MessageTemplate.php',
'CRM/Core/BAO/Navigation.php',
'CRM/Core/BAO/Note.php',
'CRM/Core/BAO/OpenID.php',
'CRM/Core/BAO/OptionGroup.php',
'CRM/Core/BAO/OptionValue.php',
'CRM/Core/BAO/PaperSize.php',
'CRM/Core/BAO/PdfFormat.php',
'CRM/Core/BAO/Persistent.php',
'CRM/Core/BAO/Phone.php',
'CRM/Core/BAO/PreferencesDate.php',
'CRM/Core/BAO/PrevNextCache.php',
'CRM/Core/BAO/RecurringEntity.php',
'CRM/Core/BAO/SchemaHandler.php',
'CRM/Core/BAO/Setting.php',
'CRM/Core/BAO/StatusPreference.php',
'CRM/Core/BAO/Tag.php',
'CRM/Core/BAO/UFField.php',
'CRM/Core/BAO/UFGroup.php',
'CRM/Core/BAO/UFJoin.php',
'CRM/Core/BAO/UFMatch.php',
'CRM/Core/BAO/Website.php',
'CRM/Core/BAO/WordReplacement.php',
'CRM/Core/Base.php',
'CRM/Core/Block.php',
'CRM/Core/ClassLoader.php',
'CRM/Core/CodeGen/BaseTask.php',
'CRM/Core/CodeGen/Config.php',
'CRM/Core/CodeGen/DAO.php',
'CRM/Core/CodeGen/I18n.php',
'CRM/Core/CodeGen/ITask.php',
'CRM/Core/CodeGen/Main.php',
'CRM/Core/CodeGen/Reflection.php',
'CRM/Core/CodeGen/Schema.php',
'CRM/Core/CodeGen/Specification.php',
'CRM/Core/CodeGen/Test.php',
'CRM/Core/CodeGen/Util/File.php',
'CRM/Core/CodeGen/Util/Smarty.php',
'CRM/Core/CodeGen/Util/Template.php',
'CRM/Core/CodeGen/Util/Xml.php',
'CRM/Core/CodeGen/Version.php',
'CRM/Core/CommunityMessages.php',
'CRM/Core/Component/Info.php',
'CRM/Core/Component.php',
'CRM/Core/Config/MagicMerge.php',
'CRM/Core/Config/Runtime.php',
'CRM/Core/Config.php',
'CRM/Core/Controller/Simple.php',
'CRM/Core/Controller.php',
'CRM/Core/DAO/ActionLog.php',
'CRM/Core/DAO/ActionMapping.php',
'CRM/Core/DAO/ActionSchedule.php',
'CRM/Core/DAO/Address.php',
'CRM/Core/DAO/AddressFormat.php',
'CRM/Core/DAO/AllCoreTables.data.php',
'CRM/Core/DAO/AllCoreTables.php',
'CRM/Core/DAO/Cache.php',
'CRM/Core/DAO/Component.php',
'CRM/Core/DAO/Country.php',
'CRM/Core/DAO/County.php',
'CRM/Core/DAO/CustomField.php',
'CRM/Core/DAO/CustomGroup.php',
'CRM/Core/DAO/Dashboard.php',
'CRM/Core/DAO/Discount.php',
'CRM/Core/DAO/Domain.php',
'CRM/Core/DAO/Email.php',
'CRM/Core/DAO/EntityFile.php',
'CRM/Core/DAO/EntityTag.php',
'CRM/Core/DAO/Extension.php',
'CRM/Core/DAO/Factory.php',
'CRM/Core/DAO/File.php',
'CRM/Core/DAO/IM.php',
'CRM/Core/DAO/Job.php',
'CRM/Core/DAO/JobLog.php',
'CRM/Core/DAO/LocationType.php',
'CRM/Core/DAO/LocBlock.php',
'CRM/Core/DAO/Log.php',
'CRM/Core/DAO/MailSettings.php',
'CRM/Core/DAO/Managed.php',
'CRM/Core/DAO/Mapping.php',
'CRM/Core/DAO/MappingField.php',
'CRM/Core/DAO/Menu.php',
'CRM/Core/DAO/MessageTemplate.php',
'CRM/Core/DAO/Navigation.php',
'CRM/Core/DAO/Note.php',
'CRM/Core/DAO/OpenID.php',
'CRM/Core/DAO/OptionGroup.php',
'CRM/Core/DAO/OptionValue.php',
'CRM/Core/DAO/permissions.php',
'CRM/Core/DAO/Persistent.php',
'CRM/Core/DAO/Phone.php',
'CRM/Core/DAO/PreferencesDate.php',
'CRM/Core/DAO/PrevNextCache.php',
'CRM/Core/DAO/PrintLabel.php',
'CRM/Core/DAO/RecurringEntity.php',
'CRM/Core/DAO/Setting.php',
'CRM/Core/DAO/StateProvince.php',
'CRM/Core/DAO/StatusPreference.php',
'CRM/Core/DAO/SystemLog.php',
'CRM/Core/DAO/Tag.php',
'CRM/Core/DAO/Timezone.php',
'CRM/Core/DAO/UFField.php',
'CRM/Core/DAO/UFGroup.php',
'CRM/Core/DAO/UFJoin.php',
'CRM/Core/DAO/UFMatch.php',
'CRM/Core/DAO/Website.php',
'CRM/Core/DAO/WordReplacement.php',
'CRM/Core/DAO/Worldregion.php',
'CRM/Core/DAO.php',
'CRM/Core/EntityReference.php',
'CRM/Core/Error/Log.php',
'CRM/Core/Error.php',
'CRM/Core/Exception.php',
'CRM/Core/FileSearchInterface.php',
'CRM/Core/Form/Date.php',
'CRM/Core/Form/RecurringEntity.php',
'CRM/Core/Form/Renderer.php',
'CRM/Core/Form/Search.php',
'CRM/Core/Form/ShortCode.php',
'CRM/Core/Form/Tag.php',
'CRM/Core/Form.php',
'CRM/Core/HTMLInputCoder.php',
'CRM/Core/I18n/Form.php',
'CRM/Core/I18n/NativeGettext.php',
'CRM/Core/I18n/PseudoConstant.php',
'CRM/Core/I18n/Schema.php',
'CRM/Core/I18n/SchemaStructure.php',
'CRM/Core/I18n/SchemaStructure_2_2_0.php',
'CRM/Core/I18n/SchemaStructure_3_0_alpha1.php',
'CRM/Core/I18n/SchemaStructure_3_0_beta1.php',
'CRM/Core/I18n/SchemaStructure_3_0_beta4.php',
'CRM/Core/I18n/SchemaStructure_3_1_alpha1.php',
'CRM/Core/I18n/SchemaStructure_3_1_beta2.php',
'CRM/Core/I18n/SchemaStructure_3_2_beta4.php',
'CRM/Core/I18n/SchemaStructure_3_3_beta1.php',
'CRM/Core/I18n/SchemaStructure_3_4_0.php',
'CRM/Core/I18n/SchemaStructure_3_4_beta2.php',
'CRM/Core/I18n/SchemaStructure_3_4_beta3.php',
'CRM/Core/I18n/SchemaStructure_4_1_0.php',
'CRM/Core/I18n/SchemaStructure_4_1_alpha1.php',
'CRM/Core/I18n/SchemaStructure_4_2_alpha1.php',
'CRM/Core/I18n/SchemaStructure_4_3_1.php',
'CRM/Core/I18n/SchemaStructure_4_5_alpha1.php',
'CRM/Core/I18n/SchemaStructure_4_5_beta2.php',
'CRM/Core/I18n/SchemaStructure_4_7_alpha1.php',
'CRM/Core/I18n.php',
'CRM/Core/IDS.php',
'CRM/Core/InnoDBIndexer.php',
'CRM/Core/Invoke.php',
'CRM/Core/JobManager.php',
'CRM/Core/Joomla.php',
'CRM/Core/Key.php',
'CRM/Core/LegacyErrorHandler.php',
'CRM/Core/Lock.php',
'CRM/Core/ManagedEntities.php',
'CRM/Core/Menu.php',
'CRM/Core/Module.php',
'CRM/Core/OptionGroup.php',
'CRM/Core/OptionValue.php',
'CRM/Core/Page/AJAX/Attachment.php',
'CRM/Core/Page/AJAX/Location.php',
'CRM/Core/Page/AJAX/RecurringEntity.php',
'CRM/Core/Page/AJAX.php',
'CRM/Core/Page/Basic.php',
'CRM/Core/Page/File.php',
'CRM/Core/Page/Inline/Help.php',
'CRM/Core/Page/QUnit.php',
'CRM/Core/Page/RecurringEntityPreview.php',
'CRM/Core/Page/Redirect.php',
'CRM/Core/Page.php',
'CRM/Core/Payment/AuthorizeNet.php',
'CRM/Core/Payment/AuthorizeNetIPN.php',
'CRM/Core/Payment/BaseIPN.php',
'CRM/Core/Payment/Dummy.php',
'CRM/Core/Payment/Elavon.php',
'CRM/Core/Payment/eWAY.php',
'CRM/Core/Payment/FirstData.php',
'CRM/Core/Payment/Form.php',
'CRM/Core/Payment/Manual.php',
'CRM/Core/Payment/PayflowPro.php',
'CRM/Core/Payment/PayJunction.php',
'CRM/Core/Payment/PaymentExpress.php',
'CRM/Core/Payment/PaymentExpressIPN.php',
'CRM/Core/Payment/PaymentExpressUtils.php',
'CRM/Core/Payment/PayPalImpl.php',
'CRM/Core/Payment/PayPalIPN.php',
'CRM/Core/Payment/PayPalProIPN.php',
'CRM/Core/Payment/ProcessorForm.php',
'CRM/Core/Payment/Realex.php',
'CRM/Core/Payment.php',
'CRM/Core/Permission/Backdrop.php',
'CRM/Core/Permission/Base.php',
'CRM/Core/Permission/Drupal.php',
'CRM/Core/Permission/Drupal6.php',
'CRM/Core/Permission/Drupal8.php',
'CRM/Core/Permission/DrupalBase.php',
'CRM/Core/Permission/Joomla.php',
'CRM/Core/Permission/Soap.php',
'CRM/Core/Permission/Temp.php',
'CRM/Core/Permission/UnitTests.php',
'CRM/Core/Permission/WordPress.php',
'CRM/Core/Permission.php',
'CRM/Core/PseudoConstant.php',
'CRM/Core/QuickForm/Action/Back.php',
'CRM/Core/QuickForm/Action/Cancel.php',
'CRM/Core/QuickForm/Action/Display.php',
'CRM/Core/QuickForm/Action/Done.php',
'CRM/Core/QuickForm/Action/Jump.php',
'CRM/Core/QuickForm/Action/Next.php',
'CRM/Core/QuickForm/Action/Process.php',
'CRM/Core/QuickForm/Action/Refresh.php',
'CRM/Core/QuickForm/Action/Reload.php',
'CRM/Core/QuickForm/Action/Submit.php',
'CRM/Core/QuickForm/Action/Upload.php',
'CRM/Core/QuickForm/Action.php',
'CRM/Core/QuickForm/GroupMultiSelect.php',
'CRM/Core/QuickForm/NestedAdvMultiSelect.php',
'CRM/Core/Reference/Basic.php',
'CRM/Core/Reference/Dynamic.php',
'CRM/Core/Reference/Interface.php',
'CRM/Core/Reference/OptionValue.php',
'CRM/Core/Region.php',
'CRM/Core/Report/Excel.php',
'CRM/Core/Resources/Strings.php',
'CRM/Core/Resources.php',
'CRM/Core/ScheduledJob.php',
'CRM/Core/Selector/API.php',
'CRM/Core/Selector/Base.php',
'CRM/Core/Selector/Controller.php',
'CRM/Core/SelectValues.php',
'CRM/Core/Session.php',
'CRM/Core/ShowHideBlocks.php',
'CRM/Core/Smarty/Permissions.php',
'CRM/Core/Smarty/plugins/block.crmButton.php',
'CRM/Core/Smarty/plugins/block.crmRegion.php',
'CRM/Core/Smarty/plugins/block.crmScope.php',
'CRM/Core/Smarty/plugins/block.edit.php',
'CRM/Core/Smarty/plugins/block.htxt.php',
'CRM/Core/Smarty/plugins/block.localize.php',
'CRM/Core/Smarty/plugins/block.serialize.php',
'CRM/Core/Smarty/plugins/block.ts.php',
'CRM/Core/Smarty/plugins/compiler.continue.php',
'CRM/Core/Smarty/plugins/function.crmAPI.php',
'CRM/Core/Smarty/plugins/function.crmAttributes.php',
'CRM/Core/Smarty/plugins/function.crmCrudLink.php',
'CRM/Core/Smarty/plugins/function.crmDBTpl.php',
'CRM/Core/Smarty/plugins/function.crmGetAttribute.php',
'CRM/Core/Smarty/plugins/function.crmKey.php',
'CRM/Core/Smarty/plugins/function.crmNavigationMenu.php',
'CRM/Core/Smarty/plugins/function.crmResPath.php',
'CRM/Core/Smarty/plugins/function.crmResURL.php',
'CRM/Core/Smarty/plugins/function.crmScript.php',
'CRM/Core/Smarty/plugins/function.crmSetting.php',
'CRM/Core/Smarty/plugins/function.crmSigner.php',
'CRM/Core/Smarty/plugins/function.crmStyle.php',
'CRM/Core/Smarty/plugins/function.crmVersion.php',
'CRM/Core/Smarty/plugins/function.docURL.php',
'CRM/Core/Smarty/plugins/function.help.php',
'CRM/Core/Smarty/plugins/function.isValueChange.php',
'CRM/Core/Smarty/plugins/function.sectionTotal.php',
'CRM/Core/Smarty/plugins/function.simpleActivityContacts.php',
'CRM/Core/Smarty/plugins/modifier.crmAddClass.php',
'CRM/Core/Smarty/plugins/modifier.crmBtnType.php',
'CRM/Core/Smarty/plugins/modifier.crmDate.php',
'CRM/Core/Smarty/plugins/modifier.crmDelete.php',
'CRM/Core/Smarty/plugins/modifier.crmFirstWord.php',
'CRM/Core/Smarty/plugins/modifier.crmICalDate.php',
'CRM/Core/Smarty/plugins/modifier.crmICalText.php',
'CRM/Core/Smarty/plugins/modifier.crmInsert.php',
'CRM/Core/Smarty/plugins/modifier.crmMoney.php',
'CRM/Core/Smarty/plugins/modifier.crmNumberFormat.php',
'CRM/Core/Smarty/plugins/modifier.crmReplace.php',
'CRM/Core/Smarty/plugins/modifier.crmStripAlternatives.php',
'CRM/Core/Smarty/plugins/modifier.htmlize.php',
'CRM/Core/Smarty/plugins/modifier.json.php',
'CRM/Core/Smarty/plugins/modifier.mb_truncate.php',
'CRM/Core/Smarty/plugins/modifier.substring.php',
'CRM/Core/Smarty/plugins/prefilter.resetExtScope.php',
'CRM/Core/Smarty/resources/String.php',
'CRM/Core/Smarty.php',
'CRM/Core/State.php',
'CRM/Core/StateMachine.php',
'CRM/Core/TableHierarchy.php',
'CRM/Core/TemporaryErrorScope.php',
'CRM/Core/Transaction.php',
'CRM/Custom/Form/ChangeFieldType.php',
'CRM/Custom/Form/CustomData.php',
'CRM/Custom/Form/CustomDataByType.php',
'CRM/Custom/Form/DeleteField.php',
'CRM/Custom/Form/DeleteGroup.php',
'CRM/Custom/Form/Field.php',
'CRM/Custom/Form/Group.php',
'CRM/Custom/Form/MoveField.php',
'CRM/Custom/Form/Option.php',
'CRM/Custom/Form/Preview.php',
'CRM/Custom/Import/Controller.php',
'CRM/Custom/Import/Field.php',
'CRM/Custom/Import/Form/DataSource.php',
'CRM/Custom/Import/Form/MapField.php',
'CRM/Custom/Import/Form/Preview.php',
'CRM/Custom/Import/Form/Summary.php',
'CRM/Custom/Import/Parser/Api.php',
'CRM/Custom/Import/Parser.php',
'CRM/Custom/Page/AJAX.php',
'CRM/Custom/Page/Field.php',
'CRM/Custom/Page/Group.php',
'CRM/Custom/Page/Option.php',
'CRM/Cxn/ApiRouter.php',
'CRM/Cxn/BAO/Cxn.php',
'CRM/Cxn/CiviCxnHttp.php',
'CRM/Cxn/CiviCxnStore.php',
'CRM/Cxn/DAO/Cxn.php',
'CRM/Dashlet/Page/Activity.php',
'CRM/Dashlet/Page/AllCases.php',
'CRM/Dashlet/Page/Blog.php',
'CRM/Dashlet/Page/CaseDashboard.php',
'CRM/Dashlet/Page/GettingStarted.php',
'CRM/Dashlet/Page/MyCases.php',
'CRM/Dedupe/BAO/QueryBuilder/IndividualGeneral.php',
'CRM/Dedupe/BAO/QueryBuilder/IndividualSupervised.php',
'CRM/Dedupe/BAO/QueryBuilder/IndividualUnsupervised.php',
'CRM/Dedupe/BAO/QueryBuilder.php',
'CRM/Dedupe/BAO/Rule.php',
'CRM/Dedupe/BAO/RuleGroup.php',
'CRM/Dedupe/DAO/Exception.php',
'CRM/Dedupe/DAO/Rule.php',
'CRM/Dedupe/DAO/RuleGroup.php',
'CRM/Dedupe/Finder.php',
'CRM/Dedupe/Merger.php',
'CRM/Event/ActionMapping.php',
'CRM/Event/Badge/Logo.php',
'CRM/Event/Badge/Logo5395.php',
'CRM/Event/Badge/NameTent.php',
'CRM/Event/Badge/Simple.php',
'CRM/Event/Badge.php',
'CRM/Event/BAO/Event.php',
'CRM/Event/BAO/Participant.php',
'CRM/Event/BAO/ParticipantPayment.php',
'CRM/Event/BAO/ParticipantStatusType.php',
'CRM/Event/BAO/Query.php',
'CRM/Event/Cart/BAO/Cart.php',
'CRM/Event/Cart/BAO/Conference.php',
'CRM/Event/Cart/BAO/EventInCart.php',
'CRM/Event/Cart/BAO/MerParticipant.php',
'CRM/Event/Cart/Controller/Checkout.php',
'CRM/Event/Cart/DAO/Cart.php',
'CRM/Event/Cart/DAO/EventInCart.php',
'CRM/Event/Cart/Form/Cart.php',
'CRM/Event/Cart/Form/Checkout/ConferenceEvents.php',
'CRM/Event/Cart/Form/Checkout/ParticipantsAndPrices.php',
'CRM/Event/Cart/Form/Checkout/Payment.php',
'CRM/Event/Cart/Form/Checkout/ThankYou.php',
'CRM/Event/Cart/Form/MerParticipant.php',
'CRM/Event/Cart/Page/AddToCart.php',
'CRM/Event/Cart/Page/CheckoutAJAX.php',
'CRM/Event/Cart/Page/RemoveFromCart.php',
'CRM/Event/Cart/Page/ViewCart.php',
'CRM/Event/Cart/StateMachine/Checkout.php',
'CRM/Event/Controller/Registration.php',
'CRM/Event/Controller/Search.php',
'CRM/Event/DAO/Event.php',
'CRM/Event/DAO/Participant.php',
'CRM/Event/DAO/ParticipantPayment.php',
'CRM/Event/DAO/ParticipantStatusType.php',
'CRM/Event/Form/EventFees.php',
'CRM/Event/Form/ManageEvent/Conference.php',
'CRM/Event/Form/ManageEvent/Delete.php',
'CRM/Event/Form/ManageEvent/EventInfo.php',
'CRM/Event/Form/ManageEvent/Fee.php',
'CRM/Event/Form/ManageEvent/Location.php',
'CRM/Event/Form/ManageEvent/Registration.php',
'CRM/Event/Form/ManageEvent/Repeat.php',
'CRM/Event/Form/ManageEvent/ScheduleReminders.php',
'CRM/Event/Form/ManageEvent/TabHeader.php',
'CRM/Event/Form/ManageEvent.php',
'CRM/Event/Form/Participant.php',
'CRM/Event/Form/ParticipantFeeSelection.php',
'CRM/Event/Form/ParticipantView.php',
'CRM/Event/Form/Registration/AdditionalParticipant.php',
'CRM/Event/Form/Registration/Confirm.php',
'CRM/Event/Form/Registration/ParticipantConfirm.php',
'CRM/Event/Form/Registration/Register.php',
'CRM/Event/Form/Registration/ThankYou.php',
'CRM/Event/Form/Registration.php',
'CRM/Event/Form/Search.php',
'CRM/Event/Form/SearchEvent.php',
'CRM/Event/Form/SelfSvcTransfer.php',
'CRM/Event/Form/SelfSvcUpdate.php',
'CRM/Event/Form/Task/AddToGroup.php',
'CRM/Event/Form/Task/Badge.php',
'CRM/Event/Form/Task/Batch.php',
'CRM/Event/Form/Task/Cancel.php',
'CRM/Event/Form/Task/Delete.php',
'CRM/Event/Form/Task/Email.php',
'CRM/Event/Form/Task/ParticipantStatus.php',
'CRM/Event/Form/Task/PDF.php',
'CRM/Event/Form/Task/PickProfile.php',
'CRM/Event/Form/Task/Print.php',
'CRM/Event/Form/Task/Result.php',
'CRM/Event/Form/Task/SaveSearch/Update.php',
'CRM/Event/Form/Task/SaveSearch.php',
'CRM/Event/Form/Task/SearchTaskHookSample.php',
'CRM/Event/Form/Task.php',
'CRM/Event/Import/Controller.php',
'CRM/Event/Import/Field.php',
'CRM/Event/Import/Form/DataSource.php',
'CRM/Event/Import/Form/MapField.php',
'CRM/Event/Import/Form/Preview.php',
'CRM/Event/Import/Form/Summary.php',
'CRM/Event/Import/Parser/Participant.php',
'CRM/Event/Import/Parser.php',
'CRM/Event/Info.php',
'CRM/Event/Page/AJAX.php',
'CRM/Event/Page/DashBoard.php',
'CRM/Event/Page/EventInfo.php',
'CRM/Event/Page/ICalendar.php',
'CRM/Event/Page/ManageEvent.php',
'CRM/Event/Page/ParticipantListing/Name.php',
'CRM/Event/Page/ParticipantListing/NameAndEmail.php',
'CRM/Event/Page/ParticipantListing/NameStatusAndDate.php',
'CRM/Event/Page/ParticipantListing/Simple.php',
'CRM/Event/Page/ParticipantListing.php',
'CRM/Event/Page/Tab.php',
'CRM/Event/Page/UserDashboard.php',
'CRM/Event/PseudoConstant.php',
'CRM/Event/Selector/Search.php',
'CRM/Event/StateMachine/Registration.php',
'CRM/Event/StateMachine/Search.php',
'CRM/Event/Task.php',
'CRM/Event/Tokens.php',
'CRM/Export/BAO/Export.php',
'CRM/Export/Form/Map.php',
'CRM/Export/Form/Select.php',
'CRM/Extension/Browser.php',
'CRM/Extension/ClassLoader.php',
'CRM/Extension/Container/Basic.php',
'CRM/Extension/Container/Collection.php',
'CRM/Extension/Container/Default.php',
'CRM/Extension/Container/Interface.php',
'CRM/Extension/Container/Static.php',
'CRM/Extension/Downloader.php',
'CRM/Extension/Exception/DependencyException.php',
'CRM/Extension/Exception/MissingException.php',
'CRM/Extension/Exception/ParseException.php',
'CRM/Extension/Exception.php',
'CRM/Extension/Info.php',
'CRM/Extension/Manager/Base.php',
'CRM/Extension/Manager/Interface.php',
'CRM/Extension/Manager/Module.php',
'CRM/Extension/Manager/Payment.php',
'CRM/Extension/Manager/Report.php',
'CRM/Extension/Manager/Search.php',
'CRM/Extension/Manager.php',
'CRM/Extension/Mapper.php',
'CRM/Extension/System.php',
'CRM/Extension/Upgrades.php',
'CRM/Financial/BAO/ExportFormat/CSV.php',
'CRM/Financial/BAO/ExportFormat/IIF.php',
'CRM/Financial/BAO/ExportFormat.php',
'CRM/Financial/BAO/FinancialAccount.php',
'CRM/Financial/BAO/FinancialItem.php',
'CRM/Financial/BAO/FinancialType.php',
'CRM/Financial/BAO/FinancialTypeAccount.php',
'CRM/Financial/BAO/PaymentProcessor.php',
'CRM/Financial/BAO/PaymentProcessorType.php',
'CRM/Financial/DAO/Currency.php',
'CRM/Financial/DAO/EntityFinancialAccount.php',
'CRM/Financial/DAO/EntityFinancialTrxn.php',
'CRM/Financial/DAO/FinancialAccount.php',
'CRM/Financial/DAO/FinancialItem.php',
'CRM/Financial/DAO/FinancialTrxn.php',
'CRM/Financial/DAO/FinancialType.php',
'CRM/Financial/DAO/PaymentProcessor.php',
'CRM/Financial/DAO/PaymentProcessorType.php',
'CRM/Financial/DAO/PaymentToken.php',
'CRM/Financial/Form/BatchTransaction.php',
'CRM/Financial/Form/Export.php',
'CRM/Financial/Form/FinancialAccount.php',
'CRM/Financial/Form/FinancialBatch.php',
'CRM/Financial/Form/FinancialType.php',
'CRM/Financial/Form/FinancialTypeAccount.php',
'CRM/Financial/Form/Payment.php',
'CRM/Financial/Form/Search.php',
'CRM/Financial/Page/AJAX.php',
'CRM/Financial/Page/Batch.php',
'CRM/Financial/Page/BatchTransaction.php',
'CRM/Financial/Page/FinancialAccount.php',
'CRM/Financial/Page/FinancialBatch.php',
'CRM/Financial/Page/FinancialType.php',
'CRM/Financial/Page/FinancialTypeAccount.php',
'CRM/Friend/BAO/Friend.php',
'CRM/Friend/DAO/Friend.php',
'CRM/Friend/Form/Contribute.php',
'CRM/Friend/Form/Event.php',
'CRM/Friend/Form.php',
'CRM/Grant/BAO/Grant.php',
'CRM/Grant/BAO/Query.php',
'CRM/Grant/Controller/Search.php',
'CRM/Grant/DAO/Grant.php',
'CRM/Grant/Form/Grant.php',
'CRM/Grant/Form/GrantView.php',
'CRM/Grant/Form/Search.php',
'CRM/Grant/Form/Task/Delete.php',
'CRM/Grant/Form/Task/Print.php',
'CRM/Grant/Form/Task/Result.php',
'CRM/Grant/Form/Task/SearchTaskHookSample.php',
'CRM/Grant/Form/Task/Update.php',
'CRM/Grant/Form/Task.php',
'CRM/Grant/Info.php',
'CRM/Grant/Page/DashBoard.php',
'CRM/Grant/Page/Tab.php',
'CRM/Grant/Selector/Search.php',
'CRM/Grant/StateMachine/Search.php',
'CRM/Grant/Task.php',
'CRM/Group/Controller.php',
'CRM/Group/Form/Edit.php',
'CRM/Group/Form/Search.php',
'CRM/Group/Page/AJAX.php',
'CRM/Group/Page/Group.php',
'CRM/Group/StateMachine.php',
'CRM/Import/DataSource/CSV.php',
'CRM/Import/DataSource/SQL.php',
'CRM/Import/DataSource.php',
'CRM/Import/Form/DataSource.php',
'CRM/Import/Form/MapField.php',
'CRM/Import/Form/Preview.php',
'CRM/Import/Form/Summary.php',
'CRM/Import/Parser.php',
'CRM/Import/StateMachine.php',
'CRM/Logging/Differ.php',
'CRM/Logging/ReportDetail.php',
'CRM/Logging/ReportSummary.php',
'CRM/Logging/Reverter.php',
'CRM/Logging/Schema.php',
'CRM/Mailing/BAO/BouncePattern.php',
'CRM/Mailing/BAO/Component.php',
'CRM/Mailing/BAO/Mailing.php',
'CRM/Mailing/BAO/MailingAB.php',
'CRM/Mailing/BAO/MailingJob.php',
'CRM/Mailing/BAO/Query.php',
'CRM/Mailing/BAO/Recipients.php',
'CRM/Mailing/BAO/Spool.php',
'CRM/Mailing/BAO/TrackableURL.php',
'CRM/Mailing/Config.php',
'CRM/Mailing/Controller/Send.php',
'CRM/Mailing/DAO/BouncePattern.php',
'CRM/Mailing/DAO/BounceType.php',
'CRM/Mailing/DAO/Component.php',
'CRM/Mailing/DAO/Mailing.php',
'CRM/Mailing/DAO/MailingAB.php',
'CRM/Mailing/DAO/MailingGroup.php',
'CRM/Mailing/DAO/MailingJob.php',
'CRM/Mailing/DAO/Recipients.php',
'CRM/Mailing/DAO/Spool.php',
'CRM/Mailing/DAO/TrackableURL.php',
'CRM/Mailing/Event/BAO/Bounce.php',
'CRM/Mailing/Event/BAO/Confirm.php',
'CRM/Mailing/Event/BAO/Delivered.php',
'CRM/Mailing/Event/BAO/Forward.php',
'CRM/Mailing/Event/BAO/Opened.php',
'CRM/Mailing/Event/BAO/Queue.php',
'CRM/Mailing/Event/BAO/Reply.php',
'CRM/Mailing/Event/BAO/Resubscribe.php',
'CRM/Mailing/Event/BAO/Subscribe.php',
'CRM/Mailing/Event/BAO/TrackableURLOpen.php',
'CRM/Mailing/Event/BAO/Unsubscribe.php',
'CRM/Mailing/Event/DAO/Bounce.php',
'CRM/Mailing/Event/DAO/Confirm.php',
'CRM/Mailing/Event/DAO/Delivered.php',
'CRM/Mailing/Event/DAO/Forward.php',
'CRM/Mailing/Event/DAO/Opened.php',
'CRM/Mailing/Event/DAO/Queue.php',
'CRM/Mailing/Event/DAO/Reply.php',
'CRM/Mailing/Event/DAO/Subscribe.php',
'CRM/Mailing/Event/DAO/TrackableURLOpen.php',
'CRM/Mailing/Event/DAO/Unsubscribe.php',
'CRM/Mailing/Form/Approve.php',
'CRM/Mailing/Form/Browse.php',
'CRM/Mailing/Form/Component.php',
'CRM/Mailing/Form/ForwardMailing.php',
'CRM/Mailing/Form/Optout.php',
'CRM/Mailing/Form/Search.php',
'CRM/Mailing/Form/Subscribe.php',
'CRM/Mailing/Form/Task/AdhocMailing.php',
'CRM/Mailing/Form/Task/Print.php',
'CRM/Mailing/Form/Task.php',
'CRM/Mailing/Form/Unsubscribe.php',
'CRM/Mailing/Info.php',
'CRM/Mailing/MailStore/Imap.php',
'CRM/Mailing/MailStore/Localdir.php',
'CRM/Mailing/MailStore/Maildir.php',
'CRM/Mailing/MailStore/Mbox.php',
'CRM/Mailing/MailStore/Pop3.php',
'CRM/Mailing/MailStore.php',
'CRM/Mailing/Page/AJAX.php',
'CRM/Mailing/Page/Browse.php',
'CRM/Mailing/Page/Common.php',
'CRM/Mailing/Page/Component.php',
'CRM/Mailing/Page/Confirm.php',
'CRM/Mailing/Page/Event.php',
'CRM/Mailing/Page/Optout.php',
'CRM/Mailing/Page/Preview.php',
'CRM/Mailing/Page/Report.php',
'CRM/Mailing/Page/Resubscribe.php',
'CRM/Mailing/Page/Tab.php',
'CRM/Mailing/Page/Unsubscribe.php',
'CRM/Mailing/Page/View.php',
'CRM/Mailing/PseudoConstant.php',
'CRM/Mailing/Selector/Browse.php',
'CRM/Mailing/Selector/Event.php',
'CRM/Mailing/Selector/Search.php',
'CRM/Mailing/Task.php',
'CRM/Member/ActionMapping.php',
'CRM/Member/BAO/Membership.php',
'CRM/Member/BAO/MembershipBlock.php',
'CRM/Member/BAO/MembershipLog.php',
'CRM/Member/BAO/MembershipPayment.php',
'CRM/Member/BAO/MembershipStatus.php',
'CRM/Member/BAO/MembershipType.php',
'CRM/Member/BAO/Query.php',
'CRM/Member/Controller/Search.php',
'CRM/Member/DAO/Membership.php',
'CRM/Member/DAO/MembershipBlock.php',
'CRM/Member/DAO/MembershipLog.php',
'CRM/Member/DAO/MembershipPayment.php',
'CRM/Member/DAO/MembershipStatus.php',
'CRM/Member/DAO/MembershipType.php',
'CRM/Member/Form/Membership.php',
'CRM/Member/Form/MembershipBlock.php',
'CRM/Member/Form/MembershipConfig.php',
'CRM/Member/Form/MembershipRenewal.php',
'CRM/Member/Form/MembershipStatus.php',
'CRM/Member/Form/MembershipType.php',
'CRM/Member/Form/MembershipView.php',
'CRM/Member/Form/Search.php',
'CRM/Member/Form/Task/Batch.php',
'CRM/Member/Form/Task/Delete.php',
'CRM/Member/Form/Task/Email.php',
'CRM/Member/Form/Task/Label.php',
'CRM/Member/Form/Task/PDFLetter.php',
'CRM/Member/Form/Task/PDFLetterCommon.php',
'CRM/Member/Form/Task/PickProfile.php',
'CRM/Member/Form/Task/Print.php',
'CRM/Member/Form/Task/Result.php',
'CRM/Member/Form/Task/SearchTaskHookSample.php',
'CRM/Member/Form/Task.php',
'CRM/Member/Form.php',
'CRM/Member/Import/Controller.php',
'CRM/Member/Import/Field.php',
'CRM/Member/Import/Form/DataSource.php',
'CRM/Member/Import/Form/MapField.php',
'CRM/Member/Import/Form/Preview.php',
'CRM/Member/Import/Form/Summary.php',
'CRM/Member/Import/Parser/Membership.php',
'CRM/Member/Import/Parser.php',
'CRM/Member/Info.php',
'CRM/Member/Page/AJAX.php',
'CRM/Member/Page/DashBoard.php',
'CRM/Member/Page/MembershipStatus.php',
'CRM/Member/Page/MembershipType.php',
'CRM/Member/Page/Tab.php',
'CRM/Member/Page/UserDashboard.php',
'CRM/Member/PseudoConstant.php',
'CRM/Member/Selector/Search.php',
'CRM/Member/StateMachine/Search.php',
'CRM/Member/Task.php',
'CRM/Member/Tokens.php',
'CRM/Note/Form/Note.php',
'CRM/PCP/BAO/PCP.php',
'CRM/PCP/Controller/PCP.php',
'CRM/PCP/DAO/PCP.php',
'CRM/PCP/DAO/PCPBlock.php',
'CRM/PCP/Form/Campaign.php',
'CRM/PCP/Form/Contribute.php',
'CRM/PCP/Form/Event.php',
'CRM/PCP/Form/PCP.php',
'CRM/PCP/Form/PCPAccount.php',
'CRM/PCP/Page/PCP.php',
'CRM/PCP/Page/PCPInfo.php',
'CRM/PCP/StateMachine/PCP.php',
'CRM/Pledge/BAO/Pledge.php',
'CRM/Pledge/BAO/PledgeBlock.php',
'CRM/Pledge/BAO/PledgePayment.php',
'CRM/Pledge/BAO/Query.php',
'CRM/Pledge/Controller/Search.php',
'CRM/Pledge/DAO/Pledge.php',
'CRM/Pledge/DAO/PledgeBlock.php',
'CRM/Pledge/DAO/PledgePayment.php',
'CRM/Pledge/Form/Payment.php',
'CRM/Pledge/Form/Pledge.php',
'CRM/Pledge/Form/PledgeView.php',
'CRM/Pledge/Form/Search.php',
'CRM/Pledge/Form/Task/Delete.php',
'CRM/Pledge/Form/Task/Print.php',
'CRM/Pledge/Form/Task/Result.php',
'CRM/Pledge/Form/Task/SearchTaskHookSample.php',
'CRM/Pledge/Form/Task.php',
'CRM/Pledge/Info.php',
'CRM/Pledge/Page/AJAX.php',
'CRM/Pledge/Page/DashBoard.php',
'CRM/Pledge/Page/Payment.php',
'CRM/Pledge/Page/Tab.php',
'CRM/Pledge/Page/UserDashboard.php',
'CRM/Pledge/Selector/Search.php',
'CRM/Pledge/StateMachine/Search.php',
'CRM/Pledge/Task.php',
'CRM/Price/BAO/LineItem.php',
'CRM/Price/BAO/PriceField.php',
'CRM/Price/BAO/PriceFieldValue.php',
'CRM/Price/BAO/PriceSet.php',
'CRM/Price/DAO/LineItem.php',
'CRM/Price/DAO/PriceField.php',
'CRM/Price/DAO/PriceFieldValue.php',
'CRM/Price/DAO/PriceSet.php',
'CRM/Price/DAO/PriceSetEntity.php',
'CRM/Price/Form/DeleteField.php',
'CRM/Price/Form/DeleteSet.php',
'CRM/Price/Form/Field.php',
'CRM/Price/Form/Option.php',
'CRM/Price/Form/Preview.php',
'CRM/Price/Form/Set.php',
'CRM/Price/Page/Field.php',
'CRM/Price/Page/Option.php',
'CRM/Price/Page/Set.php',
'CRM/Profile/Form/Dynamic.php',
'CRM/Profile/Form/Edit.php',
'CRM/Profile/Form/Search.php',
'CRM/Profile/Form.php',
'CRM/Profile/Page/Dynamic.php',
'CRM/Profile/Page/Listings.php',
'CRM/Profile/Page/MultipleRecordFieldsListing.php',
'CRM/Profile/Page/Router.php',
'CRM/Profile/Page/View.php',
'CRM/Profile/Selector/Listings.php',
'CRM/Queue/BAO/QueueItem.php',
'CRM/Queue/DAO/QueueItem.php',
'CRM/Queue/ErrorPolicy.php',
'CRM/Queue/Menu.php',
'CRM/Queue/Page/AJAX.php',
'CRM/Queue/Page/Runner.php',
'CRM/Queue/Queue/Memory.php',
'CRM/Queue/Queue/Sql.php',
'CRM/Queue/Queue.php',
'CRM/Queue/Runner.php',
'CRM/Queue/Service.php',
'CRM/Queue/Task.php',
'CRM/Queue/TaskContext.php',
'CRM/Report/BAO/Hook.php',
'CRM/Report/BAO/HookInterface.php',
'CRM/Report/BAO/ReportInstance.php',
'CRM/Report/DAO/ReportInstance.php',
'CRM/Report/Form/Activity.php',
'CRM/Report/Form/ActivitySummary.php',
'CRM/Report/Form/Campaign/SurveyDetails.php',
'CRM/Report/Form/Case/Demographics.php',
'CRM/Report/Form/Case/Detail.php',
'CRM/Report/Form/Case/Summary.php',
'CRM/Report/Form/Case/TimeSpent.php',
'CRM/Report/Form/Contact/CurrentEmployer.php',
'CRM/Report/Form/Contact/Detail.php',
'CRM/Report/Form/Contact/Log.php',
'CRM/Report/Form/Contact/LoggingDetail.php',
'CRM/Report/Form/Contact/LoggingSummary.php',
'CRM/Report/Form/Contact/Relationship.php',
'CRM/Report/Form/Contact/Summary.php',
'CRM/Report/Form/Contribute/Bookkeeping.php',
'CRM/Report/Form/Contribute/DeferredRevenue.php',
'CRM/Report/Form/Contribute/Detail.php',
'CRM/Report/Form/Contribute/History.php',
'CRM/Report/Form/Contribute/HouseholdSummary.php',
'CRM/Report/Form/Contribute/LoggingDetail.php',
'CRM/Report/Form/Contribute/LoggingSummary.php',
'CRM/Report/Form/Contribute/Lybunt.php',
'CRM/Report/Form/Contribute/OrganizationSummary.php',
'CRM/Report/Form/Contribute/PCP.php',
'CRM/Report/Form/Contribute/Recur.php',
'CRM/Report/Form/Contribute/RecurSummary.php',
'CRM/Report/Form/Contribute/Repeat.php',
'CRM/Report/Form/Contribute/SoftCredit.php',
'CRM/Report/Form/Contribute/Summary.php',
'CRM/Report/Form/Contribute/Sybunt.php',
'CRM/Report/Form/Contribute/TopDonor.php',
'CRM/Report/Form/Event/Income.php',
'CRM/Report/Form/Event/IncomeCountSummary.php',
'CRM/Report/Form/Event/ParticipantListCount.php',
'CRM/Report/Form/Event/ParticipantListing.php',
'CRM/Report/Form/Event/Summary.php',
'CRM/Report/Form/Event.php',
'CRM/Report/Form/Extended.php',
'CRM/Report/Form/Grant/Detail.php',
'CRM/Report/Form/Grant/Statistics.php',
'CRM/Report/Form/Instance.php',
'CRM/Report/Form/Mailing/Bounce.php',
'CRM/Report/Form/Mailing/Clicks.php',
'CRM/Report/Form/Mailing/Detail.php',
'CRM/Report/Form/Mailing/Opened.php',
'CRM/Report/Form/Mailing/Summary.php',
'CRM/Report/Form/Member/ContributionDetail.php',
'CRM/Report/Form/Member/Detail.php',
'CRM/Report/Form/Member/Lapse.php',
'CRM/Report/Form/Member/Summary.php',
'CRM/Report/Form/Membership/Summary.php',
'CRM/Report/Form/Pledge/Detail.php',
'CRM/Report/Form/Pledge/Pbnp.php',
'CRM/Report/Form/Pledge/Summary.php',
'CRM/Report/Form/Register.php',
'CRM/Report/Form/Walklist/Walklist.php',
'CRM/Report/Form.php',
'CRM/Report/Info.php',
'CRM/Report/Interface.php',
'CRM/Report/Page/Instance.php',
'CRM/Report/Page/InstanceList.php',
'CRM/Report/Page/Options.php',
'CRM/Report/Page/Report.php',
'CRM/Report/Page/TemplateList.php',
'CRM/Report/Utils/Get.php',
'CRM/Report/Utils/Report.php',
'CRM/SMS/BAO/Provider.php',
'CRM/SMS/Controller/Send.php',
'CRM/SMS/DAO/Provider.php',
'CRM/SMS/Form/Group.php',
'CRM/SMS/Form/Provider.php',
'CRM/SMS/Form/Schedule.php',
'CRM/SMS/Form/Upload.php',
'CRM/SMS/Page/Callback.php',
'CRM/SMS/Page/Provider.php',
'CRM/SMS/Provider.php',
'CRM/SMS/StateMachine/Send.php',
'CRM/Tag/Form/Tag.php',
'CRM/UF/Form/AbstractPreview.php',
'CRM/UF/Form/AdvanceSetting.php',
'CRM/UF/Form/Field.php',
'CRM/UF/Form/Group.php',
'CRM/UF/Form/Inline/Preview.php',
'CRM/UF/Form/Inline/PreviewById.php',
'CRM/UF/Form/Preview.php',
'CRM/UF/Page/AJAX.php',
'CRM/UF/Page/Field.php',
'CRM/UF/Page/Group.php',
'CRM/UF/Page/ProfileEditor.php',
'CRM/Upgrade/Controller.php',
'CRM/Upgrade/Form.php',
'CRM/Upgrade/Headless.php',
'CRM/Upgrade/Incremental/Base.php',
'CRM/Upgrade/Incremental/General.php',
'CRM/Upgrade/Incremental/php/FourFive.php',
'CRM/Upgrade/Incremental/php/FourFour.php',
'CRM/Upgrade/Incremental/php/FourOne.php',
'CRM/Upgrade/Incremental/php/FourSeven.php',
'CRM/Upgrade/Incremental/php/FourSix.php',
'CRM/Upgrade/Incremental/php/FourThree.php',
'CRM/Upgrade/Incremental/php/FourTwo.php',
'CRM/Upgrade/Page/Cleanup.php',
'CRM/Upgrade/Page/Upgrade.php',
'CRM/Upgrade/Snapshot/V4p2/Price/BAO/Field.php',
'CRM/Upgrade/Snapshot/V4p2/Price/BAO/FieldValue.php',
'CRM/Upgrade/Snapshot/V4p2/Price/BAO/LineItem.php',
'CRM/Upgrade/Snapshot/V4p2/Price/BAO/Set.php',
'CRM/Upgrade/Snapshot/V4p2/Price/DAO/Field.php',
'CRM/Upgrade/Snapshot/V4p2/Price/DAO/FieldValue.php',
'CRM/Upgrade/Snapshot/V4p2/Price/DAO/LineItem.php',
'CRM/Upgrade/Snapshot/V4p2/Price/DAO/Set.php',
'CRM/Upgrade/Snapshot/V4p2/Price/DAO/SetEntity.php',
'CRM/Upgrade/StateMachine.php',
'CRM/Upgrade/Steps/47/200_Example.up.php',
'CRM/Utils/Address/BatchUpdate.php',
'CRM/Utils/Address/USPS.php',
'CRM/Utils/Address.php',
'CRM/Utils/API/AbstractFieldCoder.php',
'CRM/Utils/API/HTMLInputCoder.php',
'CRM/Utils/API/MatchOption.php',
'CRM/Utils/API/NullOutputCoder.php',
'CRM/Utils/API/ReloadOption.php',
'CRM/Utils/Array.php',
'CRM/Utils/AutoClean.php',
'CRM/Utils/Cache/APCcache.php',
'CRM/Utils/Cache/ArrayCache.php',
'CRM/Utils/Cache/Interface.php',
'CRM/Utils/Cache/Memcache.php',
'CRM/Utils/Cache/Memcached.php',
'CRM/Utils/Cache/NoCache.php',
'CRM/Utils/Cache/Redis.php',
'CRM/Utils/Cache/SerializeCache.php',
'CRM/Utils/Cache/SqlGroup.php',
'CRM/Utils/Cache.php',
'CRM/Utils/Check/Component/Case.php',
'CRM/Utils/Check/Component/Env.php',
'CRM/Utils/Check/Component/Security.php',
'CRM/Utils/Check/Component.php',
'CRM/Utils/Check/Message.php',
'CRM/Utils/Check.php',
'CRM/Utils/Constant.php',
'CRM/Utils/Crypt.php',
'CRM/Utils/Date.php',
'CRM/Utils/DeprecatedUtils.php',
'CRM/Utils/FakeObject.php',
'CRM/Utils/File.php',
'CRM/Utils/Geocode/Google.php',
'CRM/Utils/Geocode/Yahoo.php',
'CRM/Utils/Geocode.php',
'CRM/Utils/GlobalStack.php',
'CRM/Utils/Hook/Backdrop.php',
'CRM/Utils/Hook/Drupal.php',
'CRM/Utils/Hook/Drupal6.php',
'CRM/Utils/Hook/Drupal8.php',
'CRM/Utils/Hook/DrupalBase.php',
'CRM/Utils/Hook/Joomla.php',
'CRM/Utils/Hook/Soap.php',
'CRM/Utils/Hook/UnitTests.php',
'CRM/Utils/Hook/WordPress.php',
'CRM/Utils/Hook.php',
'CRM/Utils/Http.php',
'CRM/Utils/HttpClient.php',
'CRM/Utils/ICalendar.php',
'CRM/Utils/JS.php',
'CRM/Utils/JSON.php',
'CRM/Utils/Mail/EmailProcessor.php',
'CRM/Utils/Mail/Incoming.php',
'CRM/Utils/Mail.php',
'CRM/Utils/Migrate/Export.php',
'CRM/Utils/Migrate/ExportJSON.php',
'CRM/Utils/Migrate/Import.php',
'CRM/Utils/Migrate/ImportJSON.php',
'CRM/Utils/Money.php',
'CRM/Utils/Network.php',
'CRM/Utils/Number.php',
'CRM/Utils/OpenFlashChart.php',
'CRM/Utils/OptionBag.php',
'CRM/Utils/Pager.php',
'CRM/Utils/PagerAToZ.php',
'CRM/Utils/PDF/Document.php',
'CRM/Utils/PDF/Label.php',
'CRM/Utils/PDF/Utils.php',
'CRM/Utils/PseudoConstant.php',
'CRM/Utils/QueryFormatter.php',
'CRM/Utils/ReCAPTCHA.php',
'CRM/Utils/Recent.php',
'CRM/Utils/Request.php',
'CRM/Utils/REST.php',
'CRM/Utils/Rule.php',
'CRM/Utils/Signer.php',
'CRM/Utils/SoapServer.php',
'CRM/Utils/Sort.php',
'CRM/Utils/SQL/Insert.php',
'CRM/Utils/SQL/Select.php',
'CRM/Utils/SQL.php',
'CRM/Utils/String.php',
'CRM/Utils/System/Backdrop.php',
'CRM/Utils/System/Base.php',
'CRM/Utils/System/Drupal.php',
'CRM/Utils/System/Drupal6.php',
'CRM/Utils/System/Drupal8.php',
'CRM/Utils/System/DrupalBase.php',
'CRM/Utils/System/Joomla.php',
'CRM/Utils/System/Soap.php',
'CRM/Utils/System/UnitTests.php',
'CRM/Utils/System/WordPress.php',
'CRM/Utils/System.php',
'CRM/Utils/SystemLogger.php',
'CRM/Utils/Time.php',
'CRM/Utils/Token.php',
'CRM/Utils/Type.php',
'CRM/Utils/Verp.php',
'CRM/Utils/VersionCheck.php',
'CRM/Utils/Weight.php',
'CRM/Utils/Wrapper.php',
'CRM/Utils/XML.php',
'CRM/Utils/Zip.php',
'CRM/Widget/Widget.php',
'distmaker/utils/joomlaxml.php',
'drupal/modules/civicrm_engage/Engage/Report/Form/CallList.php',
'drupal/modules/civicrm_engage/Engage/Report/Form/List.php',
'drupal/modules/civicrm_engage/Engage/Report/Form/WalkList.php',
'drupal/modules/civicrm_member_roles/tests/phpunit/CiviDrupalMemberRoles/CronTest.php',
'drupal/tests/phpunit/bootstrap.php',
'drupal/tests/phpunit/CiviDrupal/HookTest.php',
'ext/org.civicrm.api4/api4.civix.php',
'ext/org.civicrm.api4/api4.php',
'ext/org.civicrm.api4/Civi/API/Api4SelectQuery.php',
'ext/org.civicrm.api4/Civi/API/Provider/ActionObjectProvider.php',
'ext/org.civicrm.api4/Civi/API/Result.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/Create.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/Delete.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/Get.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/GetActions.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/GetFields.php',
'ext/org.civicrm.api4/Civi/API/V4/Action/Update.php',
'ext/org.civicrm.api4/Civi/API/V4/Action.php',
'ext/org.civicrm.api4/Civi/API/V4/Entity/Entity/Get.php',
'ext/org.civicrm.api4/Civi/API/V4/Entity/Participant/Get.php',
'ext/org.civicrm.api4/Civi/API/V4/Entity.php',
'ext/org.civicrm.api4/Civi/API/V4/ReflectionUtils.php',
'ext/org.civicrm.api4/Civi/Api4/Entity.php',
'ext/org.civicrm.api4/Civi/Api4/Participant.php',
'ext/org.civicrm.api4/tests/phpunit/bootstrap.php',
'ext/org.civicrm.api4/tests/phpunit/Civi/API/V4/ParticipantTest.php',
'ext/org.civicrm.api4/tests/phpunit/Civi/API/V4/ReflectionUtilsTest.php',
'ext/org.civicrm.cvform/CRM/Cvform/Upgrader/Base.php',
'ext/org.civicrm.cvform/CRM/Cvform/Upgrader.php',
'ext/org.civicrm.cvform/cvform.civix.php',
'ext/org.civicrm.cvform/cvform.php',
'ext/org.civicrm.cvform/settings/Cvform.setting.php',
'ext/org.civicrm.cvform/src/Cvform.php',
'ext/org.civicrm.cvform/src/CvformException.php',
'ext/org.civicrm.cvform/src/CvformManager.php',
'ext/org.civicrm.cvform/tests/phpunit/bootstrap.php',
'ext/org.civicrm.cvform/tests/phpunit/CvformManagerTest.php',
'ext/org.civicrm.cvform/tests/phpunit/InstallTest.php',
'ext/org.example.hello/hello.civix.php',
'ext/org.example.hello/hello.php',
'ext/org.example.hello/tests/phpunit/bootstrap.php',
'ext/org.example.hello/tests/phpunit/CRM/Hello/WorldTest.php',
'extern/authorizeIPN.php',
'extern/cxn.php',
'extern/ipn.php',
'extern/open.php',
'extern/pxIPN.php',
'extern/rest.php',
'extern/soap.php',
'extern/url.php',
'extern/widget.php',
'install/civicrm.php',
'install/index.php',
'install/langs.php',
'joomla/admin/admin.civicrm.php',
'joomla/admin/configure.php',
'joomla/admin/helpers/api.php',
'joomla/admin/plugins/civicrm/civicrm.php',
'joomla/admin/plugins/civicrmicon/civicrmicon.php',
'joomla/admin/plugins/civicrmsys/civicrmsys.php',
'joomla/admin/plugins/example/example.php',
'joomla/script.civicrm.php',
'joomla/site/civicrm.html.php',
'joomla/site/civicrm.php',
'joomla/site/elements/civicontribpages.php',
'joomla/site/elements/civicontribpagespcp.php',
'joomla/site/elements/civicustomsearch.php',
'joomla/site/elements/civievents.php',
'joomla/site/elements/civieventsonline.php',
'joomla/site/elements/civipcps.php',
'joomla/site/elements/civiprofiles.php',
'joomla/site/views/Contributions/tmpl/default.php',
'joomla/site/views/Contributions/tmpl/pcp.php',
'joomla/site/views/Contributions/tmpl/pcpinfo.php',
'joomla/site/views/Contributions/view.html.php',
'joomla/site/views/CustomSearch/tmpl/default.php',
'joomla/site/views/CustomSearch/view.html.php',
'joomla/site/views/Dashboard/view.html.php',
'joomla/site/views/Events/tmpl/default.php',
'joomla/site/views/Events/tmpl/eventlisting.php',
'joomla/site/views/Events/tmpl/participantlisting.php',
'joomla/site/views/Events/tmpl/register.php',
'joomla/site/views/Events/view.html.php',
'joomla/site/views/MailingList/view.html.php',
'joomla/site/views/Profiles/tmpl/default.php',
'joomla/site/views/Profiles/tmpl/edit.php',
'joomla/site/views/Profiles/tmpl/search.php',
'joomla/site/views/Profiles/tmpl/view.php',
'joomla/site/views/Profiles/view.html.php',
'packages/_ORIGINAL_/Contact/Vcard/Build.php',
'packages/_ORIGINAL_/DB/DataObject.php',
'packages/_ORIGINAL_/DB.php',
'packages/_ORIGINAL_/ezc/Base/src/ezc_bootstrap.php',
'packages/_ORIGINAL_/ezc/Mail/src/parser/interfaces/part_parser.php',
'packages/_ORIGINAL_/HTML/QuickForm/advmultiselect.php',
'packages/_ORIGINAL_/HTML/QuickForm/checkbox.php',
'packages/_ORIGINAL_/HTML/QuickForm/Controller.php',
'packages/_ORIGINAL_/HTML/QuickForm/date.php',
'packages/_ORIGINAL_/HTML/QuickForm/group.php',
'packages/_ORIGINAL_/HTML/QuickForm/hidden.php',
'packages/_ORIGINAL_/HTML/QuickForm/hierselect.php',
'packages/_ORIGINAL_/HTML/QuickForm/input.php',
'packages/_ORIGINAL_/HTML/QuickForm/Page.php',
'packages/_ORIGINAL_/HTML/QuickForm/radio.php',
'packages/_ORIGINAL_/HTML/QuickForm/Renderer/Array.php',
'packages/_ORIGINAL_/HTML/QuickForm/Renderer/Default.php',
'packages/_ORIGINAL_/HTML/QuickForm/Rule/Email.php',
'packages/_ORIGINAL_/HTML/QuickForm/Rule/Required.php',
'packages/_ORIGINAL_/HTML/QuickForm/select.php',
'packages/_ORIGINAL_/HTML/QuickForm.php',
'packages/_ORIGINAL_/IDS/Monitor.php',
'packages/_ORIGINAL_/Log.php',
'packages/_ORIGINAL_/Mail/mail.php',
'packages/_ORIGINAL_/Mail/mime.php',
'packages/_ORIGINAL_/Mail/mimePart.php',
'packages/_ORIGINAL_/Mail/sendmail.php',
'packages/_ORIGINAL_/Mail/smtp.php',
'packages/_ORIGINAL_/Mail.php',
'packages/_ORIGINAL_/Net/SMTP.php',
'packages/_ORIGINAL_/PEAR/Autoloader.php',
'packages/_ORIGINAL_/PEAR/Config.php',
'packages/_ORIGINAL_/PEAR/ErrorStack.php',
'packages/_ORIGINAL_/PEAR/Exception.php',
'packages/_ORIGINAL_/PEAR/Registry.php',
'packages/_ORIGINAL_/PEAR.php',
'packages/_ORIGINAL_/PHP/Beautifier.php',
'packages/_ORIGINAL_/PHPgettext/gettext.php',
'packages/_ORIGINAL_/Services/JSON.php',
'packages/_ORIGINAL_/Smarty/Smarty.class.php',
'packages/_ORIGINAL_/Smarty/Smarty_Compiler.class.php',
'packages/_ORIGINAL_/System.php',
'packages/_ORIGINAL_/Validate/Finance/CreditCard.php',
'packages/Auth/SASL/Anonymous.php',
'packages/Auth/SASL/Common.php',
'packages/Auth/SASL/CramMD5.php',
'packages/Auth/SASL/DigestMD5.php',
'packages/Auth/SASL/External.php',
'packages/Auth/SASL/Login.php',
'packages/Auth/SASL/Plain.php',
'packages/Auth/SASL.php',
'packages/Console/Getopt.php',
'packages/Contact/Vcard/Build.php',
'packages/Contact/Vcard/Parse.php',
'packages/Date/Calc.php',
'packages/Date/Human.php',
'packages/Date/Span.php',
'packages/Date/TimeZone.php',
'packages/Date.php',
'packages/DB/common.php',
'packages/DB/DataObject/Cast.php',
'packages/DB/DataObject/createTables.php',
'packages/DB/DataObject/Error.php',
'packages/DB/DataObject/Generator.php',
'packages/DB/DataObject.php',
'packages/DB/dbase.php',
'packages/DB/mssql.php',
'packages/DB/mysql.php',
'packages/DB/mysqli.php',
'packages/DB/odbc.php',
'packages/DB/pgsql.php',
'packages/DB/storage.php',
'packages/DB/Table/Base.php',
'packages/DB/Table/Database.php',
'packages/DB/Table/Date.php',
'packages/DB/Table/Generator.php',
'packages/DB/Table/Manager/mysql.php',
'packages/DB/Table/Manager/mysqli.php',
'packages/DB/Table/Manager/pgsql.php',
'packages/DB/Table/Manager.php',
'packages/DB/Table/QuickForm.php',
'packages/DB/Table/Valid.php',
'packages/DB/Table/XML.php',
'packages/DB/Table.php',
'packages/DB.php',
'packages/eWAY/eWAY_GatewayRequest.php',
'packages/eWAY/eWAY_GatewayResponse.php',
'packages/FirstData/lphp.php',
'packages/FPDI/filters/FilterASCII85.php',
'packages/FPDI/filters/FilterASCIIHexDecode.php',
'packages/FPDI/filters/FilterLZW.php',
'packages/FPDI/fpdf_tpl.php',
'packages/FPDI/fpdi.php',
'packages/FPDI/fpdi_bridge.php',
'packages/FPDI/fpdi_pdf_parser.php',
'packages/FPDI/pdf_context.php',
'packages/FPDI/pdf_parser.php',
'packages/git-footnote/src/CRM/GitFootnote/AbstractWordFilter.php',
'packages/git-footnote/src/CRM/GitFootnote/CommentFilter.php',
'packages/git-footnote/src/CRM/GitFootnote/CommitMessage.php',
'packages/git-footnote/src/CRM/GitFootnote/Filter.php',
'packages/git-footnote/src/CRM/GitFootnote/JiraFilter.php',
'packages/git-footnote/tests/bootstrap.php',
'packages/git-footnote/tests/CRM/GitFootnote/CommentFilterTest.php',
'packages/git-footnote/tests/CRM/GitFootnote/CommitMessageTest.php',
'packages/git-footnote/tests/CRM/GitFootnote/JiraFilterTest.php',
'packages/git-footnote/vendor/autoload.php',
'packages/git-footnote/vendor/composer/autoload_classmap.php',
'packages/git-footnote/vendor/composer/autoload_namespaces.php',
'packages/git-footnote/vendor/composer/autoload_real.php',
'packages/git-footnote/vendor/composer/ClassLoader.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/examples/common.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/examples/create_version.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/examples/edit_issue.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/examples/inc/blob.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/examples/walking_issues.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Authentication/Anonymous.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Authentication/AuthenticationInterface.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Authentication/Basic.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Client/ClientInterface.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Client/CurlClient.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Client/MemcacheProxyClient.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Client/PHPClient.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api/Result.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Api.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Autoloader.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Issue.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/Issues/Walker.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/Jira/IssueType.php',
'packages/git-footnote/vendor/totten/jira-api-restclient/tests/bootstrap.php',
'packages/HTML/Common.php',
'packages/HTML/QuickForm/Action/Back.php',
'packages/HTML/QuickForm/Action/Direct.php',
'packages/HTML/QuickForm/Action/Display.php',
'packages/HTML/QuickForm/Action/Jump.php',
'packages/HTML/QuickForm/Action/Next.php',
'packages/HTML/QuickForm/Action/Submit.php',
'packages/HTML/QuickForm/Action.php',
'packages/HTML/QuickForm/advcheckbox.php',
'packages/HTML/QuickForm/advmultiselect.php',
'packages/HTML/QuickForm/autocomplete.php',
'packages/HTML/QuickForm/button.php',
'packages/HTML/QuickForm/checkbox.php',
'packages/HTML/QuickForm/Controller.php',
'packages/HTML/QuickForm/date.php',
'packages/HTML/QuickForm/element.php',
'packages/HTML/QuickForm/file.php',
'packages/HTML/QuickForm/group.php',
'packages/HTML/QuickForm/header.php',
'packages/HTML/QuickForm/hidden.php',
'packages/HTML/QuickForm/hiddenselect.php',
'packages/HTML/QuickForm/hierselect.php',
'packages/HTML/QuickForm/html.php',
'packages/HTML/QuickForm/image.php',
'packages/HTML/QuickForm/input.php',
'packages/HTML/QuickForm/link.php',
'packages/HTML/QuickForm/Page.php',
'packages/HTML/QuickForm/password.php',
'packages/HTML/QuickForm/radio.php',
'packages/HTML/QuickForm/Renderer/Array.php',
'packages/HTML/QuickForm/Renderer/ArraySmarty.php',
'packages/HTML/QuickForm/Renderer/Default.php',
'packages/HTML/QuickForm/Renderer/ITDynamic.php',
'packages/HTML/QuickForm/Renderer/ITStatic.php',
'packages/HTML/QuickForm/Renderer/Object.php',
'packages/HTML/QuickForm/Renderer/ObjectFlexy.php',
'packages/HTML/QuickForm/Renderer/QuickHtml.php',
'packages/HTML/QuickForm/Renderer.php',
'packages/HTML/QuickForm/reset.php',
'packages/HTML/QuickForm/Rule/Callback.php',
'packages/HTML/QuickForm/Rule/Compare.php',
'packages/HTML/QuickForm/Rule/Email.php',
'packages/HTML/QuickForm/Rule/Range.php',
'packages/HTML/QuickForm/Rule/Regex.php',
'packages/HTML/QuickForm/Rule/Required.php',
'packages/HTML/QuickForm/Rule.php',
'packages/HTML/QuickForm/RuleRegistry.php',
'packages/HTML/QuickForm/select.php',
'packages/HTML/QuickForm/static.php',
'packages/HTML/QuickForm/submit.php',
'packages/HTML/QuickForm/text.php',
'packages/HTML/QuickForm/textarea.php',
'packages/HTML/QuickForm/xbutton.php',
'packages/HTML/QuickForm.php',
'packages/HTML/Template/IT.php',
'packages/HTML/Template/IT_Error.php',
'packages/HTML/Template/ITX.php',
'packages/html2text/rcube_html2text.php',
'packages/HTTP/Request/Listener.php',
'packages/HTTP/Request.php',
'packages/IDS/Caching/Apc.php',
'packages/IDS/Caching/Database.php',
'packages/IDS/Caching/Factory.php',
'packages/IDS/Caching/File.php',
'packages/IDS/Caching/Interface.php',
'packages/IDS/Caching/Memcached.php',
'packages/IDS/Caching/Session.php',
'packages/IDS/Config/Config.ini.php',
'packages/IDS/Converter.php',
'packages/IDS/Event.php',
'packages/IDS/Filter/Storage.php',
'packages/IDS/Filter.php',
'packages/IDS/Init.php',
'packages/IDS/Log/Composite.php',
'packages/IDS/Log/Database.php',
'packages/IDS/Log/Email.php',
'packages/IDS/Log/File.php',
'packages/IDS/Log/Interface.php',
'packages/IDS/Monitor.php',
'packages/IDS/Report.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrCollections.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/AlphaValue.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Background.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Border.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Color.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Composite.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Filter.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Font.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/FontFamily.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Length.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/ListStyle.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Multiple.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Number.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/Percentage.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS/URI.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/CSS.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/Enum.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Bool.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Class.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Color.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/FrameTarget.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/ID.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Length.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/LinkTypes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/MultiLength.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Nmtokens.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/HTML/Pixels.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/Integer.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/Lang.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/Switch.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/Text.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI/Email.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI/Host.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI/IPv4.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI/IPv6.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef/URI.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrDef.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Background.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/BdoDir.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/BgColor.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/BoolToCSS.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Border.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/EnumToCSS.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/ImgRequired.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/ImgSpace.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Input.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Lang.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Length.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Name.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/NameSync.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Nofollow.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/SafeEmbed.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/SafeObject.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/SafeParam.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/ScriptRequired.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform/Textarea.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTransform.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrTypes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/AttrValidator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Bootstrap.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Chameleon.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Custom.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Empty.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Optional.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Required.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/StrictBlockquote.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef/Table.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ChildDef.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Config.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef/Directive.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef/DirectiveAlias.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef/Namespace.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Builder/Xml.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Exception.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange/Directive.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange/Id.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange/Namespace.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Interchange.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/InterchangeBuilder.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/Validator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema/ValidatorAtom.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigSchema.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ContentSets.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Context.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/CSSDefinition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Definition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator/Memory.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache/Decorator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache/Null.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCache.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DefinitionCacheFactory.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Doctype.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/DoctypeRegistry.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ElementDef.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Encoder.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/EntityLookup.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/EntityParser.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ErrorCollector.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/ErrorStruct.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Exception.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Filter/ExtractStyleBlocks.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Filter/YouTube.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Filter.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Generator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLDefinition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Bdo.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/CommonAttributes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Edit.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Forms.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Hypertext.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Image.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Legacy.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/List.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Name.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Nofollow.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Object.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Presentation.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Proprietary.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Ruby.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/SafeEmbed.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/SafeObject.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Scripting.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/StyleAttribute.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tables.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Target.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Text.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Name.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Proprietary.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Strict.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/Transitional.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/XHTML.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/Tidy.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule/XMLCommonAttributes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModule.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/HTMLModuleManager.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/IDAccumulator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/AutoParagraph.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/DisplayLinkURI.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/Linkify.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/PurifierLinkify.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/RemoveEmpty.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector/SafeObject.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Injector.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Language/classes/en-x-test.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Language/messages/en-x-test.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Language/messages/en-x-testmini.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Language/messages/en.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Language.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/LanguageFactory.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Length.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Lexer/DirectLex.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Lexer/DOMLex.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Lexer/PEARSax3.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Lexer/PH5P.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Lexer.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/PercentEncoder.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Printer/ConfigForm.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Printer/CSSDefinition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Printer/HTMLDefinition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Printer.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/PropertyList.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/PropertyListIterator.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/Composite.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/Core.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/FixNesting.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/MakeWellFormed.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/RemoveForeignElements.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy/ValidateAttributes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Strategy.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/StringHash.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/StringHashParser.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/TagTransform/Font.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/TagTransform/Simple.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/TagTransform.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Comment.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Empty.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/End.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Start.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Tag.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Text.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/Token.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/TokenFactory.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/UnitConverter.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URI.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIDefinition.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/DisableExternal.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/DisableExternalResources.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/DisableResources.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/HostBlacklist.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/MakeAbsolute.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter/Munge.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIFilter.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIParser.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/data.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/file.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/ftp.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/http.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/https.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/mailto.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/news.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme/nntp.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URIScheme.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/URISchemeRegistry.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/VarParser/Flexible.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/VarParser/Native.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/VarParser.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier/VarParserException.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.auto.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.autoload.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.func.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.includes.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.kses.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.path.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.php',
'packages/IDS/vendors/htmlpurifier/HTMLPurifier.safe-includes.php',
'packages/IDS/Version.php',
'packages/kcfinder/browse.php',
'packages/kcfinder/conf/config.php',
'packages/kcfinder/core/autoload.php',
'packages/kcfinder/core/bootstrap.php',
'packages/kcfinder/core/class/browser.php',
'packages/kcfinder/core/class/minifier.php',
'packages/kcfinder/core/class/uploader.php',
'packages/kcfinder/core/types/type_img.php',
'packages/kcfinder/core/types/type_mime.php',
'packages/kcfinder/css/index.php',
'packages/kcfinder/index.php',
'packages/kcfinder/integration/BolmerCMS.php',
'packages/kcfinder/integration/civicrm.php',
'packages/kcfinder/integration/drupal.php',
'packages/kcfinder/js/index.php',
'packages/kcfinder/js_localize.php',
'packages/kcfinder/lang/af.php',
'packages/kcfinder/lang/bg.php',
'packages/kcfinder/lang/ca.php',
'packages/kcfinder/lang/cs.php',
'packages/kcfinder/lang/da.php',
'packages/kcfinder/lang/de.php',
'packages/kcfinder/lang/el.php',
'packages/kcfinder/lang/en.php',
'packages/kcfinder/lang/es.php',
'packages/kcfinder/lang/et.php',
'packages/kcfinder/lang/fa.php',
'packages/kcfinder/lang/fi.php',
'packages/kcfinder/lang/fr.php',
'packages/kcfinder/lang/he.php',
'packages/kcfinder/lang/hu.php',
'packages/kcfinder/lang/id.php',
'packages/kcfinder/lang/it.php',
'packages/kcfinder/lang/ja.php',
'packages/kcfinder/lang/lt.php',
'packages/kcfinder/lang/lv.php',
'packages/kcfinder/lang/nl.php',
'packages/kcfinder/lang/no.php',
'packages/kcfinder/lang/pl.php',
'packages/kcfinder/lang/pt-br.php',
'packages/kcfinder/lang/pt.php',
'packages/kcfinder/lang/ro.php',
'packages/kcfinder/lang/ru.php',
'packages/kcfinder/lang/sk.php',
'packages/kcfinder/lang/sv.php',
'packages/kcfinder/lang/tr.php',
'packages/kcfinder/lang/uk.php',
'packages/kcfinder/lang/vi.php',
'packages/kcfinder/lang/zh-cn.php',
'packages/kcfinder/lib/class_fastImage.php',
'packages/kcfinder/lib/class_image.php',
'packages/kcfinder/lib/class_image_gd.php',
'packages/kcfinder/lib/class_image_gmagick.php',
'packages/kcfinder/lib/class_image_imagick.php',
'packages/kcfinder/lib/class_zipFolder.php',
'packages/kcfinder/lib/helper_dir.php',
'packages/kcfinder/lib/helper_file.php',
'packages/kcfinder/lib/helper_httpCache.php',
'packages/kcfinder/lib/helper_path.php',
'packages/kcfinder/lib/helper_text.php',
'packages/kcfinder/themes/dark/css.php',
'packages/kcfinder/themes/dark/js.php',
'packages/kcfinder/themes/default/css.php',
'packages/kcfinder/themes/default/js.php',
'packages/kcfinder/tpl/tpl_browser.php',
'packages/kcfinder/tpl/tpl_css.php',
'packages/kcfinder/tpl/tpl_javascript.php',
'packages/kcfinder/upload.php',
'packages/Log/composite.php',
'packages/Log/console.php',
'packages/Log/daemon.php',
'packages/Log/display.php',
'packages/Log/error_log.php',
'packages/Log/file.php',
'packages/Log/firebug.php',
'packages/Log/mail.php',
'packages/Log/mcal.php',
'packages/Log/mdb2.php',
'packages/Log/null.php',
'packages/Log/observer.php',
'packages/Log/sql.php',
'packages/Log/sqlite.php',
'packages/Log/syslog.php',
'packages/Log/win.php',
'packages/Log.php',
'packages/Mail/mail.php',
'packages/Mail/mime.php',
'packages/Mail/mimeDecode.php',
'packages/Mail/mimePart.php',
'packages/Mail/mock.php',
'packages/Mail/null.php',
'packages/Mail/RFC822.php',
'packages/Mail/sendmail.php',
'packages/Mail/smtp.php',
'packages/Mail/smtpmx.php',
'packages/Mail.php',
'packages/Net/Curl.php',
'packages/Net/DIME.php',
'packages/Net/SMTP.php',
'packages/Net/Socket.php',
'packages/Net/URL.php',
'packages/Net/UserAgent/Detect/APC.php',
'packages/Net/UserAgent/Detect.php',
'packages/OpenFlashChart/php-ofc-library/dot_base.php',
'packages/OpenFlashChart/php-ofc-library/JSON.php',
'packages/OpenFlashChart/php-ofc-library/json_format.php',
'packages/OpenFlashChart/php-ofc-library/ofc_area_base.php',
'packages/OpenFlashChart/php-ofc-library/ofc_area_hollow.php',
'packages/OpenFlashChart/php-ofc-library/ofc_area_line.php',
'packages/OpenFlashChart/php-ofc-library/ofc_arrow.php',
'packages/OpenFlashChart/php-ofc-library/ofc_background.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_3d.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_base.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_filled.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_glass.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_sketch.php',
'packages/OpenFlashChart/php-ofc-library/ofc_bar_stack.php',
'packages/OpenFlashChart/php-ofc-library/ofc_candle.php',
'packages/OpenFlashChart/php-ofc-library/ofc_hbar.php',
'packages/OpenFlashChart/php-ofc-library/ofc_legend.php',
'packages/OpenFlashChart/php-ofc-library/ofc_line.php',
'packages/OpenFlashChart/php-ofc-library/ofc_line_base.php',
'packages/OpenFlashChart/php-ofc-library/ofc_line_dot.php',
'packages/OpenFlashChart/php-ofc-library/ofc_line_hollow.php',
'packages/OpenFlashChart/php-ofc-library/ofc_line_style.php',
'packages/OpenFlashChart/php-ofc-library/ofc_menu.php',
'packages/OpenFlashChart/php-ofc-library/ofc_pie.php',
'packages/OpenFlashChart/php-ofc-library/ofc_radar_axis.php',
'packages/OpenFlashChart/php-ofc-library/ofc_radar_axis_labels.php',
'packages/OpenFlashChart/php-ofc-library/ofc_radar_spoke_labels.php',
'packages/OpenFlashChart/php-ofc-library/ofc_scatter.php',
'packages/OpenFlashChart/php-ofc-library/ofc_scatter_line.php',
'packages/OpenFlashChart/php-ofc-library/ofc_shape.php',
'packages/OpenFlashChart/php-ofc-library/ofc_sugar.php',
'packages/OpenFlashChart/php-ofc-library/ofc_tags.php',
'packages/OpenFlashChart/php-ofc-library/ofc_title.php',
'packages/OpenFlashChart/php-ofc-library/ofc_tooltip.php',
'packages/OpenFlashChart/php-ofc-library/ofc_x_axis.php',
'packages/OpenFlashChart/php-ofc-library/ofc_x_axis_label.php',
'packages/OpenFlashChart/php-ofc-library/ofc_x_axis_labels.php',
'packages/OpenFlashChart/php-ofc-library/ofc_x_legend.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_axis.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_axis_base.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_axis_label.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_axis_labels.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_axis_right.php',
'packages/OpenFlashChart/php-ofc-library/ofc_y_legend.php',
'packages/OpenFlashChart/php-ofc-library/open-flash-chart-object.php',
'packages/OpenFlashChart/php-ofc-library/open-flash-chart.php',
'packages/Pager/Common.php',
'packages/Pager/HtmlWidgets.php',
'packages/Pager/Jumping.php',
'packages/Pager/Pager.php',
'packages/Pager/Sliding.php',
'packages/Pager.php',
'packages/PayJunction/pjClasses.php',
'packages/PaymentExpress/pxaccess.inc.php',
'packages/PEAR/ErrorStack.php',
'packages/PEAR/Exception.php',
'packages/PEAR/FixPHP5PEARWarnings.php',
'packages/PEAR.php',
'packages/PEAR5.php',
'packages/PHP/Beautifier/Batch/Output/Directory.php',
'packages/PHP/Beautifier/Batch/Output/DirectoryBz2.php',
'packages/PHP/Beautifier/Batch/Output/DirectoryGz.php',
'packages/PHP/Beautifier/Batch/Output/DirectoryTar.php',
'packages/PHP/Beautifier/Batch/Output/Files.php',
'packages/PHP/Beautifier/Batch/Output/FilesBz2.php',
'packages/PHP/Beautifier/Batch/Output/FilesGz.php',
'packages/PHP/Beautifier/Batch/Output/FilesTar.php',
'packages/PHP/Beautifier/Batch/Output.php',
'packages/PHP/Beautifier/Batch.php',
'packages/PHP/Beautifier/Common.php',
'packages/PHP/Beautifier/Decorator.php',
'packages/PHP/Beautifier/Exception.php',
'packages/PHP/Beautifier/Filter/ArrayNested.filter.php',
'packages/PHP/Beautifier/Filter/Default.filter.php',
'packages/PHP/Beautifier/Filter/IndentStyles.filter.php',
'packages/PHP/Beautifier/Filter/ListClassFunction.filter.php',
'packages/PHP/Beautifier/Filter/Lowercase.filter.php',
'packages/PHP/Beautifier/Filter/NewLines.filter.php',
'packages/PHP/Beautifier/Filter/Pear.filter.php',
'packages/PHP/Beautifier/Filter/phpBB.filter.php',
'packages/PHP/Beautifier/Filter.php',
'packages/PHP/Beautifier/StreamWrapper/Tarz.php',
'packages/PHP/Beautifier/StreamWrapper.php',
'packages/PHP/Beautifier/Tokenizer.php',
'packages/PHP/Beautifier.php',
'packages/PHPgettext/gettext.php',
'packages/PHPgettext/streams.php',
'packages/PHPgettext/tests/LocalesTest.php',
'packages/PHPgettext/tests/ParsingTest.php',
'packages/recaptcha/recaptchalib.php',
'packages/Services/JSON.php',
'packages/simple_html_dom.php',
'packages/Smarty/Config_File.class.php',
'packages/Smarty/gettext/block.t.php',
'packages/Smarty/gettext/tsmarty2c.php',
'packages/Smarty/internals/core.assemble_plugin_filepath.php',
'packages/Smarty/internals/core.assign_smarty_interface.php',
'packages/Smarty/internals/core.create_dir_structure.php',
'packages/Smarty/internals/core.display_debug_console.php',
'packages/Smarty/internals/core.get_include_path.php',
'packages/Smarty/internals/core.get_microtime.php',
'packages/Smarty/internals/core.get_php_resource.php',
'packages/Smarty/internals/core.is_secure.php',
'packages/Smarty/internals/core.is_trusted.php',
'packages/Smarty/internals/core.load_plugins.php',
'packages/Smarty/internals/core.load_resource_plugin.php',
'packages/Smarty/internals/core.process_cached_inserts.php',
'packages/Smarty/internals/core.process_compiled_include.php',
'packages/Smarty/internals/core.read_cache_file.php',
'packages/Smarty/internals/core.rm_auto.php',
'packages/Smarty/internals/core.rmdir.php',
'packages/Smarty/internals/core.run_insert_handler.php',
'packages/Smarty/internals/core.smarty_include_php.php',
'packages/Smarty/internals/core.write_cache_file.php',
'packages/Smarty/internals/core.write_compiled_include.php',
'packages/Smarty/internals/core.write_compiled_resource.php',
'packages/Smarty/internals/core.write_file.php',
'packages/Smarty/plugins/block.textformat.php',
'packages/Smarty/plugins/compiler.assign.php',
'packages/Smarty/plugins/function.assign_debug_info.php',
'packages/Smarty/plugins/function.config_load.php',
'packages/Smarty/plugins/function.counter.php',
'packages/Smarty/plugins/function.cycle.php',
'packages/Smarty/plugins/function.debug.php',
'packages/Smarty/plugins/function.eval.php',
'packages/Smarty/plugins/function.fetch.php',
'packages/Smarty/plugins/function.html_checkboxes.php',
'packages/Smarty/plugins/function.html_image.php',
'packages/Smarty/plugins/function.html_options.php',
'packages/Smarty/plugins/function.html_radios.php',
'packages/Smarty/plugins/function.html_select_date.php',
'packages/Smarty/plugins/function.html_select_time.php',
'packages/Smarty/plugins/function.html_table.php',
'packages/Smarty/plugins/function.mailto.php',
'packages/Smarty/plugins/function.math.php',
'packages/Smarty/plugins/function.popup.php',
'packages/Smarty/plugins/function.popup_init.php',
'packages/Smarty/plugins/modifier.capitalize.php',
'packages/Smarty/plugins/modifier.cat.php',
'packages/Smarty/plugins/modifier.count_characters.php',
'packages/Smarty/plugins/modifier.count_paragraphs.php',
'packages/Smarty/plugins/modifier.count_sentences.php',
'packages/Smarty/plugins/modifier.count_words.php',
'packages/Smarty/plugins/modifier.date_format.php',
'packages/Smarty/plugins/modifier.debug_print_var.php',
'packages/Smarty/plugins/modifier.default.php',
'packages/Smarty/plugins/modifier.escape.php',
'packages/Smarty/plugins/modifier.indent.php',
'packages/Smarty/plugins/modifier.lower.php',
'packages/Smarty/plugins/modifier.nl2br.php',
'packages/Smarty/plugins/modifier.print_array.php',
'packages/Smarty/plugins/modifier.regex_replace.php',
'packages/Smarty/plugins/modifier.replace.php',
'packages/Smarty/plugins/modifier.spacify.php',
'packages/Smarty/plugins/modifier.string_format.php',
'packages/Smarty/plugins/modifier.strip.php',
'packages/Smarty/plugins/modifier.strip_tags.php',
'packages/Smarty/plugins/modifier.truncate.php',
'packages/Smarty/plugins/modifier.upper.php',
'packages/Smarty/plugins/modifier.wordwrap.php',
'packages/Smarty/plugins/outputfilter.trimwhitespace.php',
'packages/Smarty/plugins/shared.escape_special_chars.php',
'packages/Smarty/plugins/shared.make_timestamp.php',
'packages/Smarty/Smarty.class.php',
'packages/Smarty/Smarty_Compiler.class.php',
'packages/snappy/src/autoload.php',
'packages/snappy/src/Knp/Snappy/AbstractGenerator.php',
'packages/snappy/src/Knp/Snappy/GeneratorInterface.php',
'packages/snappy/src/Knp/Snappy/Image.php',
'packages/snappy/src/Knp/Snappy/Pdf.php',
'packages/Structures/Graph/Manipulator/AcyclicTest.php',
'packages/Structures/Graph/Manipulator/TopologicalSorter.php',
'packages/Structures/Graph/Node.php',
'packages/Structures/Graph.php',
'packages/SymfonyComponents/YAML/sfYaml.php',
'packages/SymfonyComponents/YAML/sfYamlDumper.php',
'packages/SymfonyComponents/YAML/sfYamlInline.php',
'packages/SymfonyComponents/YAML/sfYamlParser.php',
'packages/System/Command.php',
'packages/System.php',
'packages/TbsZip/tbszip.php',
'packages/Validate/Finance/CreditCard.php',
'packages/Validate/Finance.php',
'packages/Validate.php',
'packages/VERSIONS.php',
'packages/When/When.php',
'packages/When/When_Iterator.php',
'packages/XML/Util.php',
'settings/Address.setting.php',
'settings/Campaign.setting.php',
'settings/Contribute.setting.php',
'settings/Core.setting.php',
'settings/Developer.setting.php',
'settings/Directory.setting.php',
'settings/Event.setting.php',
'settings/Extension.setting.php',
'settings/Localization.setting.php',
'settings/Mailing.setting.php',
'settings/Map.setting.php',
'settings/Member.setting.php',
'settings/Multisite.setting.php',
'settings/Search.setting.php',
'settings/Url.setting.php',
'sql/GenerateData.php',
'sql/GenerateGroups.php',
'sql/GenerateMailing.php',
'sql/GenerateReportData.php',
'tests/bin/api3.php',
'tests/bin/run.php',
'tests/extensions/test.extension.manager.moduletest/moduletest.php',
'tests/extensions/test.extension.manager.paymenttest/main.php',
'tests/extensions/test.extension.manager.reporttest/main.php',
'tests/extensions/test.extension.manager.searchtest/main.php',
'tests/phpunit/AllTests.php',
'tests/phpunit/api/v3/ACLCachingTest.php',
'tests/phpunit/api/v3/ACLPermissionTest.php',
'tests/phpunit/api/v3/ActionScheduleTest.php',
'tests/phpunit/api/v3/ActivityContactTest.php',
'tests/phpunit/api/v3/ActivityTest.php',
'tests/phpunit/api/v3/ActivityTypeTest.php',
'tests/phpunit/api/v3/AddressTest.php',
'tests/phpunit/api/v3/AllTests.php',
'tests/phpunit/api/v3/APITest.php',
'tests/phpunit/api/v3/APIWrapperTest.php',
'tests/phpunit/api/v3/AttachmentTest.php',
'tests/phpunit/api/v3/BatchTest.php',
'tests/phpunit/api/v3/CampaignTest.php',
'tests/phpunit/api/v3/CaseTest.php',
'tests/phpunit/api/v3/CaseTypeTest.php',
'tests/phpunit/api/v3/ConstantTest.php',
'tests/phpunit/api/v3/ContactTest.php',
'tests/phpunit/api/v3/ContactTypeTest.php',
'tests/phpunit/api/v3/ContributionPageTest.php',
'tests/phpunit/api/v3/ContributionRecurTest.php',
'tests/phpunit/api/v3/ContributionSoftTest.php',
'tests/phpunit/api/v3/ContributionTest.php',
'tests/phpunit/api/v3/CountryTest.php',
'tests/phpunit/api/v3/CRM11793Test.php',
'tests/phpunit/api/v3/CustomFieldTest.php',
'tests/phpunit/api/v3/CustomGroupTest.php',
'tests/phpunit/api/v3/CustomSearchTest.php',
'tests/phpunit/api/v3/CustomValueContactTypeTest.php',
'tests/phpunit/api/v3/CustomValueTest.php',
'tests/phpunit/api/v3/DashboardContactTest.php',
'tests/phpunit/api/v3/DashboardTest.php',
'tests/phpunit/api/v3/dataset/resolver/api/v3/Contact/ExampleAction2.php',
'tests/phpunit/api/v3/dataset/resolver/api/v3/Generic/ExampleAction1.php',
'tests/phpunit/api/v3/dataset/resolver/api/v3/Generic/ExampleAction2.php',
'tests/phpunit/api/v3/dataset/resolver/api/v3/TestEntity.php',
'tests/phpunit/api/v3/DomainTest.php',
'tests/phpunit/api/v3/EmailTest.php',
'tests/phpunit/api/v3/EntityBatchTest.php',
'tests/phpunit/api/v3/EntityJoinTest.php',
'tests/phpunit/api/v3/EntityTagACLTest.php',
'tests/phpunit/api/v3/EntityTagTest.php',
'tests/phpunit/api/v3/EventTest.php',
'tests/phpunit/api/v3/FinancialTypeACLTest.php',
'tests/phpunit/api/v3/GrantTest.php',
'tests/phpunit/api/v3/GroupContactTest.php',
'tests/phpunit/api/v3/GroupNestingTest.php',
'tests/phpunit/api/v3/GroupOrganizationTest.php',
'tests/phpunit/api/v3/GroupTest.php',
'tests/phpunit/api/v3/ImTest.php',
'tests/phpunit/api/v3/JobProcessMailingTest.php',
'tests/phpunit/api/v3/JobTest.php',
'tests/phpunit/api/v3/JobTestCustomDataTest.php',
'tests/phpunit/api/v3/LineItemTest.php',
'tests/phpunit/api/v3/LocBlockTest.php',
'tests/phpunit/api/v3/LoggingTest.php',
'tests/phpunit/api/v3/MailingABTest.php',
'tests/phpunit/api/v3/MailingContactTest.php',
'tests/phpunit/api/v3/MailingGroupTest.php',
'tests/phpunit/api/v3/MailingTest.php',
'tests/phpunit/api/v3/MailSettingsTest.php',
'tests/phpunit/api/v3/MappingFieldTest.php',
'tests/phpunit/api/v3/MappingTest.php',
'tests/phpunit/api/v3/MembershipPaymentTest.php',
'tests/phpunit/api/v3/MembershipStatusTest.php',
'tests/phpunit/api/v3/MembershipTest.php',
'tests/phpunit/api/v3/MembershipTypeTest.php',
'tests/phpunit/api/v3/MessageTemplateTest.php',
'tests/phpunit/api/v3/NavigationTest.php',
'tests/phpunit/api/v3/NoteTest.php',
'tests/phpunit/api/v3/OpenIDTest.php',
'tests/phpunit/api/v3/OptionGroupTest.php',
'tests/phpunit/api/v3/OptionValueTest.php',
'tests/phpunit/api/v3/OrderTest.php',
'tests/phpunit/api/v3/ParticipantPaymentTest.php',
'tests/phpunit/api/v3/ParticipantStatusTypeTest.php',
'tests/phpunit/api/v3/ParticipantTest.php',
'tests/phpunit/api/v3/PaymentProcessorTest.php',
'tests/phpunit/api/v3/PaymentProcessorTypeTest.php',
'tests/phpunit/api/v3/PaymentTest.php',
'tests/phpunit/api/v3/PaymentTokenTest.php',
'tests/phpunit/api/v3/PhoneTest.php',
'tests/phpunit/api/v3/PledgePaymentTest.php',
'tests/phpunit/api/v3/PledgeTest.php',
'tests/phpunit/api/v3/PriceFieldTest.php',
'tests/phpunit/api/v3/PriceFieldValueTest.php',
'tests/phpunit/api/v3/PriceSetTest.php',
'tests/phpunit/api/v3/ProductTest.php',
'tests/phpunit/api/v3/ProfileTest.php',
'tests/phpunit/api/v3/RelationshipTest.php',
'tests/phpunit/api/v3/RelationshipTypeTest.php',
'tests/phpunit/api/v3/ReportTemplateTest.php',
'tests/phpunit/api/v3/SavedSearchTest.php',
'tests/phpunit/api/v3/SelectQueryTest.php',
'tests/phpunit/api/v3/settings/test.setting.php',
'tests/phpunit/api/v3/SettingTest.php',
'tests/phpunit/api/v3/StatusPreferenceTest.php',
'tests/phpunit/api/v3/SurveyRespondantTest.php',
'tests/phpunit/api/v3/SurveyTest.php',
'tests/phpunit/api/v3/SyntaxConformanceTest.php',
'tests/phpunit/api/v3/SystemCheckTest.php',
'tests/phpunit/api/v3/SystemTest.php',
'tests/phpunit/api/v3/TagTest.php',
'tests/phpunit/api/v3/TaxContributionPageTest.php',
'tests/phpunit/api/v3/UFFieldTest.php',
'tests/phpunit/api/v3/UFGroupTest.php',
'tests/phpunit/api/v3/UFJoinTest.php',
'tests/phpunit/api/v3/UFMatchTest.php',
'tests/phpunit/api/v3/UserTest.php',
'tests/phpunit/api/v3/UtilsTest.php',
'tests/phpunit/api/v3/WebsiteTest.php',
'tests/phpunit/Civi/ActionSchedule/AbstractMappingTest.php',
'tests/phpunit/Civi/AllTests.php',
'tests/phpunit/Civi/Angular/ManagerTest.php',
'tests/phpunit/Civi/API/KernelTest.php',
'tests/phpunit/Civi/API/RequestTest.php',
'tests/phpunit/Civi/API/Subscriber/DynamicFKAuthorizationTest.php',
'tests/phpunit/Civi/API/Subscriber/TransactionSubscriberTest.php',
'tests/phpunit/Civi/API/Subscriber/WhitelistSubscriberTest.php',
'tests/phpunit/Civi/CCase/SequenceListenerTest.php',
'tests/phpunit/Civi/Core/ResolverTest.php',
'tests/phpunit/Civi/Core/SettingsManagerTest.php',
'tests/phpunit/Civi/Test/ExampleHookTest.php',
'tests/phpunit/Civi/Test/ExampleTransactionalTest.php',
'tests/phpunit/Civi/Token/TokenProcessorTest.php',
'tests/phpunit/CiviTest/bootstrap.php',
'tests/phpunit/CiviTest/CiviCaseTestCase.php',
'tests/phpunit/CiviTest/civicrm.settings.local.php',
'tests/phpunit/CiviTest/CiviDBAssert.php',
'tests/phpunit/CiviTest/CiviMailUtils.php',
'tests/phpunit/CiviTest/CiviReportTestCase.php',
'tests/phpunit/CiviTest/CiviSeleniumSettings.auto.php',
'tests/phpunit/CiviTest/CiviSeleniumSettings.php',
'tests/phpunit/CiviTest/CiviSeleniumTestCase.php',
'tests/phpunit/CiviTest/CiviTestSuite.php',
'tests/phpunit/CiviTest/CiviUnitTestCase.php',
'tests/phpunit/CRM/Activity/AllTests.php',
'tests/phpunit/CRM/Activity/BAO/ActivityAssignmentTest.php',
'tests/phpunit/CRM/Activity/BAO/ActivityTargetTest.php',
'tests/phpunit/CRM/Activity/BAO/ActivityTest.php',
'tests/phpunit/CRM/AllTests.php',
'tests/phpunit/CRM/Batch/Form/EntryTest.php',
'tests/phpunit/CRM/Bridge/OG/DrupalTest.php',
'tests/phpunit/CRM/Case/AllTests.php',
'tests/phpunit/CRM/Case/BAO/CaseTest.php',
'tests/phpunit/CRM/Case/BAO/CaseTypeForkTest.php',
'tests/phpunit/CRM/Case/BAO/CaseTypeTest.php',
'tests/phpunit/CRM/Case/BAO/QueryTest.php',
'tests/phpunit/CRM/Case/PseudoConstantTest.php',
'tests/phpunit/CRM/Case/XMLRepositoryTest.php',
'tests/phpunit/CRM/Contact/AllTests.php',
'tests/phpunit/CRM/Contact/BAO/ContactTest.php',
'tests/phpunit/CRM/Contact/BAO/ContactType/ContactSearchTest.php',
'tests/phpunit/CRM/Contact/BAO/ContactType/ContactTest.php',
'tests/phpunit/CRM/Contact/BAO/ContactType/ContactTypeTest.php',
'tests/phpunit/CRM/Contact/BAO/ContactType/RelationshipTest.php',
'tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php',
'tests/phpunit/CRM/Contact/BAO/GroupContactTest.php',
'tests/phpunit/CRM/Contact/BAO/GroupTest.php',
'tests/phpunit/CRM/Contact/BAO/QueryTest.php',
'tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php',
'tests/phpunit/CRM/Contact/BAO/SavedSearchTest.php',
'tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php',
'tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTestDataProvider.php',
'tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php',
'tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTestDataProvider.php',
'tests/phpunit/CRM/Contact/Form/Task/EmailCommonTest.php',
'tests/phpunit/CRM/Contact/Form/Task/PrintDocumentTest.php',
'tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php',
'tests/phpunit/CRM/Contact/Page/AjaxTest.php',
'tests/phpunit/CRM/Contact/SelectorTest.php',
'tests/phpunit/CRM/Contribute/ActionMapping/ByTypeTest.php',
'tests/phpunit/CRM/Contribute/AllTests.php',
'tests/phpunit/CRM/Contribute/BAO/ContributionPageTest.php',
'tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php',
'tests/phpunit/CRM/Contribute/BAO/ContributionTest.php',
'tests/phpunit/CRM/Contribute/BAO/ContributionTypeTest.php',
'tests/phpunit/CRM/Contribute/BAO/ManagePremiumsTest.php',
'tests/phpunit/CRM/Contribute/Form/Contribution/MainTest.php',
'tests/phpunit/CRM/Contribute/Form/ContributionTest.php',
'tests/phpunit/CRM/Contribute/Form/Task/InvoiceTest.php',
'tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php',
'tests/phpunit/CRM/Contribute/Form/Task/StatusTest.php',
'tests/phpunit/CRM/Core/AllTests.php',
'tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php',
'tests/phpunit/CRM/Core/BAO/AddressTest.php',
'tests/phpunit/CRM/Core/BAO/CacheTest.php',
'tests/phpunit/CRM/Core/BAO/ConfigSettingTest.php',
'tests/phpunit/CRM/Core/BAO/CustomFieldTest.php',
'tests/phpunit/CRM/Core/BAO/CustomGroupTest.php',
'tests/phpunit/CRM/Core/BAO/CustomQueryTest.php',
'tests/phpunit/CRM/Core/BAO/CustomValueTableMultipleTest.php',
'tests/phpunit/CRM/Core/BAO/CustomValueTableSetGetTest.php',
'tests/phpunit/CRM/Core/BAO/CustomValueTableTest.php',
'tests/phpunit/CRM/Core/BAO/CustomValueTest.php',
'tests/phpunit/CRM/Core/BAO/DashboardTest.php',
'tests/phpunit/CRM/Core/BAO/EmailTest.php',
'tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php',
'tests/phpunit/CRM/Core/BAO/IMTest.php',
'tests/phpunit/CRM/Core/BAO/LocationTest.php',
'tests/phpunit/CRM/Core/BAO/NavigationTest.php',
'tests/phpunit/CRM/Core/BAO/OpenIDTest.php',
'tests/phpunit/CRM/Core/BAO/OptionValueTest.php',
'tests/phpunit/CRM/Core/BAO/PhoneTest.php',
'tests/phpunit/CRM/Core/BAO/PreferencesTest.php',
'tests/phpunit/CRM/Core/BAO/PrevNextCacheTest.php',
'tests/phpunit/CRM/Core/BAO/RecurringEntityTest.php',
'tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php',
'tests/phpunit/CRM/Core/BAO/SettingTest.php',
'tests/phpunit/CRM/Core/BAO/UFFieldTest.php',
'tests/phpunit/CRM/Core/CodeGen/FreshnessTest.php',
'tests/phpunit/CRM/Core/CommunityMessagesTest.php',
'tests/phpunit/CRM/Core/Config/MailerTest.php',
'tests/phpunit/CRM/Core/DAO/AllCoreTablesTest.php',
'tests/phpunit/CRM/Core/DAOConformanceTest.php',
'tests/phpunit/CRM/Core/DAOTest.php',
'tests/phpunit/CRM/Core/ErrorTest.php',
'tests/phpunit/CRM/Core/FieldOptionsTest.php',
'tests/phpunit/CRM/Core/InnoDBIndexerTest.php',
'tests/phpunit/CRM/Core/JobManagerTest.php',
'tests/phpunit/CRM/Core/ManagedEntitiesTest.php',
'tests/phpunit/CRM/Core/MenuTest.php',
'tests/phpunit/CRM/Core/OptionGroupTest.php',
'tests/phpunit/CRM/Core/Page/AJAXTest.php',
'tests/phpunit/CRM/Core/Page/RedirectTest.php',
'tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php',
'tests/phpunit/CRM/Core/Payment/AuthorizeNetTest.php',
'tests/phpunit/CRM/Core/Payment/BaseIPNTest.php',
'tests/phpunit/CRM/Core/Payment/PayPalPNTest.php',
'tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php',