├── ui ├── css │ └── frontend.css ├── src │ └── scss │ │ ├── themes │ │ ├── default │ │ │ ├── mp │ │ │ │ ├── products │ │ │ │ │ ├── _layout.scss │ │ │ │ │ └── _single.scss │ │ │ │ ├── _products.scss │ │ │ │ ├── _base.scss │ │ │ │ └── _shortcodes.scss │ │ │ ├── modules │ │ │ │ └── _variables.scss │ │ │ └── partials │ │ │ │ └── _tooltips.scss │ │ ├── global │ │ │ ├── _global-variables.scss │ │ │ └── _mixins.scss │ │ └── default.scss │ │ ├── front │ │ ├── libs │ │ │ └── jeet │ │ │ │ ├── _jeet.scss │ │ │ │ └── _settings.scss │ │ ├── mp │ │ │ ├── products │ │ │ │ └── _lightbox.scss │ │ │ ├── _products.scss │ │ │ ├── _shortcodes.scss │ │ │ └── _layout.scss │ │ ├── modules │ │ │ ├── _functions.scss │ │ │ ├── _classes.scss │ │ │ ├── _variables.scss │ │ │ └── _mixins.scss │ │ ├── partials │ │ │ ├── _buttons.scss │ │ │ └── _select2-4-x.scss │ │ └── marketpress.scss │ │ └── admin │ │ ├── partials │ │ ├── _components.scss │ │ ├── _buttons.scss │ │ ├── _forms.scss │ │ ├── _typography.scss │ │ ├── _layout.scss │ │ └── _base.scss │ │ ├── modules │ │ ├── _classes.scss │ │ ├── _functions.scss │ │ ├── _variables.scss │ │ └── _mixins.scss │ │ ├── admin.scss │ │ └── components │ │ └── _icons.scss ├── images │ ├── 2co.png │ ├── help.png │ ├── new.png │ ├── plus.gif │ ├── ups.jpg │ ├── usps.png │ ├── cvv_2.jpg │ ├── fedex.gif │ ├── ideal.png │ ├── import.png │ ├── remove.png │ ├── 2co_logo.png │ ├── about-me.png │ ├── cc-button.png │ ├── checkout.png │ ├── contact.png │ ├── delivery.png │ ├── discount.png │ ├── download.png │ ├── ewaylogo.png │ ├── freelance.png │ ├── loading.gif │ ├── messages.png │ ├── my_work.png │ ├── need-help.png │ ├── new-small.png │ ├── service.png │ ├── settings.png │ ├── simplify.png │ ├── 2co_logo_64.png │ ├── ajax-loader.gif │ ├── card_array.png │ ├── credit_card.png │ ├── cubepoints.png │ ├── chosen-sprite.png │ ├── credit-cards.png │ ├── credit_card_64.png │ ├── delivery-small.png │ ├── manual-payment.png │ ├── moneybookers.gif │ ├── paypal-payflow.png │ ├── secure-payment.png │ ├── shopping-bag.png │ ├── shopping-cart.png │ ├── chosen-sprite@2x.png │ ├── default-product.png │ ├── google_checkout.gif │ ├── marketpress-icon.png │ ├── credit-cards-small.png │ ├── empty-shopping-bag.png │ ├── empty-shopping-cart.png │ ├── moneybookers-button.gif │ ├── 134x35_pinterest_logo.png │ └── secure-payment-small.png ├── select2 │ ├── select2.png │ ├── select2x2.png │ ├── select2-spinner.gif │ ├── select2_locale_zh-CN.js │ ├── select2_locale_zh-TW.js │ ├── select2_locale_ja.js │ ├── select2_locale_ko.js │ ├── select2_locale_hu.js │ ├── select2_locale_he.js │ ├── select2_locale_tr.js │ ├── select2_locale_is.js │ ├── select2_locale_th.js │ ├── select2_locale_ms.js │ ├── select2_locale_nl.js │ ├── select2_locale_sv.js │ ├── select2_locale_ka.js │ ├── select2_locale_da.js │ ├── select2_locale_it.js │ ├── select2_locale_no.js │ ├── select2_locale_pt-BR.js │ ├── select2_locale_es.js │ ├── select2_locale_pt-PT.js │ ├── select2_locale_ro.js │ ├── select2_locale_et.js │ ├── select2_locale_id.js │ ├── select2_locale_vi.js │ ├── select2_locale_mk.js │ ├── select2_locale_ca.js │ ├── select2_locale_el.js │ ├── select2_locale_bg.js │ ├── select2_locale_az.js │ ├── select2_locale_fi.js │ ├── select2_locale_lv.js │ ├── select2_locale_de.js │ ├── select2_locale_hr.js │ ├── select2_locale_fa.js │ ├── select2_locale_rs.js │ ├── select2_locale_fr.js │ ├── select2_locale_ru.js │ ├── select2_locale_en.js.template │ ├── select2_locale_ar.js │ ├── select2_locale_pl.js │ ├── select2_locale_lt.js │ ├── select2.jquery.json │ └── select2_locale_uk.js ├── lightgallery │ ├── fonts │ │ ├── lg.eot │ │ ├── lg.ttf │ │ └── lg.woff │ ├── img │ │ └── loading.gif │ ├── sass │ │ ├── lg-fullscreen.scss │ │ ├── lg-fonts.scss │ │ ├── lg-autoplay.scss │ │ └── lg-zoom.scss │ └── css │ │ ├── lg-fb-comment-box.css.map │ │ └── lg-fb-comment-box.css ├── colorpicker │ ├── images │ │ ├── Thumbs.db │ │ ├── blank.gif │ │ ├── select.png │ │ ├── select2.png │ │ ├── slider.png │ │ ├── custom_hex.png │ │ ├── custom_hsb_b.png │ │ ├── custom_hsb_h.png │ │ ├── custom_hsb_s.png │ │ ├── custom_indic.gif │ │ ├── custom_rgb_b.png │ │ ├── custom_rgb_g.png │ │ ├── custom_rgb_r.png │ │ ├── custom_submit.png │ │ ├── colorpicker_hex.png │ │ ├── colorpicker_hsb_b.png │ │ ├── colorpicker_hsb_h.png │ │ ├── colorpicker_hsb_s.png │ │ ├── colorpicker_indic.gif │ │ ├── colorpicker_rgb_b.png │ │ ├── colorpicker_rgb_g.png │ │ ├── colorpicker_rgb_r.png │ │ ├── custom_background.png │ │ ├── colorpicker_overlay.png │ │ ├── colorpicker_select.gif │ │ ├── colorpicker_submit.png │ │ └── colorpicker_background.png │ └── js │ │ └── eye.js └── lightslider │ ├── img │ └── controls.png │ └── js │ └── .jshintrc ├── includes ├── wpmudev-metaboxes │ ├── ui │ │ ├── select2 │ │ │ ├── .gitignore │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── select2-spinner.gif │ │ │ ├── bower.json │ │ │ ├── select2_locale_zh-CN.js │ │ │ ├── select2_locale_zh-TW.js │ │ │ ├── select2_locale_ja.js │ │ │ ├── package.json │ │ │ ├── composer.json │ │ │ ├── select2_locale_ko.js │ │ │ ├── select2_locale_hu.js │ │ │ ├── select2_locale_he.js │ │ │ ├── select2_locale_tr.js │ │ │ ├── select2_locale_is.js │ │ │ ├── select2_locale_th.js │ │ │ ├── select2_locale_ms.js │ │ │ ├── select2_locale_nl.js │ │ │ ├── select2_locale_ka.js │ │ │ ├── select2_locale_sv.js │ │ │ ├── select2_locale_da.js │ │ │ ├── select2_locale_it.js │ │ │ ├── select2_locale_no.js │ │ │ ├── select2_locale_pt-BR.js │ │ │ ├── select2_locale_es.js │ │ │ ├── select2_locale_pt-PT.js │ │ │ ├── select2_locale_ro.js │ │ │ ├── select2_locale_et.js │ │ │ ├── select2_locale_id.js │ │ │ ├── select2_locale_vi.js │ │ │ ├── select2_locale_mk.js │ │ │ ├── select2_locale_ca.js │ │ │ ├── select2_locale_bg.js │ │ │ ├── select2_locale_el.js │ │ │ ├── select2_locale_az.js │ │ │ ├── select2_locale_fi.js │ │ │ ├── select2_locale_lv.js │ │ │ ├── LICENSE │ │ │ ├── select2_locale_de.js │ │ │ ├── select2_locale_en.js.template │ │ │ ├── select2_locale_hr.js │ │ │ ├── select2_locale_fa.js │ │ │ ├── select2_locale_rs.js │ │ │ ├── select2_locale_fr.js │ │ │ ├── select2_locale_ru.js │ │ │ ├── select2_locale_ar.js │ │ │ ├── select2_locale_pl.js │ │ │ ├── select2_locale_lt.js │ │ │ ├── select2.jquery.json │ │ │ └── select2_locale_uk.js │ │ ├── colorpicker │ │ │ ├── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blank.gif │ │ │ │ ├── select.png │ │ │ │ ├── select2.png │ │ │ │ ├── slider.png │ │ │ │ ├── custom_hex.png │ │ │ │ ├── custom_hsb_b.png │ │ │ │ ├── custom_hsb_h.png │ │ │ │ ├── custom_hsb_s.png │ │ │ │ ├── custom_indic.gif │ │ │ │ ├── custom_rgb_b.png │ │ │ │ ├── custom_rgb_g.png │ │ │ │ ├── custom_rgb_r.png │ │ │ │ ├── colorpicker_hex.png │ │ │ │ ├── custom_submit.png │ │ │ │ ├── colorpicker_hsb_b.png │ │ │ │ ├── colorpicker_hsb_h.png │ │ │ │ ├── colorpicker_hsb_s.png │ │ │ │ ├── colorpicker_indic.gif │ │ │ │ ├── colorpicker_rgb_b.png │ │ │ │ ├── colorpicker_rgb_g.png │ │ │ │ ├── colorpicker_rgb_r.png │ │ │ │ ├── custom_background.png │ │ │ │ ├── colorpicker_overlay.png │ │ │ │ ├── colorpicker_select.gif │ │ │ │ ├── colorpicker_submit.png │ │ │ │ └── colorpicker_background.png │ │ │ └── js │ │ │ │ └── eye.js │ │ ├── smoothness │ │ │ └── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ └── js │ │ │ └── tinymce.code.min.js │ └── fields │ │ ├── class-wpmudev-field-textarea.php │ │ ├── class-wpmudev-field-text.php │ │ └── class-wpmudev-field-password.php ├── addons │ ├── mp-pdf-invoice │ │ ├── vendors │ │ │ └── dompdf │ │ │ │ ├── index.php │ │ │ │ ├── lib │ │ │ │ ├── res │ │ │ │ │ └── broken_image.png │ │ │ │ └── fonts │ │ │ │ │ ├── a32da215612cdbd93b93eb74bcab3b40.ttf │ │ │ │ │ └── log.htm │ │ │ │ ├── include │ │ │ │ ├── file.skel │ │ │ │ ├── null_positioner.cls.php │ │ │ │ ├── null_frame_reflower.cls.php │ │ │ │ ├── dompdf_exception.cls.php │ │ │ │ ├── dompdf_image_exception.cls.php │ │ │ │ ├── null_frame_decorator.cls.php │ │ │ │ ├── table_cell_positioner.cls.php │ │ │ │ ├── javascript_embedder.cls.php │ │ │ │ ├── table_row_positioner.cls.php │ │ │ │ └── list_bullet_frame_reflower.cls.php │ │ │ │ └── composer.json │ │ └── templates │ │ │ └── default │ │ │ └── main.php │ └── mp-coupons │ │ └── ui │ │ ├── css │ │ └── mp-coupons.css │ │ └── less │ │ └── mp-coupons.less ├── admin │ └── ui │ │ ├── js │ │ ├── jquery-textext │ │ │ ├── .gitignore │ │ │ ├── src │ │ │ │ └── css │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close-old.png │ │ │ │ │ ├── textext.plugin.arrow.css │ │ │ │ │ ├── textext.plugin.focus.css │ │ │ │ │ ├── textext.plugin.prompt.css │ │ │ │ │ ├── textext.plugin.clear.css │ │ │ │ │ ├── textext.core.css │ │ │ │ │ └── textext.plugin.autocomplete.css │ │ │ └── MIT-LICENSE │ │ └── admin-product-variation.js │ │ ├── images │ │ ├── mp-close.png │ │ ├── img-placeholder.jpg │ │ ├── variations-loader.gif │ │ ├── mp_quick_setup-welcome.jpg │ │ └── mp_quick_setup-welcome.png │ │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ │ ├── chosen │ │ ├── chosen-sprite.png │ │ └── chosen-sprite@2x.png │ │ ├── colorbox │ │ └── images │ │ │ ├── loading.gif │ │ │ └── controls.png │ │ ├── smoothness │ │ └── images │ │ │ ├── animated-overlay.gif │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ └── css │ │ └── admin-product-variation.css └── common │ ├── payment-gateways │ ├── stripe-files │ │ └── lib │ │ │ └── Stripe │ │ │ ├── ApiError.php │ │ │ ├── ApiConnectionError.php │ │ │ ├── AuthenticationError.php │ │ │ ├── InvalidRequestError.php │ │ │ ├── CardError.php │ │ │ ├── Event.php │ │ │ ├── Token.php │ │ │ ├── Error.php │ │ │ ├── Util │ │ │ └── Set.php │ │ │ ├── Coupon.php │ │ │ ├── Invoice.php │ │ │ ├── Plan.php │ │ │ └── InvoiceItem.php │ ├── paypal-chained-payments-docs │ │ ├── step1.jpg │ │ ├── step2.png │ │ ├── step3.png │ │ ├── step4.png │ │ ├── step5.jpg │ │ ├── application-example-1.png │ │ ├── application-example-2.png │ │ └── readme.html │ ├── paymill-files │ │ └── lib │ │ │ └── Services │ │ │ └── Paymill │ │ │ ├── Offers.php │ │ │ ├── Clients.php │ │ │ ├── Webhooks.php │ │ │ ├── Subscriptions.php │ │ │ ├── Exception.php │ │ │ ├── Apiclient │ │ │ └── Interface.php │ │ │ ├── Payments.php │ │ │ ├── Preauthorizations.php │ │ │ ├── Coupons.php │ │ │ └── Transactions.php │ └── mijireh │ │ ├── RestJSON.php │ │ └── Address.php │ └── constants.php ├── .gitignore ├── .gitmodules ├── tests ├── bootstrap.php └── test-mp-product.php ├── dev-README.md └── package.json /ui/css/frontend.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | 3 | -------------------------------------------------------------------------------- /ui/src/scss/themes/default/mp/products/_layout.scss: -------------------------------------------------------------------------------- 1 | //== Layout 2 | // -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ui/images/2co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/2co.png -------------------------------------------------------------------------------- /ui/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/help.png -------------------------------------------------------------------------------- /ui/images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/new.png -------------------------------------------------------------------------------- /ui/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/plus.gif -------------------------------------------------------------------------------- /ui/images/ups.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/ups.jpg -------------------------------------------------------------------------------- /ui/images/usps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/usps.png -------------------------------------------------------------------------------- /ui/images/cvv_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/cvv_2.jpg -------------------------------------------------------------------------------- /ui/images/fedex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/fedex.gif -------------------------------------------------------------------------------- /ui/images/ideal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/ideal.png -------------------------------------------------------------------------------- /ui/images/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/import.png -------------------------------------------------------------------------------- /ui/images/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/remove.png -------------------------------------------------------------------------------- /ui/images/2co_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/2co_logo.png -------------------------------------------------------------------------------- /ui/images/about-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/about-me.png -------------------------------------------------------------------------------- /ui/images/cc-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/cc-button.png -------------------------------------------------------------------------------- /ui/images/checkout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/checkout.png -------------------------------------------------------------------------------- /ui/images/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/contact.png -------------------------------------------------------------------------------- /ui/images/delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/delivery.png -------------------------------------------------------------------------------- /ui/images/discount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/discount.png -------------------------------------------------------------------------------- /ui/images/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/download.png -------------------------------------------------------------------------------- /ui/images/ewaylogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/ewaylogo.png -------------------------------------------------------------------------------- /ui/images/freelance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/freelance.png -------------------------------------------------------------------------------- /ui/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/loading.gif -------------------------------------------------------------------------------- /ui/images/messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/messages.png -------------------------------------------------------------------------------- /ui/images/my_work.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/my_work.png -------------------------------------------------------------------------------- /ui/images/need-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/need-help.png -------------------------------------------------------------------------------- /ui/images/new-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/new-small.png -------------------------------------------------------------------------------- /ui/images/service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/service.png -------------------------------------------------------------------------------- /ui/images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/settings.png -------------------------------------------------------------------------------- /ui/images/simplify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/simplify.png -------------------------------------------------------------------------------- /ui/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/select2/select2.png -------------------------------------------------------------------------------- /ui/images/2co_logo_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/2co_logo_64.png -------------------------------------------------------------------------------- /ui/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/ajax-loader.gif -------------------------------------------------------------------------------- /ui/images/card_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/card_array.png -------------------------------------------------------------------------------- /ui/images/credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/credit_card.png -------------------------------------------------------------------------------- /ui/images/cubepoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/cubepoints.png -------------------------------------------------------------------------------- /ui/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/select2/select2x2.png -------------------------------------------------------------------------------- /ui/images/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/chosen-sprite.png -------------------------------------------------------------------------------- /ui/images/credit-cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/credit-cards.png -------------------------------------------------------------------------------- /ui/images/credit_card_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/credit_card_64.png -------------------------------------------------------------------------------- /ui/images/delivery-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/delivery-small.png -------------------------------------------------------------------------------- /ui/images/manual-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/manual-payment.png -------------------------------------------------------------------------------- /ui/images/moneybookers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/moneybookers.gif -------------------------------------------------------------------------------- /ui/images/paypal-payflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/paypal-payflow.png -------------------------------------------------------------------------------- /ui/images/secure-payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/secure-payment.png -------------------------------------------------------------------------------- /ui/images/shopping-bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/shopping-bag.png -------------------------------------------------------------------------------- /ui/images/shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/shopping-cart.png -------------------------------------------------------------------------------- /ui/lightgallery/fonts/lg.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/lightgallery/fonts/lg.eot -------------------------------------------------------------------------------- /ui/lightgallery/fonts/lg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/lightgallery/fonts/lg.ttf -------------------------------------------------------------------------------- /ui/src/scss/front/libs/jeet/_jeet.scss: -------------------------------------------------------------------------------- 1 | @import '_settings'; 2 | @import '_functions'; 3 | @import '_grid'; 4 | -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules/ 2 | /src/css/_common.css 3 | tests/*.png 4 | tests/*.jar -------------------------------------------------------------------------------- /ui/images/chosen-sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/chosen-sprite@2x.png -------------------------------------------------------------------------------- /ui/images/default-product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/default-product.png -------------------------------------------------------------------------------- /ui/images/google_checkout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/google_checkout.gif -------------------------------------------------------------------------------- /ui/images/marketpress-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/marketpress-icon.png -------------------------------------------------------------------------------- /ui/lightgallery/fonts/lg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/lightgallery/fonts/lg.woff -------------------------------------------------------------------------------- /ui/select2/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/select2/select2-spinner.gif -------------------------------------------------------------------------------- /ui/colorpicker/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/Thumbs.db -------------------------------------------------------------------------------- /ui/colorpicker/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/blank.gif -------------------------------------------------------------------------------- /ui/colorpicker/images/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/select.png -------------------------------------------------------------------------------- /ui/colorpicker/images/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/select2.png -------------------------------------------------------------------------------- /ui/colorpicker/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/slider.png -------------------------------------------------------------------------------- /ui/images/credit-cards-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/credit-cards-small.png -------------------------------------------------------------------------------- /ui/images/empty-shopping-bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/empty-shopping-bag.png -------------------------------------------------------------------------------- /ui/images/empty-shopping-cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/empty-shopping-cart.png -------------------------------------------------------------------------------- /ui/images/moneybookers-button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/moneybookers-button.gif -------------------------------------------------------------------------------- /ui/lightgallery/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/lightgallery/img/loading.gif -------------------------------------------------------------------------------- /ui/lightslider/img/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/lightslider/img/controls.png -------------------------------------------------------------------------------- /ui/images/134x35_pinterest_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/134x35_pinterest_logo.png -------------------------------------------------------------------------------- /ui/images/secure-payment-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/images/secure-payment-small.png -------------------------------------------------------------------------------- /includes/admin/ui/images/mp-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/includes/admin/ui/images/mp-close.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_hex.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_hsb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_hsb_b.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_hsb_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_hsb_h.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_hsb_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_hsb_s.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_indic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_indic.gif -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_rgb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_rgb_b.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_rgb_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_rgb_g.png -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_rgb_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_rgb_r.png -------------------------------------------------------------------------------- /includes/admin/ui/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/includes/admin/ui/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /ui/colorpicker/images/custom_submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/ui/colorpicker/images/custom_submit.png -------------------------------------------------------------------------------- /ui/src/scss/admin/partials/_components.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | // Needs ID to override WP/MP defaults 7 | #mp-quick-setup-tabs {} -------------------------------------------------------------------------------- /includes/admin/ui/chosen/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/marketpress/master/includes/admin/ui/chosen/chosen-sprite.png -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/ApiError.php: -------------------------------------------------------------------------------- 1 | = 1.7.1" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ui/src/scss/front/modules/_functions.scss: -------------------------------------------------------------------------------- 1 | //== Functions 2 | // 3 | 4 | // Function for converting a px based font-size to rem. 5 | @function calculateRem($size) { 6 | $remSize: $size / 16px; 7 | //Default font size on html element is 100%, equivalent to 16px; 8 | @return #{$remSize}rem; 9 | } -------------------------------------------------------------------------------- /ui/src/scss/themes/default/mp/_base.scss: -------------------------------------------------------------------------------- 1 | //== Base 2 | // 3 | 4 | // Typo 5 | h1, 6 | h2, 7 | h3, 8 | h4 { 9 | &.mp_title { 10 | font-size: $font__size--h2; 11 | line-height: 1.5em; 12 | } 13 | &.mp_sub_title { 14 | font-size: $font__size--h4; 15 | line-height: 1.5em; 16 | } 17 | } -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/lib/fonts/log.htm: -------------------------------------------------------------------------------- 1 | 89 6144.00 KB 834.70 ms ON
-------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/file.skel: -------------------------------------------------------------------------------- 1 | 6 | * @author ... 7 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 8 | */ 9 | -------------------------------------------------------------------------------- /ui/src/scss/admin/partials/_forms.scss: -------------------------------------------------------------------------------- 1 | //== Forms 2 | // 3 | 4 | // Fields (checkboxes) 5 | .mp-quick-field { 6 | 7 | &-inline-block { 8 | display: inline-block; 9 | width: 100%; 10 | 11 | .wpmudev-field-label { 12 | display: inline-block; 13 | margin-right: $space--xs; 14 | } 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /ui/src/scss/front/mp/_shortcodes.scss: -------------------------------------------------------------------------------- 1 | //== Shortcodes 2 | // 3 | 4 | // Cart 5 | .mp_cart { 6 | 7 | // Widget 8 | &_widget { 9 | 10 | 11 | .mp_mini_cart { 12 | 13 | // Cart Item (individual) 14 | &_item { 15 | 16 | &-title { 17 | margin: 0; 18 | } 19 | } 20 | 21 | } 22 | 23 | 24 | } 25 | 26 | } -------------------------------------------------------------------------------- /includes/admin/ui/css/admin-product-variation.css: -------------------------------------------------------------------------------- 1 | .add-new-h2{ 2 | display: none; 3 | } 4 | 5 | #submitdiv .handlediv, 6 | #minor-publishing, 7 | #delete-action, 8 | #wpbody-content .wrap h2, 9 | a[href='post_type=mp_product_variation']{ 10 | display: none; 11 | } 12 | 13 | #poststuff #post-body.columns-2 #side-sortables{ 14 | margin-top: 26px; 15 | } -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Offers.php: -------------------------------------------------------------------------------- 1 | param = $param; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/src/css/textext.plugin.arrow.css: -------------------------------------------------------------------------------- 1 | .text-core .text-wrap .text-arrow { 2 | -webkit-box-sizing: border-box; 3 | -moz-box-sizing: border-box; 4 | box-sizing: border-box; 5 | position: absolute; 6 | top: 0; 7 | right: 0; 8 | width: 22px; 9 | height: 22px; 10 | background: url("arrow.png") 50% 50% no-repeat; 11 | cursor: pointer; 12 | z-index: 2; 13 | } 14 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/CardError.php: -------------------------------------------------------------------------------- 1 | param = $param; 9 | $this->code = $code; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/src/css/textext.plugin.focus.css: -------------------------------------------------------------------------------- 1 | .text-core .text-wrap .text-focus { 2 | -webkit-box-shadow: 0px 0px 6px #6d84b4; 3 | -moz-box-shadow: 0px 0px 6px #6d84b4; 4 | box-shadow: 0px 0px 6px #6d84b4; 5 | position: absolute; 6 | width: 100%; 7 | height: 100%; 8 | display: none; 9 | } 10 | .text-core .text-wrap .text-focus.text-show-focus { 11 | display: block; 12 | } 13 | -------------------------------------------------------------------------------- /ui/lightslider/js/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "node": true, 3 | "browser": true, 4 | "esnext": true, 5 | "bitwise": true, 6 | "camelcase": true, 7 | "curly": true, 8 | "eqeqeq": true, 9 | "immed": true, 10 | "indent": 4, 11 | "latedef": true, 12 | "newcap": true, 13 | "noarg": true, 14 | "quotmark": "single", 15 | "undef": true, 16 | "unused": true, 17 | "predef": ["jQuery"], 18 | "strict": true 19 | } 20 | 21 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Exception.php: -------------------------------------------------------------------------------- 1 | before_field(); 14 | ?> 15 | 16 | after_field(); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Apiclient/Interface.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Dummy positioner 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Null_Positioner extends Positioner { 16 | 17 | function __construct(Frame_Decorator $frame) { 18 | parent::__construct($frame); 19 | } 20 | 21 | function position() { return; } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/null_frame_reflower.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Dummy reflower 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Null_Frame_Reflower extends Frame_Reflower { 16 | 17 | function __construct(Frame $frame) { parent::__construct($frame); } 18 | 19 | function reflow(Block_Frame_Decorator $block = null) { return; } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /ui/src/scss/admin/modules/_functions.scss: -------------------------------------------------------------------------------- 1 | //== Functions 2 | // 3 | 4 | $browser-context: 16; 5 | 6 | // Function for converting a px based font-size to rem. 7 | @function calculateRem($size) { 8 | $remSize: $size / 16px; 9 | //Default font size on html element is 100%, equivalent to 16px; 10 | @return #{$remSize}rem; 11 | } 12 | 13 | // Function for converting a px based value to em. 14 | @function em($size, $context: $browser-context) { 15 | @if (unitless($size)) { 16 | $size: $size * 1px; 17 | } 18 | 19 | @if (unitless($context)) { 20 | $context: $context * 1px; 21 | } 22 | 23 | @return $size / $context * 1em; 24 | } -------------------------------------------------------------------------------- /ui/src/scss/front/libs/jeet/_settings.scss: -------------------------------------------------------------------------------- 1 | /// All values are defaults and can therefore be easily overidden. 2 | 3 | /// Jeet's default gutter value as a percentage. 4 | /// @type Number 5 | $jeet-gutter: 3 !default; 6 | 7 | /// Jeet's variable for setting the calling order when using nested columns 8 | /// sizes, prioritizing the parent instead of the child. 9 | /// @type Bool 10 | $jeet-parent-first: false !default; 11 | 12 | /// Jeet's default layout direction. 13 | /// @type String 14 | $jeet-layout-direction: "LTR" !default; 15 | 16 | /// Jeet's default max-width value. 17 | /// @type Number|Unit 18 | $jeet-max-width: 1410px !default; 19 | -------------------------------------------------------------------------------- /ui/src/scss/front/marketpress.scss: -------------------------------------------------------------------------------- 1 | // Frameworks/Libraries/Vendor 2 | @import "libs/jeet/jeet"; 3 | 4 | // Modules 5 | @import "modules/_variables"; 6 | @import "modules/_functions"; 7 | @import "modules/_mixins"; 8 | @import "modules/_classes"; 9 | 10 | // Partials 11 | @import "partials/_forms"; 12 | @import "partials/_buttons"; 13 | @import "partials/_tooltips"; 14 | @import "partials/_components"; 15 | 16 | // MarketPress 17 | @import "mp/_layout"; 18 | @import "mp/_base"; 19 | @import "mp/_products"; 20 | @import "mp/_cart"; 21 | @import "mp/_checkout"; 22 | @import "mp/_order-history"; 23 | @import "mp/_widgets"; 24 | @import "mp/_shortcodes"; -------------------------------------------------------------------------------- /tests/test-mp-product.php: -------------------------------------------------------------------------------- 1 | factory->post->create_and_get( array( 'post_type' => 'product' ) ); 7 | $variation = $this->factory->post->create_and_get( array( 'post_type' => MP_Product::get_variations_post_type(), 'post_parent' => $product->ID ) ); 8 | 9 | add_post_meta( $variation->ID, '_inventory', 'WPMUDEV_Field_Text' ); 10 | add_post_meta( $variation->ID, 'inventory', 1 ); 11 | 12 | $variation = new MP_Product( $variation ); 13 | $this->expectOutputString( '1' ); 14 | echo $variation->in_stock( 2 ); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/Event.php: -------------------------------------------------------------------------------- 1 | http_status = $http_status; 9 | $this->http_body = $http_body; 10 | $this->json_body = $json_body; 11 | } 12 | 13 | public function getHttpStatus() 14 | { 15 | return $this->http_status; 16 | } 17 | 18 | public function getHttpBody() 19 | { 20 | return $this->http_body; 21 | } 22 | 23 | public function getJsonBody() 24 | { 25 | return $this->json_body; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /ui/lightgallery/css/lg-fb-comment-box.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "AAGI,kCAAa;EACT,aAAa,EAAE,gBAAgB;AAEnC,kCAAa;EACT,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,IAAI;EAChB,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,CAAC;EACR,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,KAAK;EACZ,OAAO,EAAE,KAAK;EACd,UAAU,EAAE,6DAA6D;EACzE,mDAAmB;IACf,gBAAgB,EAAE,IAAI;IACtB,2EAAyB;MACrB,UAAU,EAAE,6DAA6D;AAIrF,iCAAY;EACR,KAAK,EAAE,KAAK;EACZ,KAAK,EAAE,IAAI;AAEf,0CAAqB;EACjB,KAAK,EAAE,KAAK;AAEhB,8BAAS;EACL,gBAAgB,EAAE,IAAI;EAElB,uDAAY;IACR,gBAAgB,EAAE,IAAI;AAIlC,kCAAa;EACT,UAAU,EAAE,kEAAkE;AAGlF,kCAAa;EACT,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM", 4 | "sources": ["../sass/lg-fb-comment-box.scss"], 5 | "names": [], 6 | "file": "lg-fb-comment-box.css" 7 | } 8 | -------------------------------------------------------------------------------- /ui/src/scss/admin/partials/_layout.scss: -------------------------------------------------------------------------------- 1 | //== Layout 2 | // 3 | 4 | // Content Grid 5 | .mp_content_col { 6 | display: block; 7 | margin-top: $space; 8 | width: 100%; 9 | 10 | &:first-child { 11 | margin-top: 0; 12 | } 13 | 14 | @include bp(large) { 15 | margin-top: 0; 16 | } 17 | 18 | // One Half 19 | &-one-half { 20 | @include bp(large) { 21 | @include j-column(.5, $gutter: 5); 22 | } 23 | } 24 | 25 | // One Third 26 | &-one-third { 27 | @include bp(large) { 28 | @include j-column(.3333, $gutter: 5); 29 | } 30 | } 31 | 32 | // Two Thirds 33 | &-two-thirds { 34 | @include bp(large) { 35 | @include j-column(.6666, $gutter: 5); 36 | } 37 | } 38 | 39 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { return "没有找到匹配项"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, 11 | formatLoadMore: function (pageNumber) { return "加载结果中…"; }, 12 | formatSearching: function () { return "搜索中…"; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dompdf/dompdf", 3 | "type": "library", 4 | "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", 5 | "homepage": "https://github.com/dompdf/dompdf", 6 | "license": "LGPL", 7 | "authors": [ 8 | { 9 | "name": "Fabien Ménager", 10 | "email": "fabien.menager@gmail.com" 11 | }, 12 | { 13 | "name": "Brian Sweeney", 14 | "email": "eclecticgeek@gmail.com" 15 | } 16 | ], 17 | "autoload": { 18 | "classmap": ["include/"] 19 | }, 20 | "require": { 21 | "phenx/php-font-lib": "0.2.*" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ui/src/scss/admin/components/_icons.scss: -------------------------------------------------------------------------------- 1 | //== Icons 2 | // 3 | 4 | .mp_icon { 5 | 6 | &-inline { 7 | display: inline-block; 8 | } 9 | 10 | &-stack { 11 | margin-bottom: $space; 12 | } 13 | 14 | &-big { 15 | font-size: 60px; 16 | height: 60px; 17 | line-height: 60px; 18 | width: 60px; 19 | } 20 | 21 | &-gray { 22 | color: $color--gray; 23 | } 24 | 25 | &-rounded { 26 | background-color: #76818b; 27 | border-radius: 4px; 28 | color: #52d289; 29 | height: 24px; 30 | margin-right: $space--xs; 31 | padding: 3px; 32 | width: 24px; 33 | 34 | &:before { 35 | font-size: 18px; 36 | height: 18px; 37 | line-height: 18px; 38 | width: 18px; 39 | } 40 | } 41 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_zh-TW.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Traditional Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { return "沒有找到相符的項目"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, 10 | formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, 11 | formatLoadMore: function (pageNumber) { return "載入中…"; }, 12 | formatSearching: function () { return "搜尋中…"; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/js/tinymce.code.min.js: -------------------------------------------------------------------------------- 1 | tinymce.PluginManager.add("code",function(e){function o(){e.windowManager.open({title:"Source code",body:{type:"textbox",name:"code",multiline:!0,minWidth:e.getParam("code_dialog_width",600),minHeight:e.getParam("code_dialog_height",Math.min(tinymce.DOM.getViewPort().h-200,500)),value:e.getContent({source_view:!0}),spellcheck:!1,style:"direction: ltr; text-align: left"},onSubmit:function(o){e.focus(),e.undoManager.transact(function(){e.setContent(o.data.code)}),e.selection.setCursorLocation(),e.nodeChanged()}})}e.addCommand("mceCodeEditor",o),e.addButton("code",{icon:"code",tooltip:"Source code",onclick:o}),e.addMenuItem("code",{icon:"code",text:"Source code",context:"tools",onclick:o})}); -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { return "没有找到匹配项"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, 11 | formatLoadMore: function (pageNumber) { return "加载结果中…"; }, 12 | formatSearching: function () { return "搜索中…"; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Japanese translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "該当なし"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "後" + n + "文字入れてください"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; }, 11 | formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; }, 12 | formatLoadMore: function (pageNumber) { return "読込中・・・"; }, 13 | formatSearching: function () { return "検索中・・・"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/dompdf_exception.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Standard exception thrown by DOMPDF classes 11 | * 12 | * @package dompdf 13 | */ 14 | class DOMPDF_Exception extends Exception { 15 | 16 | /** 17 | * Class constructor 18 | * 19 | * @param string $message Error message 20 | * @param int $code Error code 21 | */ 22 | function __construct($message = null, $code = 0) { 23 | parent::__construct($message, $code); 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /ui/src/scss/front/mp/_layout.scss: -------------------------------------------------------------------------------- 1 | //== Layout 2 | // 3 | 4 | // Content Grid 5 | .mp_content { 6 | 7 | // Cols 8 | &_col { 9 | display: block; 10 | margin-top: $space; 11 | width: 100%; 12 | 13 | &:first-child { 14 | margin-top: 0; 15 | } 16 | 17 | @include bp(desktop) { 18 | margin-top: 0; 19 | } 20 | 21 | // One Half 22 | &-one-half { 23 | @include bp(desktop) { 24 | @include j-column(1/2); 25 | } 26 | } 27 | 28 | // One Third 29 | &-one-third { 30 | @include bp(desktop) { 31 | @include j-column(1/3); 32 | } 33 | } 34 | 35 | // Two Thirds 36 | &-two-thirds { 37 | @include bp(desktop) { 38 | @include j-column(2/3); 39 | } 40 | } 41 | 42 | } 43 | 44 | } -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/dompdf_image_exception.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Image exception thrown by DOMPDF 11 | * 12 | * @package dompdf 13 | */ 14 | class DOMPDF_Image_Exception extends DOMPDF_Exception { 15 | 16 | /** 17 | * Class constructor 18 | * 19 | * @param string $message Error message 20 | * @param int $code Error code 21 | */ 22 | function __construct($message = null, $code = 0) { 23 | parent::__construct($message, $code); 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_zh-TW.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Traditional Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { return "沒有找到相符的項目"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, 10 | formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, 11 | formatLoadMore: function (pageNumber) { return "載入中…"; }, 12 | formatSearching: function () { return "搜尋中…"; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/Util/Set.php: -------------------------------------------------------------------------------- 1 | _elts = array(); 10 | foreach ($members as $item) 11 | $this->_elts[$item] = true; 12 | } 13 | 14 | public function includes($elt) 15 | { 16 | return isset($this->_elts[$elt]); 17 | } 18 | 19 | public function add($elt) 20 | { 21 | $this->_elts[$elt] = true; 22 | } 23 | 24 | public function discard($elt) 25 | { 26 | unset($this->_elts[$elt]); 27 | } 28 | 29 | // TODO: make Set support foreach 30 | public function toArray() 31 | { 32 | return array_keys($this->_elts); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /dev-README.md: -------------------------------------------------------------------------------- 1 | # MarketPress eCommerce 2 | 3 | All development for MarketPress should be done in the `development` branch. Please fork and submit pull-requests to the `development` branch only! 4 | 5 | ## Start development 6 | 7 | 1. Install node, `nvm` can be used to switch between node versions. 8 | 2. In marketpress folder run `npm install` to install all needed packages in the `node_modules` folder. 9 | 3. Execute `npm run watch` to start watching changes to CSS and JS files. 10 | 11 | ## Npm run options 12 | `npm run watch` - Watch for CSS and JS changes 13 | 14 | `npm run release` - Prepare CSS, JS and POT files for release 15 | 16 | `npm run build` - Build packages for both Pro and Free versions (zip files can be found in `build` directory) 17 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Payments.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Dummy decorator 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Null_Frame_Decorator extends Frame_Decorator { 16 | 17 | function __construct(Frame $frame, DOMPDF $dompdf) { 18 | parent::__construct($frame, $dompdf); 19 | $style = $this->_frame->get_style(); 20 | $style->width = 0; 21 | $style->height = 0; 22 | $style->margin = 0; 23 | $style->padding = 0; 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /ui/src/scss/admin/modules/_variables.scss: -------------------------------------------------------------------------------- 1 | //== Variables 2 | // 3 | 4 | // Colors 5 | $color: #5a6773; 6 | $color--light: #a4acb4; 7 | $color--dark: #23282d; 8 | $color--gray: #cbcbcb; 9 | //$color--dark-gray: #cbcdcf; 10 | $color--light-gray: #e4e7e9; 11 | $color--error: #c0392b; 12 | $color--success: #27AE60; 13 | 14 | //== Spaces (margins, paddings) 15 | // 16 | $space: 20px; 17 | $space--l: 40px; 18 | $space--m: 15px; 19 | $space--s: 10px; 20 | $space--xs: 5px; 21 | 22 | // Typography 23 | //$font__size: 12px; 24 | //$font__size--l: 13px; 25 | //$font__size--xl: 16px; 26 | $font__size: 14px; 27 | $font__size--l: 16px; 28 | $font__size--xl: 22px; 29 | 30 | //== Breakpoints 31 | // 32 | 33 | // Default Values 34 | $small: 600px; 35 | $medium: 784px; 36 | $large: 960px; -------------------------------------------------------------------------------- /ui/colorpicker/js/eye.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Zoomimage 4 | * Author: Stefan Petre www.eyecon.ro 5 | * 6 | */ 7 | (function($){ 8 | var EYE = window.EYE = function() { 9 | var _registered = { 10 | init: [] 11 | }; 12 | return { 13 | init: function() { 14 | $.each(_registered.init, function(nr, fn){ 15 | fn.call(); 16 | }); 17 | }, 18 | extend: function(prop) { 19 | for (var i in prop) { 20 | if (prop[i] != undefined) { 21 | this[i] = prop[i]; 22 | } 23 | } 24 | }, 25 | register: function(fn, type) { 26 | if (!_registered[type]) { 27 | _registered[type] = []; 28 | } 29 | _registered[type].push(fn); 30 | } 31 | }; 32 | }(); 33 | $(EYE.init); 34 | })(jQuery); 35 | -------------------------------------------------------------------------------- /ui/lightgallery/sass/lg-fonts.scss: -------------------------------------------------------------------------------- 1 | // font icons support 2 | @font-face { 3 | font-family: 'lg'; 4 | src: url("../fonts/lg.eot?n1z373"); 5 | src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg"); 6 | font-weight: normal; 7 | font-style: normal; 8 | } 9 | 10 | 11 | .lg-icon { 12 | font-family: 'lg'; 13 | speak: none; 14 | font-style: normal; 15 | font-weight: normal; 16 | font-variant: normal; 17 | text-transform: none; 18 | line-height: 1; 19 | /* Better Font Rendering =========== */ 20 | -webkit-font-smoothing: antialiased; 21 | -moz-osx-font-smoothing: grayscale; 22 | } -------------------------------------------------------------------------------- /ui/src/scss/themes/default.scss: -------------------------------------------------------------------------------- 1 | /* MarketPress Style: Default */ 2 | 3 | // Frameworks/Libraries/Vendor 4 | @import "../front/libs/jeet/jeet"; 5 | 6 | // Load theme global styles/helpers 7 | @import "global/_global-variables"; 8 | @import "global/_mixins"; 9 | 10 | // Modules 11 | @import "default/modules/_variables"; 12 | 13 | // Partials 14 | @import "default/partials/_forms"; 15 | @import "default/partials/_buttons"; 16 | @import "default/partials/_tooltips"; 17 | @import "default/partials/_components"; 18 | 19 | // MarketPress 20 | @import "default/mp/_base"; 21 | @import "default/mp/_products"; 22 | @import "default/mp/_cart"; 23 | @import "default/mp/_checkout"; 24 | @import "default/mp/_order-history"; 25 | @import "default/mp/_widgets"; 26 | @import "default/mp/_shortcodes"; -------------------------------------------------------------------------------- /ui/select2/select2_locale_ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Korean translation. 3 | * 4 | * @author Swen Mun 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "결과 없음"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "너무 짧습니다. "+n+"글자 더 입력해주세요."; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+n+"글자 지워주세요."; }, 13 | formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, 14 | formatLoadMore: function (pageNumber) { return "불러오는 중…"; }, 15 | formatSearching: function () { return "검색 중…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/colorpicker/js/eye.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Zoomimage 4 | * Author: Stefan Petre www.eyecon.ro 5 | * 6 | */ 7 | (function($){ 8 | var EYE = window.EYE = function() { 9 | var _registered = { 10 | init: [] 11 | }; 12 | return { 13 | init: function() { 14 | $.each(_registered.init, function(nr, fn){ 15 | fn.call(); 16 | }); 17 | }, 18 | extend: function(prop) { 19 | for (var i in prop) { 20 | if (prop[i] != undefined) { 21 | this[i] = prop[i]; 22 | } 23 | } 24 | }, 25 | register: function(fn, type) { 26 | if (!_registered[type]) { 27 | _registered[type] = []; 28 | } 29 | _registered[type].push(fn); 30 | } 31 | }; 32 | }(); 33 | $(EYE.init); 34 | })(jQuery); 35 | -------------------------------------------------------------------------------- /ui/src/scss/front/modules/_variables.scss: -------------------------------------------------------------------------------- 1 | // Variables 2 | 3 | // Colors 4 | $color: #333; 5 | $color--light: #fff; 6 | $color--dark: #666; 7 | $color--gray: #ddd; 8 | $color--light-gray: #eee; 9 | $color--error: #c0392b; 10 | $color--success: #27AE60; 11 | $color--warning: #E67E22; 12 | $color--info: #2980b9; 13 | 14 | //== Spaces (margins, paddings) 15 | // 16 | $space: 30px; 17 | $space--xl: 60px; 18 | $space--l: 45px; 19 | $space--m: 15px; 20 | $space--s: 10px; 21 | $space--xs: 5px; 22 | 23 | //== Breakpoints 24 | // 25 | 26 | // Default Values 27 | $phone: 480px; 28 | $tablet: 768px; 29 | $desktop: 992px; 30 | $large-desktop: 1200px; 31 | 32 | // To be used with MQ min-width and max-width 33 | $phone--max: ($tablet - 1); 34 | $tablet--max: ($desktop - 1); 35 | $desktop--max: ($large-desktop - 1); -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Preauthorizations.php: -------------------------------------------------------------------------------- 1 | =1.7.1" 12 | }, 13 | "extra": { 14 | "component": { 15 | "scripts": [ 16 | "select2.js" 17 | ], 18 | "files": [ 19 | "select2.js", 20 | "select2_locale_*.js", 21 | "select2.css", 22 | "select2-bootstrap.css", 23 | "select2-spinner.gif", 24 | "select2.png", 25 | "select2x2.png" 26 | ] 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hungarian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nincs találat."; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Túl rövid. Még " + n + " karakter hiányzik."; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " karakterrel több, mint kellene."; }, 11 | formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, 12 | formatLoadMore: function (pageNumber) { return "Töltés…"; }, 13 | formatSearching: function () { return "Keresés…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Korean translation. 3 | * 4 | * @author Swen Mun 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "결과 없음"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "너무 짧습니다. "+n+"글자 더 입력해주세요."; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+n+"글자 지워주세요."; }, 13 | formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, 14 | formatLoadMore: function (pageNumber) { return "불러오는 중…"; }, 15 | formatSearching: function () { return "검색 중…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/addons/mp-coupons/ui/less/mp-coupons.less: -------------------------------------------------------------------------------- 1 | input[name^="mp_cart_coupon"] { 2 | font-weight: 700; 3 | text-transform: uppercase; 4 | } 5 | 6 | #mp-cart .mp-coupon-form { 7 | border-bottom: 2px solid #eaeaea; 8 | border-top: 2px solid #eaeaea; 9 | padding-bottom: 25px; 10 | margin-bottom: 25px; 11 | 12 | p { 13 | margin: 20px 0 0; 14 | padding: 0; 15 | } 16 | 17 | &.mp-coupon-form-store { 18 | border-top: 0; 19 | border-bottom: 0; 20 | } 21 | } 22 | 23 | #mp-cart-meta-line-coupons { 24 | .mp-cart-meta-line-amount { 25 | color: #e6402a; 26 | } 27 | } 28 | 29 | #mp-cart-meta-line-coupons-list { 30 | color: #666; 31 | font-size: .8em; 32 | list-style: none; 33 | margin: 0; 34 | padding: 0 0 0 20px; 35 | 36 | * { 37 | list-style: none; 38 | margin: 0; 39 | padding: 0; 40 | } 41 | } -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/src/css/textext.core.css: -------------------------------------------------------------------------------- 1 | .text-core { 2 | position: relative; 3 | } 4 | .text-core .text-wrap { 5 | background: #fff; 6 | position: absolute; 7 | } 8 | .text-core .text-wrap textarea, 9 | .text-core .text-wrap input { 10 | -webkit-box-sizing: border-box; 11 | -moz-box-sizing: border-box; 12 | box-sizing: border-box; 13 | -webkit-border-radius: 0px; 14 | -moz-border-radius: 0px; 15 | border-radius: 0px; 16 | border: 1px solid #9daccc; 17 | outline: none; 18 | resize: none; 19 | position: absolute; 20 | z-index: 1; 21 | background: none; 22 | overflow: hidden; 23 | margin: 0; 24 | padding: 3px 5px 4px 5px; 25 | white-space: nowrap; 26 | font: 11px "lucida grande", tahoma, verdana, arial, sans-serif; 27 | line-height: 13px; 28 | height: auto; 29 | } 30 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "marketpress", 3 | "private": true, 4 | "version": "3.3.0", 5 | "main": "marketpress.php", 6 | "author": "WPMU DEV", 7 | "license": "GPL-2.0", 8 | "devDependencies": { 9 | "autoprefixer": "^7.1.2", 10 | "grunt": "^1.0.1", 11 | "grunt-checktextdomain": "^1.0.1", 12 | "grunt-cli": "^1.2.0", 13 | "grunt-contrib-clean": "^1.1.0", 14 | "grunt-contrib-compress": "^1.4.3", 15 | "grunt-contrib-copy": "^1.0.0", 16 | "grunt-contrib-watch": "^1.0.0", 17 | "grunt-postcss": "^0.8.0", 18 | "grunt-sass": "^2.0.0", 19 | "grunt-wp-i18n": "^1.0.0", 20 | "load-grunt-tasks": "^3.5.0" 21 | }, 22 | "scripts": { 23 | "watch": "clear && grunt watch", 24 | "release": "clear && grunt release", 25 | "build": "clear && grunt build:main" 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hebrew translation. 3 | * 4 | * Author: Yakir Sitbon 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "לא נמצאו התאמות"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "נא להזין עוד " + n + " תווים נוספים"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, 13 | formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, 14 | formatLoadMore: function (pageNumber) { return "טוען תוצאות נוספות…"; }, 15 | formatSearching: function () { return "מחפש…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hungarian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nincs találat."; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Túl rövid. Még " + n + " karakter hiányzik."; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " karakterrel több, mint kellene."; }, 11 | formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, 12 | formatLoadMore: function (pageNumber) { return "Töltés…"; }, 13 | formatSearching: function () { return "Keresés…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/mijireh/RestJSON.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PayPal Chained Payments Application Example 7 | 8 | 9 | 10 | 11 |

Description For Copying:

12 |

It allows you to setup a shopping network, where individual users can signup for and run online stores. One of the payment gateways available uses chained payments to allow the network owner to collect a pre-defined known percentage of each sale as a fee from store owners.

13 | 14 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Turkish translation. 3 | * 4 | * Author: Salim KAYABAŞI 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Sonuç bulunamadı"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, 13 | formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, 14 | formatLoadMore: function (pageNumber) { return "Daha fazla…"; }, 15 | formatSearching: function () { return "Aranıyor…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hebrew translation. 3 | * 4 | * Author: Yakir Sitbon 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "לא נמצאו התאמות"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "נא להזין עוד " + n + " תווים נוספים"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + n + " תווים"; }, 13 | formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, 14 | formatLoadMore: function (pageNumber) { return "טוען תוצאות נוספות…"; }, 15 | formatSearching: function () { return "מחפש…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/src/scss/themes/default/mp/products/_single.scss: -------------------------------------------------------------------------------- 1 | //== Single 2 | // 3 | 4 | .mp_product { 5 | 6 | // Buy Form: Labels 7 | &_options_att_label { 8 | font-size: $font__size--l; 9 | } 10 | 11 | // Tabs 12 | &_tab_label { 13 | a { 14 | background: $color; 15 | color: $color--light; 16 | font-size: $font__size--l; 17 | opacity: 0.5; 18 | transition: opacity .4s; 19 | 20 | &:focus { 21 | outline: 0; 22 | } 23 | } 24 | 25 | &.current { 26 | a { 27 | opacity: 1; 28 | } 29 | } 30 | } 31 | &_tab_content { 32 | > p { 33 | font-size: $font__size; 34 | 35 | &:last-child { 36 | margin-bottom: 0; 37 | } 38 | } 39 | 40 | // Description/Text 41 | &_text { 42 | font-size: $font__size; 43 | 44 | p:last-child { 45 | margin-bottom: 0; 46 | } 47 | } 48 | } 49 | 50 | } -------------------------------------------------------------------------------- /includes/common/payment-gateways/paymill-files/lib/Services/Paymill/Coupons.php: -------------------------------------------------------------------------------- 1 | 1 ? "i" : "") + " í viðbót"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, 11 | formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, 12 | formatLoadMore: function (pageNumber) { return "Sæki fleiri niðurstöður…"; }, 13 | formatSearching: function () { return "Leita…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_th.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Thai translation. 3 | * 4 | * Author: Atsawin Chaowanakritsanakul 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "ไม่พบข้อมูล"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "โปรดพิมพ์เพิ่มอีก " + n + " ตัวอักษร"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + " ตัวอักษร"; }, 13 | formatSelectionTooBig: function (limit) { return "คุณสามารถเลือกได้ไม่เกิน " + limit + " รายการ"; }, 14 | formatLoadMore: function (pageNumber) { return "กำลังค้นข้อมูลเพิ่ม…"; }, 15 | formatSearching: function () { return "กำลังค้นข้อมูล…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ms.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Malay translation. 3 | * 4 | * Author: Kepoweran 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tiada padanan yang ditemui"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sila masukkan " + n + " aksara lagi"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + n + " aksara"; }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, 14 | formatLoadMore: function (pageNumber) { return "Sedang memuatkan keputusan…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Dutch translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Geen resultaten gevonden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " meer in"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, 11 | formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, 12 | formatLoadMore: function (pageNumber) { return "Meer resultaten laden…"; }, 13 | formatSearching: function () { return "Zoeken…"; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /ui/lightgallery/sass/lg-autoplay.scss: -------------------------------------------------------------------------------- 1 | .lg-progress-bar { 2 | background-color: $lg-progress-bar-bg; 3 | height: $lg-progress-bar-height; 4 | left: 0; 5 | position: absolute; 6 | top: 0; 7 | width: 100%; 8 | z-index: $zindex-progressbar; 9 | opacity: 0; 10 | @include transitionCustom(opacity 0.08s ease 0s); 11 | 12 | .lg-progress { 13 | background-color: $lg-progress-bar-active-bg; 14 | height: $lg-progress-bar-height; 15 | width: 0; 16 | } 17 | 18 | &.lg-start { 19 | .lg-progress { 20 | width: 100%; 21 | } 22 | } 23 | 24 | .lg-show-autoplay & { 25 | opacity: 1; 26 | } 27 | } 28 | 29 | .lg-autoplay-button { 30 | &:after { 31 | .lg-show-autoplay & { 32 | content: "\e01a"; 33 | } 34 | content: "\e01d"; 35 | } 36 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Swedish translation. 3 | * 4 | * Author: Jens Rantil 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Inga träffar"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Var god skriv in " + n + (n>1 ? " till tecken" : " tecken till"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, 14 | formatLoadMore: function (pageNumber) { return "Laddar fler resultat…"; }, 15 | formatSearching: function () { return "Söker…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ka.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Georgian (Kartuli) translation. 3 | * 4 | * Author: Dimitri Kurashvili dimakura@gmail.com 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "ვერ მოიძებნა"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "გთხოვთ შეიყვანოთ კიდევ " + n + " სიმბოლო"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " + n + " სიმბოლო"; }, 13 | formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, 14 | formatLoadMore: function (pageNumber) { return "შედეგის ჩატვირთვა…"; }, 15 | formatSearching: function () { return "ძებნა…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Turkish translation. 3 | * 4 | * Author: Salim KAYABAŞI 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Sonuç bulunamadı"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, 13 | formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, 14 | formatLoadMore: function (pageNumber) { return "Daha fazla…"; }, 15 | formatSearching: function () { return "Aranıyor…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Danish translation. 3 | * 4 | * Author: Anders Jenbo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ingen resultater fundet"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Angiv venligst " + n + " tegn mere"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, 14 | formatLoadMore: function (pageNumber) { return "Indlæser flere resultater…"; }, 15 | formatSearching: function () { return "Søger…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Italian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nessuna corrispondenza trovata"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, 11 | formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, 12 | formatLoadMore: function (pageNumber) { return "Caricamento in corso…"; }, 13 | formatSearching: function () { return "Ricerca…"; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_is.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Icelandic translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Ekkert fannst"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vinsamlegast skrifið " + n + " staf" + (n > 1 ? "i" : "") + " í viðbót"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast styttið texta um " + n + " staf" + (n > 1 ? "i" : ""); }, 11 | formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, 12 | formatLoadMore: function (pageNumber) { return "Sæki fleiri niðurstöður…"; }, 13 | formatSearching: function () { return "Leita…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_th.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Thai translation. 3 | * 4 | * Author: Atsawin Chaowanakritsanakul 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "ไม่พบข้อมูล"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "โปรดพิมพ์เพิ่มอีก " + n + " ตัวอักษร"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + " ตัวอักษร"; }, 13 | formatSelectionTooBig: function (limit) { return "คุณสามารถเลือกได้ไม่เกิน " + limit + " รายการ"; }, 14 | formatLoadMore: function (pageNumber) { return "กำลังค้นข้อมูลเพิ่ม…"; }, 15 | formatSearching: function () { return "กำลังค้นข้อมูล…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Norwegian translation. 3 | * 4 | * Author: Torgeir Veimo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ingen treff"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vennligst skriv inn " + n + (n>1 ? " flere tegn" : " tegn til"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " + n + " tegn"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, 14 | formatLoadMore: function (pageNumber) { return "Laster flere resultater…"; }, 15 | formatSearching: function () { return "Søker…"; } 16 | }); 17 | })(jQuery); 18 | 19 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_pt-BR.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Brazilian Portuguese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Digite mais " + n + " caracter" + (n == 1? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Carregando mais resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_ms.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Malay translation. 3 | * 4 | * Author: Kepoweran 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tiada padanan yang ditemui"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sila masukkan " + n + " aksara lagi"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + n + " aksara"; }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, 14 | formatLoadMore: function (pageNumber) { return "Sedang memuatkan keputusan…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Dutch translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Geen resultaten gevonden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " meer in"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, 11 | formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, 12 | formatLoadMore: function (pageNumber) { return "Meer resultaten laden…"; }, 13 | formatSearching: function () { return "Zoeken…"; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_ka.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Georgian (Kartuli) translation. 3 | * 4 | * Author: Dimitri Kurashvili dimakura@gmail.com 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "ვერ მოიძებნა"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "გთხოვთ შეიყვანოთ კიდევ " + n + " სიმბოლო"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " + n + " სიმბოლო"; }, 13 | formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, 14 | formatLoadMore: function (pageNumber) { return "შედეგის ჩატვირთვა…"; }, 15 | formatSearching: function () { return "ძებნა…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Swedish translation. 3 | * 4 | * Author: Jens Rantil 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Inga träffar"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Var god skriv in " + n + (n>1 ? " till tecken" : " tecken till"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, 14 | formatLoadMore: function (pageNumber) { return "Laddar fler resultat…"; }, 15 | formatSearching: function () { return "Söker…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Spanish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "No se encontraron resultados"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_pt-PT.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Portuguese (Portugal) translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "A carregar mais resultados…"; }, 13 | formatSearching: function () { return "A pesquisar…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Danish translation. 3 | * 4 | * Author: Anders Jenbo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ingen resultater fundet"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Angiv venligst " + n + " tegn mere"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " + n + " tegn mindre"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, 14 | formatLoadMore: function (pageNumber) { return "Indlæser flere resultater…"; }, 15 | formatSearching: function () { return "Søger…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Italian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nessuna corrispondenza trovata"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, 11 | formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, 12 | formatLoadMore: function (pageNumber) { return "Caricamento in corso…"; }, 13 | formatSearching: function () { return "Ricerca…"; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /ui/select2/select2_locale_ro.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Romanian translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nu a fost găsit nimic"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, 11 | formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, 12 | formatLoadMore: function (pageNumber) { return "Se încarcă…"; }, 13 | formatSearching: function () { return "Căutare…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Norwegian translation. 3 | * 4 | * Author: Torgeir Veimo 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ingen treff"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vennligst skriv inn " + n + (n>1 ? " flere tegn" : " tegn til"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " + n + " tegn"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, 14 | formatLoadMore: function (pageNumber) { return "Laster flere resultater…"; }, 15 | formatSearching: function () { return "Søker…"; } 16 | }); 17 | })(jQuery); 18 | 19 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/table_cell_positioner.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Positions table cells 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Table_Cell_Positioner extends Positioner { 16 | 17 | function __construct(Frame_Decorator $frame) { parent::__construct($frame); } 18 | 19 | //........................................................................ 20 | 21 | function position() { 22 | 23 | $table = Table_Frame_Decorator::find_parent_table($this->_frame); 24 | $cellmap = $table->get_cellmap(); 25 | $this->_frame->set_position($cellmap->get_frame_position($this->_frame)); 26 | 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_pt-BR.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Brazilian Portuguese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Digite mais " + n + " caracter" + (n == 1? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Carregando mais resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_et.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Estonian translation. 3 | * 4 | * Author: Kuldar Kalvik 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tulemused puuduvad"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sisesta " + n + " täht" + (n == 1 ? "" : "e") + " rohkem"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, 13 | formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, 14 | formatLoadMore: function (pageNumber) { return "Laen tulemusi.."; }, 15 | formatSearching: function () { return "Otsin.."; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_id.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Indonesian translation. 3 | * 4 | * Author: Ibrahim Yusuf 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tidak ada data yang sesuai"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Masukkan " + n + " huruf lagi" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " huruf" + (n == 1 ? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Mengambil data…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Spanish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "No se encontraron resultados"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor, introduzca " + n + " car" + (n == 1? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor, elimine " + n + " car" + (n == 1? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Cargando más resultados…"; }, 13 | formatSearching: function () { return "Buscando…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_pt-PT.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Portuguese (Portugal) translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "A carregar mais resultados…"; }, 13 | formatSearching: function () { return "A pesquisar…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_ro.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Romanian translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Nu a fost găsit nimic"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, 11 | formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, 12 | formatLoadMore: function (pageNumber) { return "Se încarcă…"; }, 13 | formatSearching: function () { return "Căutare…"; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_et.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Estonian translation. 3 | * 4 | * Author: Kuldar Kalvik 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tulemused puuduvad"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Sisesta " + n + " täht" + (n == 1 ? "" : "e") + " rohkem"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " täht" + (n == 1? "" : "e") + " vähem"; }, 13 | formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, 14 | formatLoadMore: function (pageNumber) { return "Laen tulemusi.."; }, 15 | formatSearching: function () { return "Otsin.."; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_id.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Indonesian translation. 3 | * 4 | * Author: Ibrahim Yusuf 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Tidak ada data yang sesuai"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Masukkan " + n + " huruf lagi" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " huruf" + (n == 1 ? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Mengambil data…"; }, 15 | formatSearching: function () { return "Mencari…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_vi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Vietnamese translation. 3 | * 4 | * Author: Long Nguyen 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Không tìm thấy kết quả"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; }, 15 | formatSearching: function () { return "Đang tìm…"; } 16 | }); 17 | })(jQuery); 18 | 19 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_mk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Macedonian translation. 3 | * 4 | * Author: Marko Aleksic 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Нема пронајдено совпаѓања"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ве молиме внесете уште " + n + " карактер" + (n == 1 ? "" : "и"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете " + n + " помалку карактер" + (n == 1? "" : "и"); }, 13 | formatSelectionTooBig: function (limit) { return "Можете да изберете само " + limit + " ставк" + (limit == 1 ? "а" : "и"); }, 14 | formatLoadMore: function (pageNumber) { return "Вчитување резултати…"; }, 15 | formatSearching: function () { return "Пребарување…"; } 16 | }); 17 | })(jQuery); -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/javascript_embedder.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Embeds Javascript into the PDF document 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Javascript_Embedder { 16 | 17 | /** 18 | * @var DOMPDF 19 | */ 20 | protected $_dompdf; 21 | 22 | function __construct(DOMPDF $dompdf) { 23 | $this->_dompdf = $dompdf; 24 | } 25 | 26 | function insert($script) { 27 | $this->_dompdf->get_canvas()->javascript($script); 28 | } 29 | 30 | function render(Frame $frame) { 31 | if ( !$this->_dompdf->get_option("enable_javascript") ) { 32 | return; 33 | } 34 | 35 | $this->insert($frame->get_node()->nodeValue); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_vi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Vietnamese translation. 3 | * 4 | * Author: Long Nguyen 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Không tìm thấy kết quả"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, 13 | formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; }, 15 | formatSearching: function () { return "Đang tìm…"; } 16 | }); 17 | })(jQuery); 18 | 19 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Catalan translation. 3 | * 4 | * Author: David Planella 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "No s'ha trobat cap coincidència"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduïu " + n + " caràcter" + (n == 1 ? "" : "s") + " més"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, 13 | formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "S'estan carregant més resultats…"; }, 15 | formatSearching: function () { return "S'està cercant…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/src/scss/admin/partials/_base.scss: -------------------------------------------------------------------------------- 1 | //== Base 2 | // 3 | 4 | // Links 5 | a { 6 | &:focus, 7 | &:hover { 8 | box-shadow: none; 9 | outline: none; 10 | } 11 | 12 | // Links 13 | &.mp_link { 14 | transition: color .4s ease-in-out; 15 | 16 | // Skip Step 17 | &-skip-step { 18 | color: $color--light; 19 | display: inline-block; 20 | @include fontSize($font__size); 21 | line-height: em(20px, $font__size); 22 | text-decoration: none; 23 | 24 | &:hover, 25 | &:focus { 26 | color: $color--dark; 27 | } 28 | } 29 | 30 | } 31 | } 32 | 33 | // Content 34 | .mp_content { 35 | @include j-cf(); 36 | } 37 | 38 | // Callout 39 | .mp_callout { 40 | @include j-cf(); 41 | margin-top: 50px; 42 | 43 | @include bp(large) { 44 | margin-top: 100px; 45 | } 46 | } 47 | 48 | // Skip Step 49 | .mp_skip_step { 50 | margin-top: $space--l; 51 | } 52 | 53 | // Images 54 | .mp_image { 55 | height: auto; 56 | max-width: 100%; 57 | } -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_mk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Macedonian translation. 3 | * 4 | * Author: Marko Aleksic 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Нема пронајдено совпаѓања"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ве молиме внесете уште " + n + " карактер" + (n == 1 ? "" : "и"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете " + n + " помалку карактер" + (n == 1? "" : "и"); }, 13 | formatSelectionTooBig: function (limit) { return "Можете да изберете само " + limit + " ставк" + (limit == 1 ? "а" : "и"); }, 14 | formatLoadMore: function (pageNumber) { return "Вчитување резултати…"; }, 15 | formatSearching: function () { return "Пребарување…"; } 16 | }); 17 | })(jQuery); -------------------------------------------------------------------------------- /ui/select2/select2_locale_el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Greek translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Δεν βρέθηκαν αποτελέσματα"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Παρακαλούμε εισάγετε " + n + " περισσότερο" + (n > 1 ? "υς" : "") + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 13 | formatSelectionTooBig: function (limit) { return "Μπορείτε να επιλέξετε μόνο " + limit + " αντικείμεν" + (limit > 1 ? "α" : "ο"); }, 14 | formatLoadMore: function (pageNumber) { return "Φόρτωση περισσότερων…"; }, 15 | formatSearching: function () { return "Αναζήτηση…"; } 16 | }); 17 | })(jQuery); -------------------------------------------------------------------------------- /ui/select2/select2_locale_bg.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Bulgarian translation. 3 | * 4 | * @author Lubomir Vikev 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Няма намерени съвпадения"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Моля въведете още " + n + " символ" + (n > 1 ? "а" : ""); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, 14 | formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, 15 | formatLoadMore: function (pageNumber) { return "Зареждат се още…"; }, 16 | formatSearching: function () { return "Търсене…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/Coupon.php: -------------------------------------------------------------------------------- 1 | 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "No s'ha trobat cap coincidència"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduïu " + n + " caràcter" + (n == 1 ? "" : "s") + " més"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + " caràcter" + (n == 1? "" : "s") + "menys"; }, 13 | formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, 14 | formatLoadMore: function (pageNumber) { return "S'estan carregant més resultats…"; }, 15 | formatSearching: function () { return "S'està cercant…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_az.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Azerbaijani translation. 3 | * 4 | * Author: Farhad Safarov 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; }, 11 | formatNoMatches: function () { return "Nəticə tapılmadı"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; }, 14 | formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; }, 15 | formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; }, 16 | formatSearching: function () { return "Axtarılır…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/table_row_positioner.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Positions table rows 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class Table_Row_Positioner extends Positioner { 16 | 17 | function __construct(Frame_Decorator $frame) { parent::__construct($frame); } 18 | 19 | //........................................................................ 20 | 21 | function position() { 22 | 23 | $cb = $this->_frame->get_containing_block(); 24 | $p = $this->_frame->get_prev_sibling(); 25 | 26 | if ( $p ) 27 | $y = $p->get_position("y") + $p->get_margin_height(); 28 | 29 | else 30 | $y = $cb["y"]; 31 | 32 | $this->_frame->set_position($cb["x"], $y); 33 | 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_fi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Finnish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { 8 | return "Ei tuloksia"; 9 | }, 10 | formatInputTooShort: function (input, min) { 11 | var n = min - input.length; 12 | return "Ole hyvä ja anna " + n + " merkkiä lisää"; 13 | }, 14 | formatInputTooLong: function (input, max) { 15 | var n = input.length - max; 16 | return "Ole hyvä ja anna " + n + " merkkiä vähemmän"; 17 | }, 18 | formatSelectionTooBig: function (limit) { 19 | return "Voit valita ainoastaan " + limit + " kpl"; 20 | }, 21 | formatLoadMore: function (pageNumber) { 22 | return "Ladataan lisää tuloksia…"; 23 | }, 24 | formatSearching: function () { 25 | return "Etsitään…"; 26 | } 27 | }); 28 | })(jQuery); 29 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/fields/class-wpmudev-field-text.php: -------------------------------------------------------------------------------- 1 | args = array_replace_recursive(array( 18 | 'before_field' => '', 19 | 'after_field' => '', 20 | ), $args); 21 | } 22 | 23 | /** 24 | * Displays the field 25 | * 26 | * @since 1.0 27 | * @access public 28 | * @param int $post_id 29 | */ 30 | public function display( $post_id ) { 31 | $this->before_field(); 32 | ?> 33 | parse_atts(); ?> value="get_value($post_id); ?>" /> 34 | after_field(); 36 | } 37 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Latvian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Sakritību nav"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Lūdzu ievadiet vēl " + n + " simbol" + (n == 11 ? "us" : n%10 == 1 ? "u" : "us"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, 13 | formatSelectionTooBig: function (limit) { return "Jūs varat izvēlēties ne vairāk kā " + limit + " element" + (limit == 11 ? "us" : limit%10 == 1 ? "u" : "us"); }, 14 | formatLoadMore: function (pageNumber) { return "Datu ielāde…"; }, 15 | formatSearching: function () { return "Meklēšana…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/Invoice.php: -------------------------------------------------------------------------------- 1 | request('get', $url, $params); 28 | return Stripe_Util::convertToStripeObject($response, $apiKey); 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_bg.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Bulgarian translation. 3 | * 4 | * @author Lubomir Vikev 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Няма намерени съвпадения"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Моля въведете още " + n + " символ" + (n > 1 ? "а" : ""); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " + n + " по-малко символ" + (n > 1 ? "а" : ""); }, 14 | formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, 15 | formatLoadMore: function (pageNumber) { return "Зареждат се още…"; }, 16 | formatSearching: function () { return "Търсене…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Greek translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Δεν βρέθηκαν αποτελέσματα"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Παρακαλούμε εισάγετε " + n + " περισσότερο" + (n > 1 ? "υς" : "") + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Παρακαλούμε διαγράψτε " + n + " χαρακτήρ" + (n > 1 ? "ες" : "α"); }, 13 | formatSelectionTooBig: function (limit) { return "Μπορείτε να επιλέξετε μόνο " + limit + " αντικείμεν" + (limit > 1 ? "α" : "ο"); }, 14 | formatLoadMore: function (pageNumber) { return "Φόρτωση περισσότερων…"; }, 15 | formatSearching: function () { return "Αναζήτηση…"; } 16 | }); 17 | })(jQuery); -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_az.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Azerbaijani translation. 3 | * 4 | * Author: Farhad Safarov 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; }, 11 | formatNoMatches: function () { return "Nəticə tapılmadı"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; }, 14 | formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; }, 15 | formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; }, 16 | formatSearching: function () { return "Axtarılır…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/fields/class-wpmudev-field-password.php: -------------------------------------------------------------------------------- 1 | args = array_replace_recursive(array( 18 | 'before_field' => '', 19 | 'after_field' => '', 20 | ), $args); 21 | } 22 | 23 | /** 24 | * Displays the field 25 | * 26 | * @since 1.0 27 | * @access public 28 | * @param int $post_id 29 | */ 30 | public function display( $post_id ) { 31 | $this->before_field(); 32 | ?> 33 | parse_atts(); ?> value="get_value($post_id); ?>" /> 34 | after_field(); 36 | } 37 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 German translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Keine Übereinstimmungen gefunden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Bitte " + n + " Zeichen mehr eingeben"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, 11 | formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, 12 | formatLoadMore: function (pageNumber) { return "Lade mehr Ergebnisse…"; }, 13 | formatSearching: function () { return "Suche…"; }, 14 | formatMatches: function (matches) { return matches + " Ergebnis " + (matches > 1 ? "se" : "") + " verfügbar, zum Navigieren die Hoch-/Runter-Pfeiltasten verwenden."; } 15 | }); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_fi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Finnish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.mp_select2.defaults, { 7 | formatNoMatches: function () { 8 | return "Ei tuloksia"; 9 | }, 10 | formatInputTooShort: function (input, min) { 11 | var n = min - input.length; 12 | return "Ole hyvä ja anna " + n + " merkkiä lisää"; 13 | }, 14 | formatInputTooLong: function (input, max) { 15 | var n = input.length - max; 16 | return "Ole hyvä ja anna " + n + " merkkiä vähemmän"; 17 | }, 18 | formatSelectionTooBig: function (limit) { 19 | return "Voit valita ainoastaan " + limit + " kpl"; 20 | }, 21 | formatLoadMore: function (pageNumber) { 22 | return "Ladataan lisää tuloksia…"; 23 | }, 24 | formatSearching: function () { 25 | return "Etsitään…"; 26 | } 27 | }); 28 | })(jQuery); 29 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Latvian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Sakritību nav"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Lūdzu ievadiet vēl " + n + " simbol" + (n == 11 ? "us" : n%10 == 1 ? "u" : "us"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Lūdzu ievadiet par " + n + " simbol" + (n == 11 ? "iem" : n%10 == 1 ? "u" : "iem") + " mazāk"; }, 13 | formatSelectionTooBig: function (limit) { return "Jūs varat izvēlēties ne vairāk kā " + limit + " element" + (limit == 11 ? "us" : limit%10 == 1 ? "u" : "us"); }, 14 | formatLoadMore: function (pageNumber) { return "Datu ielāde…"; }, 15 | formatSearching: function () { return "Meklēšana…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2014 Igor Vaynberg 2 | 3 | Version: @@ver@@ Timestamp: @@timestamp@@ 4 | 5 | This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU 6 | General Public License version 2 (the "GPL License"). You may choose either license to govern your 7 | use of this software only upon the condition that you accept all of the terms of either the Apache 8 | License or the GPL License. 9 | 10 | You may obtain a copy of the Apache License and the GPL License at: 11 | 12 | http://www.apache.org/licenses/LICENSE-2.0 13 | http://www.gnu.org/licenses/gpl-2.0.html 14 | 15 | Unless required by applicable law or agreed to in writing, software distributed under the Apache License 16 | or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 17 | either express or implied. See the Apache License and the GPL License for the specific language governing 18 | permissions and limitations under the Apache License and the GPL License. 19 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Croatian translation. 3 | * 4 | * @author Edi Modrić 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Nema rezultata"; }, 12 | formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, 14 | formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + limit; }, 15 | formatLoadMore: function (pageNumber) { return "Učitavanje rezultata…"; }, 16 | formatSearching: function () { return "Pretraga…"; } 17 | }); 18 | 19 | function character (n) { 20 | return " " + n + " znak" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "a" : "" : "ova"); 21 | } 22 | })(jQuery); 23 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 German translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatNoMatches: function () { return "Keine Übereinstimmungen gefunden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Bitte " + n + " Zeichen mehr eingeben"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, 11 | formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, 12 | formatLoadMore: function (pageNumber) { return "Lade mehr Ergebnisse…"; }, 13 | formatSearching: function () { return "Suche…"; }, 14 | formatMatches: function (matches) { return matches + " Ergebnis " + (matches > 1 ? "se" : "") + " verfügbar, zum Navigieren die Hoch-/Runter-Pfeiltasten verwenden."; } 15 | }); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_fa.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Persian translation. 3 | * 4 | * Author: Ali Choopan 5 | * Author: Ebrahim Byagowi 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, 12 | formatNoMatches: function () { return "نتیجه‌ای یافت نشد."; }, 13 | formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; }, 14 | formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, 15 | formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, 16 | formatLoadMore: function (pageNumber) { return "در حال بارگیری موارد بیشتر…"; }, 17 | formatSearching: function () { return "در حال جستجو…"; } 18 | }); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /includes/addons/mp-pdf-invoice/vendors/dompdf/include/list_bullet_frame_reflower.cls.php: -------------------------------------------------------------------------------- 1 | 6 | * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License 7 | */ 8 | 9 | /** 10 | * Reflows list bullets 11 | * 12 | * @access private 13 | * @package dompdf 14 | */ 15 | class List_Bullet_Frame_Reflower extends Frame_Reflower { 16 | 17 | function __construct(Frame_Decorator $frame) { parent::__construct($frame); } 18 | 19 | //........................................................................ 20 | 21 | function reflow(Block_Frame_Decorator $block = null) { 22 | $style = $this->_frame->get_style(); 23 | 24 | $style->width = $this->_frame->get_width(); 25 | $this->_frame->position(); 26 | 27 | if ( $style->list_style_position === "inside" ) { 28 | $p = $this->_frame->find_block_parent(); 29 | $p->add_frame_to_line($this->_frame); 30 | } 31 | 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_en.js.template: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 translation. 3 | * 4 | * Author: Your Name 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.select2.defaults, { 10 | formatMatches: function (matches) { return matches + " results are available, use up and down arrow keys to navigate."; }, 11 | formatNoMatches: function () { return "No matches found"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " more character" + (n == 1 ? "" : "s"); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, 14 | formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, 15 | formatLoadMore: function (pageNumber) { return "Loading more results…"; }, 16 | formatSearching: function () { return "Searching…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Croatian translation. 3 | * 4 | * @author Edi Modrić 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Nema rezultata"; }, 12 | formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; }, 14 | formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + limit; }, 15 | formatLoadMore: function (pageNumber) { return "Učitavanje rezultata…"; }, 16 | formatSearching: function () { return "Pretraga…"; } 17 | }); 18 | 19 | function character (n) { 20 | return " " + n + " znak" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "a" : "" : "ova"); 21 | } 22 | })(jQuery); 23 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_rs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Serbian translation. 3 | * 4 | * @author Limon Monte 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ništa nije pronađeno"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 13 | formatSelectionTooBig: function (limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11 ? "u" : (limit % 10 >= 2 && limit % 10 <= 4 && (limit % 100 < 12 || limit % 100 > 14)? "e" : "i")); }, 14 | formatLoadMore: function (pageNumber) { return "Preuzimanje još rezultata…"; }, 15 | formatSearching: function () { return "Pretraga…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /ui/src/scss/themes/default/mp/_shortcodes.scss: -------------------------------------------------------------------------------- 1 | //== Shortcodes 2 | // 3 | 4 | // Cart 5 | .mp_cart { 6 | 7 | // Widget 8 | &_widget { 9 | 10 | 11 | .mp_mini_cart { 12 | 13 | // Cart Item (individual) 14 | &_item { 15 | margin-top: 0; 16 | 17 | &-link { 18 | border: 1px solid $color--gray; 19 | border-bottom-color: transparent; 20 | 21 | &:hover { 22 | border-bottom: 1px solid $color--gray; // Override Twenty Fifteen border-bottom: 0; 23 | } 24 | } 25 | 26 | &:nth-child(even) { 27 | .mp_mini_cart_item-link { 28 | background: $color--light-gray; 29 | } 30 | } 31 | 32 | &:nth-child(odd) { 33 | .mp_mini_cart_item-link { 34 | background: lighten($color--light-gray, 2%); 35 | } 36 | } 37 | 38 | &:last-child { 39 | .mp_mini_cart_item-link { 40 | border-bottom-color: $color--gray; 41 | } 42 | } 43 | 44 | &-title { 45 | font-size: $font__size--m; 46 | } 47 | } 48 | 49 | } 50 | 51 | 52 | } 53 | 54 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 French translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatMatches: function (matches) { return matches + " résultats sont disponibles, utilisez les flèches haut et bas pour naviguer."; }, 9 | formatNoMatches: function () { return "Aucun résultat trouvé"; }, 10 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Saisissez " + n + " caractère" + (n == 1? "" : "s") + " supplémentaire" + (n == 1? "" : "s") ; }, 11 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Supprimez " + n + " caractère" + (n == 1? "" : "s"); }, 12 | formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, 13 | formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires…"; }, 14 | formatSearching: function () { return "Recherche en cours…"; } 15 | }); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Russian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Совпадений не найдено"; }, 11 | formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще хотя бы" + character(min - input.length); }, 12 | formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, 13 | formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, 14 | formatLoadMore: function (pageNumber) { return "Загрузка данных…"; }, 15 | formatSearching: function () { return "Поиск…"; } 16 | }); 17 | 18 | function character (n) { 19 | return " " + n + " символ" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 20) ? n%10 > 1 ? "a" : "" : "ов"); 20 | } 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /ui/src/scss/admin/modules/_mixins.scss: -------------------------------------------------------------------------------- 1 | //== Mixins 2 | // 3 | 4 | // Mixin that will include the fall back px declaration as well as the calculated rem value. 5 | @mixin fontSize($size) { 6 | font-size: $size; 7 | font-size: calculateRem($size); 8 | } 9 | 10 | // Breakpoints 11 | @mixin bp($point) { 12 | 13 | @if $point == small { 14 | @media only screen and (min-width: $small) { 15 | @content; 16 | } 17 | } 18 | 19 | @if $point == small-max { 20 | @media only screen and (max-width: $small) { 21 | @content; 22 | } 23 | } 24 | 25 | @if $point == medium { 26 | @media only screen and (min-width: $medium) { 27 | @content; 28 | } 29 | } 30 | 31 | @if $point == medium-min-max { 32 | @media only screen and (min-width: $medium) and (max-width: ($large - 1)) { 33 | @content; 34 | } 35 | } 36 | 37 | @if $point == medium-max { 38 | @media only screen and (max-width: $medium) { 39 | @content; 40 | } 41 | } 42 | 43 | @if $point == large { 44 | @media only screen and (min-width: $large) { 45 | @content; 46 | } 47 | } 48 | 49 | } -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_fa.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Persian translation. 3 | * 4 | * Author: Ali Choopan 5 | * Author: Ebrahim Byagowi 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, 12 | formatNoMatches: function () { return "نتیجه‌ای یافت نشد."; }, 13 | formatInputTooShort: function (input, min) { var n = min - input.length; return "لطفاً " + n + " نویسه بیشتر وارد نمایید"; }, 14 | formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نویسه را حذف کنید."; }, 15 | formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, 16 | formatLoadMore: function (pageNumber) { return "در حال بارگیری موارد بیشتر…"; }, 17 | formatSearching: function () { return "در حال جستجو…"; } 18 | }); 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_rs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Serbian translation. 3 | * 4 | * @author Limon Monte 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Ništa nije pronađeno"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, 13 | formatSelectionTooBig: function (limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11 ? "u" : (limit % 10 >= 2 && limit % 10 <= 4 && (limit % 100 < 12 || limit % 100 > 14)? "e" : "i")); }, 14 | formatLoadMore: function (pageNumber) { return "Preuzimanje još rezultata…"; }, 15 | formatSearching: function () { return "Pretraga…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 French translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.mp_select2.defaults, { 8 | formatMatches: function (matches) { return matches + " résultats sont disponibles, utilisez les flèches haut et bas pour naviguer."; }, 9 | formatNoMatches: function () { return "Aucun résultat trouvé"; }, 10 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Saisissez " + n + " caractère" + (n == 1? "" : "s") + " supplémentaire" + (n == 1? "" : "s") ; }, 11 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Supprimez " + n + " caractère" + (n == 1? "" : "s"); }, 12 | formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, 13 | formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires…"; }, 14 | formatSearching: function () { return "Recherche en cours…"; } 15 | }); 16 | })(jQuery); 17 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Russian translation. 3 | * 4 | * @author Uriy Efremochkin 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "Совпадений не найдено"; }, 11 | formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще хотя бы" + character(min - input.length); }, 12 | formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, 13 | formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, 14 | formatLoadMore: function (pageNumber) { return "Загрузка данных…"; }, 15 | formatSearching: function () { return "Поиск…"; } 16 | }); 17 | 18 | function character (n) { 19 | return " " + n + " символ" + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 20) ? n%10 > 1 ? "a" : "" : "ов"); 20 | } 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /ui/src/scss/themes/default/modules/_variables.scss: -------------------------------------------------------------------------------- 1 | //== Theme Variables 2 | // 3 | 4 | // Colors 5 | $color: #333; 6 | $color--light: #fff; 7 | $color--dark: #666; 8 | $color--gray: #ddd; 9 | $color--light-gray: #eee; 10 | $color--error: #c0392b; 11 | $color--success: #27AE60; 12 | $color--warning: #E67E22; 13 | $color--info: #2980b9; 14 | 15 | // Typography 16 | $font__size: 16px; 17 | $font__size--xl: floor(($font__size * 1.3)); // ~20px 18 | $font__size--l: floor(($font__size * 1.15)); // ~18px 19 | $font__size--m: ceil(($font__size * 0.85)); // ~14px 20 | $font__size--s: ceil(($font__size * 0.7)); // ~12px 21 | 22 | //** Headings **/ 23 | $font__size--h1: ceil(($font__size * 2.6)); // ~42px 24 | $font__size--h2: floor(($font__size * 1.9)); // ~30px 25 | $font__size--h3: floor(($font__size * 1.65)); // ~26px 26 | $font__size--h4: ceil(($font__size * 1.35)); // ~22px 27 | $font__size--h5: floor(($font__size * 1.15)); // ~18px 28 | $font__size--h6: $font__size; // ~16px 29 | 30 | // Spaces 31 | $space: 30px; 32 | $space--xl: 60px; 33 | $space--l: 45px; 34 | $space--m: 15px; 35 | $space--s: 10px; 36 | $space--xs: 5px; -------------------------------------------------------------------------------- /ui/src/scss/themes/default/partials/_tooltips.scss: -------------------------------------------------------------------------------- 1 | //== Tooltips 2 | // 3 | 4 | // UI 5 | .mp { 6 | .ui-tooltip { 7 | background: $color--light; 8 | border-color: $color--light-gray; 9 | color: $color; 10 | font-size: $font__size; 11 | 12 | &:after { 13 | border-top-color: $color--light; 14 | } 15 | 16 | &:before { 17 | border-top-color: $color--light-gray; 18 | } 19 | 20 | // Error 21 | &.error { 22 | background: lighten($color--error, 20%); 23 | border: 2px solid $color--error; 24 | color: darken($color--error, 20%); 25 | 26 | &:after { 27 | border-top-color: lighten($color--error, 20%); 28 | } 29 | 30 | &:before { 31 | border-top-color: $color--error; 32 | } 33 | } 34 | 35 | // Success 36 | &.success { 37 | background: lighten($color--success, 20%); 38 | border: 2px solid $color--success; 39 | color: darken($color--success, 20%); 40 | 41 | &:after { 42 | border-top-color: lighten($color--success, 20%); 43 | } 44 | 45 | &:before { 46 | border-top-color: $color--success; 47 | } 48 | } 49 | } 50 | } -------------------------------------------------------------------------------- /includes/common/payment-gateways/stripe-files/lib/Stripe/Plan.php: -------------------------------------------------------------------------------- 1 | translation. 3 | * 4 | * Author: Your Name 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.select2.defaults, { 10 | formatMatches: function (matches) { if (matches === 1) { return "One result is available, press enter to select it."; } return matches + " results are available, use up and down arrow keys to navigate."; }, 11 | formatNoMatches: function () { return "No matches found"; }, 12 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " or more character" + (n == 1 ? "" : "s"); }, 13 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, 14 | formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, 15 | formatLoadMore: function (pageNumber) { return "Loading more results…"; }, 16 | formatSearching: function () { return "Searching…"; } 17 | }); 18 | })(jQuery); 19 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_ar.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Arabic translation. 3 | * 4 | * Author: Adel KEDJOUR 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "لم يتم العثور على مطابقات"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; if (n == 1){ return "الرجاء إدخال حرف واحد على الأكثر"; } return n == 2 ? "الرجاء إدخال حرفين على الأكثر" : "الرجاء إدخال " + n + " على الأكثر"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الرجاء إدخال " + n + " على الأقل "; }, 13 | formatSelectionTooBig: function (limit) { if (n == 1){ return "يمكنك أن تختار إختيار واحد فقط"; } return n == 2 ? "يمكنك أن تختار إختيارين فقط" : "يمكنك أن تختار " + n + " إختيارات فقط"; }, 14 | formatLoadMore: function (pageNumber) { return "تحميل المزيد من النتائج…"; }, 15 | formatSearching: function () { return "البحث…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/src/css/textext.plugin.autocomplete.css: -------------------------------------------------------------------------------- 1 | .text-core .text-wrap .text-dropdown { 2 | -webkit-box-sizing: border-box; 3 | -moz-box-sizing: border-box; 4 | box-sizing: border-box; 5 | padding: 0; 6 | position: absolute; 7 | z-index: 3; 8 | background: #fff; 9 | border: 1px solid #9daccc; 10 | width: 100%; 11 | max-height: 100px; 12 | padding: 1px; 13 | font: 11px "lucida grande", tahoma, verdana, arial, sans-serif; 14 | display: none; 15 | overflow-x: hidden; 16 | overflow-y: auto; 17 | } 18 | .text-core .text-wrap .text-dropdown.text-position-below { 19 | margin-top: 1px; 20 | } 21 | .text-core .text-wrap .text-dropdown.text-position-above { 22 | margin-bottom: 1px; 23 | } 24 | .text-core .text-wrap .text-dropdown .text-list .text-suggestion { 25 | padding: 3px 5px; 26 | cursor: pointer; 27 | } 28 | .text-core .text-wrap .text-dropdown .text-list .text-suggestion em { 29 | font-style: normal; 30 | text-decoration: underline; 31 | } 32 | .text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected { 33 | color: #fff; 34 | background: #6d84b4; 35 | } 36 | -------------------------------------------------------------------------------- /ui/src/scss/front/modules/_mixins.scss: -------------------------------------------------------------------------------- 1 | //== Mixins 2 | // 3 | 4 | // Mixin that will include the fall back px declaration as well as the calculated rem value. 5 | @mixin fontSize($size) { 6 | font-size: $size; 7 | font-size: calculateRem($size); 8 | } 9 | 10 | // Breakpoints 11 | @mixin bp($point) { 12 | 13 | @if $point == phone { 14 | @media only screen and (max-width: $phone--max) { 15 | @content; 16 | } 17 | } 18 | 19 | @if $point == tablet { 20 | @media only screen and (min-width: $tablet) { 21 | @content; 22 | } 23 | } 24 | 25 | @if $point == tablet-min-max { 26 | @media only screen and (min-width: $tablet) and (max-width: $tablet--max) { 27 | @content; 28 | } 29 | } 30 | 31 | @if $point == desktop { 32 | @media only screen and (min-width: $desktop) { 33 | @content; 34 | } 35 | } 36 | 37 | @if $point == desktop-min-max { 38 | @media only screen and (min-width: $desktop) and (max-width: $desktop--max) { 39 | @content; 40 | } 41 | } 42 | 43 | @if $point == large-desktop { 44 | @media only screen and (min-width: $large-desktop) { 45 | @content; 46 | } 47 | } 48 | 49 | } -------------------------------------------------------------------------------- /ui/src/scss/themes/global/_mixins.scss: -------------------------------------------------------------------------------- 1 | //== Mixins 2 | // 3 | 4 | // Mixin that will include the fall back px declaration as well as the calculated rem value. 5 | @mixin fontSize($size) { 6 | font-size: $size; 7 | font-size: calculateRem($size); 8 | } 9 | 10 | // Breakpoints 11 | @mixin bp($point) { 12 | 13 | @if $point == phone { 14 | @media only screen and (max-width: $phone--max) { 15 | @content; 16 | } 17 | } 18 | 19 | @if $point == tablet { 20 | @media only screen and (min-width: $tablet) { 21 | @content; 22 | } 23 | } 24 | 25 | @if $point == tablet-min-max { 26 | @media only screen and (min-width: $tablet) and (max-width: $tablet--max) { 27 | @content; 28 | } 29 | } 30 | 31 | @if $point == desktop { 32 | @media only screen and (min-width: $desktop) { 33 | @content; 34 | } 35 | } 36 | 37 | @if $point == desktop-min-max { 38 | @media only screen and (min-width: $desktop) and (max-width: $desktop--max) { 39 | @content; 40 | } 41 | } 42 | 43 | @if $point == large-desktop { 44 | @media only screen and (min-width: $large-desktop) { 45 | @content; 46 | } 47 | } 48 | 49 | } -------------------------------------------------------------------------------- /includes/common/constants.php: -------------------------------------------------------------------------------- 1 | 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.mp_select2.defaults, { 10 | formatNoMatches: function () { return "لم يتم العثور على مطابقات"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; if (n == 1){ return "الرجاء إدخال حرف واحد على الأكثر"; } return n == 2 ? "الرجاء إدخال حرفين على الأكثر" : "الرجاء إدخال " + n + " على الأكثر"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الرجاء إدخال " + n + " على الأقل "; }, 13 | formatSelectionTooBig: function (limit) { if (n == 1){ return "يمكنك أن تختار إختيار واحد فقط"; } return n == 2 ? "يمكنك أن تختار إختيارين فقط" : "يمكنك أن تختار " + n + " إختيارات فقط"; }, 14 | formatLoadMore: function (pageNumber) { return "تحميل المزيد من النتائج…"; }, 15 | formatSearching: function () { return "البحث…"; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /includes/admin/ui/js/jquery-textext/MIT-LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011-2012 Alex Gorbatchev 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | "Software"), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_pl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Polish translation. 3 | * 4 | * @author Jan Kondratowicz 5 | * @author Uriy Efremochkin 6 | * @author Michał Połtyn 7 | */ 8 | (function ($) { 9 | "use strict"; 10 | 11 | $.extend($.fn.mp_select2.defaults, { 12 | formatNoMatches: function () { return "Brak wyników"; }, 13 | formatInputTooShort: function (input, min) { return "Wpisz co najmniej" + character(min - input.length, "znak", "i"); }, 14 | formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, 15 | formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); }, 16 | formatLoadMore: function (pageNumber) { return "Ładowanie wyników…"; }, 17 | formatSearching: function () { return "Szukanie…"; } 18 | }); 19 | 20 | function character (n, word, pluralSuffix) { 21 | return " " + n + " " + word + (n == 1 ? "" : n%10 < 5 && n%10 > 1 && (n%100 < 5 || n%100 > 20) ? pluralSuffix : "ów"); 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /ui/select2/select2_locale_lt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Lithuanian translation. 3 | * 4 | * @author CRONUS Karmalakas 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Atitikmenų nerasta"; }, 12 | formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, 14 | formatSelectionTooBig: function (limit) { 15 | return "Jūs galite pasirinkti tik " + limit + " element" + ((limit%100 > 9 && limit%100 < 21) || limit%10 == 0 ? "ų" : limit%10 > 1 ? "us" : "ą"); 16 | }, 17 | formatLoadMore: function (pageNumber) { return "Kraunama daugiau rezultatų…"; }, 18 | formatSearching: function () { return "Ieškoma…"; } 19 | }); 20 | 21 | function character (n) { 22 | return " " + n + " simbol" + ((n%100 > 9 && n%100 < 21) || n%10 == 0 ? "ių" : n%10 > 1 ? "ius" : "į"); 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_pl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Polish translation. 3 | * 4 | * @author Jan Kondratowicz 5 | * @author Uriy Efremochkin 6 | * @author Michał Połtyn 7 | */ 8 | (function ($) { 9 | "use strict"; 10 | 11 | $.extend($.fn.mp_select2.defaults, { 12 | formatNoMatches: function () { return "Brak wyników"; }, 13 | formatInputTooShort: function (input, min) { return "Wpisz co najmniej" + character(min - input.length, "znak", "i"); }, 14 | formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, 15 | formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); }, 16 | formatLoadMore: function (pageNumber) { return "Ładowanie wyników…"; }, 17 | formatSearching: function () { return "Szukanie…"; } 18 | }); 19 | 20 | function character (n, word, pluralSuffix) { 21 | return " " + n + " " + word + (n == 1 ? "" : n%10 < 5 && n%10 > 1 && (n%100 < 5 || n%100 > 20) ? pluralSuffix : "ów"); 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /ui/select2/select2.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "select2", 3 | "title": "Select2", 4 | "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", 5 | "keywords": [ 6 | "select", 7 | "autocomplete", 8 | "typeahead", 9 | "dropdown", 10 | "multiselect", 11 | "tag", 12 | "tagging" 13 | ], 14 | "version": "3.5.0", 15 | "author": { 16 | "name": "Igor Vaynberg", 17 | "url": "https://github.com/ivaynberg" 18 | }, 19 | "licenses": [ 20 | { 21 | "type": "Apache", 22 | "url": "http://www.apache.org/licenses/LICENSE-2.0" 23 | }, 24 | { 25 | "type": "GPL v2", 26 | "url": "http://www.gnu.org/licenses/gpl-2.0.html" 27 | } 28 | ], 29 | "bugs": "https://github.com/ivaynberg/select2/issues", 30 | "homepage": "http://ivaynberg.github.com/select2", 31 | "docs": "http://ivaynberg.github.com/select2/", 32 | "download": "https://github.com/ivaynberg/select2/tags", 33 | "dependencies": { 34 | "jquery": ">=1.7.1" 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_lt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Lithuanian translation. 3 | * 4 | * @author CRONUS Karmalakas 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatNoMatches: function () { return "Atitikmenų nerasta"; }, 12 | formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, 13 | formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, 14 | formatSelectionTooBig: function (limit) { 15 | return "Jūs galite pasirinkti tik " + limit + " element" + ((limit%100 > 9 && limit%100 < 21) || limit%10 == 0 ? "ų" : limit%10 > 1 ? "us" : "ą"); 16 | }, 17 | formatLoadMore: function (pageNumber) { return "Kraunama daugiau rezultatų…"; }, 18 | formatSearching: function () { return "Ieškoma…"; } 19 | }); 20 | 21 | function character (n) { 22 | return " " + n + " simbol" + ((n%100 > 9 && n%100 < 21) || n%10 == 0 ? "ių" : n%10 > 1 ? "ius" : "į"); 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /includes/common/payment-gateways/mijireh/Address.php: -------------------------------------------------------------------------------- 1 | init(); 10 | } 11 | 12 | public function init() { 13 | $this->_data = array( 14 | 'first_name' => '', 15 | 'last_name' => '', 16 | 'street' => '', 17 | 'city' => '', 18 | 'state_province' => '', 19 | 'zip_code' => '', 20 | 'country' => '', 21 | 'company' => '', 22 | 'apt_suite' => '', 23 | 'phone' => '' 24 | ); 25 | } 26 | 27 | public function validate() { 28 | $is_valid = $this->_check_required_fields(); 29 | return $is_valid; 30 | } 31 | 32 | /** 33 | * Return true if all of the required fields have a non-empty value 34 | * 35 | * @return boolean 36 | */ 37 | private function _check_required_fields() { 38 | $pass = true; 39 | $fields = array( 'street', 'city', 'state_province', 'zip_code', 'country' ); 40 | foreach ( $fields as $f ) { 41 | if ( empty( $this->_data[ $f ] ) ) { 42 | $pass = false; 43 | $this->add_error( "$f is required" ); 44 | } 45 | } 46 | return $pass; 47 | } 48 | 49 | } 50 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "select2", 3 | "title": "Select2", 4 | "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", 5 | "keywords": [ 6 | "select", 7 | "autocomplete", 8 | "typeahead", 9 | "dropdown", 10 | "multiselect", 11 | "tag", 12 | "tagging" 13 | ], 14 | "version": "3.4.8", 15 | "author": { 16 | "name": "Igor Vaynberg", 17 | "url": "https://github.com/ivaynberg" 18 | }, 19 | "licenses": [ 20 | { 21 | "type": "Apache", 22 | "url": "http://www.apache.org/licenses/LICENSE-2.0" 23 | }, 24 | { 25 | "type": "GPL v2", 26 | "url": "http://www.gnu.org/licenses/gpl-2.0.html" 27 | } 28 | ], 29 | "bugs": "https://github.com/ivaynberg/select2/issues", 30 | "homepage": "http://ivaynberg.github.com/select2", 31 | "docs": "http://ivaynberg.github.com/select2/", 32 | "download": "https://github.com/ivaynberg/select2/tags", 33 | "dependencies": { 34 | "jquery": ">=1.7.1" 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /ui/lightgallery/css/lg-fb-comment-box.css: -------------------------------------------------------------------------------- 1 | .lg-outer.fb-comments .lg-img-wrap { 2 | padding-right: 400px !important; } 3 | .lg-outer.fb-comments .fb-comments { 4 | height: 100%; 5 | overflow-y: auto; 6 | position: absolute; 7 | right: 0; 8 | top: 0; 9 | width: 420px; 10 | z-index: 99999; 11 | background: #fff url("../img/loading.gif") no-repeat scroll center center; } 12 | .lg-outer.fb-comments .fb-comments.fb_iframe_widget { 13 | background-image: none; } 14 | .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader { 15 | background: #fff url("../img/loading.gif") no-repeat scroll center center; } 16 | .lg-outer.fb-comments .lg-toolbar { 17 | right: 420px; 18 | width: auto; } 19 | .lg-outer.fb-comments .lg-actions .lg-next { 20 | right: 420px; } 21 | .lg-outer.fb-comments .lg-item { 22 | background-image: none; } 23 | .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap { 24 | background-image: none; } 25 | .lg-outer.fb-comments .lg-img-wrap { 26 | background: url(../img/loading.gif) no-repeat scroll center center transparent; } 27 | .lg-outer.fb-comments .lg-sub-html { 28 | padding: 0; 29 | position: static; } 30 | 31 | /*# sourceMappingURL=lg-fb-comment-box.css.map */ 32 | -------------------------------------------------------------------------------- /ui/src/scss/front/partials/_select2-4-x.scss: -------------------------------------------------------------------------------- 1 | // Select2 4.x 2 | .select2 { 3 | 4 | // Container 5 | &-container { 6 | 7 | // Selection 8 | .select2-selection { 9 | &.mp_select2, 10 | &.mp_select2_search { 11 | border-radius: 0; 12 | height: $space; 13 | 14 | .select2-selection { 15 | &__rendered { 16 | line-height: $space; 17 | padding: 0 ($space--s * 2) 0 $space--s; 18 | } 19 | &__arrow { 20 | height: $space; 21 | top: 0; 22 | 23 | b { 24 | margin-left: -5px; 25 | } 26 | } 27 | } 28 | } 29 | } 30 | 31 | // Dropdown 32 | .select2-dropdown { 33 | &.mp_select2-dropdown { 34 | 35 | // Results 36 | .select2-results { 37 | 38 | // Options 39 | &__options { 40 | margin: $space--xs; 41 | } 42 | 43 | // Option 44 | &__option { 45 | padding: $space--xs; 46 | } 47 | 48 | } 49 | 50 | // Search 51 | .select2-search { 52 | &--dropdown { 53 | padding: 0; 54 | margin: $space--xs; 55 | } 56 | &__field { 57 | display: block; 58 | padding: $space--xs; 59 | } 60 | } 61 | 62 | } 63 | } 64 | 65 | } 66 | 67 | } -------------------------------------------------------------------------------- /ui/select2/select2_locale_uk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Ukrainian translation. 3 | * 4 | * @author bigmihail 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatMatches: function (matches) { return character(matches, "результат") + " знайдено, використовуйте клавіші зі стрілками вверх та вниз для навігації."; }, 12 | formatNoMatches: function () { return "Нічого не знайдено"; }, 13 | formatInputTooShort: function (input, min) { return "Введіть буль ласка ще " + character(min - input.length, "символ"); }, 14 | formatInputTooLong: function (input, max) { return "Введіть буль ласка на " + character(input.length - max, "символ") + " менше"; }, 15 | formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише " + character(limit, "елемент"); }, 16 | formatLoadMore: function (pageNumber) { return "Завантаження даних…"; }, 17 | formatSearching: function () { return "Пошук…"; } 18 | }); 19 | 20 | function character (n, word) { 21 | return n + " " + word + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "и" : "" : "ів"); 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /includes/wpmudev-metaboxes/ui/select2/select2_locale_uk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Ukrainian translation. 3 | * 4 | * @author bigmihail 5 | * @author Uriy Efremochkin 6 | */ 7 | (function ($) { 8 | "use strict"; 9 | 10 | $.extend($.fn.mp_select2.defaults, { 11 | formatMatches: function (matches) { return character(matches, "результат") + " знайдено, використовуйте клавіші зі стрілками вверх та вниз для навігації."; }, 12 | formatNoMatches: function () { return "Нічого не знайдено"; }, 13 | formatInputTooShort: function (input, min) { return "Введіть буль ласка ще " + character(min - input.length, "символ"); }, 14 | formatInputTooLong: function (input, max) { return "Введіть буль ласка на " + character(input.length - max, "символ") + " менше"; }, 15 | formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише " + character(limit, "елемент"); }, 16 | formatLoadMore: function (pageNumber) { return "Завантаження даних…"; }, 17 | formatSearching: function () { return "Пошук…"; } 18 | }); 19 | 20 | function character (n, word) { 21 | return n + " " + word + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "и" : "" : "ів"); 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /ui/lightgallery/sass/lg-zoom.scss: -------------------------------------------------------------------------------- 1 | .lg-outer { 2 | // reset transition duration 3 | &.lg-css3.lg-zoom-dragging { 4 | .lg-item.lg-complete.lg-zoomable { 5 | .lg-img-wrap, .lg-image { 6 | @include transition-duration(0s); 7 | } 8 | } 9 | } 10 | 11 | .lg-item.lg-complete.lg-zoomable{ 12 | 13 | .lg-img-wrap { 14 | @include transitionCustom(transform $zoom-transition-duration ease 0s); 15 | @include translate3d(0, 0, 0); 16 | @include backface-visibility(hidden); 17 | } 18 | 19 | .lg-image { 20 | // Translate required for zoom 21 | @include scale3d(1, 1, 1); 22 | @include transitionCustom(transform $zoom-transition-duration ease 0s, opacity 0.15s !important); 23 | @include transform-origin(0 0); 24 | @include backface-visibility(hidden); 25 | } 26 | } 27 | 28 | } 29 | 30 | // zoom buttons 31 | #lg-zoom-in { 32 | &:after { 33 | content: "\e311"; 34 | } 35 | } 36 | 37 | #lg-zoom-out { 38 | opacity: 0.5; 39 | pointer-events: none; 40 | 41 | &:after { 42 | content: "\e312"; 43 | } 44 | 45 | .lg-zoomed & { 46 | opacity: 1; 47 | pointer-events: auto; 48 | } 49 | } --------------------------------------------------------------------------------