Changeset 3489775
- Timestamp:
- 03/24/2026 09:24:20 AM (4 days ago)
- Location:
- inqyra
- Files:
-
- 815 added
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
trunk/admin (added)
-
trunk/admin/class-inqyra-admin.php (added)
-
trunk/admin/css (added)
-
trunk/admin/css/inqyra-admin.css (added)
-
trunk/admin/css/inqyra-wizard.css (added)
-
trunk/admin/js (added)
-
trunk/admin/js/inqyra-admin.js (added)
-
trunk/admin/js/inqyra-embeddings-module.js (added)
-
trunk/admin/js/inqyra-page-targeting.js (added)
-
trunk/admin/js/inqyra-post-autoindex.js (added)
-
trunk/admin/js/inqyra-wizard.js (added)
-
trunk/admin/partials (added)
-
trunk/admin/partials/config.php (added)
-
trunk/admin/partials/conversations.php (added)
-
trunk/admin/partials/dashboard.php (added)
-
trunk/admin/partials/documents.php (added)
-
trunk/admin/partials/knowledge.php (added)
-
trunk/admin/partials/settings.php (added)
-
trunk/admin/partials/statistics.php (added)
-
trunk/admin/partials/synonyms.php (added)
-
trunk/admin/partials/webhooks.php (added)
-
trunk/admin/partials/wizard.php (added)
-
trunk/admin/vendor (added)
-
trunk/admin/vendor/select2 (added)
-
trunk/admin/vendor/select2/select2.min.css (added)
-
trunk/admin/vendor/select2/select2.min.js (added)
-
trunk/api (added)
-
trunk/api/class-inqyra-rest-api.php (added)
-
trunk/assets (added)
-
trunk/assets/img (added)
-
trunk/assets/img/inqyra.png (added)
-
trunk/assets/js (added)
-
trunk/assets/js/vendor (added)
-
trunk/assets/js/vendor/transformers.min.js (added)
-
trunk/composer.json (added)
-
trunk/includes (added)
-
trunk/includes/class-inqyra-activator.php (added)
-
trunk/includes/class-inqyra-deactivator.php (added)
-
trunk/includes/class-inqyra-default-prompts.php (added)
-
trunk/includes/class-inqyra-encryption.php (added)
-
trunk/includes/class-inqyra-i18n.php (added)
-
trunk/includes/class-inqyra-indexing-labels.php (added)
-
trunk/includes/class-inqyra-loader.php (added)
-
trunk/includes/class-inqyra.php (added)
-
trunk/inqyra.php (added)
-
trunk/public (added)
-
trunk/public/class-inqyra-public.php (added)
-
trunk/public/css (added)
-
trunk/public/css/inqyra-widget.css (added)
-
trunk/public/js (added)
-
trunk/public/js/inqyra-widget.js (added)
-
trunk/readme.txt (added)
-
trunk/services (added)
-
trunk/services/class-inqyra-chat-service.php (added)
-
trunk/services/class-inqyra-crawler.php (added)
-
trunk/services/class-inqyra-debug-logger.php (added)
-
trunk/services/class-inqyra-embedder.php (added)
-
trunk/services/class-inqyra-query-rewriter.php (added)
-
trunk/services/class-inqyra-rag-engine.php (added)
-
trunk/services/class-inqyra-vector-store.php (added)
-
trunk/services/providers (added)
-
trunk/services/providers/class-inqyra-ai-provider-abstract.php (added)
-
trunk/services/providers/class-inqyra-ai-provider-factory.php (added)
-
trunk/services/providers/class-inqyra-claude-provider.php (added)
-
trunk/services/providers/class-inqyra-deepseek-provider.php (added)
-
trunk/services/providers/class-inqyra-gemini-provider.php (added)
-
trunk/services/providers/class-inqyra-mistral-provider.php (added)
-
trunk/services/providers/class-inqyra-openai-provider.php (added)
-
trunk/services/providers/interface-inqyra-ai-provider.php (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_files.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
-
trunk/vendor/freemius (added)
-
trunk/vendor/freemius/wordpress-sdk (added)
-
trunk/vendor/freemius/wordpress-sdk/LICENSE.txt (added)
-
trunk/vendor/freemius/wordpress-sdk/assets (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/account.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/add-ons.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/affiliation.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/checkout.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/clone-resolution.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/common.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/connect.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/debug.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/dialog-boxes.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/gdpr-optin-notice.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/optout.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/admin/plugins.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/customizer.css (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/css/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/img (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/img/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/img/plugin-icon.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/img/theme-icon.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/jquery.form.js (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/nojquery.ba-postmessage.js (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/postmessage.js (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/14fb1bd5b7c41648488b06147f50a0dc.svg (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/178afa6030e76635dbe835e111d2c507.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/27b5a722a5553d9de0170325267fccec.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/4375c4a3ddc6f637c2ab9a2d7220f91e.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/45da596e2b512ffc3bb638baaf0fdc4e.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/a34e046aee1702a5690679750a7f4d0f.svg (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/b09d0b38b627c2fa564d050f79f2f064.svg (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/c03f665db27af43971565560adfba594.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/cb5fc4f6ec7ada72e986f6e7dde365bf.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/d65812c447b4523b42d59018e1c0bb53.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/f3aac72a8e63997d6bb888f816457e9b.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/fde48e4609a6ddc11d639fc2421f2afd.png (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/freemius-pricing.js (added)
-
trunk/vendor/freemius/wordpress-sdk/assets/js/pricing/freemius-pricing.js.LICENSE.txt (added)
-
trunk/vendor/freemius/wordpress-sdk/config.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-freemius-abstract.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-freemius.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-admin-notices.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-api.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-garbage-collector.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-hook-snapshot.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-lock.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-logger.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-options.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-plugin-updater.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-security.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-storage.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/class-fs-user-lock.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/customizer (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-support-section.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/customizer/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/debug (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/debug/class-fs-debug-bar-panel.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/debug/debug-bar-start.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/debug/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-affiliate.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-billing.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-entity.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-payment.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-info.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-license.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-plan.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin-tag.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-plugin.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-pricing.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-scope-entity.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-site.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-subscription.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/class-fs-user.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/entities/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/fs-core-functions.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/fs-essential-functions.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/fs-html-escaping-functions.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/fs-plugin-info-dialog.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/l10n.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-admin-menu-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-admin-notice-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-cache-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-checkout-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-clone-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-contact-form-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-debug-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-gdpr-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-license-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-option-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-permission-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-plan-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/class-fs-plugin-manager.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/managers/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/ArgumentNotExistException.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/EmptyArgumentException.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/Exception.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/InvalidArgumentException.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/OAuthException.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/Exceptions/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusBase.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/FreemiusWordPress.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/LICENSE.txt (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/sdk/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/supplements (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-1.1.7.1.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/supplements/fs-essential-functions-2.2.1.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/supplements/fs-migration-2.5.1.php (added)
-
trunk/vendor/freemius/wordpress-sdk/includes/supplements/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/languages (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-cs_CZ.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-da_DK.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-de_DE.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-es_ES.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-he_IL.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-it_IT.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-ja.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-nl_NL.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-ru_RU.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-ta.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius-zh_CN.mo (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/freemius.pot (added)
-
trunk/vendor/freemius/wordpress-sdk/languages/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/require.php (added)
-
trunk/vendor/freemius/wordpress-sdk/start.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/billing.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/activate-license-button.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/addon.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/deactivate-license-button.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/disconnect-button.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/partials/site.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/account/payments.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/add-ons.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/add-trial-to-pricing.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/admin-notice.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/ajax-loader.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/api-connectivity-message-js.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/auto-installation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/checkout (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/checkout.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/checkout/frame.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/checkout/process-redirect.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/checkout/redirect.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/clone-resolution-js.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/connect (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/connect.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/connect/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/connect/permission.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/connect/permissions-group.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/contact.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug/api-calls.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug/logger.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug/plugins-themes-sync.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/debug/scheduled-crons.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/email.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/affiliation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/data-debug-mode.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/deactivation (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/deactivation/contact.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/deactivation/form.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/deactivation/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/deactivation/retry-skip.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/email-address-update.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/license-activation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/optout.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-handler.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/premium-versions-upgrade-metadata.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/resend-key.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/subscription-cancellation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/trial-start.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/forms/user-change.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/gdpr-optin-js.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js/jquery.content-change.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js/open-license-activation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js/permissions.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/js/style-premium-theme.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/partials (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/partials/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/partials/network-activation.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-icon.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-info (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-info/description.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-info/features.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-info/index.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/plugin-info/screenshots.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/pricing.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/secure-https-header.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/sticky-admin-notice-js.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/tabs-capture-js.php (added)
-
trunk/vendor/freemius/wordpress-sdk/templates/tabs.php (added)
-
trunk/vendor/phpoffice (added)
-
trunk/vendor/phpoffice/math (added)
-
trunk/vendor/phpoffice/math/LICENSE (added)
-
trunk/vendor/phpoffice/math/README.md (added)
-
trunk/vendor/phpoffice/math/composer.json (added)
-
trunk/vendor/phpoffice/math/docs (added)
-
trunk/vendor/phpoffice/math/docs/assets (added)
-
trunk/vendor/phpoffice/math/docs/assets/mathjax.js (added)
-
trunk/vendor/phpoffice/math/docs/changes (added)
-
trunk/vendor/phpoffice/math/docs/changes/0.1.0.md (added)
-
trunk/vendor/phpoffice/math/docs/changes/0.2.0.md (added)
-
trunk/vendor/phpoffice/math/docs/changes/0.3.0.md (added)
-
trunk/vendor/phpoffice/math/docs/credits.md (added)
-
trunk/vendor/phpoffice/math/docs/index.md (added)
-
trunk/vendor/phpoffice/math/docs/install.md (added)
-
trunk/vendor/phpoffice/math/docs/usage (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/fraction.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/identifier.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/numeric.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/operator.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/row.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/semantics.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/elements/superscript.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/readers.md (added)
-
trunk/vendor/phpoffice/math/docs/usage/writers.md (added)
-
trunk/vendor/phpoffice/math/src (added)
-
trunk/vendor/phpoffice/math/src/Math (added)
-
trunk/vendor/phpoffice/math/src/Math/Element (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/AbstractGroupElement.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Fraction.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Identifier.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Numeric.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Operator.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Row.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Semantics.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Element/Superscript.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Exception (added)
-
trunk/vendor/phpoffice/math/src/Math/Exception/InvalidInputException.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Exception/MathException.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Exception/NotImplementedException.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Exception/SecurityException.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Math.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader/MathML.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader/OfficeMathML.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader/Security (added)
-
trunk/vendor/phpoffice/math/src/Math/Reader/Security/XmlScanner.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Writer (added)
-
trunk/vendor/phpoffice/math/src/Math/Writer/MathML.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Writer/OfficeMathML.php (added)
-
trunk/vendor/phpoffice/math/src/Math/Writer/WriterInterface.php (added)
-
trunk/vendor/phpoffice/phpword (added)
-
trunk/vendor/phpoffice/phpword/LICENSE (added)
-
trunk/vendor/phpoffice/phpword/README.md (added)
-
trunk/vendor/phpoffice/phpword/composer.json (added)
-
trunk/vendor/phpoffice/phpword/src (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Autoloader.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/AbstractCollection.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Bookmarks.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Charts.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Comments.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Endnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Footnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Collection/Titles.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType/FootnoteProperties.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType/ProofState.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType/RubyProperties.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType/TblWidth.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/ComplexType/TrackChangesView.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/AbstractContainer.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Bookmark.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Cell.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Chart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/CheckBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Comment.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Endnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Field.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Footer.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Footnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/FormField.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Formula.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Header.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Line.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Link.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/ListItem.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/ListItemRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/OLEObject.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/PageBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/PreserveText.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Row.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Ruby.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/SDT.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Section.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Shape.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/TOC.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/TextBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/TextBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/TextRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/Title.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Element/TrackChange.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper/AbstractEscaper.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper/EscaperInterface.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper/RegExp.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper/Rtf.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Escaper/Xml.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/CopyFileException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/CreateTemporaryFileException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/Exception.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidImageException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidObjectException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/InvalidStyleException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Exception/UnsupportedImageTypeException.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/IOFactory.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Media.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Metadata (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Metadata/Compatibility.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Metadata/DocInfo.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Metadata/Protection.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Metadata/Settings.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/PhpWord.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/AbstractReader.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/HTML.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/MsDoc.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ODText (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ODText.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/Content.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ODText/Meta.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/RTF (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/RTF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/RTF/Document.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/ReaderInterface.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007 (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Comments.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsApp.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsCore.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/DocPropsCustom.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Document.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Endnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Footnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Numbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Settings.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Reader/Word2007/Styles.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Settings.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/AbstractEnum.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Converter.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Css.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Drawing.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Html.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Microsoft (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Microsoft/PasswordEncoder.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/OLERead.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/Validate.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/XMLReader.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/XMLWriter.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Shared/ZipArchive.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/Border.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/DocProtect.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/Jc.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/JcTable.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/LineSpacingRule.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/NumberFormat.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/TblWidth.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/TextAlignment.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/VerticalJc.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/SimpleType/Zoom.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Border.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Cell.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Chart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Extrusion.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Fill.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Frame.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Indentation.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Language.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Line.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/LineNumbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/ListItem.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Numbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/NumberingLevel.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Outline.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Paper.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Row.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Section.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Shading.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Shadow.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Shape.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Spacing.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/TOC.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Tab.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/TablePosition.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Style/TextBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/TemplateProcessor.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/AbstractWriter.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3 (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/Content.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/ContentXhtml.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/Manifest.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/Meta.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/Mimetype.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Part/Nav.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/EPub3/Style/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Bookmark.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Container.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Endnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Footnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Link.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/ListItem.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/ListItemRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/PageBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Ruby.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/TextBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/TextRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Element/Title.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/Body.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Part/Head.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Generic.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/HTML/Style/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Container.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Field.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Formula.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Link.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/ListItemRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/PageBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Ruby.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/TextBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/TextRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Element/Title.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Content.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Manifest.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Meta.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Mimetype.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Part/Styles.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Numbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Section.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/ODText/Style/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/AbstractRenderer.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/DomPDF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/MPDF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/PDF/TCPDF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Container.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Field.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Link.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/ListItem.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/PageBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Ruby.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/TextBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/TextRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Element/Title.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/Document.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Part/Header.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Border.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Indentation.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Section.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/RTF/Style/Tab.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007 (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/AbstractElement.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Bookmark.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Chart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/CheckBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Container.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Endnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Field.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Footnote.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/FormField.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Formula.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Line.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Link.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ListItem.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ListItemRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/OLEObject.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/PageBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/PreserveText.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Ruby.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/SDT.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Shape.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TOC.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TableAlignment.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Text.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextBreak.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/TextRun.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Element/Title.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/AbstractPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Chart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Comments.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/ContentTypes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsApp.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsCore.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/DocPropsCustom.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Document.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Endnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/FontTable.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Footer.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Footnotes.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Header.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Numbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Rels.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/RelsDocument.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/RelsPart.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Styles.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Theme.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/WebSettings.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/AbstractStyle.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Cell.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Extrusion.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Fill.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Font.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Frame.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Image.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Indentation.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Line.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/LineNumbering.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/MarginBorder.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Outline.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Paragraph.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Row.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Section.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shading.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shadow.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Shape.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Spacing.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Tab.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/Table.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/TablePosition.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Style/TextBox.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/WriterInterface.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/Writer/WriterPartInterface.php (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/resources (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/resources/doc.png (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/resources/ppt.png (added)
-
trunk/vendor/phpoffice/phpword/src/PhpWord/resources/xls.png (added)
-
trunk/vendor/smalot (added)
-
trunk/vendor/smalot/pdfparser (added)
-
trunk/vendor/smalot/pdfparser/LICENSE.txt (added)
-
trunk/vendor/smalot/pdfparser/README.md (added)
-
trunk/vendor/smalot/pdfparser/composer.json (added)
-
trunk/vendor/smalot/pdfparser/doc (added)
-
trunk/vendor/smalot/pdfparser/doc/CustomConfig.md (added)
-
trunk/vendor/smalot/pdfparser/doc/Developer.md (added)
-
trunk/vendor/smalot/pdfparser/doc/Usage.md (added)
-
trunk/vendor/smalot/pdfparser/src (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Config.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Document.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementArray.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementBoolean.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementDate.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementHexa.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementMissing.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementName.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNull.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementNumeric.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementString.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementStruct.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Element/ElementXRef.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/AbstractEncoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/EncodingLocator.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin1Encoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/ISOLatin9Encoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/MacRomanEncoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PDFDocEncoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/PostScriptGlyphs.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/StandardEncoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Encoding/WinAnsiEncoding.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/EmptyPdfException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/InvalidDictionaryObjectException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingCatalogException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Exception/NotImplementedException.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType0.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontCIDFontType2.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontTrueType.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType0.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType1.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Font/FontType3.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Header.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/PDFObject.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Page.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Pages.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/Parser.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/FilterHelper.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/RawData/RawDataParser.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/XObject (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/XObject/Form.php (added)
-
trunk/vendor/smalot/pdfparser/src/Smalot/PdfParser/XObject/Image.php (added)
-
trunk/vendor/symfony (added)
-
trunk/vendor/symfony/polyfill-mbstring (added)
-
trunk/vendor/symfony/polyfill-mbstring/LICENSE (added)
-
trunk/vendor/symfony/polyfill-mbstring/Mbstring.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/README.md (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources/unidata (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/bootstrap.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/bootstrap80.php (added)
-
trunk/vendor/symfony/polyfill-mbstring/composer.json (added)
Note: See TracChangeset
for help on using the changeset viewer.