├── .gitignore ├── .gitlab-ci.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── Imperva Web API Composer GCP kubernetes instructions ├── Imperva Web API Composer GCP kubernetes deployment instructions.md ├── imperva-web-api-composer-deployment.yaml └── imperva-web-api-composer-service.yaml ├── LICENSE.md ├── README.md ├── config ├── fpm-pool.conf ├── nginx.conf ├── php.ini └── supervisord.conf ├── docker-compose.yml ├── files ├── etc │ └── php7 │ │ └── conf.d │ │ └── apitool.ini ├── init-imperva-web-api-composer.sh └── usr │ └── local │ └── bin │ └── healthcheck.sh ├── settings.json └── src ├── LICENSE.md ├── ajax ├── .DS_Store ├── incap_api_post.php ├── incap_swagger.php ├── pops.json ├── ss_api_login.php ├── ss_api_post.php ├── ss_api_wadl.php └── ss_schema.php ├── assets ├── 13_5_swagger.json ├── 13_swagger.json ├── 14_swagger.json ├── CURL_API_Samples_Incapsula.zip ├── CURL_API_Samples_SecureSphere.zip ├── Incapsula_Policy_Predicates.xlsx ├── cwaf │ ├── cwaf-v1-swagger-3.json │ ├── cwaf-v1-swagger.json │ ├── json │ │ ├── api-security-swagger.json │ │ ├── attack-analytics-api.json │ │ ├── audit-trail-api.json │ │ ├── b17.json │ │ ├── cloud-waf-api-v2.json │ │ ├── performance-api.json │ │ ├── policies-api.json │ │ ├── reputation-intelligence-api.json │ │ └── role-management-api.json │ └── yaml │ │ ├── api-security-swagger.yaml │ │ ├── attack-analytics-api.yaml │ │ ├── audit-trail-api.yaml │ │ ├── b17.yaml │ │ ├── cloud-waf-api-v2.yaml │ │ ├── performance-api.yaml │ │ ├── policies-api.yaml │ │ ├── reputation-intelligence-api.yaml │ │ └── role-management-api.yaml ├── policy_predicate_mapping.xlsx └── ses │ ├── 12_swagger.json │ ├── 13_0_swagger.json │ ├── 13_5_swagger.json │ ├── 13_swagger.json │ ├── 14_swagger.json │ ├── application_v12_2_60.wadl │ ├── v10.5_application.wadl │ ├── v11_application.wadl │ ├── v12_application.wadl │ ├── v13_application.wadl │ ├── xsd0_v12_2_60.xsd │ └── xsd0_v13.xsd ├── auth.js ├── contributors.txt ├── css ├── common.css ├── images │ ├── ui-icons_444444_256x240.png │ ├── ui-icons_555555_256x240.png │ ├── ui-icons_777620_256x240.png │ ├── ui-icons_777777_256x240.png │ ├── ui-icons_cc0000_256x240.png │ └── ui-icons_ffffff_256x240.png ├── jquery-ui.css ├── jquery-ui.min.css ├── jquery-ui.structure.css ├── jquery-ui.structure.min.css ├── jquery-ui.theme.css ├── jquery-ui.theme.min.css ├── jquery.datetimepicker.css ├── jquery.gritter.css ├── jquery.simple-dtpicker.css └── themes_prism.css ├── functions.php ├── images ├── bg_grad.jpg ├── bg_head.png ├── down.png ├── error.jpg ├── favicon.ico ├── gritter-light.png ├── gritter-long.png ├── gritter.png ├── icon_info_16x16.jpg ├── ie-spacer.gif ├── imperva-logo.svg ├── loading.gif └── shadow │ ├── corner_bl.gif │ ├── corner_tr.gif │ └── shadow.gif ├── index.php ├── js ├── common.js ├── countries.js ├── incap │ ├── .DS_Store │ ├── incap_codeExamples.js │ ├── incap_common.js │ ├── incap_jsondata.js │ ├── incap_migrationTools.js │ ├── incap_ruleFilters.js │ ├── incap_settings_ACLGroups.js │ ├── incap_settings_ACLs.js │ ├── incap_settings_policies.js │ ├── incap_settings_policyGroups.js │ ├── incap_settings_siteGroups.js │ ├── incap_settings_userGroups.js │ ├── incap_settings_users.js │ └── incap_sites.js ├── jquery-1.12.4.js ├── jquery-ui.min.js ├── plugins │ ├── datatables.min.js │ ├── jquery.csv.js │ ├── jquery.datetimepicker.full.js │ ├── jquery.datetimepicker.js │ ├── jquery.gritter.js │ ├── jquery.simple-dtpicker.js │ └── prefixfree.min.js ├── settings.js └── ss │ ├── .DS_Store │ ├── ss_common.js │ ├── ss_default_ADC_policies.js │ ├── ss_jsondata.js │ └── ss_policyMigration.js ├── phpinfo.php ├── readme.txt └── ss ├── .DS_Store ├── css ├── .DS_Store └── common.css ├── functions.php ├── images ├── .DS_Store ├── bg_grad.jpg ├── bg_head.jpg ├── bg_head.png ├── bg_head2.jpg ├── error.jpg ├── imperva-logo.jpg ├── loading.gif ├── logos │ ├── .DS_Store │ ├── .svn │ │ ├── .DS_Store │ │ ├── all-wcprops │ │ ├── entries │ │ ├── prop-base │ │ │ ├── rackspace.jpg.svn-base │ │ │ ├── savvis.jpg.svn-base │ │ │ ├── secureworks.jpg.svn-base │ │ │ └── verizonbusiness.jpg.svn-base │ │ └── text-base │ │ │ ├── rackspace.jpg.svn-base │ │ │ ├── savvis.jpg.svn-base │ │ │ ├── secureworks.jpg.svn-base │ │ │ └── verizonbusiness.jpg.svn-base │ ├── rackspace.jpg │ ├── savvis.jpg │ ├── secureworks.jpg │ └── verizonbusiness.jpg └── shadow │ ├── .DS_Store │ ├── .svn │ ├── .DS_Store │ ├── all-wcprops │ ├── entries │ ├── prop-base │ │ ├── corner_bl.gif.svn-base │ │ ├── corner_tr.gif.svn-base │ │ └── shadow.gif.svn-base │ └── text-base │ │ ├── corner_bl.gif.svn-base │ │ ├── corner_tr.gif.svn-base │ │ └── shadow.gif.svn-base │ ├── corner_bl.gif │ ├── corner_tr.gif │ └── shadow.gif ├── js ├── .DS_Store ├── jquery-ui │ ├── .DS_Store │ ├── css │ │ ├── .DS_Store │ │ ├── black-tie │ │ │ ├── .DS_Store │ │ │ ├── .svn │ │ │ │ ├── .DS_Store │ │ │ │ ├── all-wcprops │ │ │ │ ├── entries │ │ │ │ ├── prop-base │ │ │ │ │ └── jquery-ui-1.8.17.custom.css.svn-base │ │ │ │ └── text-base │ │ │ │ │ └── jquery-ui-1.8.17.custom.css.svn-base │ │ │ ├── images │ │ │ │ ├── .DS_Store │ │ │ │ ├── .svn │ │ │ │ │ ├── .DS_Store │ │ │ │ │ ├── all-wcprops │ │ │ │ │ ├── entries │ │ │ │ │ ├── prop-base │ │ │ │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png.svn-base │ │ │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_glass_40_111111_1x400.png.svn-base │ │ │ │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png.svn-base │ │ │ │ │ │ ├── ui-icons_222222_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_4ca300_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_bbbbbb_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_ededed_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_ffcf29_256x240.png.svn-base │ │ │ │ │ │ └── ui-icons_ffffff_256x240.png.svn-base │ │ │ │ │ └── text-base │ │ │ │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png.svn-base │ │ │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_glass_40_111111_1x400.png.svn-base │ │ │ │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png.svn-base │ │ │ │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png.svn-base │ │ │ │ │ │ ├── ui-icons_222222_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_4ca300_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_bbbbbb_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_ededed_256x240.png.svn-base │ │ │ │ │ │ ├── ui-icons_ffcf29_256x240.png.svn-base │ │ │ │ │ │ └── ui-icons_ffffff_256x240.png.svn-base │ │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_40_111111_1x400.png │ │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png │ │ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png │ │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png │ │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_4ca300_256x240.png │ │ │ │ ├── ui-icons_bbbbbb_256x240.png │ │ │ │ ├── ui-icons_ededed_256x240.png │ │ │ │ ├── ui-icons_ffcf29_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ └── jquery-ui-1.8.17.custom.css │ │ ├── gritter │ │ │ ├── .DS_Store │ │ │ ├── .svn │ │ │ │ ├── .DS_Store │ │ │ │ ├── all-wcprops │ │ │ │ ├── entries │ │ │ │ ├── prop-base │ │ │ │ │ └── jquery.gritter.css.svn-base │ │ │ │ └── text-base │ │ │ │ │ └── jquery.gritter.css.svn-base │ │ │ └── jquery.gritter.css │ │ └── images │ │ │ ├── .DS_Store │ │ │ ├── .svn │ │ │ ├── .DS_Store │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── gritter-light.png.svn-base │ │ │ │ ├── gritter-long.png.svn-base │ │ │ │ ├── gritter.png.svn-base │ │ │ │ ├── ie-spacer.gif.svn-base │ │ │ │ └── trees.jpg.svn-base │ │ │ └── text-base │ │ │ │ ├── gritter-light.png.svn-base │ │ │ │ ├── gritter-long.png.svn-base │ │ │ │ ├── gritter.png.svn-base │ │ │ │ ├── ie-spacer.gif.svn-base │ │ │ │ └── trees.jpg.svn-base │ │ │ ├── gritter-light.png │ │ │ ├── gritter-long.png │ │ │ ├── gritter.png │ │ │ ├── ie-spacer.gif │ │ │ └── trees.jpg │ ├── development-bundle │ │ ├── .DS_Store │ │ ├── AUTHORS.txt │ │ ├── GPL-LICENSE.txt │ │ ├── MIT-LICENSE.txt │ │ ├── external │ │ │ ├── .DS_Store │ │ │ ├── jquery.bgiframe-2.1.2.js │ │ │ ├── jquery.cookie.js │ │ │ ├── jquery.metadata.js │ │ │ ├── qunit.css │ │ │ └── qunit.js │ │ ├── jquery-1.7.1.js │ │ ├── themes │ │ │ ├── .DS_Store │ │ │ ├── base │ │ │ │ ├── .DS_Store │ │ │ │ ├── images │ │ │ │ │ ├── .DS_Store │ │ │ │ │ ├── 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 │ │ │ │ │ ├── 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 │ │ │ │ ├── jquery.ui.accordion.css │ │ │ │ ├── jquery.ui.all.css │ │ │ │ ├── jquery.ui.autocomplete.css │ │ │ │ ├── jquery.ui.base.css │ │ │ │ ├── jquery.ui.button.css │ │ │ │ ├── jquery.ui.core.css │ │ │ │ ├── jquery.ui.datepicker.css │ │ │ │ ├── jquery.ui.dialog.css │ │ │ │ ├── jquery.ui.progressbar.css │ │ │ │ ├── jquery.ui.resizable.css │ │ │ │ ├── jquery.ui.selectable.css │ │ │ │ ├── jquery.ui.slider.css │ │ │ │ ├── jquery.ui.tabs.css │ │ │ │ └── jquery.ui.theme.css │ │ │ └── black-tie │ │ │ │ ├── .DS_Store │ │ │ │ ├── images │ │ │ │ ├── .DS_Store │ │ │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png │ │ │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_40_111111_1x400.png │ │ │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png │ │ │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png │ │ │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_50_aaaaaa_1x100.png │ │ │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png │ │ │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_4ca300_256x240.png │ │ │ │ ├── ui-icons_bbbbbb_256x240.png │ │ │ │ ├── ui-icons_ededed_256x240.png │ │ │ │ ├── ui-icons_ffcf29_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ │ ├── jquery-ui-1.8.17.custom.css │ │ │ │ ├── jquery.ui.accordion.css │ │ │ │ ├── jquery.ui.all.css │ │ │ │ ├── jquery.ui.autocomplete.css │ │ │ │ ├── jquery.ui.base.css │ │ │ │ ├── jquery.ui.button.css │ │ │ │ ├── jquery.ui.core.css │ │ │ │ ├── jquery.ui.datepicker.css │ │ │ │ ├── jquery.ui.dialog.css │ │ │ │ ├── jquery.ui.progressbar.css │ │ │ │ ├── jquery.ui.resizable.css │ │ │ │ ├── jquery.ui.selectable.css │ │ │ │ ├── jquery.ui.slider.css │ │ │ │ ├── jquery.ui.tabs.css │ │ │ │ └── jquery.ui.theme.css │ │ ├── ui │ │ │ ├── .DS_Store │ │ │ ├── i18n │ │ │ │ ├── .DS_Store │ │ │ │ ├── jquery-ui-i18n.js │ │ │ │ ├── jquery.ui.datepicker-af.js │ │ │ │ ├── jquery.ui.datepicker-ar-DZ.js │ │ │ │ ├── jquery.ui.datepicker-ar.js │ │ │ │ ├── jquery.ui.datepicker-az.js │ │ │ │ ├── jquery.ui.datepicker-bg.js │ │ │ │ ├── jquery.ui.datepicker-bs.js │ │ │ │ ├── jquery.ui.datepicker-ca.js │ │ │ │ ├── jquery.ui.datepicker-cs.js │ │ │ │ ├── jquery.ui.datepicker-cy-GB.js │ │ │ │ ├── jquery.ui.datepicker-da.js │ │ │ │ ├── jquery.ui.datepicker-de.js │ │ │ │ ├── jquery.ui.datepicker-el.js │ │ │ │ ├── jquery.ui.datepicker-en-AU.js │ │ │ │ ├── jquery.ui.datepicker-en-GB.js │ │ │ │ ├── jquery.ui.datepicker-en-NZ.js │ │ │ │ ├── jquery.ui.datepicker-eo.js │ │ │ │ ├── jquery.ui.datepicker-es.js │ │ │ │ ├── jquery.ui.datepicker-et.js │ │ │ │ ├── jquery.ui.datepicker-eu.js │ │ │ │ ├── jquery.ui.datepicker-fa.js │ │ │ │ ├── jquery.ui.datepicker-fi.js │ │ │ │ ├── jquery.ui.datepicker-fo.js │ │ │ │ ├── jquery.ui.datepicker-fr-CH.js │ │ │ │ ├── jquery.ui.datepicker-fr.js │ │ │ │ ├── jquery.ui.datepicker-gl.js │ │ │ │ ├── jquery.ui.datepicker-he.js │ │ │ │ ├── jquery.ui.datepicker-hr.js │ │ │ │ ├── jquery.ui.datepicker-hu.js │ │ │ │ ├── jquery.ui.datepicker-hy.js │ │ │ │ ├── jquery.ui.datepicker-id.js │ │ │ │ ├── jquery.ui.datepicker-is.js │ │ │ │ ├── jquery.ui.datepicker-it.js │ │ │ │ ├── jquery.ui.datepicker-ja.js │ │ │ │ ├── jquery.ui.datepicker-kk.js │ │ │ │ ├── jquery.ui.datepicker-ko.js │ │ │ │ ├── jquery.ui.datepicker-lb.js │ │ │ │ ├── jquery.ui.datepicker-lt.js │ │ │ │ ├── jquery.ui.datepicker-lv.js │ │ │ │ ├── jquery.ui.datepicker-mk.js │ │ │ │ ├── jquery.ui.datepicker-ml.js │ │ │ │ ├── jquery.ui.datepicker-ms.js │ │ │ │ ├── jquery.ui.datepicker-nl-BE.js │ │ │ │ ├── jquery.ui.datepicker-nl.js │ │ │ │ ├── jquery.ui.datepicker-no.js │ │ │ │ ├── jquery.ui.datepicker-pl.js │ │ │ │ ├── jquery.ui.datepicker-pt-BR.js │ │ │ │ ├── jquery.ui.datepicker-pt.js │ │ │ │ ├── jquery.ui.datepicker-rm.js │ │ │ │ ├── jquery.ui.datepicker-ro.js │ │ │ │ ├── jquery.ui.datepicker-ru.js │ │ │ │ ├── jquery.ui.datepicker-sk.js │ │ │ │ ├── jquery.ui.datepicker-sl.js │ │ │ │ ├── jquery.ui.datepicker-sq.js │ │ │ │ ├── jquery.ui.datepicker-sr-SR.js │ │ │ │ ├── jquery.ui.datepicker-sr.js │ │ │ │ ├── jquery.ui.datepicker-sv.js │ │ │ │ ├── jquery.ui.datepicker-ta.js │ │ │ │ ├── jquery.ui.datepicker-th.js │ │ │ │ ├── jquery.ui.datepicker-tj.js │ │ │ │ ├── jquery.ui.datepicker-tr.js │ │ │ │ ├── jquery.ui.datepicker-uk.js │ │ │ │ ├── jquery.ui.datepicker-vi.js │ │ │ │ ├── jquery.ui.datepicker-zh-CN.js │ │ │ │ ├── jquery.ui.datepicker-zh-HK.js │ │ │ │ └── jquery.ui.datepicker-zh-TW.js │ │ │ ├── jquery-ui-1.8.17.custom.js │ │ │ ├── jquery.effects.blind.js │ │ │ ├── jquery.effects.bounce.js │ │ │ ├── jquery.effects.clip.js │ │ │ ├── jquery.effects.core.js │ │ │ ├── jquery.effects.drop.js │ │ │ ├── jquery.effects.explode.js │ │ │ ├── jquery.effects.fade.js │ │ │ ├── jquery.effects.fold.js │ │ │ ├── jquery.effects.highlight.js │ │ │ ├── jquery.effects.pulsate.js │ │ │ ├── jquery.effects.scale.js │ │ │ ├── jquery.effects.shake.js │ │ │ ├── jquery.effects.slide.js │ │ │ ├── jquery.effects.transfer.js │ │ │ ├── jquery.ui.accordion.js │ │ │ ├── jquery.ui.autocomplete.js │ │ │ ├── jquery.ui.button.js │ │ │ ├── jquery.ui.core.js │ │ │ ├── jquery.ui.datepicker.js │ │ │ ├── jquery.ui.dialog.js │ │ │ ├── jquery.ui.draggable.js │ │ │ ├── jquery.ui.droppable.js │ │ │ ├── jquery.ui.mouse.js │ │ │ ├── jquery.ui.position.js │ │ │ ├── jquery.ui.progressbar.js │ │ │ ├── jquery.ui.resizable.js │ │ │ ├── jquery.ui.selectable.js │ │ │ ├── jquery.ui.slider.js │ │ │ ├── jquery.ui.sortable.js │ │ │ ├── jquery.ui.tabs.js │ │ │ ├── jquery.ui.widget.js │ │ │ └── minified │ │ │ │ ├── .DS_Store │ │ │ │ ├── .svn │ │ │ │ ├── .DS_Store │ │ │ │ ├── all-wcprops │ │ │ │ ├── entries │ │ │ │ ├── prop-base │ │ │ │ │ ├── jquery.effects.blind.min.js.svn-base │ │ │ │ │ ├── jquery.effects.bounce.min.js.svn-base │ │ │ │ │ ├── jquery.effects.clip.min.js.svn-base │ │ │ │ │ ├── jquery.effects.core.min.js.svn-base │ │ │ │ │ ├── jquery.effects.drop.min.js.svn-base │ │ │ │ │ ├── jquery.effects.explode.min.js.svn-base │ │ │ │ │ ├── jquery.effects.fade.min.js.svn-base │ │ │ │ │ ├── jquery.effects.fold.min.js.svn-base │ │ │ │ │ ├── jquery.effects.highlight.min.js.svn-base │ │ │ │ │ ├── jquery.effects.pulsate.min.js.svn-base │ │ │ │ │ ├── jquery.effects.scale.min.js.svn-base │ │ │ │ │ ├── jquery.effects.shake.min.js.svn-base │ │ │ │ │ ├── jquery.effects.slide.min.js.svn-base │ │ │ │ │ ├── jquery.effects.transfer.min.js.svn-base │ │ │ │ │ ├── jquery.ui.accordion.min.js.svn-base │ │ │ │ │ ├── jquery.ui.autocomplete.min.js.svn-base │ │ │ │ │ ├── jquery.ui.button.min.js.svn-base │ │ │ │ │ ├── jquery.ui.core.min.js.svn-base │ │ │ │ │ ├── jquery.ui.datepicker.min.js.svn-base │ │ │ │ │ ├── jquery.ui.dialog.min.js.svn-base │ │ │ │ │ ├── jquery.ui.draggable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.droppable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.mouse.min.js.svn-base │ │ │ │ │ ├── jquery.ui.position.min.js.svn-base │ │ │ │ │ ├── jquery.ui.progressbar.min.js.svn-base │ │ │ │ │ ├── jquery.ui.resizable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.selectable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.slider.min.js.svn-base │ │ │ │ │ ├── jquery.ui.sortable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.tabs.min.js.svn-base │ │ │ │ │ └── jquery.ui.widget.min.js.svn-base │ │ │ │ └── text-base │ │ │ │ │ ├── jquery.effects.blind.min.js.svn-base │ │ │ │ │ ├── jquery.effects.bounce.min.js.svn-base │ │ │ │ │ ├── jquery.effects.clip.min.js.svn-base │ │ │ │ │ ├── jquery.effects.core.min.js.svn-base │ │ │ │ │ ├── jquery.effects.drop.min.js.svn-base │ │ │ │ │ ├── jquery.effects.explode.min.js.svn-base │ │ │ │ │ ├── jquery.effects.fade.min.js.svn-base │ │ │ │ │ ├── jquery.effects.fold.min.js.svn-base │ │ │ │ │ ├── jquery.effects.highlight.min.js.svn-base │ │ │ │ │ ├── jquery.effects.pulsate.min.js.svn-base │ │ │ │ │ ├── jquery.effects.scale.min.js.svn-base │ │ │ │ │ ├── jquery.effects.shake.min.js.svn-base │ │ │ │ │ ├── jquery.effects.slide.min.js.svn-base │ │ │ │ │ ├── jquery.effects.transfer.min.js.svn-base │ │ │ │ │ ├── jquery.ui.accordion.min.js.svn-base │ │ │ │ │ ├── jquery.ui.autocomplete.min.js.svn-base │ │ │ │ │ ├── jquery.ui.button.min.js.svn-base │ │ │ │ │ ├── jquery.ui.core.min.js.svn-base │ │ │ │ │ ├── jquery.ui.datepicker.min.js.svn-base │ │ │ │ │ ├── jquery.ui.dialog.min.js.svn-base │ │ │ │ │ ├── jquery.ui.draggable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.droppable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.mouse.min.js.svn-base │ │ │ │ │ ├── jquery.ui.position.min.js.svn-base │ │ │ │ │ ├── jquery.ui.progressbar.min.js.svn-base │ │ │ │ │ ├── jquery.ui.resizable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.selectable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.slider.min.js.svn-base │ │ │ │ │ ├── jquery.ui.sortable.min.js.svn-base │ │ │ │ │ ├── jquery.ui.tabs.min.js.svn-base │ │ │ │ │ └── jquery.ui.widget.min.js.svn-base │ │ │ │ ├── jquery.effects.blind.min.js │ │ │ │ ├── jquery.effects.bounce.min.js │ │ │ │ ├── jquery.effects.clip.min.js │ │ │ │ ├── jquery.effects.core.min.js │ │ │ │ ├── jquery.effects.drop.min.js │ │ │ │ ├── jquery.effects.explode.min.js │ │ │ │ ├── jquery.effects.fade.min.js │ │ │ │ ├── jquery.effects.fold.min.js │ │ │ │ ├── jquery.effects.highlight.min.js │ │ │ │ ├── jquery.effects.pulsate.min.js │ │ │ │ ├── jquery.effects.scale.min.js │ │ │ │ ├── jquery.effects.shake.min.js │ │ │ │ ├── jquery.effects.slide.min.js │ │ │ │ ├── jquery.effects.transfer.min.js │ │ │ │ ├── jquery.ui.accordion.min.js │ │ │ │ ├── jquery.ui.autocomplete.min.js │ │ │ │ ├── jquery.ui.button.min.js │ │ │ │ ├── jquery.ui.core.min.js │ │ │ │ ├── jquery.ui.datepicker.min.js │ │ │ │ ├── jquery.ui.dialog.min.js │ │ │ │ ├── jquery.ui.draggable.min.js │ │ │ │ ├── jquery.ui.droppable.min.js │ │ │ │ ├── jquery.ui.mouse.min.js │ │ │ │ ├── jquery.ui.position.min.js │ │ │ │ ├── jquery.ui.progressbar.min.js │ │ │ │ ├── jquery.ui.resizable.min.js │ │ │ │ ├── jquery.ui.selectable.min.js │ │ │ │ ├── jquery.ui.slider.min.js │ │ │ │ ├── jquery.ui.sortable.min.js │ │ │ │ ├── jquery.ui.tabs.min.js │ │ │ │ └── jquery.ui.widget.min.js │ │ └── version.txt │ ├── index.html │ ├── js │ │ ├── .DS_Store │ │ ├── jquery-1.7.1.min.js │ │ ├── jquery-ui-1.8.17.custom.min.js │ │ └── jquery-ui-1.8.17.custom.min.txt │ └── plugins │ │ ├── .DS_Store │ │ ├── jquery.csv.js │ │ └── jquery.gritter.js ├── js.zip ├── pretty-json-min.js └── ss_sitetree.js ├── readme.txt ├── xsd0.xsd └── xsd0_v12_2_60.xsd /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | *.DS_Store* -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- 1 | image: registry.gitlab.com/imperva-community/public/docker/cibuilder:stable 2 | 3 | services: 4 | - docker:dind 5 | 6 | stages: 7 | - build 8 | 9 | build: 10 | stage: build 11 | except: 12 | - tags 13 | script: 14 | - build.sh "imperva-web-api-composer" 15 | -------------------------------------------------------------------------------- /Imperva Web API Composer GCP kubernetes instructions/imperva-web-api-composer-deployment.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: apps/v1 2 | kind: Deployment 3 | metadata: 4 | annotations: 5 | kompose.cmd: kompose-windows-amd64.exe convert 6 | kompose.version: "" 7 | creationTimestamp: null 8 | labels: 9 | io.kompose.service: imperva-web-api-composer 10 | name: imperva-web-api-composer 11 | spec: 12 | replicas: 1 13 | strategy: {} 14 | selector: 15 | matchLabels: 16 | io.kompose.service: imperva-web-api-composer 17 | template: 18 | metadata: 19 | creationTimestamp: null 20 | labels: 21 | io.kompose.service: imperva-web-api-composer 22 | spec: 23 | containers: 24 | - env: 25 | - name: CONTAINER_NAME 26 | value: imperva-web-api-composer 27 | - name: TZ 28 | value: UTC 29 | image: registry.gitlab.com/imperva-community/public/tools/imperva-web-api-composer:latest 30 | name: imperva-web-api-composer 31 | ports: 32 | - containerPort: 80 33 | - containerPort: 443 34 | resources: {} 35 | restartPolicy: Always 36 | status: {} 37 | -------------------------------------------------------------------------------- /Imperva Web API Composer GCP kubernetes instructions/imperva-web-api-composer-service.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Service 3 | metadata: 4 | annotations: 5 | kompose.cmd: kompose-windows-amd64.exe convert 6 | kompose.version: "" 7 | creationTimestamp: null 8 | labels: 9 | io.kompose.service: imperva-web-api-composer 10 | name: imperva-web-api-composer 11 | spec: 12 | ports: 13 | - name: "8080" 14 | port: 8080 15 | targetPort: 8080 16 | - name: "8443" 17 | port: 8443 18 | targetPort: 443 19 | type: LoadBalancer 20 | selector: 21 | io.kompose.service: imperva-web-api-composer 22 | status: 23 | loadBalancer: {} 24 | -------------------------------------------------------------------------------- /config/php.ini: -------------------------------------------------------------------------------- 1 | [Date] 2 | date.timezone="UTC" 3 | short_open_tag = On 4 | error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT 5 | display_errors = On 6 | display_startup_errors = On -------------------------------------------------------------------------------- /config/supervisord.conf: -------------------------------------------------------------------------------- 1 | [supervisord] 2 | nodaemon=true 3 | logfile=/dev/null 4 | logfile_maxbytes=0 5 | pidfile=/run/supervisord.pid 6 | 7 | [program:php-fpm] 8 | command=php-fpm7 -F 9 | stdout_logfile=/dev/stdout 10 | stdout_logfile_maxbytes=0 11 | stderr_logfile=/dev/stderr 12 | stderr_logfile_maxbytes=0 13 | autorestart=false 14 | startretries=0 15 | 16 | [program:nginx] 17 | command=nginx -g 'daemon off;' 18 | stdout_logfile=/dev/stdout 19 | stdout_logfile_maxbytes=0 20 | stderr_logfile=/dev/stderr 21 | stderr_logfile_maxbytes=0 22 | autorestart=false 23 | startretries=0 24 | -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: "3" 2 | 3 | services: 4 | imperva-web-api-composer: 5 | image: registry.gitlab.com/imperva-community/public/tools/imperva-web-api-composer:latest 6 | # build: . 7 | # volumes: 8 | # - ./target/:/usr/local/tomcat/webapps/ 9 | ports: 10 | - 8080:8080 11 | - 8443:443 12 | environment: 13 | TZ: ${TZ:-UTC} 14 | CONTAINER_NAME: imperva-web-api-composer 15 | 16 | -------------------------------------------------------------------------------- /files/etc/php7/conf.d/apitool.ini: -------------------------------------------------------------------------------- 1 | short_open_tag = On 2 | date.timezone = "UTC" 3 | error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT 4 | display_errors = On 5 | display_startup_errors = On 6 | extension=yaml.so -------------------------------------------------------------------------------- /files/init-imperva-web-api-composer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # SFDC Portal container initialization script 4 | # 5 | set -e 6 | 7 | # Command is '/usr/sbin/httpd' so need to modify a few things 8 | if [ "$1" == "/usr/sbin/httpd" ]; then 9 | 10 | # Secure SSL certificates 11 | chgrp -R apache /etc/apache2/certs/* 12 | 13 | fi 14 | 15 | # Execute the command 16 | exec "$@" 17 | -------------------------------------------------------------------------------- /files/usr/local/bin/healthcheck.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash -e 2 | 3 | # Healthcheck is disabled 4 | if [[ ! -z $ENABLE_HEALTHCHECK && $ENABLE_HEALTHCHECK -eq 0 ]]; then 5 | exit 0 6 | fi 7 | 8 | # Check web services are running 9 | curl -Ls http://localhost >/dev/null 10 | curl -Lks https://localhost >/dev/null 11 | -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "ci_tool": "gitlab", 3 | "version": "2.0.5", 4 | "docker": { 5 | "images": { 6 | "imperva-web-api-composer": { 7 | "cache": { 8 | "pull_from_registry": "GitlabCloud", 9 | "image": "imperva-web-api-composer:latest" 10 | }, 11 | "extra_tags": [ 12 | "latest", 13 | "beta" 14 | ], 15 | "push_to_registries": [ 16 | "GitlabCloud", 17 | "DockerHub" 18 | ] 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /src/ajax/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ajax/.DS_Store -------------------------------------------------------------------------------- /src/ajax/incap_swagger.php: -------------------------------------------------------------------------------- 1 | apiDefinitionIndex = $_GET["apiDefinitionIndex"]; 39 | print(json_encode($parsed)); 40 | 41 | ?> -------------------------------------------------------------------------------- /src/ajax/ss_api_wadl.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ajax/ss_schema.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/CURL_API_Samples_Incapsula.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/assets/CURL_API_Samples_Incapsula.zip -------------------------------------------------------------------------------- /src/assets/CURL_API_Samples_SecureSphere.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/assets/CURL_API_Samples_SecureSphere.zip -------------------------------------------------------------------------------- /src/assets/Incapsula_Policy_Predicates.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/assets/Incapsula_Policy_Predicates.xlsx -------------------------------------------------------------------------------- /src/assets/policy_predicate_mapping.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/assets/policy_predicate_mapping.xlsx -------------------------------------------------------------------------------- /src/auth.js: -------------------------------------------------------------------------------- 1 | var incapDefConfig = { 2 | "localurl":"api_post.php", 3 | "server":"https://my.incapsula.com" 4 | } 5 | var listOfMXs = { 6 | "MXServers":[ 7 | {"displayName":"V12.0 MX","ip":"192.168.12.70","default":true}, 8 | {"displayName":"V13.0 MX2","ip":"192.168.12.200"}, 9 | {"displayName":"V11.5 MX","ip":"192.168.12.90"}, 10 | {"displayName":"V11.5 DAS","ip":"192.168.12.64"}, 11 | {"displayName":"V11.5 SOM","ip":"192.168.12.65"} 12 | ] 13 | } 14 | var ssDefConfig = { 15 | "actionPrefix":"/SecureSphere/api", 16 | "proto":"https", 17 | "port":"8083", 18 | "SSusername":"admin", 19 | "SSpassword":"webco123" 20 | } -------------------------------------------------------------------------------- /src/contributors.txt: -------------------------------------------------------------------------------- 1 | Brian Anderson 2 | Josh Hogle -------------------------------------------------------------------------------- /src/css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /src/css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /src/css/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /src/css/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /src/css/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /src/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/functions.php: -------------------------------------------------------------------------------- 1 | $value) { 14 | $mixed[$key] = htmlspecialchars_deep($value, $quote_style, $charset); 15 | } 16 | } elseif (is_string($mixed)) { 17 | $mixed = htmlspecialchars(htmlspecialchars_decode($mixed, $quote_style), $quote_style, $charset); 18 | } 19 | return $mixed; 20 | } 21 | 22 | 23 | function isJson($string) { 24 | json_decode($string); 25 | return (json_last_error() == JSON_ERROR_NONE); 26 | } 27 | 28 | 29 | 30 | ?> -------------------------------------------------------------------------------- /src/images/bg_grad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/bg_grad.jpg -------------------------------------------------------------------------------- /src/images/bg_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/bg_head.png -------------------------------------------------------------------------------- /src/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/down.png -------------------------------------------------------------------------------- /src/images/error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/error.jpg -------------------------------------------------------------------------------- /src/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/favicon.ico -------------------------------------------------------------------------------- /src/images/gritter-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/gritter-light.png -------------------------------------------------------------------------------- /src/images/gritter-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/gritter-long.png -------------------------------------------------------------------------------- /src/images/gritter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/gritter.png -------------------------------------------------------------------------------- /src/images/icon_info_16x16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/icon_info_16x16.jpg -------------------------------------------------------------------------------- /src/images/ie-spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/ie-spacer.gif -------------------------------------------------------------------------------- /src/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/loading.gif -------------------------------------------------------------------------------- /src/images/shadow/corner_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/shadow/corner_bl.gif -------------------------------------------------------------------------------- /src/images/shadow/corner_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/shadow/corner_tr.gif -------------------------------------------------------------------------------- /src/images/shadow/shadow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/images/shadow/shadow.gif -------------------------------------------------------------------------------- /src/js/incap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/js/incap/.DS_Store -------------------------------------------------------------------------------- /src/js/settings.js: -------------------------------------------------------------------------------- 1 | var incapDefConfig = { 2 | "sitePageSize":100, 3 | "sitePageNum":100, 4 | "localurl":"api_post.php", 5 | "server":"https://my.incapsula.com" 6 | } 7 | 8 | var ssDefConfig = { 9 | "actionPrefix":"/SecureSphere/api", 10 | "proto":"https", 11 | "port":"8083" 12 | } 13 | -------------------------------------------------------------------------------- /src/js/ss/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/js/ss/.DS_Store -------------------------------------------------------------------------------- /src/phpinfo.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ss/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/.DS_Store -------------------------------------------------------------------------------- /src/ss/css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/css/.DS_Store -------------------------------------------------------------------------------- /src/ss/functions.php: -------------------------------------------------------------------------------- 1 | $value) { 14 | $mixed[$key] = htmlspecialchars_deep($value, $quote_style, $charset); 15 | } 16 | } elseif (is_string($mixed)) { 17 | $mixed = htmlspecialchars(htmlspecialchars_decode($mixed, $quote_style), $quote_style, $charset); 18 | } 19 | return $mixed; 20 | } 21 | 22 | ?> -------------------------------------------------------------------------------- /src/ss/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/.DS_Store -------------------------------------------------------------------------------- /src/ss/images/bg_grad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/bg_grad.jpg -------------------------------------------------------------------------------- /src/ss/images/bg_head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/bg_head.jpg -------------------------------------------------------------------------------- /src/ss/images/bg_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/bg_head.png -------------------------------------------------------------------------------- /src/ss/images/bg_head2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/bg_head2.jpg -------------------------------------------------------------------------------- /src/ss/images/error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/error.jpg -------------------------------------------------------------------------------- /src/ss/images/imperva-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/imperva-logo.jpg -------------------------------------------------------------------------------- /src/ss/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/loading.gif -------------------------------------------------------------------------------- /src/ss/images/logos/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.DS_Store -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 52 4 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/logos 5 | END 6 | verizonbusiness.jpg 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 72 10 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/logos/verizonbusiness.jpg 11 | END 12 | savvis.jpg 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 63 16 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/logos/savvis.jpg 17 | END 18 | rackspace.jpg 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 66 22 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/logos/rackspace.jpg 23 | END 24 | secureworks.jpg 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 68 28 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/logos/secureworks.jpg 29 | END 30 | -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/prop-base/rackspace.jpg.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/prop-base/savvis.jpg.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/prop-base/secureworks.jpg.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/prop-base/verizonbusiness.jpg.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/text-base/rackspace.jpg.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.svn/text-base/rackspace.jpg.svn-base -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/text-base/savvis.jpg.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.svn/text-base/savvis.jpg.svn-base -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/text-base/secureworks.jpg.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.svn/text-base/secureworks.jpg.svn-base -------------------------------------------------------------------------------- /src/ss/images/logos/.svn/text-base/verizonbusiness.jpg.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/.svn/text-base/verizonbusiness.jpg.svn-base -------------------------------------------------------------------------------- /src/ss/images/logos/rackspace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/rackspace.jpg -------------------------------------------------------------------------------- /src/ss/images/logos/savvis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/savvis.jpg -------------------------------------------------------------------------------- /src/ss/images/logos/secureworks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/secureworks.jpg -------------------------------------------------------------------------------- /src/ss/images/logos/verizonbusiness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/logos/verizonbusiness.jpg -------------------------------------------------------------------------------- /src/ss/images/shadow/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/.DS_Store -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 53 4 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/shadow 5 | END 6 | corner_tr.gif 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 67 10 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/shadow/corner_tr.gif 11 | END 12 | corner_bl.gif 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 67 16 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/shadow/corner_bl.gif 17 | END 18 | shadow.gif 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 64 22 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/images/shadow/shadow.gif 23 | END 24 | -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 3 5 | https://us-sesvn-wp1.imperva.local/svn/Imperva/SecureSphereAPI/images/shadow 6 | https://us-sesvn-wp1.imperva.local/svn/Imperva 7 | 8 | 9 | 10 | 2014-01-27T21:31:56.651577Z 11 | 3 12 | banderson 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | b0895e2d-9c78-e34c-ba61-92afb32e235b 28 | 29 | corner_tr.gif 30 | file 31 | 32 | 33 | 34 | 35 | 2012-02-08T17:01:01.000000Z 36 | fbd3a4fdaa986adfce4d1fa6393430a6 37 | 2014-01-27T21:31:56.651577Z 38 | 3 39 | banderson 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 110 62 | 63 | corner_bl.gif 64 | file 65 | 66 | 67 | 68 | 69 | 2012-02-08T17:01:12.000000Z 70 | 201fcc440e04b70bfc41c5bbcda54a65 71 | 2014-01-27T21:31:56.651577Z 72 | 3 73 | banderson 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 111 96 | 97 | shadow.gif 98 | file 99 | 100 | 101 | 102 | 103 | 2012-02-08T17:01:19.000000Z 104 | ca653a391ff9d984a48b909d3b3f7575 105 | 2014-01-27T21:31:56.651577Z 106 | 3 107 | banderson 108 | has-props 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 2028 130 | 131 | -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/prop-base/corner_bl.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/prop-base/corner_tr.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/prop-base/shadow.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/text-base/corner_bl.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/.svn/text-base/corner_bl.gif.svn-base -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/text-base/corner_tr.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/.svn/text-base/corner_tr.gif.svn-base -------------------------------------------------------------------------------- /src/ss/images/shadow/.svn/text-base/shadow.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/.svn/text-base/shadow.gif.svn-base -------------------------------------------------------------------------------- /src/ss/images/shadow/corner_bl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/corner_bl.gif -------------------------------------------------------------------------------- /src/ss/images/shadow/corner_tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/corner_tr.gif -------------------------------------------------------------------------------- /src/ss/images/shadow/shadow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/images/shadow/shadow.gif -------------------------------------------------------------------------------- /src/ss/js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 66 4 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/black-tie 5 | END 6 | jquery-ui-1.8.17.custom.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 94 10 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/black-tie/jquery-ui-1.8.17.custom.css 11 | END 12 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 3 5 | https://us-sesvn-wp1.imperva.local/svn/Imperva/SecureSphereAPI/js/jquery-ui/css/black-tie 6 | https://us-sesvn-wp1.imperva.local/svn/Imperva 7 | 8 | 9 | 10 | 2014-01-27T21:31:56.651577Z 11 | 3 12 | banderson 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | b0895e2d-9c78-e34c-ba61-92afb32e235b 28 | 29 | jquery-ui-1.8.17.custom.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-02-08T02:01:30.000000Z 36 | 573bc137546a9f8bf366b3e5691260ed 37 | 2014-01-27T21:31:56.651577Z 38 | 3 39 | banderson 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 33350 62 | 63 | images 64 | dir 65 | 66 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/.svn/prop-base/jquery-ui-1.8.17.custom.css.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_diagonals-thick_8_333333_40x40.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_flat_65_ffffff_40x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_glass_40_111111_1x400.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_glass_55_1c1c1c_1x400.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_highlight-hard_100_f9f9f9_1x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_highlight-hard_40_aaaaaa_1x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_highlight-soft_50_aaaaaa_1x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_inset-hard_45_cd0a0a_1x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-bg_inset-hard_55_ffeb80_1x100.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_222222_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_4ca300_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_bbbbbb_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_ededed_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_ffcf29_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/prop-base/ui-icons_ffffff_256x240.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_diagonals-thick_8_333333_40x40.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_diagonals-thick_8_333333_40x40.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_flat_65_ffffff_40x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_flat_65_ffffff_40x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_glass_40_111111_1x400.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_glass_40_111111_1x400.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_glass_55_1c1c1c_1x400.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_glass_55_1c1c1c_1x400.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-hard_100_f9f9f9_1x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-hard_100_f9f9f9_1x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-hard_40_aaaaaa_1x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-hard_40_aaaaaa_1x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-soft_50_aaaaaa_1x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_highlight-soft_50_aaaaaa_1x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_inset-hard_45_cd0a0a_1x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_inset-hard_45_cd0a0a_1x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_inset-hard_55_ffeb80_1x100.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-bg_inset-hard_55_ffeb80_1x100.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_222222_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_222222_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_4ca300_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_4ca300_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_bbbbbb_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_bbbbbb_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ededed_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ededed_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ffcf29_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ffcf29_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ffffff_256x240.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/.svn/text-base/ui-icons_ffffff_256x240.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_glass_40_111111_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_glass_40_111111_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_4ca300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_4ca300_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ededed_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ededed_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ffcf29_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ffcf29_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/black-tie/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/gritter/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/gritter/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/gritter/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/gritter/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/gritter/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 64 4 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/gritter 5 | END 6 | jquery.gritter.css 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 83 10 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/gritter/jquery.gritter.css 11 | END 12 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/gritter/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 3 5 | https://us-sesvn-wp1.imperva.local/svn/Imperva/SecureSphereAPI/js/jquery-ui/css/gritter 6 | https://us-sesvn-wp1.imperva.local/svn/Imperva 7 | 8 | 9 | 10 | 2014-01-27T21:31:56.651577Z 11 | 3 12 | banderson 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | b0895e2d-9c78-e34c-ba61-92afb32e235b 28 | 29 | jquery.gritter.css 30 | file 31 | 32 | 33 | 34 | 35 | 2012-02-09T05:20:31.000000Z 36 | ffda833b6f7d314acd6dafa58c356295 37 | 2014-01-27T21:31:56.651577Z 38 | 3 39 | banderson 40 | has-props 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 1924 62 | 63 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/gritter/.svn/prop-base/jquery.gritter.css.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 63 4 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images 5 | END 6 | gritter-long.png 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 80 10 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images/gritter-long.png 11 | END 12 | trees.jpg 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 73 16 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images/trees.jpg 17 | END 18 | gritter.png 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 75 22 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images/gritter.png 23 | END 24 | gritter-light.png 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 81 28 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images/gritter-light.png 29 | END 30 | ie-spacer.gif 31 | K 25 32 | svn:wc:ra_dav:version-url 33 | V 77 34 | /svn/Imperva/!svn/ver/3/SecureSphereAPI/js/jquery-ui/css/images/ie-spacer.gif 35 | END 36 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/prop-base/gritter-light.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/prop-base/gritter-long.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/prop-base/gritter.png.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/prop-base/ie-spacer.gif.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/prop-base/trees.jpg.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | K 13 6 | svn:mime-type 7 | V 24 8 | application/octet-stream 9 | END 10 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/text-base/gritter-light.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/text-base/gritter-light.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/text-base/gritter-long.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/text-base/gritter-long.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/text-base/gritter.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/text-base/gritter.png.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/text-base/ie-spacer.gif.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/text-base/ie-spacer.gif.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/.svn/text-base/trees.jpg.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/.svn/text-base/trees.jpg.svn-base -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/gritter-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/gritter-light.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/gritter-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/gritter-long.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/gritter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/gritter.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/ie-spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/ie-spacer.gif -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/css/images/trees.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/css/images/trees.jpg -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/AUTHORS.txt: -------------------------------------------------------------------------------- 1 | jQuery UI Authors (http://jqueryui.com/about) 2 | 3 | This software consists of voluntary contributions made by many 4 | individuals. For exact contribution history, see the revision history 5 | and logs, available at http://github.com/jquery/jquery-ui 6 | 7 | Brandon Aaron 8 | Paul Bakaus (paulbakaus.com) 9 | David Bolter 10 | Rich Caloggero 11 | Chi Cheng (cloudream@gmail.com) 12 | Colin Clark (http://colin.atrc.utoronto.ca/) 13 | Michelle D'Souza 14 | Aaron Eisenberger (aaronchi@gmail.com) 15 | Ariel Flesler 16 | Bohdan Ganicky 17 | Scott González 18 | Marc Grabanski (m@marcgrabanski.com) 19 | Klaus Hartl (stilbuero.de) 20 | Scott Jehl 21 | Cody Lindley 22 | Eduardo Lundgren (eduardolundgren@gmail.com) 23 | Todd Parker 24 | John Resig 25 | Patty Toland 26 | Ca-Phun Ung (yelotofu.com) 27 | Keith Wood (kbwood@virginbroadband.com.au) 28 | Maggie Costello Wachs 29 | Richard D. Worth (rdworth.org) 30 | Jörn Zaefferer (bassistance.de) 31 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/MIT-LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/ 2 | 3 | This software consists of voluntary contributions made by many 4 | individuals (AUTHORS.txt, http://jqueryui.com/about) For exact 5 | contribution history, see the revision history and logs, available 6 | at http://jquery-ui.googlecode.com/svn/ 7 | 8 | Permission is hereby granted, free of charge, to any person obtaining 9 | a copy of this software and associated documentation files (the 10 | "Software"), to deal in the Software without restriction, including 11 | without limitation the rights to use, copy, modify, merge, publish, 12 | distribute, sublicense, and/or sell copies of the Software, and to 13 | permit persons to whom the Software is furnished to do so, subject to 14 | the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be 17 | included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 20 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 22 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 23 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 24 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 25 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 26 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/external/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/external/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Accordion 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Accordion#theming 9 | */ 10 | /* IE/Win - Fix animation bug - #4615 */ 11 | .ui-accordion { width: 100%; } 12 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 13 | .ui-accordion .ui-accordion-li-fix { display: inline; } 14 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 15 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } 16 | .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } 17 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 18 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } 19 | .ui-accordion .ui-accordion-content-active { display: block; } 20 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Autocomplete 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Autocomplete#theming 9 | */ 10 | .ui-autocomplete { position: absolute; cursor: default; } 11 | 12 | /* workarounds */ 13 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 14 | 15 | /* 16 | * jQuery UI Menu 1.8.17 17 | * 18 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 19 | * Dual licensed under the MIT or GPL Version 2 licenses. 20 | * http://jquery.org/license 21 | * 22 | * http://docs.jquery.com/UI/Menu#theming 23 | */ 24 | .ui-menu { 25 | list-style:none; 26 | padding: 2px; 27 | margin: 0; 28 | display:block; 29 | float: left; 30 | } 31 | .ui-menu .ui-menu { 32 | margin-top: -3px; 33 | } 34 | .ui-menu .ui-menu-item { 35 | margin:0; 36 | padding: 0; 37 | zoom: 1; 38 | float: left; 39 | clear: left; 40 | width: 100%; 41 | } 42 | .ui-menu .ui-menu-item a { 43 | text-decoration:none; 44 | display:block; 45 | padding:.2em .4em; 46 | line-height:1.5; 47 | zoom:1; 48 | } 49 | .ui-menu .ui-menu-item a.ui-state-hover, 50 | .ui-menu .ui-menu-item a.ui-state-active { 51 | font-weight: normal; 52 | margin: -1px; 53 | } 54 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | @import url("jquery.ui.core.css"); 2 | @import url("jquery.ui.resizable.css"); 3 | @import url("jquery.ui.selectable.css"); 4 | @import url("jquery.ui.accordion.css"); 5 | @import url("jquery.ui.autocomplete.css"); 6 | @import url("jquery.ui.button.css"); 7 | @import url("jquery.ui.dialog.css"); 8 | @import url("jquery.ui.slider.css"); 9 | @import url("jquery.ui.tabs.css"); 10 | @import url("jquery.ui.datepicker.css"); 11 | @import url("jquery.ui.progressbar.css"); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.core.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming/API 9 | */ 10 | 11 | /* Layout helpers 12 | ----------------------------------*/ 13 | .ui-helper-hidden { display: none; } 14 | .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } 15 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } 16 | .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } 17 | .ui-helper-clearfix:after { clear: both; } 18 | .ui-helper-clearfix { zoom: 1; } 19 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } 20 | 21 | 22 | /* Interaction Cues 23 | ----------------------------------*/ 24 | .ui-state-disabled { cursor: default !important; } 25 | 26 | 27 | /* Icons 28 | ----------------------------------*/ 29 | 30 | /* states and images */ 31 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } 32 | 33 | 34 | /* Misc visuals 35 | ----------------------------------*/ 36 | 37 | /* Overlays */ 38 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 39 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Dialog 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Dialog#theming 9 | */ 10 | .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } 11 | .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } 12 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 13 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 14 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } 15 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } 16 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 17 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 18 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } 19 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } 20 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } 21 | .ui-draggable .ui-dialog-titlebar { cursor: move; } 22 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Progressbar 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; overflow: hidden; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Resizable 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Resizable#theming 9 | */ 10 | .ui-resizable { position: relative;} 11 | .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } 12 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } 13 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } 14 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } 15 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } 16 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } 17 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } 18 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } 19 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 20 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Selectable 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Selectable#theming 9 | */ 10 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } 11 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Slider 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Slider#theming 9 | */ 10 | .ui-slider { position: relative; text-align: left; } 11 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } 12 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } 13 | 14 | .ui-slider-horizontal { height: .8em; } 15 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } 16 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } 17 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } 18 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } 19 | 20 | .ui-slider-vertical { width: .8em; height: 100px; } 21 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } 22 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } 23 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } 24 | .ui-slider-vertical .ui-slider-range-max { top: 0; } -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Tabs 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Tabs#theming 9 | */ 10 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 11 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } 12 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } 13 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } 14 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } 15 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } 16 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 17 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } 18 | .ui-tabs .ui-tabs-hide { display: none !important; } 19 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_4ca300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_4ca300_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ededed_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ededed_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ffcf29_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ffcf29_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/themes/black-tie/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.accordion.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Accordion 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Accordion#theming 9 | */ 10 | /* IE/Win - Fix animation bug - #4615 */ 11 | .ui-accordion { width: 100%; } 12 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 13 | .ui-accordion .ui-accordion-li-fix { display: inline; } 14 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 15 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } 16 | .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } 17 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 18 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } 19 | .ui-accordion .ui-accordion-content-active { display: block; } 20 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Autocomplete 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Autocomplete#theming 9 | */ 10 | .ui-autocomplete { position: absolute; cursor: default; } 11 | 12 | /* workarounds */ 13 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 14 | 15 | /* 16 | * jQuery UI Menu 1.8.17 17 | * 18 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 19 | * Dual licensed under the MIT or GPL Version 2 licenses. 20 | * http://jquery.org/license 21 | * 22 | * http://docs.jquery.com/UI/Menu#theming 23 | */ 24 | .ui-menu { 25 | list-style:none; 26 | padding: 2px; 27 | margin: 0; 28 | display:block; 29 | float: left; 30 | } 31 | .ui-menu .ui-menu { 32 | margin-top: -3px; 33 | } 34 | .ui-menu .ui-menu-item { 35 | margin:0; 36 | padding: 0; 37 | zoom: 1; 38 | float: left; 39 | clear: left; 40 | width: 100%; 41 | } 42 | .ui-menu .ui-menu-item a { 43 | text-decoration:none; 44 | display:block; 45 | padding:.2em .4em; 46 | line-height:1.5; 47 | zoom:1; 48 | } 49 | .ui-menu .ui-menu-item a.ui-state-hover, 50 | .ui-menu .ui-menu-item a.ui-state-active { 51 | font-weight: normal; 52 | margin: -1px; 53 | } 54 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | @import url("jquery.ui.core.css"); 2 | @import url("jquery.ui.resizable.css"); 3 | @import url("jquery.ui.selectable.css"); 4 | @import url("jquery.ui.accordion.css"); 5 | @import url("jquery.ui.autocomplete.css"); 6 | @import url("jquery.ui.button.css"); 7 | @import url("jquery.ui.dialog.css"); 8 | @import url("jquery.ui.slider.css"); 9 | @import url("jquery.ui.tabs.css"); 10 | @import url("jquery.ui.datepicker.css"); 11 | @import url("jquery.ui.progressbar.css"); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.core.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming/API 9 | */ 10 | 11 | /* Layout helpers 12 | ----------------------------------*/ 13 | .ui-helper-hidden { display: none; } 14 | .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } 15 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } 16 | .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } 17 | .ui-helper-clearfix:after { clear: both; } 18 | .ui-helper-clearfix { zoom: 1; } 19 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } 20 | 21 | 22 | /* Interaction Cues 23 | ----------------------------------*/ 24 | .ui-state-disabled { cursor: default !important; } 25 | 26 | 27 | /* Icons 28 | ----------------------------------*/ 29 | 30 | /* states and images */ 31 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } 32 | 33 | 34 | /* Misc visuals 35 | ----------------------------------*/ 36 | 37 | /* Overlays */ 38 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 39 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.dialog.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Dialog 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Dialog#theming 9 | */ 10 | .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } 11 | .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } 12 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 13 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 14 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } 15 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } 16 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 17 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 18 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } 19 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } 20 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } 21 | .ui-draggable .ui-dialog-titlebar { cursor: move; } 22 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Progressbar 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; overflow: hidden; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.resizable.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Resizable 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Resizable#theming 9 | */ 10 | .ui-resizable { position: relative;} 11 | .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } 12 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } 13 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } 14 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } 15 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } 16 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } 17 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } 18 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } 19 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 20 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Selectable 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Selectable#theming 9 | */ 10 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } 11 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.slider.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Slider 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Slider#theming 9 | */ 10 | .ui-slider { position: relative; text-align: left; } 11 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } 12 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } 13 | 14 | .ui-slider-horizontal { height: .8em; } 15 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } 16 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } 17 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } 18 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } 19 | 20 | .ui-slider-vertical { width: .8em; height: 100px; } 21 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } 22 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } 23 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } 24 | .ui-slider-vertical .ui-slider-range-max { top: 0; } -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/themes/black-tie/jquery.ui.tabs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Tabs 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Tabs#theming 9 | */ 10 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 11 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } 12 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } 13 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } 14 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } 15 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } 16 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 17 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } 18 | .ui-tabs .ui-tabs-hide { display: none !important; } 19 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/ui/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/ui/i18n/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js: -------------------------------------------------------------------------------- 1 | /* Afrikaans initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Renier Pretorius. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['af'] = { 5 | closeText: 'Selekteer', 6 | prevText: 'Vorige', 7 | nextText: 'Volgende', 8 | currentText: 'Vandag', 9 | monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie', 10 | 'Julie','Augustus','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'], 13 | dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], 14 | dayNamesShort: ['Son', 'Maa', 'Din', 'Woe', 'Don', 'Vry', 'Sat'], 15 | dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['af']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js: -------------------------------------------------------------------------------- 1 | /* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ 2 | /* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */ 3 | 4 | jQuery(function($){ 5 | $.datepicker.regional['ar-DZ'] = { 6 | closeText: 'إغلاق', 7 | prevText: '<السابق', 8 | nextText: 'التالي>', 9 | currentText: 'اليوم', 10 | monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان', 11 | 'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'], 12 | monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], 13 | dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 14 | dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 15 | dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 16 | weekHeader: 'أسبوع', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 6, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ar-DZ']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js: -------------------------------------------------------------------------------- 1 | /* Arabic Translation for jQuery UI date picker plugin. */ 2 | /* Khaled Alhourani -- me@khaledalhourani.com */ 3 | /* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ 4 | jQuery(function($){ 5 | $.datepicker.regional['ar'] = { 6 | closeText: 'إغلاق', 7 | prevText: '<السابق', 8 | nextText: 'التالي>', 9 | currentText: 'اليوم', 10 | monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران', 11 | 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], 12 | monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], 13 | dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 14 | dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 15 | dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 16 | weekHeader: 'أسبوع', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 6, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ar']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js: -------------------------------------------------------------------------------- 1 | /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jamil Najafov (necefov33@gmail.com). */ 3 | jQuery(function($) { 4 | $.datepicker.regional['az'] = { 5 | closeText: 'Bağla', 6 | prevText: '<Geri', 7 | nextText: 'İrəli>', 8 | currentText: 'Bugün', 9 | monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', 10 | 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], 11 | monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun', 12 | 'İyul','Avq','Sen','Okt','Noy','Dek'], 13 | dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'], 14 | dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'], 15 | dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'], 16 | weekHeader: 'Hf', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['az']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js: -------------------------------------------------------------------------------- 1 | /* Bulgarian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Stoyan Kyosev (http://svest.org). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['bg'] = { 5 | closeText: 'затвори', 6 | prevText: '<назад', 7 | nextText: 'напред>', 8 | nextBigText: '>>', 9 | currentText: 'днес', 10 | monthNames: ['Януари','Февруари','Март','Април','Май','Юни', 11 | 'Юли','Август','Септември','Октомври','Ноември','Декември'], 12 | monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни', 13 | 'Юли','Авг','Сеп','Окт','Нов','Дек'], 14 | dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'], 15 | dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'], 16 | dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'], 17 | weekHeader: 'Wk', 18 | dateFormat: 'dd.mm.yy', 19 | firstDay: 1, 20 | isRTL: false, 21 | showMonthAfterYear: false, 22 | yearSuffix: ''}; 23 | $.datepicker.setDefaults($.datepicker.regional['bg']); 24 | }); 25 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js: -------------------------------------------------------------------------------- 1 | /* Bosnian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Kenan Konjo. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['bs'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Juni', 10 | 'Juli','August','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['bs']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js: -------------------------------------------------------------------------------- 1 | /* Inicialització en català per a l'extenció 'calendar' per jQuery. */ 2 | /* Writers: (joan.leon@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ca'] = { 5 | closeText: 'Tancar', 6 | prevText: '<Ant', 7 | nextText: 'Seg>', 8 | currentText: 'Avui', 9 | monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', 10 | 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Oct','Nov','Des'], 13 | dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], 14 | dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], 15 | dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ca']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js: -------------------------------------------------------------------------------- 1 | /* Czech initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Tomas Muller (tomas@tomas-muller.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['cs'] = { 5 | closeText: 'Zavřít', 6 | prevText: '<Dříve', 7 | nextText: 'Později>', 8 | currentText: 'Nyní', 9 | monthNames: ['leden','únor','březen','duben','květen','červen', 10 | 'červenec','srpen','září','říjen','listopad','prosinec'], 11 | monthNamesShort: ['led','úno','bře','dub','kvě','čer', 12 | 'čvc','srp','zář','říj','lis','pro'], 13 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], 14 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], 15 | dayNamesMin: ['ne','po','út','st','čt','pá','so'], 16 | weekHeader: 'Týd', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['cs']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js: -------------------------------------------------------------------------------- 1 | /* Welsh/UK initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by William Griffiths. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['cy-GB'] = { 5 | closeText: 'Done', 6 | prevText: 'Prev', 7 | nextText: 'Next', 8 | currentText: 'Today', 9 | monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin', 10 | 'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'], 11 | monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh', 12 | 'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'], 13 | dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'], 14 | dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'], 15 | dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'], 16 | weekHeader: 'Wy', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['cy-GB']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js: -------------------------------------------------------------------------------- 1 | /* Danish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jan Christensen ( deletestuff@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['da'] = { 5 | closeText: 'Luk', 6 | prevText: '<Forrige', 7 | nextText: 'Næste>', 8 | currentText: 'Idag', 9 | monthNames: ['Januar','Februar','Marts','April','Maj','Juni', 10 | 'Juli','August','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 14 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 15 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 16 | weekHeader: 'Uge', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['da']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js: -------------------------------------------------------------------------------- 1 | /* German initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Milian Wolff (mail@milianw.de). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['de'] = { 5 | closeText: 'schließen', 6 | prevText: '<zurück', 7 | nextText: 'Vor>', 8 | currentText: 'heute', 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | weekHeader: 'Wo', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['de']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js: -------------------------------------------------------------------------------- 1 | /* Greek (el) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Alex Cicovic (http://www.alexcicovic.com) */ 3 | jQuery(function($){ 4 | $.datepicker.regional['el'] = { 5 | closeText: 'Κλείσιμο', 6 | prevText: 'Προηγούμενος', 7 | nextText: 'Επόμενος', 8 | currentText: 'Τρέχων Μήνας', 9 | monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος', 10 | 'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'], 11 | monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν', 12 | 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'], 13 | dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'], 14 | dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'], 15 | dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'], 16 | weekHeader: 'Εβδ', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['el']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js: -------------------------------------------------------------------------------- 1 | /* English/Australia initialisation for the jQuery UI date picker plugin. */ 2 | /* Based on the en-GB initialisation. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['en-AU'] = { 5 | closeText: 'Done', 6 | prevText: 'Prev', 7 | nextText: 'Next', 8 | currentText: 'Today', 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['en-AU']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js: -------------------------------------------------------------------------------- 1 | /* English/UK initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Stuart. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['en-GB'] = { 5 | closeText: 'Done', 6 | prevText: 'Prev', 7 | nextText: 'Next', 8 | currentText: 'Today', 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['en-GB']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js: -------------------------------------------------------------------------------- 1 | /* English/New Zealand initialisation for the jQuery UI date picker plugin. */ 2 | /* Based on the en-GB initialisation. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['en-NZ'] = { 5 | closeText: 'Done', 6 | prevText: 'Prev', 7 | nextText: 'Next', 8 | currentText: 'Today', 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['en-NZ']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js: -------------------------------------------------------------------------------- 1 | /* Esperanto initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Olivier M. (olivierweb@ifrance.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['eo'] = { 5 | closeText: 'Fermi', 6 | prevText: '<Anta', 7 | nextText: 'Sekv>', 8 | currentText: 'Nuna', 9 | monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio', 10 | 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aŭg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'], 16 | weekHeader: 'Sb', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['eo']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js: -------------------------------------------------------------------------------- 1 | /* Inicialización en español para la extensión 'UI date picker' para jQuery. */ 2 | /* Traducido por Vester (xvester@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['es'] = { 5 | closeText: 'Cerrar', 6 | prevText: '<Ant', 7 | nextText: 'Sig>', 8 | currentText: 'Hoy', 9 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 10 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], 11 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun', 12 | 'Jul','Ago','Sep','Oct','Nov','Dic'], 13 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['es']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js: -------------------------------------------------------------------------------- 1 | /* Estonian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['et'] = { 5 | closeText: 'Sulge', 6 | prevText: 'Eelnev', 7 | nextText: 'Järgnev', 8 | currentText: 'Täna', 9 | monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni', 10 | 'Juuli','August','September','Oktoober','November','Detsember'], 11 | monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni', 12 | 'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'], 13 | dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'], 14 | dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'], 15 | dayNamesMin: ['P','E','T','K','N','R','L'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['et']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js: -------------------------------------------------------------------------------- 1 | /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ 2 | /* Karrikas-ek itzulia (karrikas@karrikas.com) */ 3 | jQuery(function($){ 4 | $.datepicker.regional['eu'] = { 5 | closeText: 'Egina', 6 | prevText: '<Aur', 7 | nextText: 'Hur>', 8 | currentText: 'Gaur', 9 | monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', 10 | 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], 11 | monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', 12 | 'Uzt','Abu','Ira','Urr','Aza','Abe'], 13 | dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], 14 | dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], 15 | dayNamesMin: ['Ig','As','As','As','Os','Os','La'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['eu']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js: -------------------------------------------------------------------------------- 1 | /* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ 2 | /* Javad Mowlanezhad -- jmowla@gmail.com */ 3 | /* Jalali calendar should supported soon! (Its implemented but I have to test it) */ 4 | jQuery(function($) { 5 | $.datepicker.regional['fa'] = { 6 | closeText: 'بستن', 7 | prevText: '<قبلي', 8 | nextText: 'بعدي>', 9 | currentText: 'امروز', 10 | monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور', 11 | 'مهر','آبان','آذر','دي','بهمن','اسفند'], 12 | monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'], 13 | dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'], 14 | dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'], 15 | dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'], 16 | weekHeader: 'هف', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 6, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fa']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js: -------------------------------------------------------------------------------- 1 | /* Finnish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Harri Kilpi� (harrikilpio@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fi'] = { 5 | closeText: 'Sulje', 6 | prevText: '«Edellinen', 7 | nextText: 'Seuraava»', 8 | currentText: 'Tänään', 9 | monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', 10 | 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], 11 | monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', 12 | 'Heinä','Elo','Syys','Loka','Marras','Joulu'], 13 | dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'], 14 | dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'], 15 | dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'], 16 | weekHeader: 'Vk', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fi']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js: -------------------------------------------------------------------------------- 1 | /* Faroese initialisation for the jQuery UI date picker plugin */ 2 | /* Written by Sverri Mohr Olsen, sverrimo@gmail.com */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fo'] = { 5 | closeText: 'Lat aftur', 6 | prevText: '<Fyrra', 7 | nextText: 'Næsta>', 8 | currentText: 'Í dag', 9 | monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'], 14 | dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'], 15 | dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'], 16 | weekHeader: 'Vk', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fo']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js: -------------------------------------------------------------------------------- 1 | /* Swiss-French initialisation for the jQuery UI date picker plugin. */ 2 | /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fr-CH'] = { 5 | closeText: 'Fermer', 6 | prevText: '<Préc', 7 | nextText: 'Suiv>', 8 | currentText: 'Courant', 9 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 10 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 11 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 12 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fr-CH']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js: -------------------------------------------------------------------------------- 1 | /* French initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Keith Wood (kbwood{at}iinet.com.au), 3 | Stéphane Nahmani (sholby@sholby.net), 4 | Stéphane Raimbault */ 5 | jQuery(function($){ 6 | $.datepicker.regional['fr'] = { 7 | closeText: 'Fermer', 8 | prevText: 'Précédent', 9 | nextText: 'Suivant', 10 | currentText: 'Aujourd\'hui', 11 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 12 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 13 | monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin', 14 | 'Juil.','Août','Sept.','Oct.','Nov.','Déc.'], 15 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 16 | dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.'], 17 | dayNamesMin: ['D','L','M','M','J','V','S'], 18 | weekHeader: 'Sem.', 19 | dateFormat: 'dd/mm/yy', 20 | firstDay: 1, 21 | isRTL: false, 22 | showMonthAfterYear: false, 23 | yearSuffix: ''}; 24 | $.datepicker.setDefaults($.datepicker.regional['fr']); 25 | }); 26 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js: -------------------------------------------------------------------------------- 1 | /* Galician localization for 'UI date picker' jQuery extension. */ 2 | /* Translated by Jorge Barreiro . */ 3 | jQuery(function($){ 4 | $.datepicker.regional['gl'] = { 5 | closeText: 'Pechar', 6 | prevText: '<Ant', 7 | nextText: 'Seg>', 8 | currentText: 'Hoxe', 9 | monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', 10 | 'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], 11 | monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', 12 | 'Xul','Ago','Set','Out','Nov','Dec'], 13 | dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mé','Xo','Ve','Sá'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['gl']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js: -------------------------------------------------------------------------------- 1 | /* Hebrew initialisation for the UI Datepicker extension. */ 2 | /* Written by Amir Hardon (ahardon at gmail dot com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['he'] = { 5 | closeText: 'סגור', 6 | prevText: '<הקודם', 7 | nextText: 'הבא>', 8 | currentText: 'היום', 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['he']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js: -------------------------------------------------------------------------------- 1 | /* Croatian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Vjekoslav Nesek. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hr'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj', 10 | 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'], 11 | monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip', 12 | 'Srp','Kol','Ruj','Lis','Stu','Pro'], 13 | dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Tje', 17 | dateFormat: 'dd.mm.yy.', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hr']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js: -------------------------------------------------------------------------------- 1 | /* Hungarian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hu'] = { 5 | closeText: 'bezár', 6 | prevText: 'vissza', 7 | nextText: 'előre', 8 | currentText: 'ma', 9 | monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 10 | 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 12 | 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], 13 | dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], 14 | dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], 15 | dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], 16 | weekHeader: 'Hét', 17 | dateFormat: 'yy.mm.dd.', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hu']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js: -------------------------------------------------------------------------------- 1 | /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/ 3 | jQuery(function($){ 4 | $.datepicker.regional['hy'] = { 5 | closeText: 'Փակել', 6 | prevText: '<Նախ.', 7 | nextText: 'Հաջ.>', 8 | currentText: 'Այսօր', 9 | monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս', 10 | 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'], 11 | monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս', 12 | 'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'], 13 | dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'], 14 | dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 15 | dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 16 | weekHeader: 'ՇԲՏ', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hy']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js: -------------------------------------------------------------------------------- 1 | /* Indonesian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Deden Fathurahman (dedenf@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['id'] = { 5 | closeText: 'Tutup', 6 | prevText: '<mundur', 7 | nextText: 'maju>', 8 | currentText: 'hari ini', 9 | monthNames: ['Januari','Februari','Maret','April','Mei','Juni', 10 | 'Juli','Agustus','September','Oktober','Nopember','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Agus','Sep','Okt','Nop','Des'], 13 | dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'], 14 | dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'], 15 | dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'], 16 | weekHeader: 'Mg', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['id']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js: -------------------------------------------------------------------------------- 1 | /* Icelandic initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Haukur H. Thorsson (haukur@eskill.is). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['is'] = { 5 | closeText: 'Loka', 6 | prevText: '< Fyrri', 7 | nextText: 'Næsti >', 8 | currentText: 'Í dag', 9 | monthNames: ['Janúar','Febrúar','Mars','Apríl','Maí','Júní', 10 | 'Júlí','Ágúst','September','Október','Nóvember','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maí','Jún', 12 | 'Júl','Ágú','Sep','Okt','Nóv','Des'], 13 | dayNames: ['Sunnudagur','Mánudagur','Þriðjudagur','Miðvikudagur','Fimmtudagur','Föstudagur','Laugardagur'], 14 | dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'], 15 | dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'], 16 | weekHeader: 'Vika', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['is']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js: -------------------------------------------------------------------------------- 1 | /* Italian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Antonello Pasella (antonello.pasella@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['it'] = { 5 | closeText: 'Chiudi', 6 | prevText: '<Prec', 7 | nextText: 'Succ>', 8 | currentText: 'Oggi', 9 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 10 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 12 | 'Lug','Ago','Set','Ott','Nov','Dic'], 13 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['it']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js: -------------------------------------------------------------------------------- 1 | /* Japanese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Kentaro SATO (kentaro@ranvis.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ja'] = { 5 | closeText: '閉じる', 6 | prevText: '<前', 7 | nextText: '次>', 8 | currentText: '今日', 9 | monthNames: ['1月','2月','3月','4月','5月','6月', 10 | '7月','8月','9月','10月','11月','12月'], 11 | monthNamesShort: ['1月','2月','3月','4月','5月','6月', 12 | '7月','8月','9月','10月','11月','12月'], 13 | dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], 14 | dayNamesShort: ['日','月','火','水','木','金','土'], 15 | dayNamesMin: ['日','月','火','水','木','金','土'], 16 | weekHeader: '週', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['ja']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js: -------------------------------------------------------------------------------- 1 | /* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['kk'] = { 5 | closeText: 'Жабу', 6 | prevText: '<Алдыңғы', 7 | nextText: 'Келесі>', 8 | currentText: 'Бүгін', 9 | monthNames: ['Қаңтар','Ақпан','Наурыз','Сәуір','Мамыр','Маусым', 10 | 'Шілде','Тамыз','Қыркүйек','Қазан','Қараша','Желтоқсан'], 11 | monthNamesShort: ['Қаң','Ақп','Нау','Сәу','Мам','Мау', 12 | 'Шіл','Там','Қыр','Қаз','Қар','Жел'], 13 | dayNames: ['Жексенбі','Дүйсенбі','Сейсенбі','Сәрсенбі','Бейсенбі','Жұма','Сенбі'], 14 | dayNamesShort: ['жкс','дсн','ссн','срс','бсн','жма','снб'], 15 | dayNamesMin: ['Жк','Дс','Сс','Ср','Бс','Жм','Сн'], 16 | weekHeader: 'Не', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['kk']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js: -------------------------------------------------------------------------------- 1 | /* Korean initialisation for the jQuery calendar extension. */ 2 | /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ko'] = { 5 | closeText: '닫기', 6 | prevText: '이전달', 7 | nextText: '다음달', 8 | currentText: '오늘', 9 | monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 10 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 11 | monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 12 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 13 | dayNames: ['일','월','화','수','목','금','토'], 14 | dayNamesShort: ['일','월','화','수','목','금','토'], 15 | dayNamesMin: ['일','월','화','수','목','금','토'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: '년'}; 22 | $.datepicker.setDefaults($.datepicker.regional['ko']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js: -------------------------------------------------------------------------------- 1 | /* Luxembourgish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Michel Weimerskirch */ 3 | jQuery(function($){ 4 | $.datepicker.regional['lb'] = { 5 | closeText: 'Fäerdeg', 6 | prevText: 'Zréck', 7 | nextText: 'Weider', 8 | currentText: 'Haut', 9 | monthNames: ['Januar','Februar','Mäerz','Abrëll','Mee','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'], 13 | dayNames: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg'], 14 | dayNamesShort: ['Son', 'Méi', 'Dën', 'Mët', 'Don', 'Fre', 'Sam'], 15 | dayNamesMin: ['So','Mé','Dë','Më','Do','Fr','Sa'], 16 | weekHeader: 'W', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['lb']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js: -------------------------------------------------------------------------------- 1 | /* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* @author Arturas Paleicikas */ 3 | jQuery(function($){ 4 | $.datepicker.regional['lt'] = { 5 | closeText: 'Uždaryti', 6 | prevText: '<Atgal', 7 | nextText: 'Pirmyn>', 8 | currentText: 'Šiandien', 9 | monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis', 10 | 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'], 11 | monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir', 12 | 'Lie','Rugp','Rugs','Spa','Lap','Gru'], 13 | dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'], 14 | dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'], 15 | dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['lt']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js: -------------------------------------------------------------------------------- 1 | /* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* @author Arturas Paleicikas */ 3 | jQuery(function($){ 4 | $.datepicker.regional['lv'] = { 5 | closeText: 'Aizvērt', 6 | prevText: 'Iepr', 7 | nextText: 'Nāka', 8 | currentText: 'Šodien', 9 | monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs', 10 | 'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn', 12 | 'Jūl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'], 14 | dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'], 15 | dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'], 16 | weekHeader: 'Nav', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['lv']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js: -------------------------------------------------------------------------------- 1 | /* Macedonian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Stojce Slavkovski. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['mk'] = { 5 | closeText: 'Затвори', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Денес', 9 | monthNames: ['Јануари','Фебруари','Март','Април','Мај','Јуни', 10 | 'Јули','Август','Септември','Октомври','Ноември','Декември'], 11 | monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун', 12 | 'Јул','Авг','Сеп','Окт','Ное','Дек'], 13 | dayNames: ['Недела','Понеделник','Вторник','Среда','Четврток','Петок','Сабота'], 14 | dayNamesShort: ['Нед','Пон','Вто','Сре','Чет','Пет','Саб'], 15 | dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'], 16 | weekHeader: 'Сед', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['mk']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js: -------------------------------------------------------------------------------- 1 | /* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Saji Nediyanchath (saji89@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ml'] = { 5 | closeText: 'ശരി', 6 | prevText: 'മുന്നത്തെ', 7 | nextText: 'അടുത്തത് ', 8 | currentText: 'ഇന്ന്', 9 | monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്‍ച്ച്','ഏപ്രില്‍','മേയ്','ജൂണ്‍', 10 | 'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്‍','ഒക്ടോബര്‍','നവംബര്‍','ഡിസംബര്‍'], 11 | monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്‍', 'ഏപ്രി', 'മേയ്', 'ജൂണ്‍', 12 | 'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'], 13 | dayNames: ['ഞായര്‍', 'തിങ്കള്‍', 'ചൊവ്വ', 'ബുധന്‍', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], 14 | dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'], 15 | dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'], 16 | weekHeader: 'ആ', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ml']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js: -------------------------------------------------------------------------------- 1 | /* Malaysian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ms'] = { 5 | closeText: 'Tutup', 6 | prevText: '<Sebelum', 7 | nextText: 'Selepas>', 8 | currentText: 'hari ini', 9 | monthNames: ['Januari','Februari','Mac','April','Mei','Jun', 10 | 'Julai','Ogos','September','Oktober','November','Disember'], 11 | monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun', 12 | 'Jul','Ogo','Sep','Okt','Nov','Dis'], 13 | dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'], 14 | dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'], 15 | dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'], 16 | weekHeader: 'Mg', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ms']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js: -------------------------------------------------------------------------------- 1 | /* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ 2 | /* David De Sloovere @DavidDeSloovere */ 3 | jQuery(function($){ 4 | $.datepicker.regional['nl-BE'] = { 5 | closeText: 'Sluiten', 6 | prevText: '←', 7 | nextText: '→', 8 | currentText: 'Vandaag', 9 | monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 10 | 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], 11 | monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 12 | 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], 13 | dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], 14 | dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], 15 | dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['nl-BE']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js: -------------------------------------------------------------------------------- 1 | /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mathias Bynens */ 3 | jQuery(function($){ 4 | $.datepicker.regional.nl = { 5 | closeText: 'Sluiten', 6 | prevText: '←', 7 | nextText: '→', 8 | currentText: 'Vandaag', 9 | monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 10 | 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], 11 | monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun', 12 | 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], 13 | dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], 14 | dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], 15 | dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional.nl); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js: -------------------------------------------------------------------------------- 1 | /* Norwegian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 3 | 4 | jQuery(function($){ 5 | $.datepicker.regional['no'] = { 6 | closeText: 'Lukk', 7 | prevText: '«Forrige', 8 | nextText: 'Neste»', 9 | currentText: 'I dag', 10 | monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], 11 | monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], 12 | dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], 13 | dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], 14 | dayNamesMin: ['sø','ma','ti','on','to','fr','lø'], 15 | weekHeader: 'Uke', 16 | dateFormat: 'dd.mm.yy', 17 | firstDay: 1, 18 | isRTL: false, 19 | showMonthAfterYear: false, 20 | yearSuffix: '' 21 | }; 22 | $.datepicker.setDefaults($.datepicker.regional['no']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js: -------------------------------------------------------------------------------- 1 | /* Polish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['pl'] = { 5 | closeText: 'Zamknij', 6 | prevText: '<Poprzedni', 7 | nextText: 'Następny>', 8 | currentText: 'Dziś', 9 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 10 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], 11 | monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', 12 | 'Lip','Sie','Wrz','Pa','Lis','Gru'], 13 | dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'], 14 | dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], 15 | dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], 16 | weekHeader: 'Tydz', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['pl']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js: -------------------------------------------------------------------------------- 1 | /* Brazilian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['pt-BR'] = { 5 | closeText: 'Fechar', 6 | prevText: '<Anterior', 7 | nextText: 'Próximo>', 8 | currentText: 'Hoje', 9 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 10 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 11 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Out','Nov','Dez'], 13 | dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], 14 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 15 | dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['pt-BR']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js: -------------------------------------------------------------------------------- 1 | /* Portuguese initialisation for the jQuery UI date picker plugin. */ 2 | jQuery(function($){ 3 | $.datepicker.regional['pt'] = { 4 | closeText: 'Fechar', 5 | prevText: '<Anterior', 6 | nextText: 'Seguinte', 7 | currentText: 'Hoje', 8 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 9 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 10 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 11 | 'Jul','Ago','Set','Out','Nov','Dez'], 12 | dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], 13 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 14 | dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 15 | weekHeader: 'Sem', 16 | dateFormat: 'dd/mm/yy', 17 | firstDay: 0, 18 | isRTL: false, 19 | showMonthAfterYear: false, 20 | yearSuffix: ''}; 21 | $.datepicker.setDefaults($.datepicker.regional['pt']); 22 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js: -------------------------------------------------------------------------------- 1 | /* Romansh initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['rm'] = { 5 | closeText: 'Serrar', 6 | prevText: '<Suandant', 7 | nextText: 'Precedent>', 8 | currentText: 'Actual', 9 | monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'], 10 | monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'], 11 | dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], 12 | dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], 13 | dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], 14 | weekHeader: 'emna', 15 | dateFormat: 'dd/mm/yy', 16 | firstDay: 1, 17 | isRTL: false, 18 | showMonthAfterYear: false, 19 | yearSuffix: ''}; 20 | $.datepicker.setDefaults($.datepicker.regional['rm']); 21 | }); 22 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js: -------------------------------------------------------------------------------- 1 | /* Romanian initialisation for the jQuery UI date picker plugin. 2 | * 3 | * Written by Edmond L. (ll_edmond@walla.com) 4 | * and Ionut G. Stan (ionut.g.stan@gmail.com) 5 | */ 6 | jQuery(function($){ 7 | $.datepicker.regional['ro'] = { 8 | closeText: 'Închide', 9 | prevText: '« Luna precedentă', 10 | nextText: 'Luna următoare »', 11 | currentText: 'Azi', 12 | monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie', 13 | 'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'], 14 | monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 15 | 'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 16 | dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'], 17 | dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], 18 | dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'], 19 | weekHeader: 'Săpt', 20 | dateFormat: 'dd.mm.yy', 21 | firstDay: 1, 22 | isRTL: false, 23 | showMonthAfterYear: false, 24 | yearSuffix: ''}; 25 | $.datepicker.setDefaults($.datepicker.regional['ro']); 26 | }); 27 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js: -------------------------------------------------------------------------------- 1 | /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Andrew Stromnov (stromnov@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ru'] = { 5 | closeText: 'Закрыть', 6 | prevText: '<Пред', 7 | nextText: 'След>', 8 | currentText: 'Сегодня', 9 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 14 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | weekHeader: 'Нед', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ru']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js: -------------------------------------------------------------------------------- 1 | /* Slovak initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Vojtech Rinik (vojto@hmm.sk). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sk'] = { 5 | closeText: 'Zavrieť', 6 | prevText: '<Predchádzajúci', 7 | nextText: 'Nasledujúci>', 8 | currentText: 'Dnes', 9 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 10 | 'Júl','August','September','Október','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 12 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedeľa','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], 15 | dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], 16 | weekHeader: 'Ty', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sk']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js: -------------------------------------------------------------------------------- 1 | /* Slovenian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jaka Jancar (jaka@kubje.org). */ 3 | /* c = č, s = š z = ž C = Č S = Š Z = Ž */ 4 | jQuery(function($){ 5 | $.datepicker.regional['sl'] = { 6 | closeText: 'Zapri', 7 | prevText: '<Prejšnji', 8 | nextText: 'Naslednji>', 9 | currentText: 'Trenutni', 10 | monthNames: ['Januar','Februar','Marec','April','Maj','Junij', 11 | 'Julij','Avgust','September','Oktober','November','December'], 12 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 13 | 'Jul','Avg','Sep','Okt','Nov','Dec'], 14 | dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'], 15 | dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'], 16 | dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'], 17 | weekHeader: 'Teden', 18 | dateFormat: 'dd.mm.yy', 19 | firstDay: 1, 20 | isRTL: false, 21 | showMonthAfterYear: false, 22 | yearSuffix: ''}; 23 | $.datepicker.setDefaults($.datepicker.regional['sl']); 24 | }); 25 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js: -------------------------------------------------------------------------------- 1 | /* Albanian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Flakron Bytyqi (flakron@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sq'] = { 5 | closeText: 'mbylle', 6 | prevText: '<mbrapa', 7 | nextText: 'Përpara>', 8 | currentText: 'sot', 9 | monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', 10 | 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], 11 | monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', 12 | 'Kor','Gus','Sht','Tet','Nën','Dhj'], 13 | dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], 14 | dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], 15 | dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], 16 | weekHeader: 'Ja', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sq']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js: -------------------------------------------------------------------------------- 1 | /* Serbian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Dejan Dimić. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sr-SR'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Jun', 10 | 'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Avg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Sed', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sr-SR']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js: -------------------------------------------------------------------------------- 1 | /* Serbian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Dejan Dimić. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sr'] = { 5 | closeText: 'Затвори', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Данас', 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун', 12 | 'Јул','Авг','Сеп','Окт','Нов','Дец'], 13 | dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'], 14 | dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'], 15 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 16 | weekHeader: 'Сед', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sr']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js: -------------------------------------------------------------------------------- 1 | /* Swedish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Anders Ekdahl ( anders@nomadiz.se). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sv'] = { 5 | closeText: 'Stäng', 6 | prevText: '«Förra', 7 | nextText: 'Nästa»', 8 | currentText: 'Idag', 9 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 10 | 'Juli','Augusti','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 14 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], 15 | dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'], 16 | weekHeader: 'Ve', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sv']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js: -------------------------------------------------------------------------------- 1 | /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by S A Sureshkumar (saskumar@live.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ta'] = { 5 | closeText: 'மூடு', 6 | prevText: 'முன்னையது', 7 | nextText: 'அடுத்தது', 8 | currentText: 'இன்று', 9 | monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி', 10 | 'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'], 11 | monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி', 12 | 'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'], 13 | dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'], 14 | dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'], 15 | dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'], 16 | weekHeader: 'Не', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ta']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js: -------------------------------------------------------------------------------- 1 | /* Thai initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by pipo (pipo@sixhead.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['th'] = { 5 | closeText: 'ปิด', 6 | prevText: '« ย้อน', 7 | nextText: 'ถัดไป »', 8 | currentText: 'วันนี้', 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['th']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js: -------------------------------------------------------------------------------- 1 | /* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Abdurahmon Saidov (saidovab@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tj'] = { 5 | closeText: 'Идома', 6 | prevText: '<Қафо', 7 | nextText: 'Пеш>', 8 | currentText: 'Имрӯз', 9 | monthNames: ['Январ','Феврал','Март','Апрел','Май','Июн', 10 | 'Июл','Август','Сентябр','Октябр','Ноябр','Декабр'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['якшанбе','душанбе','сешанбе','чоршанбе','панҷшанбе','ҷумъа','шанбе'], 14 | dayNamesShort: ['якш','душ','сеш','чор','пан','ҷум','шан'], 15 | dayNamesMin: ['Як','Дш','Сш','Чш','Пш','Ҷм','Шн'], 16 | weekHeader: 'Хф', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['tj']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js: -------------------------------------------------------------------------------- 1 | /* Turkish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Izzet Emre Erkan (kara@karalamalar.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tr'] = { 5 | closeText: 'kapat', 6 | prevText: '<geri', 7 | nextText: 'ileri>', 8 | currentText: 'bugün', 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 14 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 15 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 16 | weekHeader: 'Hf', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['tr']); 23 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js: -------------------------------------------------------------------------------- 1 | /* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 3 | /* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */ 4 | jQuery(function($){ 5 | $.datepicker.regional['uk'] = { 6 | closeText: 'Закрити', 7 | prevText: '<', 8 | nextText: '>', 9 | currentText: 'Сьогодні', 10 | monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень', 11 | 'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'], 12 | monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер', 13 | 'Лип','Сер','Вер','Жов','Лис','Гру'], 14 | dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'], 15 | dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], 16 | dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], 17 | weekHeader: 'Тиж', 18 | dateFormat: 'dd/mm/yy', 19 | firstDay: 1, 20 | isRTL: false, 21 | showMonthAfterYear: false, 22 | yearSuffix: ''}; 23 | $.datepicker.setDefaults($.datepicker.regional['uk']); 24 | }); -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js: -------------------------------------------------------------------------------- 1 | /* Vietnamese initialisation for the jQuery UI date picker plugin. */ 2 | /* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['vi'] = { 5 | closeText: 'Đóng', 6 | prevText: '<Trước', 7 | nextText: 'Tiếp>', 8 | currentText: 'Hôm nay', 9 | monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu', 10 | 'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'], 11 | monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 12 | 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'], 13 | dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'], 14 | dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], 15 | dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], 16 | weekHeader: 'Tu', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['vi']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Cloudream (cloudream@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-CN'] = { 5 | closeText: '关闭', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-CN']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by SCCY (samuelcychan@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-HK'] = { 5 | closeText: '關閉', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-HK']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Ressol (ressol@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-TW'] = { 5 | closeText: '關閉', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-TW']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/jquery.effects.blind.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Blind 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Blind 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */ 13 | (function( $, undefined ) { 14 | 15 | $.effects.blind = function(o) { 16 | 17 | return this.queue(function() { 18 | 19 | // Create element 20 | var el = $(this), props = ['position','top','bottom','left','right']; 21 | 22 | // Set options 23 | var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode 24 | var direction = o.options.direction || 'vertical'; // Default direction 25 | 26 | // Adjust 27 | $.effects.save(el, props); el.show(); // Save & Show 28 | var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper 29 | var ref = (direction == 'vertical') ? 'height' : 'width'; 30 | var distance = (direction == 'vertical') ? wrapper.height() : wrapper.width(); 31 | if(mode == 'show') wrapper.css(ref, 0); // Shift 32 | 33 | // Animation 34 | var animation = {}; 35 | animation[ref] = mode == 'show' ? distance : 0; 36 | 37 | // Animate 38 | wrapper.animate(animation, o.duration, o.options.easing, function() { 39 | if(mode == 'hide') el.hide(); // Hide 40 | $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore 41 | if(o.callback) o.callback.apply(el[0], arguments); // Callback 42 | el.dequeue(); 43 | }); 44 | 45 | }); 46 | 47 | }; 48 | 49 | })(jQuery); 50 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/jquery.effects.fade.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Fade 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Fade 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */ 13 | (function( $, undefined ) { 14 | 15 | $.effects.fade = function(o) { 16 | return this.queue(function() { 17 | var elem = $(this), 18 | mode = $.effects.setMode(elem, o.options.mode || 'hide'); 19 | 20 | elem.animate({ opacity: mode }, { 21 | queue: false, 22 | duration: o.duration, 23 | easing: o.options.easing, 24 | complete: function() { 25 | (o.callback && o.callback.apply(this, arguments)); 26 | elem.dequeue(); 27 | } 28 | }); 29 | }); 30 | }; 31 | 32 | })(jQuery); 33 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/jquery.effects.highlight.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Highlight 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Highlight 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */ 13 | (function( $, undefined ) { 14 | 15 | $.effects.highlight = function(o) { 16 | return this.queue(function() { 17 | var elem = $(this), 18 | props = ['backgroundImage', 'backgroundColor', 'opacity'], 19 | mode = $.effects.setMode(elem, o.options.mode || 'show'), 20 | animation = { 21 | backgroundColor: elem.css('backgroundColor') 22 | }; 23 | 24 | if (mode == 'hide') { 25 | animation.opacity = 0; 26 | } 27 | 28 | $.effects.save(elem, props); 29 | elem 30 | .show() 31 | .css({ 32 | backgroundImage: 'none', 33 | backgroundColor: o.options.color || '#ffff99' 34 | }) 35 | .animate(animation, { 36 | queue: false, 37 | duration: o.duration, 38 | easing: o.options.easing, 39 | complete: function() { 40 | (mode == 'hide' && elem.hide()); 41 | $.effects.restore(elem, props); 42 | (mode == 'show' && !$.support.opacity && this.style.removeAttribute('filter')); 43 | (o.callback && o.callback.apply(this, arguments)); 44 | elem.dequeue(); 45 | } 46 | }); 47 | }); 48 | }; 49 | 50 | })(jQuery); 51 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Pulsate 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Pulsate 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */ 13 | (function( $, undefined ) { 14 | 15 | $.effects.pulsate = function(o) { 16 | return this.queue(function() { 17 | var elem = $(this), 18 | mode = $.effects.setMode(elem, o.options.mode || 'show'); 19 | times = ((o.options.times || 5) * 2) - 1; 20 | duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2, 21 | isVisible = elem.is(':visible'), 22 | animateTo = 0; 23 | 24 | if (!isVisible) { 25 | elem.css('opacity', 0).show(); 26 | animateTo = 1; 27 | } 28 | 29 | if ((mode == 'hide' && isVisible) || (mode == 'show' && !isVisible)) { 30 | times--; 31 | } 32 | 33 | for (var i = 0; i < times; i++) { 34 | elem.animate({ opacity: animateTo }, duration, o.options.easing); 35 | animateTo = (animateTo + 1) % 2; 36 | } 37 | 38 | elem.animate({ opacity: animateTo }, duration, o.options.easing, function() { 39 | if (animateTo == 0) { 40 | elem.hide(); 41 | } 42 | (o.callback && o.callback.apply(this, arguments)); 43 | }); 44 | 45 | elem 46 | .queue('fx', function() { elem.dequeue(); }) 47 | .dequeue(); 48 | }); 49 | }; 50 | 51 | })(jQuery); 52 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/jquery.effects.transfer.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Transfer 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Transfer 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */ 13 | (function( $, undefined ) { 14 | 15 | $.effects.transfer = function(o) { 16 | return this.queue(function() { 17 | var elem = $(this), 18 | target = $(o.options.to), 19 | endPosition = target.offset(), 20 | animation = { 21 | top: endPosition.top, 22 | left: endPosition.left, 23 | height: target.innerHeight(), 24 | width: target.innerWidth() 25 | }, 26 | startPosition = elem.offset(), 27 | transfer = $('
') 28 | .appendTo(document.body) 29 | .addClass(o.options.className) 30 | .css({ 31 | top: startPosition.top, 32 | left: startPosition.left, 33 | height: elem.innerHeight(), 34 | width: elem.innerWidth(), 35 | position: 'absolute' 36 | }) 37 | .animate(animation, o.duration, o.options.easing, function() { 38 | transfer.remove(); 39 | (o.callback && o.callback.apply(elem[0], arguments)); 40 | elem.dequeue(); 41 | }); 42 | }); 43 | }; 44 | 45 | })(jQuery); 46 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/ui/minified/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.blind.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.bounce.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.clip.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.core.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.drop.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.explode.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.fade.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.fold.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.highlight.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.pulsate.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.scale.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.shake.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.slide.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.effects.transfer.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.accordion.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.autocomplete.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.button.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.core.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.datepicker.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.dialog.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.draggable.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.droppable.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.mouse.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.position.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.progressbar.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.resizable.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.selectable.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.slider.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.sortable.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.tabs.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/prop-base/jquery.ui.widget.min.js.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.blind.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Blind 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Blind 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.blind=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"vertical";a.effects.save(c,d),c.show();var g=a.effects.createWrapper(c).css({overflow:"hidden"}),h=f=="vertical"?"height":"width",i=f=="vertical"?g.height():g.width();e=="show"&&g.css(h,0);var j={};j[h]=e=="show"?i:0,g.animate(j,b.duration,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.clip.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Clip 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Clip 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.clip=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right","height","width"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"vertical";a.effects.save(c,d),c.show();var g=a.effects.createWrapper(c).css({overflow:"hidden"}),h=c[0].tagName=="IMG"?g:c,i={size:f=="vertical"?"height":"width",position:f=="vertical"?"top":"left"},j=f=="vertical"?h.height():h.width();e=="show"&&(h.css(i.size,0),h.css(i.position,j/2));var k={};k[i.size]=e=="show"?j:0,k[i.position]=e=="show"?0:j/2,h.animate(k,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.drop.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Drop 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Drop 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.drop=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right","opacity"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"left";a.effects.save(c,d),c.show(),a.effects.createWrapper(c);var g=f=="up"||f=="down"?"top":"left",h=f=="up"||f=="left"?"pos":"neg",i=b.options.distance||(g=="top"?c.outerHeight({margin:!0})/2:c.outerWidth({margin:!0})/2);e=="show"&&c.css("opacity",0).css(g,h=="pos"?-i:i);var j={opacity:e=="show"?1:0};j[g]=(e=="show"?h=="pos"?"+=":"-=":h=="pos"?"-=":"+=")+i,c.animate(j,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.fade.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Fade 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Fade 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.fade=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.fold.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Fold 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Fold 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.fold=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.size||15,g=!!b.options.horizFirst,h=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(c,d),c.show();var i=a.effects.createWrapper(c).css({overflow:"hidden"}),j=e=="show"!=g,k=j?["width","height"]:["height","width"],l=j?[i.width(),i.height()]:[i.height(),i.width()],m=/([0-9]+)%/.exec(f);m&&(f=parseInt(m[1],10)/100*l[e=="hide"?0:1]),e=="show"&&i.css(g?{height:0,width:f}:{height:f,width:0});var n={},p={};n[k[0]]=e=="show"?l[0]:f,p[k[1]]=e=="show"?l[1]:0,i.animate(n,h,b.options.easing).animate(p,h,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.highlight.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Highlight 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Highlight 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),d=["backgroundImage","backgroundColor","opacity"],e=a.effects.setMode(c,b.options.mode||"show"),f={backgroundColor:c.css("backgroundColor")};e=="hide"&&(f.opacity=0),a.effects.save(c,d),c.show().css({backgroundImage:"none",backgroundColor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),e=="show"&&!a.support.opacity&&this.style.removeAttribute("filter"),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/.svn/text-base/jquery.effects.pulsate.min.js.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Pulsate 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Pulsate 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.pulsate=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"show");times=(b.options.times||5)*2-1,duration=b.duration?b.duration/2:a.fx.speeds._default/2,isVisible=c.is(":visible"),animateTo=0,isVisible||(c.css("opacity",0).show(),animateTo=1),(d=="hide"&&isVisible||d=="show"&&!isVisible)&×--;for(var e=0;e').appendTo(document.body).addClass(b.options.className).css({top:g.top,left:g.left,height:c.innerHeight(),width:c.innerWidth(),position:"absolute"}).animate(f,b.duration,b.options.easing,function(){h.remove(),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Blind 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Blind 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.blind=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"vertical";a.effects.save(c,d),c.show();var g=a.effects.createWrapper(c).css({overflow:"hidden"}),h=f=="vertical"?"height":"width",i=f=="vertical"?g.height():g.width();e=="show"&&g.css(h,0);var j={};j[h]=e=="show"?i:0,g.animate(j,b.duration,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.clip.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Clip 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Clip 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.clip=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right","height","width"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"vertical";a.effects.save(c,d),c.show();var g=a.effects.createWrapper(c).css({overflow:"hidden"}),h=c[0].tagName=="IMG"?g:c,i={size:f=="vertical"?"height":"width",position:f=="vertical"?"top":"left"},j=f=="vertical"?h.height():h.width();e=="show"&&(h.css(i.size,0),h.css(i.position,j/2));var k={};k[i.size]=e=="show"?j:0,k[i.position]=e=="show"?0:j/2,h.animate(k,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.drop.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Drop 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Drop 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.drop=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right","opacity"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.direction||"left";a.effects.save(c,d),c.show(),a.effects.createWrapper(c);var g=f=="up"||f=="down"?"top":"left",h=f=="up"||f=="left"?"pos":"neg",i=b.options.distance||(g=="top"?c.outerHeight({margin:!0})/2:c.outerWidth({margin:!0})/2);e=="show"&&c.css("opacity",0).css(g,h=="pos"?-i:i);var j={opacity:e=="show"?1:0};j[g]=(e=="show"?h=="pos"?"+=":"-=":h=="pos"?"-=":"+=")+i,c.animate(j,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.explode.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Explode 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Explode 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.explode=function(b){return this.queue(function(){var c=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3,d=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;b.options.mode=b.options.mode=="toggle"?a(this).is(":visible")?"hide":"show":b.options.mode;var e=a(this).show().css("visibility","hidden"),f=e.offset();f.top-=parseInt(e.css("marginTop"),10)||0,f.left-=parseInt(e.css("marginLeft"),10)||0;var g=e.outerWidth(!0),h=e.outerHeight(!0);for(var i=0;i").css({position:"absolute",visibility:"visible",left:-j*(g/d),top:-i*(h/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/d,height:h/c,left:f.left+j*(g/d)+(b.options.mode=="show"?(j-Math.floor(d/2))*(g/d):0),top:f.top+i*(h/c)+(b.options.mode=="show"?(i-Math.floor(c/2))*(h/c):0),opacity:b.options.mode=="show"?0:1}).animate({left:f.left+j*(g/d)+(b.options.mode=="show"?0:(j-Math.floor(d/2))*(g/d)),top:f.top+i*(h/c)+(b.options.mode=="show"?0:(i-Math.floor(c/2))*(h/c)),opacity:b.options.mode=="show"?1:0},b.duration||500);setTimeout(function(){b.options.mode=="show"?e.css({visibility:"visible"}):e.css({visibility:"visible"}).hide(),b.callback&&b.callback.apply(e[0]),e.dequeue(),a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Fade 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Fade 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.fade=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Fold 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Fold 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.fold=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.size||15,g=!!b.options.horizFirst,h=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(c,d),c.show();var i=a.effects.createWrapper(c).css({overflow:"hidden"}),j=e=="show"!=g,k=j?["width","height"]:["height","width"],l=j?[i.width(),i.height()]:[i.height(),i.width()],m=/([0-9]+)%/.exec(f);m&&(f=parseInt(m[1],10)/100*l[e=="hide"?0:1]),e=="show"&&i.css(g?{height:0,width:f}:{height:f,width:0});var n={},p={};n[k[0]]=e=="show"?l[0]:f,p[k[1]]=e=="show"?l[1]:0,i.animate(n,h,b.options.easing).animate(p,h,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Highlight 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Highlight 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),d=["backgroundImage","backgroundColor","opacity"],e=a.effects.setMode(c,b.options.mode||"show"),f={backgroundColor:c.css("backgroundColor")};e=="hide"&&(f.opacity=0),a.effects.save(c,d),c.show().css({backgroundImage:"none",backgroundColor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),e=="show"&&!a.support.opacity&&this.style.removeAttribute("filter"),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Pulsate 1.8.17 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Pulsate 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.pulsate=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"show");times=(b.options.times||5)*2-1,duration=b.duration?b.duration/2:a.fx.speeds._default/2,isVisible=c.is(":visible"),animateTo=0,isVisible||(c.css("opacity",0).show(),animateTo=1),(d=="hide"&&isVisible||d=="show"&&!isVisible)&×--;for(var e=0;e').appendTo(document.body).addClass(b.options.className).css({top:g.top,left:g.left,height:c.innerHeight(),width:c.innerWidth(),position:"absolute"}).animate(f,b.duration,b.options.easing,function(){h.remove(),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery) -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/development-bundle/version.txt: -------------------------------------------------------------------------------- 1 | 1.8.17 2 | -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/js/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/jquery-ui/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/jquery-ui/plugins/.DS_Store -------------------------------------------------------------------------------- /src/ss/js/js.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imperva/imperva-web-api-composer/24d942e54669a435764a1d2fd5c59e7877ec81f1/src/ss/js/js.zip --------------------------------------------------------------------------------