├── .gitmodules ├── 3rdParty ├── d3 │ ├── LICENSE │ ├── d3.v3.js │ └── d3.v3.min.js └── jquery-ui-1.10.3 │ ├── AUTHORS.txt │ ├── Gruntfile.js │ ├── MANIFEST │ ├── MIT-LICENSE.txt │ ├── README.md │ ├── demos │ ├── accordion │ │ ├── collapsible.html │ │ ├── custom-icons.html │ │ ├── default.html │ │ ├── fillspace.html │ │ ├── hoverintent.html │ │ ├── index.html │ │ ├── no-auto-height.html │ │ └── sortable.html │ ├── addClass │ │ ├── default.html │ │ └── index.html │ ├── animate │ │ ├── default.html │ │ └── index.html │ ├── autocomplete │ │ ├── categories.html │ │ ├── combobox.html │ │ ├── custom-data.html │ │ ├── default.html │ │ ├── folding.html │ │ ├── images │ │ │ ├── jquery_32x32.png │ │ │ ├── jqueryui_32x32.png │ │ │ ├── sizzlejs_32x32.png │ │ │ ├── transparent_1x1.png │ │ │ └── ui-anim_basic_16x16.gif │ │ ├── index.html │ │ ├── london.xml │ │ ├── maxheight.html │ │ ├── multiple-remote.html │ │ ├── multiple.html │ │ ├── remote-jsonp.html │ │ ├── remote-with-cache.html │ │ ├── remote.html │ │ ├── search.php │ │ └── xml.html │ ├── button │ │ ├── checkbox.html │ │ ├── default.html │ │ ├── icons.html │ │ ├── index.html │ │ ├── radio.html │ │ ├── splitbutton.html │ │ └── toolbar.html │ ├── datepicker │ │ ├── alt-field.html │ │ ├── animation.html │ │ ├── buttonbar.html │ │ ├── date-formats.html │ │ ├── date-range.html │ │ ├── default.html │ │ ├── dropdown-month-year.html │ │ ├── icon-trigger.html │ │ ├── images │ │ │ └── calendar.gif │ │ ├── index.html │ │ ├── inline.html │ │ ├── jquery.ui.datepicker-ar.js │ │ ├── jquery.ui.datepicker-fr.js │ │ ├── jquery.ui.datepicker-he.js │ │ ├── jquery.ui.datepicker-zh-TW.js │ │ ├── localization.html │ │ ├── min-max.html │ │ ├── multiple-calendars.html │ │ ├── other-months.html │ │ └── show-week.html │ ├── demos.css │ ├── dialog │ │ ├── animated.html │ │ ├── default.html │ │ ├── index.html │ │ ├── modal-confirmation.html │ │ ├── modal-form.html │ │ ├── modal-message.html │ │ └── modal.html │ ├── draggable │ │ ├── constrain-movement.html │ │ ├── cursor-style.html │ │ ├── default.html │ │ ├── delay-start.html │ │ ├── events.html │ │ ├── handle.html │ │ ├── index.html │ │ ├── revert.html │ │ ├── scroll.html │ │ ├── snap-to.html │ │ ├── sortable.html │ │ └── visual-feedback.html │ ├── droppable │ │ ├── accepted-elements.html │ │ ├── default.html │ │ ├── images │ │ │ ├── high_tatras.jpg │ │ │ ├── high_tatras2.jpg │ │ │ ├── high_tatras2_min.jpg │ │ │ ├── high_tatras3.jpg │ │ │ ├── high_tatras3_min.jpg │ │ │ ├── high_tatras4.jpg │ │ │ ├── high_tatras4_min.jpg │ │ │ └── high_tatras_min.jpg │ │ ├── index.html │ │ ├── photo-manager.html │ │ ├── propagation.html │ │ ├── revert.html │ │ ├── shopping-cart.html │ │ └── visual-feedback.html │ ├── effect │ │ ├── default.html │ │ ├── easing.html │ │ └── index.html │ ├── hide │ │ ├── default.html │ │ └── index.html │ ├── images │ │ ├── calendar.gif │ │ ├── demo-config-on-tile.gif │ │ ├── demo-config-on.gif │ │ ├── demo-spindown-closed.gif │ │ ├── demo-spindown-open.gif │ │ ├── icon-docs-info.gif │ │ └── pbar-ani.gif │ ├── index.html │ ├── menu │ │ ├── default.html │ │ ├── icons.html │ │ └── index.html │ ├── position │ │ ├── cycler.html │ │ ├── default.html │ │ ├── images │ │ │ ├── earth.jpg │ │ │ ├── flight.jpg │ │ │ └── rocket.jpg │ │ └── index.html │ ├── progressbar │ │ ├── default.html │ │ ├── images │ │ │ └── pbar-ani.gif │ │ ├── indeterminate.html │ │ ├── index.html │ │ └── label.html │ ├── removeClass │ │ ├── default.html │ │ └── index.html │ ├── resizable │ │ ├── animate.html │ │ ├── aspect-ratio.html │ │ ├── constrain-area.html │ │ ├── default.html │ │ ├── delay-start.html │ │ ├── helper.html │ │ ├── index.html │ │ ├── max-min.html │ │ ├── snap-to-grid.html │ │ ├── synchronous-resize.html │ │ ├── textarea.html │ │ └── visual-feedback.html │ ├── selectable │ │ ├── default.html │ │ ├── display-grid.html │ │ ├── index.html │ │ └── serialize.html │ ├── show │ │ ├── default.html │ │ └── index.html │ ├── slider │ │ ├── colorpicker.html │ │ ├── default.html │ │ ├── hotelrooms.html │ │ ├── index.html │ │ ├── multiple-vertical.html │ │ ├── range-vertical.html │ │ ├── range.html │ │ ├── rangemax.html │ │ ├── rangemin.html │ │ ├── side-scroll.html │ │ ├── slider-vertical.html │ │ └── steps.html │ ├── sortable │ │ ├── connect-lists-through-tabs.html │ │ ├── connect-lists.html │ │ ├── default.html │ │ ├── delay-start.html │ │ ├── display-grid.html │ │ ├── empty-lists.html │ │ ├── index.html │ │ ├── items.html │ │ ├── placeholder.html │ │ └── portlets.html │ ├── spinner │ │ ├── currency.html │ │ ├── decimal.html │ │ ├── default.html │ │ ├── index.html │ │ ├── latlong.html │ │ ├── overflow.html │ │ └── time.html │ ├── switchClass │ │ ├── default.html │ │ └── index.html │ ├── tabs │ │ ├── ajax.html │ │ ├── ajax │ │ │ ├── content1.html │ │ │ ├── content2.html │ │ │ ├── content3-slow.php │ │ │ └── content4-broken.php │ │ ├── bottom.html │ │ ├── collapsible.html │ │ ├── default.html │ │ ├── index.html │ │ ├── manipulation.html │ │ ├── mouseover.html │ │ ├── sortable.html │ │ └── vertical.html │ ├── toggle │ │ ├── default.html │ │ └── index.html │ ├── toggleClass │ │ ├── default.html │ │ └── index.html │ ├── tooltip │ │ ├── ajax │ │ │ ├── content1.html │ │ │ └── content2.html │ │ ├── custom-animation.html │ │ ├── custom-content.html │ │ ├── custom-style.html │ │ ├── default.html │ │ ├── forms.html │ │ ├── images │ │ │ ├── st-stephens.jpg │ │ │ └── tower-bridge.jpg │ │ ├── index.html │ │ ├── tracking.html │ │ └── video-player.html │ └── widget │ │ ├── default.html │ │ └── index.html │ ├── external │ ├── globalize.culture.de-DE.js │ ├── globalize.culture.ja-JP.js │ ├── globalize.js │ ├── jquery.mousewheel.js │ ├── jshint.js │ ├── qunit.css │ └── qunit.js │ ├── jquery-1.9.1.js │ ├── package.json │ ├── tests │ ├── index.css │ ├── index.html │ ├── index.js │ ├── jquery-1.6.1.js │ ├── jquery-1.6.2.js │ ├── jquery-1.6.3.js │ ├── jquery-1.6.4.js │ ├── jquery-1.6.js │ ├── jquery-1.7.1.js │ ├── jquery-1.7.2.js │ ├── jquery-1.7.js │ ├── jquery-1.8.0.js │ ├── jquery-1.8.1.js │ ├── jquery-1.8.2.js │ ├── jquery-1.8.3.js │ ├── jquery-1.9.0.js │ ├── jquery-1.9.1.js │ ├── jquery.js │ ├── jquery.simulate.js │ ├── unit │ │ ├── accordion │ │ │ ├── accordion.html │ │ │ ├── accordion_common.js │ │ │ ├── accordion_core.js │ │ │ ├── accordion_events.js │ │ │ ├── accordion_methods.js │ │ │ ├── accordion_options.js │ │ │ ├── accordion_test_helpers.js │ │ │ └── all.html │ │ ├── all.html │ │ ├── autocomplete │ │ │ ├── all.html │ │ │ ├── autocomplete.html │ │ │ ├── autocomplete_common.js │ │ │ ├── autocomplete_core.js │ │ │ ├── autocomplete_events.js │ │ │ ├── autocomplete_methods.js │ │ │ ├── autocomplete_options.js │ │ │ ├── remote_object_array_labels.txt │ │ │ ├── remote_object_array_values.txt │ │ │ └── remote_string_array.txt │ │ ├── button │ │ │ ├── all.html │ │ │ ├── button.html │ │ │ ├── button_common.js │ │ │ ├── button_core.js │ │ │ ├── button_events.js │ │ │ ├── button_methods.js │ │ │ └── button_options.js │ │ ├── core │ │ │ ├── all.html │ │ │ ├── core.html │ │ │ ├── core.js │ │ │ └── selector.js │ │ ├── datepicker │ │ │ ├── all.html │ │ │ ├── datepicker.html │ │ │ ├── datepicker_common.js │ │ │ ├── datepicker_core.js │ │ │ ├── datepicker_events.js │ │ │ ├── datepicker_methods.js │ │ │ ├── datepicker_options.js │ │ │ ├── datepicker_test_helpers.js │ │ │ └── images │ │ │ │ └── calendar.gif │ │ ├── dialog │ │ │ ├── all.html │ │ │ ├── dialog.html │ │ │ ├── dialog_common.js │ │ │ ├── dialog_core.js │ │ │ ├── dialog_deprecated.html │ │ │ ├── dialog_deprecated.js │ │ │ ├── dialog_events.js │ │ │ ├── dialog_methods.js │ │ │ ├── dialog_options.js │ │ │ └── dialog_test_helpers.js │ │ ├── draggable │ │ │ ├── all.html │ │ │ ├── draggable.html │ │ │ ├── draggable_common.js │ │ │ ├── draggable_core.js │ │ │ ├── draggable_events.js │ │ │ ├── draggable_methods.js │ │ │ ├── draggable_options.js │ │ │ └── draggable_test_helpers.js │ │ ├── droppable │ │ │ ├── all.html │ │ │ ├── droppable.html │ │ │ ├── droppable_common.js │ │ │ ├── droppable_core.js │ │ │ ├── droppable_events.js │ │ │ ├── droppable_methods.js │ │ │ ├── droppable_options.js │ │ │ └── droppable_test_helpers.js │ │ ├── effects │ │ │ ├── all.html │ │ │ ├── effects.html │ │ │ ├── effects_core.js │ │ │ └── effects_scale.js │ │ ├── images │ │ │ └── jqueryui_32x32.png │ │ ├── index.html │ │ ├── menu │ │ │ ├── all.html │ │ │ ├── menu.html │ │ │ ├── menu_common.js │ │ │ ├── menu_core.js │ │ │ ├── menu_events.js │ │ │ ├── menu_methods.js │ │ │ ├── menu_options.js │ │ │ └── menu_test_helpers.js │ │ ├── position │ │ │ ├── all.html │ │ │ ├── position.html │ │ │ └── position_core.js │ │ ├── progressbar │ │ │ ├── all.html │ │ │ ├── progressbar.html │ │ │ ├── progressbar_common.js │ │ │ ├── progressbar_core.js │ │ │ ├── progressbar_events.js │ │ │ ├── progressbar_methods.js │ │ │ └── progressbar_options.js │ │ ├── qunit-composite.css │ │ ├── qunit-composite.js │ │ ├── resizable │ │ │ ├── all.html │ │ │ ├── images │ │ │ │ └── test.jpg │ │ │ ├── resizable.html │ │ │ ├── resizable_common.js │ │ │ ├── resizable_core.js │ │ │ ├── resizable_events.js │ │ │ ├── resizable_methods.js │ │ │ ├── resizable_options.js │ │ │ └── resizable_test_helpers.js │ │ ├── selectable │ │ │ ├── all.html │ │ │ ├── selectable.html │ │ │ ├── selectable_common.js │ │ │ ├── selectable_core.js │ │ │ ├── selectable_events.js │ │ │ ├── selectable_methods.js │ │ │ └── selectable_options.js │ │ ├── slider │ │ │ ├── all.html │ │ │ ├── slider.html │ │ │ ├── slider_common.js │ │ │ ├── slider_core.js │ │ │ ├── slider_events.js │ │ │ ├── slider_methods.js │ │ │ └── slider_options.js │ │ ├── sortable │ │ │ ├── all.html │ │ │ ├── sortable.html │ │ │ ├── sortable_common.js │ │ │ ├── sortable_core.js │ │ │ ├── sortable_events.js │ │ │ ├── sortable_methods.js │ │ │ ├── sortable_options.js │ │ │ └── sortable_test_helpers.js │ │ ├── spinner │ │ │ ├── all.html │ │ │ ├── spinner.html │ │ │ ├── spinner_common.js │ │ │ ├── spinner_core.js │ │ │ ├── spinner_events.js │ │ │ ├── spinner_methods.js │ │ │ ├── spinner_options.js │ │ │ └── spinner_test_helpers.js │ │ ├── subsuite.js │ │ ├── swarminject.js │ │ ├── tabs │ │ │ ├── all.html │ │ │ ├── data │ │ │ │ └── test.html │ │ │ ├── tabs.html │ │ │ ├── tabs_common.js │ │ │ ├── tabs_core.js │ │ │ ├── tabs_events.js │ │ │ ├── tabs_methods.js │ │ │ ├── tabs_options.js │ │ │ └── tabs_test_helpers.js │ │ ├── testsuite.js │ │ ├── tooltip │ │ │ ├── all.html │ │ │ ├── tooltip.html │ │ │ ├── tooltip_common.js │ │ │ ├── tooltip_core.js │ │ │ ├── tooltip_events.js │ │ │ ├── tooltip_methods.js │ │ │ └── tooltip_options.js │ │ └── widget │ │ │ ├── all.html │ │ │ ├── widget.html │ │ │ ├── widget_animation.js │ │ │ ├── widget_core.js │ │ │ └── widget_extend.js │ └── visual │ │ ├── accordion │ │ └── icons.html │ │ ├── addClass │ │ └── queue.html │ │ ├── button │ │ ├── button.html │ │ └── performance.html │ │ ├── compound │ │ ├── accordion_tabs.html │ │ ├── datepicker_dialog.html │ │ ├── dialog_widgets.html │ │ ├── draggable_accordion.html │ │ ├── draggable_accordion_accordion_tabs_draggable.html │ │ ├── sortable_accordion_sortable_tabs.html │ │ ├── tabs_tabs.html │ │ └── tabs_tooltips.html │ │ ├── dialog │ │ ├── animated.html │ │ ├── complex-dialogs.html │ │ ├── form.html │ │ └── performance.html │ │ ├── effects │ │ ├── all.html │ │ ├── effects.css │ │ ├── effects.js │ │ └── scale.html │ │ ├── index.html │ │ ├── menu │ │ └── menu.html │ │ ├── position │ │ ├── position.html │ │ └── position_feedback.html │ │ ├── theme.html │ │ ├── tooltip │ │ ├── animations.html │ │ └── tooltip.html │ │ └── visual.css │ ├── themes │ ├── base │ │ ├── images │ │ │ ├── animated-overlay.gif │ │ │ ├── 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.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.menu.css │ │ ├── jquery.ui.progressbar.css │ │ ├── jquery.ui.resizable.css │ │ ├── jquery.ui.selectable.css │ │ ├── jquery.ui.slider.css │ │ ├── jquery.ui.spinner.css │ │ ├── jquery.ui.tabs.css │ │ ├── jquery.ui.theme.css │ │ ├── jquery.ui.tooltip.css │ │ └── minified │ │ │ ├── images │ │ │ ├── animated-overlay.gif │ │ │ ├── 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.min.css │ │ │ ├── jquery.ui.accordion.min.css │ │ │ ├── jquery.ui.autocomplete.min.css │ │ │ ├── jquery.ui.button.min.css │ │ │ ├── jquery.ui.core.min.css │ │ │ ├── jquery.ui.datepicker.min.css │ │ │ ├── jquery.ui.dialog.min.css │ │ │ ├── jquery.ui.menu.min.css │ │ │ ├── jquery.ui.progressbar.min.css │ │ │ ├── jquery.ui.resizable.min.css │ │ │ ├── jquery.ui.selectable.min.css │ │ │ ├── jquery.ui.slider.min.css │ │ │ ├── jquery.ui.spinner.min.css │ │ │ ├── jquery.ui.tabs.min.css │ │ │ ├── jquery.ui.theme.min.css │ │ │ └── jquery.ui.tooltip.min.css │ └── vader │ │ ├── images │ │ ├── animated-overlay.gif │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_16_121212_500x100.png │ │ ├── ui-bg_highlight-hard_15_888888_1x100.png │ │ ├── ui-bg_highlight-hard_55_555555_1x100.png │ │ ├── ui-bg_highlight-soft_35_adadad_1x100.png │ │ ├── ui-bg_highlight-soft_60_dddddd_1x100.png │ │ ├── ui-bg_inset-soft_15_121212_1x100.png │ │ ├── ui-icons_666666_256x240.png │ │ ├── ui-icons_aaaaaa_256x240.png │ │ ├── ui-icons_bbbbbb_256x240.png │ │ ├── ui-icons_c98000_256x240.png │ │ ├── ui-icons_cccccc_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ └── ui-icons_f29a00_256x240.png │ │ ├── jquery-ui.css │ │ ├── jquery-ui.min.css │ │ └── jquery.ui.theme.css │ ├── ui.accordion.jquery.json │ ├── ui.autocomplete.jquery.json │ ├── ui.button.jquery.json │ ├── ui.core.jquery.json │ ├── ui.datepicker.jquery.json │ ├── ui.dialog.jquery.json │ ├── ui.draggable.jquery.json │ ├── ui.droppable.jquery.json │ ├── ui.effect-blind.jquery.json │ ├── ui.effect-bounce.jquery.json │ ├── ui.effect-clip.jquery.json │ ├── ui.effect-drop.jquery.json │ ├── ui.effect-explode.jquery.json │ ├── ui.effect-fade.jquery.json │ ├── ui.effect-fold.jquery.json │ ├── ui.effect-highlight.jquery.json │ ├── ui.effect-pulsate.jquery.json │ ├── ui.effect-scale.jquery.json │ ├── ui.effect-shake.jquery.json │ ├── ui.effect-slide.jquery.json │ ├── ui.effect-transfer.jquery.json │ ├── ui.effect.jquery.json │ ├── ui.menu.jquery.json │ ├── ui.mouse.jquery.json │ ├── ui.position.jquery.json │ ├── ui.progressbar.jquery.json │ ├── ui.resizable.jquery.json │ ├── ui.selectable.jquery.json │ ├── ui.slider.jquery.json │ ├── ui.sortable.jquery.json │ ├── ui.spinner.jquery.json │ ├── ui.tabs.jquery.json │ ├── ui.tooltip.jquery.json │ ├── ui.widget.jquery.json │ └── ui │ ├── .jshintrc │ ├── i18n │ ├── 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-be.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-CA.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-hi.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-ka.js │ ├── jquery.ui.datepicker-kk.js │ ├── jquery.ui.datepicker-km.js │ ├── jquery.ui.datepicker-ko.js │ ├── jquery.ui.datepicker-ky.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-nb.js │ ├── jquery.ui.datepicker-nl-BE.js │ ├── jquery.ui.datepicker-nl.js │ ├── jquery.ui.datepicker-nn.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.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.effect-blind.js │ ├── jquery.ui.effect-bounce.js │ ├── jquery.ui.effect-clip.js │ ├── jquery.ui.effect-drop.js │ ├── jquery.ui.effect-explode.js │ ├── jquery.ui.effect-fade.js │ ├── jquery.ui.effect-fold.js │ ├── jquery.ui.effect-highlight.js │ ├── jquery.ui.effect-pulsate.js │ ├── jquery.ui.effect-scale.js │ ├── jquery.ui.effect-shake.js │ ├── jquery.ui.effect-slide.js │ ├── jquery.ui.effect-transfer.js │ ├── jquery.ui.effect.js │ ├── jquery.ui.menu.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.spinner.js │ ├── jquery.ui.tabs.js │ ├── jquery.ui.tooltip.js │ ├── jquery.ui.widget.js │ └── minified │ ├── i18n │ ├── jquery-ui-i18n.min.js │ ├── jquery.ui.datepicker-af.min.js │ ├── jquery.ui.datepicker-ar-DZ.min.js │ ├── jquery.ui.datepicker-ar.min.js │ ├── jquery.ui.datepicker-az.min.js │ ├── jquery.ui.datepicker-be.min.js │ ├── jquery.ui.datepicker-bg.min.js │ ├── jquery.ui.datepicker-bs.min.js │ ├── jquery.ui.datepicker-ca.min.js │ ├── jquery.ui.datepicker-cs.min.js │ ├── jquery.ui.datepicker-cy-GB.min.js │ ├── jquery.ui.datepicker-da.min.js │ ├── jquery.ui.datepicker-de.min.js │ ├── jquery.ui.datepicker-el.min.js │ ├── jquery.ui.datepicker-en-AU.min.js │ ├── jquery.ui.datepicker-en-GB.min.js │ ├── jquery.ui.datepicker-en-NZ.min.js │ ├── jquery.ui.datepicker-eo.min.js │ ├── jquery.ui.datepicker-es.min.js │ ├── jquery.ui.datepicker-et.min.js │ ├── jquery.ui.datepicker-eu.min.js │ ├── jquery.ui.datepicker-fa.min.js │ ├── jquery.ui.datepicker-fi.min.js │ ├── jquery.ui.datepicker-fo.min.js │ ├── jquery.ui.datepicker-fr-CA.min.js │ ├── jquery.ui.datepicker-fr-CH.min.js │ ├── jquery.ui.datepicker-fr.min.js │ ├── jquery.ui.datepicker-gl.min.js │ ├── jquery.ui.datepicker-he.min.js │ ├── jquery.ui.datepicker-hi.min.js │ ├── jquery.ui.datepicker-hr.min.js │ ├── jquery.ui.datepicker-hu.min.js │ ├── jquery.ui.datepicker-hy.min.js │ ├── jquery.ui.datepicker-id.min.js │ ├── jquery.ui.datepicker-is.min.js │ ├── jquery.ui.datepicker-it.min.js │ ├── jquery.ui.datepicker-ja.min.js │ ├── jquery.ui.datepicker-ka.min.js │ ├── jquery.ui.datepicker-kk.min.js │ ├── jquery.ui.datepicker-km.min.js │ ├── jquery.ui.datepicker-ko.min.js │ ├── jquery.ui.datepicker-ky.min.js │ ├── jquery.ui.datepicker-lb.min.js │ ├── jquery.ui.datepicker-lt.min.js │ ├── jquery.ui.datepicker-lv.min.js │ ├── jquery.ui.datepicker-mk.min.js │ ├── jquery.ui.datepicker-ml.min.js │ ├── jquery.ui.datepicker-ms.min.js │ ├── jquery.ui.datepicker-nb.min.js │ ├── jquery.ui.datepicker-nl-BE.min.js │ ├── jquery.ui.datepicker-nl.min.js │ ├── jquery.ui.datepicker-nn.min.js │ ├── jquery.ui.datepicker-no.min.js │ ├── jquery.ui.datepicker-pl.min.js │ ├── jquery.ui.datepicker-pt-BR.min.js │ ├── jquery.ui.datepicker-pt.min.js │ ├── jquery.ui.datepicker-rm.min.js │ ├── jquery.ui.datepicker-ro.min.js │ ├── jquery.ui.datepicker-ru.min.js │ ├── jquery.ui.datepicker-sk.min.js │ ├── jquery.ui.datepicker-sl.min.js │ ├── jquery.ui.datepicker-sq.min.js │ ├── jquery.ui.datepicker-sr-SR.min.js │ ├── jquery.ui.datepicker-sr.min.js │ ├── jquery.ui.datepicker-sv.min.js │ ├── jquery.ui.datepicker-ta.min.js │ ├── jquery.ui.datepicker-th.min.js │ ├── jquery.ui.datepicker-tj.min.js │ ├── jquery.ui.datepicker-tr.min.js │ ├── jquery.ui.datepicker-uk.min.js │ ├── jquery.ui.datepicker-vi.min.js │ ├── jquery.ui.datepicker-zh-CN.min.js │ ├── jquery.ui.datepicker-zh-HK.min.js │ └── jquery.ui.datepicker-zh-TW.min.js │ ├── jquery-ui.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.effect-blind.min.js │ ├── jquery.ui.effect-bounce.min.js │ ├── jquery.ui.effect-clip.min.js │ ├── jquery.ui.effect-drop.min.js │ ├── jquery.ui.effect-explode.min.js │ ├── jquery.ui.effect-fade.min.js │ ├── jquery.ui.effect-fold.min.js │ ├── jquery.ui.effect-highlight.min.js │ ├── jquery.ui.effect-pulsate.min.js │ ├── jquery.ui.effect-scale.min.js │ ├── jquery.ui.effect-shake.min.js │ ├── jquery.ui.effect-slide.min.js │ ├── jquery.ui.effect-transfer.min.js │ ├── jquery.ui.effect.min.js │ ├── jquery.ui.menu.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.spinner.min.js │ ├── jquery.ui.tabs.min.js │ ├── jquery.ui.tooltip.min.js │ └── jquery.ui.widget.min.js ├── README.md ├── d3chart.css ├── d3example.js ├── geocode.py ├── globe.js ├── index.html ├── nations.json ├── nations_geo.json ├── runServer.py └── screenshot.png /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "3rdParty/cesium"] 2 | path = 3rdParty/cesium 3 | url = https://github.com/abwood/cesium.git 4 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/accordion/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Accordion Demos 6 | 7 | 8 | 9 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/addClass/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/animate/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/jquery_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/jquery_32x32.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/jqueryui_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/jqueryui_32x32.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/sizzlejs_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/sizzlejs_32x32.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/transparent_1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/transparent_1x1.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/autocomplete/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/autocomplete/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Autocomplete Demos 6 | 7 | 8 | 9 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/button/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Button Demos 6 | 7 | 8 | 9 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/datepicker/images/calendar.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/inline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Display inline 6 | 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 | Date:
21 | 22 |
23 |

Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.

24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/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: ['ינו','פבר','מרץ','אפר','מאי','יוני', 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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/multiple-calendars.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Display multiple months 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | 21 | 22 | 23 |

Date:

24 | 25 |
26 |

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/datepicker/other-months.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Dates in other months 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | 21 | 22 | 23 |

Date:

24 | 25 |
26 |

The datepicker can show dates that come from other than the main month 27 | being displayed. These other dates can also be made selectable.

28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/demos.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 62.5%; 3 | font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; 4 | } 5 | 6 | table { 7 | font-size: 1em; 8 | } 9 | 10 | .demo-description { 11 | clear: both; 12 | padding: 12px; 13 | font-size: 1.3em; 14 | line-height: 1.4em; 15 | } 16 | 17 | .ui-draggable, .ui-droppable { 18 | background-position: top; 19 | } 20 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/dialog/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Dialog Demos 6 | 7 | 8 | 9 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/draggable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Draggable Demos 6 | 7 | 8 | 9 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras2.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras2_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras2_min.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras3.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras3_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras3_min.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras4.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras4_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras4_min.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/droppable/images/high_tatras_min.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/droppable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Droppable Demos 6 | 7 | 8 | 9 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/effect/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/hide/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/calendar.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/demo-config-on-tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/demo-config-on-tile.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/demo-config-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/demo-config-on.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/demo-spindown-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/demo-spindown-closed.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/demo-spindown-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/demo-spindown-open.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/icon-docs-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/icon-docs-info.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/images/pbar-ani.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/menu/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Menu Demos 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/position/images/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/position/images/earth.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/position/images/flight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/position/images/flight.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/position/images/rocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/position/images/rocket.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/position/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Position Demo 6 | 7 | 8 | 9 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/progressbar/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Progressbar - Default functionality 6 | 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 | 22 |
23 | 24 |
25 |

Default determinate progress bar.

26 |
27 | 28 | 29 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/progressbar/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/progressbar/images/pbar-ani.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/progressbar/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Progressbar Demos 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/removeClass/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/resizable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Resizable Demos 6 | 7 | 8 | 9 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/selectable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Selectable Demos 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/show/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/slider/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Slider - Default functionality 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 |
22 | 23 |
24 |

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.

25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/slider/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Slider Demos 6 | 7 | 8 | 9 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/sortable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Sortable Demos 6 | 7 | 8 | 9 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/spinner/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Spinner Demos 6 | 7 | 8 | 9 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/switchClass/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tabs/ajax/content4-broken.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tabs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Tabs Demos 6 | 7 | 8 | 9 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/toggle/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/toggleClass/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Demos 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tooltip/ajax/content1.html: -------------------------------------------------------------------------------- 1 |

This content was loaded via ajax.

-------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tooltip/ajax/content2.html: -------------------------------------------------------------------------------- 1 |

This other content was loaded via ajax.

-------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tooltip/images/st-stephens.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/tooltip/images/st-stephens.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tooltip/images/tower-bridge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/demos/tooltip/images/tower-bridge.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/tooltip/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Tooltip Demos 6 | 7 | 8 | 9 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/demos/widget/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Widget Demo 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 62.5%; 3 | } 4 | .ui-widget-header { 5 | padding: 0.2em 0.5em; 6 | margin: 0; 7 | } 8 | .ui-widget-content { 9 | padding: 1em; 10 | margin-bottom: 1em; 11 | } 12 | p { 13 | margin: 0; 14 | } 15 | ul { 16 | margin: 0; 17 | list-style: none; 18 | } 19 | li { 20 | line-height: 2em; 21 | } 22 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/index.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | $( "#main" ) 4 | .addClass( "ui-widget" ) 5 | .find( "h1, h2" ) 6 | .addClass( "ui-widget-header ui-corner-top" ) 7 | .next() 8 | .addClass( "ui-widget-content ui-corner-bottom" ); 9 | 10 | }); 11 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/jquery.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 3 | var parts = document.location.search.slice( 1 ).split( "&" ), 4 | length = parts.length, 5 | i = 0, 6 | current, 7 | version, 8 | url; 9 | 10 | for ( ; i < length; i++ ) { 11 | current = parts[ i ].split( "=" ); 12 | if ( current[ 0 ] === "jquery" ) { 13 | version = current[ 1 ]; 14 | break; 15 | } 16 | } 17 | 18 | if ( version === "git" ) { 19 | url = "http://code.jquery.com/jquery-git.js"; 20 | } else { 21 | url = "../../jquery-" + ( version || "1.9.1" ) + ".js"; 22 | } 23 | 24 | document.write( "" ); 25 | 26 | }() ); 27 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/accordion/accordion_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "accordion", { 2 | defaults: { 3 | active: 0, 4 | animate: {}, 5 | collapsible: false, 6 | disabled: false, 7 | event: "click", 8 | header: "> li > :first-child,> :not(li):even", 9 | heightStyle: "auto", 10 | icons: { 11 | "activeHeader": "ui-icon-triangle-1-s", 12 | "header": "ui-icon-triangle-1-e" 13 | }, 14 | 15 | // callbacks 16 | activate: null, 17 | beforeActivate: null, 18 | create: null 19 | } 20 | }); 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/accordion/accordion_test_helpers.js: -------------------------------------------------------------------------------- 1 | TestHelpers.accordion = { 2 | equalHeight: function( accordion, height ) { 3 | accordion.find( ".ui-accordion-content" ).each(function() { 4 | equal( $( this ).outerHeight(), height ); 5 | }); 6 | }, 7 | 8 | setupTeardown: function() { 9 | var animate = $.ui.accordion.prototype.options.animate; 10 | return { 11 | setup: function() { 12 | $.ui.accordion.prototype.options.animate = false; 13 | }, 14 | teardown: function() { 15 | $.ui.accordion.prototype.options.animate = animate; 16 | } 17 | }; 18 | }, 19 | 20 | state: function( accordion ) { 21 | var expected = $.makeArray( arguments ).slice( 1 ), 22 | actual = accordion.find( ".ui-accordion-content" ).map(function() { 23 | return $( this ).css( "display" ) === "none" ? 0 : 1; 24 | }).get(); 25 | QUnit.push( QUnit.equiv(actual, expected), actual, expected ); 26 | } 27 | }; 28 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/accordion/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Accordion Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

jQuery UI Accordion Test Suite

22 |

23 |
24 |

25 |
    26 |
    27 | 28 |
    29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/autocomplete/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Autocomplete Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

    jQuery UI Autocomplete Test Suite

    22 |

    23 |
    24 |

    25 |
      26 |
      27 | 28 |
      29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/autocomplete/autocomplete_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "autocomplete", { 2 | defaults: { 3 | appendTo: null, 4 | autoFocus: false, 5 | delay: 300, 6 | disabled: false, 7 | messages: { 8 | noResults: "No search results.", 9 | results: $.ui.autocomplete.prototype.options.messages.results 10 | }, 11 | minLength: 1, 12 | position: { 13 | my: "left top", 14 | at: "left bottom", 15 | collision: "none" 16 | }, 17 | source: null, 18 | 19 | // callbacks 20 | change: null, 21 | close: null, 22 | create: null, 23 | focus: null, 24 | open: null, 25 | response: null, 26 | search: null, 27 | select: null 28 | } 29 | }); 30 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/autocomplete/remote_object_array_labels.txt: -------------------------------------------------------------------------------- 1 | [{"label":"java"},{"label":"javascript"}] -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/autocomplete/remote_object_array_values.txt: -------------------------------------------------------------------------------- 1 | [{"value":"java"},{"value":"javascript"}] -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/autocomplete/remote_string_array.txt: -------------------------------------------------------------------------------- 1 | ["java", "javascript"] -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/button/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Button Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

      jQuery UI Button Test Suite

      22 |

      23 |
      24 |

      25 |
        26 |
        27 | 28 |
        29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/button/button_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "button", { 2 | defaults: { 3 | disabled: null, 4 | icons: { 5 | primary: null, 6 | secondary: null 7 | }, 8 | label: null, 9 | text: true, 10 | 11 | // callbacks 12 | create: null 13 | } 14 | }); 15 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/core/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Core Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

        jQuery UI Core Test Suite

        22 |

        23 |
        24 |

        25 |
          26 |
          27 | 28 |
          29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/datepicker/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

          jQuery UI Datepicker Test Suite

          22 |

          23 |
          24 |

          25 |
            26 |
            27 | 28 |
            29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/datepicker/datepicker_common.js: -------------------------------------------------------------------------------- 1 | /* 2 | TestHelpers.commonWidgetTests( "datepicker", { 3 | defaults: { 4 | disabled: false 5 | } 6 | }); 7 | */ 8 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/datepicker/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/tests/unit/datepicker/images/calendar.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/dialog/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Dialog Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

            jQuery UI Dialog Test Suite

            22 |

            23 |
            24 |

            25 |
              26 |
              27 | 28 |
              29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/dialog/dialog_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "dialog", { 2 | defaults: { 3 | appendTo: "body", 4 | autoOpen: true, 5 | buttons: [], 6 | closeOnEscape: true, 7 | closeText: "close", 8 | disabled: false, 9 | dialogClass: "", 10 | draggable: true, 11 | height: "auto", 12 | hide: null, 13 | maxHeight: null, 14 | maxWidth: null, 15 | minHeight: 150, 16 | minWidth: 150, 17 | modal: false, 18 | position: { 19 | my: "center", 20 | at: "center", 21 | of: window, 22 | collision: "fit", 23 | using: $.ui.dialog.prototype.options.position.using 24 | }, 25 | resizable: true, 26 | show: null, 27 | title: null, 28 | width: 300, 29 | 30 | // callbacks 31 | beforeClose: null, 32 | close: null, 33 | create: null, 34 | drag: null, 35 | dragStart: null, 36 | dragStop: null, 37 | focus: null, 38 | open: null, 39 | resize: null, 40 | resizeStart: null, 41 | resizeStop: null 42 | } 43 | }); 44 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/draggable/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Draggable Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

              jQuery UI Draggable Test Suite

              22 |

              23 |
              24 |

              25 |
                26 |
                27 | 28 |
                29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/draggable/draggable_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "draggable", { 2 | defaults: { 3 | appendTo: "parent", 4 | axis: false, 5 | cancel: "input,textarea,button,select,option", 6 | connectToSortable: false, 7 | containment: false, 8 | cursor: "auto", 9 | cursorAt: false, 10 | disabled: false, 11 | grid: false, 12 | handle: false, 13 | helper: "original", 14 | opacity: false, 15 | refreshPositions: false, 16 | revert: false, 17 | revertDuration: 500, 18 | scroll: true, 19 | scrollSensitivity: 20, 20 | scrollSpeed: 20, 21 | scope: "default", 22 | snap: false, 23 | snapMode: "both", 24 | snapTolerance: 20, 25 | stack: false, 26 | zIndex: false, 27 | 28 | //todo: remove the following option checks when interactions are rewritten: 29 | addClasses: true, 30 | delay: 0, 31 | distance: 1, 32 | iframeFix: false, 33 | 34 | // callbacks 35 | create: null, 36 | drag: null, 37 | start: null, 38 | stop: null 39 | } 40 | }); 41 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/droppable/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Droppable Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                jQuery UI Droppable Test Suite

                22 |

                23 |
                24 |

                25 |
                  26 |
                  27 | 28 |
                  29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/droppable/droppable_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "droppable", { 2 | defaults: { 3 | accept: "*", 4 | activeClass: false, 5 | addClasses: true, 6 | disabled: false, 7 | greedy: false, 8 | hoverClass: false, 9 | scope: "default", 10 | tolerance: "intersect", 11 | 12 | // callbacks 13 | activate: null, 14 | create: null, 15 | deactivate: null, 16 | drop: null, 17 | out: null, 18 | over: null 19 | } 20 | }); 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/droppable/droppable_core.js: -------------------------------------------------------------------------------- 1 | /* 2 | * droppable_core.js 3 | */ 4 | 5 | (function($) { 6 | 7 | module("droppable: core"); 8 | 9 | test("element types", function() { 10 | var typeNames = ("p,h1,h2,h3,h4,h5,h6,blockquote,ol,ul,dl,div,form" + 11 | ",table,fieldset,address,ins,del,em,strong,q,cite,dfn,abbr" + 12 | ",acronym,code,samp,kbd,var,img,hr" + 13 | ",input,button,label,select,iframe").split(","); 14 | 15 | expect( typeNames.length ); 16 | 17 | $.each(typeNames, function(i) { 18 | var typeName = typeNames[i], 19 | el = $(document.createElement(typeName)).appendTo("body"); 20 | 21 | (typeName === "table" && el.append("content")); 22 | el.droppable(); 23 | TestHelpers.droppable.shouldDrop(); 24 | el.droppable("destroy"); 25 | el.remove(); 26 | }); 27 | }); 28 | 29 | })(jQuery); 30 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/droppable/droppable_test_helpers.js: -------------------------------------------------------------------------------- 1 | TestHelpers.droppable = { 2 | shouldDrop: function() { 3 | // todo: actually implement this 4 | ok(true, "missing test - untested code is broken code"); 5 | }, 6 | shouldNotDrop: function() { 7 | // todo: actually implement this 8 | ok(true, "missing test - untested code is broken code"); 9 | } 10 | }; -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/effects/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Effects Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                  jQuery UI Effects Test Suite

                  22 |

                  23 |
                  24 |

                  25 |
                    26 |
                    27 | 28 |
                    29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/images/jqueryui_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/tests/unit/images/jqueryui_32x32.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/menu/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Menu Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                    jQuery UI Menu Test Suite

                    22 |

                    23 |
                    24 |

                    25 |
                      26 |
                      27 | 28 |
                      29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/menu/menu_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "menu", { 2 | defaults: { 3 | disabled: false, 4 | icons: { 5 | submenu: "ui-icon-carat-1-e" 6 | }, 7 | menus: "ul", 8 | position: { 9 | my: "left top", 10 | at: "right top" 11 | }, 12 | role: "menu", 13 | 14 | // callbacks 15 | blur: null, 16 | create: null, 17 | focus: null, 18 | select: null 19 | } 20 | }); 21 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/menu/menu_test_helpers.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 3 | var lastItem, 4 | log = []; 5 | 6 | TestHelpers.menu = { 7 | log: function( message, clear ) { 8 | if ( clear ) { 9 | log.length = 0; 10 | } 11 | if ( message === undefined ) { 12 | message = lastItem; 13 | } 14 | log.push( $.trim( message ) ); 15 | }, 16 | 17 | logOutput: function() { 18 | return log.join( "," ); 19 | }, 20 | 21 | clearLog: function() { 22 | log.length = 0; 23 | }, 24 | 25 | click: function( menu, item ) { 26 | lastItem = item; 27 | menu.children( ":eq(" + item + ")" ).find( "a:first" ).trigger( "click" ); 28 | } 29 | }; 30 | 31 | })(); 32 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/position/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Position Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                      jQuery UI Position Test Suite

                      22 |

                      23 |
                      24 |

                      25 |
                        26 |
                        27 | 28 |
                        29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/progressbar/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Progressbar Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                        jQuery UI Progressbar Test Suite

                        22 |

                        23 |
                        24 |

                        25 |
                          26 |
                          27 | 28 |
                          29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/progressbar/progressbar_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "progressbar", { 2 | defaults: { 3 | disabled: false, 4 | max: 100, 5 | value: 0, 6 | 7 | //callbacks 8 | change: null, 9 | complete: null, 10 | create: null 11 | } 12 | }); 13 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/progressbar/progressbar_methods.js: -------------------------------------------------------------------------------- 1 | module( "progressbar: methods" ); 2 | 3 | test( "destroy", function() { 4 | expect( 1 ); 5 | domEqual( "#progressbar", function() { 6 | $( "#progressbar" ).progressbar().progressbar( "destroy" ); 7 | }); 8 | }); 9 | 10 | test( "value", function() { 11 | expect( 3 ); 12 | 13 | var element = $( "
                          " ).progressbar({ value: 20 }); 14 | equal( element.progressbar( "value" ), 20, "correct value as getter" ); 15 | strictEqual( element.progressbar( "value", 30 ), element, "chainable as setter" ); 16 | equal( element.progressbar( "option", "value" ), 30, "correct value after setter" ); 17 | }); 18 | 19 | test( "widget", function() { 20 | expect( 2 ); 21 | var element = $( "#progressbar" ).progressbar(), 22 | widgetElement = element.progressbar( "widget" ); 23 | equal( widgetElement.length, 1, "one element" ); 24 | strictEqual( widgetElement[ 0 ], element[ 0 ], "same element" ); 25 | }); 26 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/qunit-composite.css: -------------------------------------------------------------------------------- 1 | iframe.qunit-subsuite { 2 | position: fixed; 3 | bottom: 0; 4 | left: 0; 5 | 6 | margin: 0; 7 | padding: 0; 8 | border-width: 1px 0 0; 9 | height: 45%; 10 | width: 100%; 11 | 12 | background: #fff; 13 | } 14 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/resizable/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Resizable Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                          jQuery UI Resizable Test Suite

                          22 |

                          23 |
                          24 |

                          25 |
                            26 |
                            27 | 28 |
                            29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/resizable/images/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/tests/unit/resizable/images/test.jpg -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/resizable/resizable_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "resizable", { 2 | defaults: { 3 | alsoResize: false, 4 | animate: false, 5 | animateDuration: "slow", 6 | animateEasing: "swing", 7 | aspectRatio: false, 8 | autoHide: false, 9 | cancel: "input,textarea,button,select,option", 10 | containment: false, 11 | delay: 0, 12 | disabled: false, 13 | distance: 1, 14 | ghost: false, 15 | grid: false, 16 | handles: "e,s,se", 17 | helper: false, 18 | maxHeight: null, 19 | maxWidth: null, 20 | minHeight: 10, 21 | minWidth: 10, 22 | zIndex: 90, 23 | 24 | // callbacks 25 | create: null, 26 | resize: null, 27 | start: null, 28 | stop: null 29 | } 30 | }); 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/resizable/resizable_methods.js: -------------------------------------------------------------------------------- 1 | /* 2 | * resizable_methods.js 3 | */ 4 | (function($) { 5 | 6 | module("resizable: methods"); 7 | 8 | // this is here to make JSHint pass "unused", and we don't want to 9 | // remove the parameter for when we finally implement 10 | $.noop(); 11 | 12 | })(jQuery); 13 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/resizable/resizable_test_helpers.js: -------------------------------------------------------------------------------- 1 | TestHelpers.resizable = { 2 | drag: function( el, dx, dy ) { 3 | // this mouseover is to work around a limitation in resizable 4 | // TODO: fix resizable so handle doesn't require mouseover in order to be used 5 | $( el ).simulate("mouseover").simulate( "drag", { 6 | moves: 2, 7 | dx: dx, 8 | dy: dy 9 | }); 10 | } 11 | }; -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/selectable/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Selectable Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                            jQuery UI Selectable Test Suite

                            22 |

                            23 |
                            24 |

                            25 |
                              26 |
                              27 | 28 |
                              29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/selectable/selectable_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests("selectable", { 2 | defaults: { 3 | appendTo: "body", 4 | autoRefresh: true, 5 | cancel: "input,textarea,button,select,option", 6 | delay: 0, 7 | disabled: false, 8 | distance: 0, 9 | filter: "*", 10 | tolerance: "touch", 11 | 12 | // callbacks 13 | create: null, 14 | selected: null, 15 | selecting: null, 16 | start: null, 17 | stop: null, 18 | unselected: null, 19 | unselecting: null 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/selectable/selectable_core.js: -------------------------------------------------------------------------------- 1 | /* 2 | * selectable_core.js 3 | */ -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/slider/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Slider Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                              jQuery UI Slider Test Suite

                              22 |

                              23 |
                              24 |

                              25 |
                                26 |
                                27 | 28 |
                                29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/slider/slider_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "slider", { 2 | defaults: { 3 | animate: false, 4 | cancel: "input,textarea,button,select,option", 5 | delay: 0, 6 | disabled: false, 7 | distance: 0, 8 | max: 100, 9 | min: 0, 10 | orientation: "horizontal", 11 | range: false, 12 | step: 1, 13 | value: 0, 14 | values: null, 15 | 16 | // callbacks 17 | create: null, 18 | change: null, 19 | slide: null, 20 | start: null, 21 | stop: null 22 | } 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/sortable/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Sortable Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                                jQuery UI Sortable Test Suite

                                22 |

                                23 |
                                24 |

                                25 |
                                  26 |
                                  27 | 28 |
                                  29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/sortable/sortable_core.js: -------------------------------------------------------------------------------- 1 | /* 2 | * sortable_core.js 3 | */ -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/sortable/sortable_test_helpers.js: -------------------------------------------------------------------------------- 1 | TestHelpers.sortable = { 2 | sort: function( handle, dx, dy, index, msg ) { 3 | $( handle ).simulate( "drag", { 4 | dx: dx, 5 | dy: dy 6 | }); 7 | equal( $( handle ).parent().children().index( handle ), index, msg ); 8 | } 9 | }; -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/spinner/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Spinner Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                                  jQuery UI Spinner Test Suite

                                  22 |

                                  23 |
                                  24 |

                                  25 |
                                    26 |
                                    27 | 28 |
                                    29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/spinner/spinner_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "spinner", { 2 | defaults: { 3 | culture: null, 4 | disabled: false, 5 | icons: { 6 | down: "ui-icon-triangle-1-s", 7 | up: "ui-icon-triangle-1-n" 8 | }, 9 | incremental: true, 10 | max: null, 11 | min: null, 12 | numberFormat: null, 13 | page: 10, 14 | step: 1, 15 | 16 | // callbacks 17 | change: null, 18 | create: null, 19 | spin: null, 20 | start: null, 21 | stop: null 22 | } 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/spinner/spinner_test_helpers.js: -------------------------------------------------------------------------------- 1 | TestHelpers.spinner = { 2 | simulateKeyDownUp: function( element, keyCode, shift ) { 3 | element 4 | .simulate( "keydown", { keyCode: keyCode, shiftKey: shift || false } ) 5 | .simulate( "keyup", { keyCode: keyCode, shiftKey: shift || false } ); 6 | } 7 | }; 8 | 9 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/subsuite.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 3 | var versions = [ 4 | "1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", 5 | "1.7", "1.7.1", "1.7.2", 6 | "1.8.0", "1.8.1", "1.8.2", "1.8.3", 7 | "1.9.0", "1.9.1", 8 | "git" 9 | ], 10 | additionalTests = { 11 | // component: [ "other_test.html" ] 12 | }; 13 | 14 | window.testAllVersions = function( widget ) { 15 | QUnit.testSuites( $.map( 16 | [ widget + ".html" ].concat( additionalTests[ widget ] || [] ), 17 | function( test ) { 18 | return $.map( versions, function( version ) { 19 | return test + "?jquery=" + version; 20 | }); 21 | })); 22 | }; 23 | 24 | }()); 25 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/swarminject.js: -------------------------------------------------------------------------------- 1 | // load testswarm agent 2 | (function() { 3 | var url = window.location.search; 4 | url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) ); 5 | if ( !url || url.indexOf("http") !== 0 ) { 6 | return; 7 | } 8 | document.write( "" ); 10 | })(); 11 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/tabs/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Tabs Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                                    jQuery UI Tabs Test Suite

                                    22 |

                                    23 |
                                    24 |

                                    25 |
                                      26 |
                                      27 | 28 |
                                      29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/tabs/data/test.html: -------------------------------------------------------------------------------- 1 |

                                      …content loaded via Ajax.

                                      -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/tabs/tabs_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "tabs", { 2 | defaults: { 3 | active: null, 4 | collapsible: false, 5 | disabled: false, 6 | event: "click", 7 | heightStyle: "content", 8 | hide: null, 9 | show: null, 10 | 11 | // callbacks 12 | activate: null, 13 | beforeActivate: null, 14 | beforeLoad: null, 15 | create: null, 16 | load: null 17 | } 18 | }); 19 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/tooltip/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Tooltip Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                                      jQuery UI Tooltip Test Suite

                                      22 |

                                      23 |
                                      24 |

                                      25 |
                                        26 |
                                        27 | 28 |
                                        29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/tooltip/tooltip_common.js: -------------------------------------------------------------------------------- 1 | TestHelpers.commonWidgetTests( "tooltip", { 2 | defaults: { 3 | content: function() {}, 4 | disabled: false, 5 | hide: true, 6 | items: "[title]:not([disabled])", 7 | position: { 8 | my: "left top+15", 9 | at: "left bottom", 10 | collision: "flipfit flip" 11 | }, 12 | show: true, 13 | tooltipClass: null, 14 | track: false, 15 | 16 | // callbacks 17 | close: null, 18 | create: null, 19 | open: null 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/unit/widget/all.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Widget Test Suite 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 |

                                        jQuery UI Widget Test Suite

                                        22 |

                                        23 |
                                        24 |

                                        25 |
                                          26 |
                                          27 | 28 |
                                          29 | 30 | 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/visual/button/performance.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Button Visual Test: Initialization Performance 6 | 7 | 8 | 9 | 10 | 11 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/visual/effects/effects.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 1em; 3 | padding: 0; 4 | background: #fff; 5 | color: #000; 6 | } 7 | 8 | ul.effects { 9 | list-style-type: none; 10 | margin: 0; 11 | padding: 0; 12 | } 13 | 14 | ul.effects li { 15 | padding: 0; 16 | width: 120px; 17 | height: 100px; 18 | float: left; 19 | margin-top: 20px; 20 | margin-left: 20px; 21 | } 22 | 23 | div.effect { 24 | width: 120px; 25 | height: 100px; 26 | background: #ccc; 27 | border: 5px outset #aaa; 28 | float: left; 29 | cursor: pointer; 30 | cursor: hand; 31 | } 32 | 33 | div.current { 34 | border: 5px outset #FF9C08; 35 | background: #FF9C08; 36 | } 37 | 38 | div.effect p { 39 | color: #191919; 40 | font-weight: bold; 41 | margin: 0; 42 | padding: 10px; 43 | } 44 | 45 | .ui-effects-transfer { 46 | border: 1px dotted #fff; 47 | background: #666; 48 | opacity: 0.5; 49 | } 50 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/tests/visual/visual.css: -------------------------------------------------------------------------------- 1 | body { font-size: 62.5%; } 2 | #draggable, #resizable { width: 100px; height: 100px; background: #abc; } 3 | #droppable { width: 100px; height: 100px; background: #cde; } 4 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/animated-overlay.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Theming 10 | */ 11 | @import "jquery.ui.base.css"; 12 | @import "jquery.ui.theme.css"; 13 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Autocomplete 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Autocomplete#theming 10 | */ 11 | .ui-autocomplete { 12 | position: absolute; 13 | top: 0; 14 | left: 0; 15 | cursor: default; 16 | } 17 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI CSS Framework 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Theming 10 | */ 11 | @import url("jquery.ui.core.css"); 12 | 13 | @import url("jquery.ui.accordion.css"); 14 | @import url("jquery.ui.autocomplete.css"); 15 | @import url("jquery.ui.button.css"); 16 | @import url("jquery.ui.datepicker.css"); 17 | @import url("jquery.ui.dialog.css"); 18 | @import url("jquery.ui.menu.css"); 19 | @import url("jquery.ui.progressbar.css"); 20 | @import url("jquery.ui.resizable.css"); 21 | @import url("jquery.ui.selectable.css"); 22 | @import url("jquery.ui.slider.css"); 23 | @import url("jquery.ui.spinner.css"); 24 | @import url("jquery.ui.tabs.css"); 25 | @import url("jquery.ui.tooltip.css"); 26 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Progressbar 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Progressbar#theming 10 | */ 11 | .ui-progressbar { 12 | height: 2em; 13 | text-align: left; 14 | overflow: hidden; 15 | } 16 | .ui-progressbar .ui-progressbar-value { 17 | margin: -1px; 18 | height: 100%; 19 | } 20 | .ui-progressbar .ui-progressbar-overlay { 21 | background: url("images/animated-overlay.gif"); 22 | height: 100%; 23 | filter: alpha(opacity=25); 24 | opacity: 0.25; 25 | } 26 | .ui-progressbar-indeterminate .ui-progressbar-value { 27 | background-image: none; 28 | } 29 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Selectable 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://docs.jquery.com/UI/Selectable#theming 10 | */ 11 | .ui-selectable-helper { 12 | position: absolute; 13 | z-index: 100; 14 | border: 1px dotted black; 15 | } 16 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/jquery.ui.tooltip.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Tooltip 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | */ 9 | .ui-tooltip { 10 | padding: 8px; 11 | position: absolute; 12 | z-index: 9999; 13 | max-width: 300px; 14 | -webkit-box-shadow: 0 0 5px #aaa; 15 | box-shadow: 0 0 5px #aaa; 16 | } 17 | body .ui-tooltip { 18 | border-width: 2px; 19 | } 20 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/animated-overlay.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/base/minified/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.accordion.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.autocomplete.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-autocomplete{position:absolute;top:0;left:0;cursor:default} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.core.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.progressbar.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.resizable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.selectable.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.spinner.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:0;background:0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.tabs.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/base/minified/jquery.ui.tooltip.min.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | 5 | .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px} -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/animated-overlay.gif -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_aaaaaa_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_aaaaaa_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_c98000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_c98000_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_f29a00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/3rdParty/jquery-ui-1.10.3/themes/vader/images/ui-icons_f29a00_256x240.png -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "boss": true, 3 | "curly": true, 4 | "eqeqeq": true, 5 | "eqnull": true, 6 | "expr": true, 7 | "immed": true, 8 | "noarg": true, 9 | "onevar": true, 10 | "quotmark": "double", 11 | "smarttabs": true, 12 | "trailing": true, 13 | "undef": true, 14 | "unused": true, 15 | 16 | "browser": true, 17 | "jquery": true, 18 | 19 | "globals": { 20 | "Globalize": false 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-ca.js: -------------------------------------------------------------------------------- 1 | /* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */ 2 | /* Writers: (joan.leon@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ca'] = { 5 | closeText: 'Tanca', 6 | prevText: 'Anterior', 7 | nextText: 'Següent', 8 | currentText: 'Avui', 9 | monthNames: ['gener','febrer','març','abril','maig','juny', 10 | 'juliol','agost','setembre','octubre','novembre','desembre'], 11 | monthNamesShort: ['gen','feb','març','abr','maig','juny', 12 | 'jul','ag','set','oct','nov','des'], 13 | dayNames: ['diumenge','dilluns','dimarts','dimecres','dijous','divendres','dissabte'], 14 | dayNamesShort: ['dg','dl','dt','dc','dj','dv','ds'], 15 | dayNamesMin: ['dg','dl','dt','dc','dj','dv','ds'], 16 | weekHeader: 'Set', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ca']); 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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: 'KW', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['de']); 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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: ['ינו','פבר','מרץ','אפר','מאי','יוני', 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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-hi.js: -------------------------------------------------------------------------------- 1 | /* Hindi initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Michael Dawart. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hi'] = { 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['hi']); 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-ko.js: -------------------------------------------------------------------------------- 1 | /* Korean initialisation for the jQuery calendar extension. */ 2 | /* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ko'] = { 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: 'Wk', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '년'}; 22 | $.datepicker.setDefaults($.datepicker.regional['ko']); 23 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-nb.js: -------------------------------------------------------------------------------- 1 | /* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Bjørn Johansen (post@bjornjohansen.no). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['nb'] = { 5 | closeText: 'Lukk', 6 | prevText: '«Forrige', 7 | nextText: 'Neste»', 8 | currentText: 'I dag', 9 | monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], 10 | monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], 11 | dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'], 12 | dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'], 13 | dayNamesMin: ['sø','ma','ti','on','to','fr','lø'], 14 | weekHeader: 'Uke', 15 | dateFormat: 'dd.mm.yy', 16 | firstDay: 1, 17 | isRTL: false, 18 | showMonthAfterYear: false, 19 | yearSuffix: '' 20 | }; 21 | $.datepicker.setDefaults($.datepicker.regional['nb']); 22 | }); 23 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-nn.js: -------------------------------------------------------------------------------- 1 | /* Norwegian Nynorsk initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Bjørn Johansen (post@bjornjohansen.no). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['nn'] = { 5 | closeText: 'Lukk', 6 | prevText: '«Førre', 7 | nextText: 'Neste»', 8 | currentText: 'I dag', 9 | monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'], 10 | monthNamesShort: ['jan','feb','mar','apr','mai','jun','jul','aug','sep','okt','nov','des'], 11 | dayNamesShort: ['sun','mån','tys','ons','tor','fre','lau'], 12 | dayNames: ['sundag','måndag','tysdag','onsdag','torsdag','fredag','laurdag'], 13 | dayNamesMin: ['su','må','ty','on','to','fr','la'], 14 | weekHeader: 'Veke', 15 | dateFormat: 'dd.mm.yy', 16 | firstDay: 1, 17 | isRTL: false, 18 | showMonthAfterYear: false, 19 | yearSuffix: '' 20 | }; 21 | $.datepicker.setDefaults($.datepicker.regional['nn']); 22 | }); 23 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 23 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | }); 24 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/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 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/jquery.ui.effect-fade.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Effects Fade 1.10.3 3 | * http://jqueryui.com 4 | * 5 | * Copyright 2013 jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://api.jqueryui.com/fade-effect/ 10 | * 11 | * Depends: 12 | * jquery.ui.effect.js 13 | */ 14 | (function( $, undefined ) { 15 | 16 | $.effects.effect.fade = function( o, done ) { 17 | var el = $( this ), 18 | mode = $.effects.setMode( el, o.mode || "toggle" ); 19 | 20 | el.animate({ 21 | opacity: mode 22 | }, { 23 | queue: false, 24 | duration: o.duration, 25 | easing: o.easing, 26 | complete: done 27 | }); 28 | }; 29 | 30 | })( jQuery ); 31 | -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-af.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.af={closeText:"Selekteer",prevText:"Vorige",nextText:"Volgende",currentText:"Vandag",monthNames:["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNames:["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],dayNamesShort:["Son","Maa","Din","Woe","Don","Vry","Sat"],dayNamesMin:["So","Ma","Di","Wo","Do","Vr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.af)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["ar-DZ"]={closeText:"إغلاق",prevText:"<السابق",nextText:"التالي>",currentText:"اليوم",monthNames:["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],monthNamesShort:["1","2","3","4","5","6","7","8","9","10","11","12"],dayNames:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],dayNamesShort:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],dayNamesMin:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],weekHeader:"أسبوع",dateFormat:"dd/mm/yy",firstDay:6,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["ar-DZ"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ar.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.ar={closeText:"إغلاق",prevText:"<السابق",nextText:"التالي>",currentText:"اليوم",monthNames:["كانون الثاني","شباط","آذار","نيسان","مايو","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],monthNamesShort:["1","2","3","4","5","6","7","8","9","10","11","12"],dayNames:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],dayNamesShort:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],dayNamesMin:["ح","ن","ث","ر","خ","ج","س"],weekHeader:"أسبوع",dateFormat:"dd/mm/yy",firstDay:6,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.ar)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-az.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.az={closeText:"Bağla",prevText:"<Geri",nextText:"İrəli>",currentText:"Bugün",monthNames:["Yanvar","Fevral","Mart","Aprel","May","İyun","İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"],monthNamesShort:["Yan","Fev","Mar","Apr","May","İyun","İyul","Avq","Sen","Okt","Noy","Dek"],dayNames:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"],dayNamesShort:["B","Be","Ça","Ç","Ca","C","Ş"],dayNamesMin:["B","B","Ç","С","Ç","C","Ş"],weekHeader:"Hf",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.az)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-be.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.be={closeText:"Зачыніць",prevText:"←Папяр.",nextText:"Наст.→",currentText:"Сёньня",monthNames:["Студзень","Люты","Сакавік","Красавік","Травень","Чэрвень","Ліпень","Жнівень","Верасень","Кастрычнік","Лістапад","Сьнежань"],monthNamesShort:["Сту","Лют","Сак","Кра","Тра","Чэр","Ліп","Жні","Вер","Кас","Ліс","Сьн"],dayNames:["нядзеля","панядзелак","аўторак","серада","чацьвер","пятніца","субота"],dayNamesShort:["ндз","пнд","аўт","срд","чцв","птн","сбт"],dayNamesMin:["Нд","Пн","Аў","Ср","Чц","Пт","Сб"],weekHeader:"Тд",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.be)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-bg.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.bg={closeText:"затвори",prevText:"<назад",nextText:"напред>",nextBigText:">>",currentText:"днес",monthNames:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthNamesShort:["Яну","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Нов","Дек"],dayNames:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"],dayNamesShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб"],dayNamesMin:["Не","По","Вт","Ср","Че","Пе","Съ"],weekHeader:"Wk",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.bg)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-bs.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.bs={closeText:"Zatvori",prevText:"<",nextText:">",currentText:"Danas",monthNames:["Januar","Februar","Mart","April","Maj","Juni","Juli","August","Septembar","Oktobar","Novembar","Decembar"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNames:["Nedelja","Ponedeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],dayNamesShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayNamesMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],weekHeader:"Wk",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.bs)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ca.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.ca={closeText:"Tanca",prevText:"Anterior",nextText:"Següent",currentText:"Avui",monthNames:["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],monthNamesShort:["gen","feb","març","abr","maig","juny","jul","ag","set","oct","nov","des"],dayNames:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],dayNamesShort:["dg","dl","dt","dc","dj","dv","ds"],dayNamesMin:["dg","dl","dt","dc","dj","dv","ds"],weekHeader:"Set",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.ca)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-cs.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.cs={closeText:"Zavřít",prevText:"<Dříve",nextText:"Později>",currentText:"Nyní",monthNames:["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"],monthNamesShort:["led","úno","bře","dub","kvě","čer","čvc","srp","zář","říj","lis","pro"],dayNames:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],dayNamesShort:["ne","po","út","st","čt","pá","so"],dayNamesMin:["ne","po","út","st","čt","pá","so"],weekHeader:"Týd",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.cs)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["cy-GB"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"],monthNamesShort:["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Aws","Med","Hyd","Tac","Rha"],dayNames:["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],dayNamesShort:["Sul","Llu","Maw","Mer","Iau","Gwe","Sad"],dayNamesMin:["Su","Ll","Ma","Me","Ia","Gw","Sa"],weekHeader:"Wy",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["cy-GB"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-da.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.da={closeText:"Luk",prevText:"<Forrige",nextText:"Næste>",currentText:"Idag",monthNames:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNames:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],dayNamesShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayNamesMin:["Sø","Ma","Ti","On","To","Fr","Lø"],weekHeader:"Uge",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.da)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-de.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.de={closeText:"Schließen",prevText:"<Zurück",nextText:"Vor>",currentText:"Heute",monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"KW",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.de)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-el.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.el={closeText:"Κλείσιμο",prevText:"Προηγούμενος",nextText:"Επόμενος",currentText:"Τρέχων Μήνας",monthNames:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],monthNamesShort:["Ιαν","Φεβ","Μαρ","Απρ","Μαι","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],dayNames:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],dayNamesShort:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],dayNamesMin:["Κυ","Δε","Τρ","Τε","Πε","Πα","Σα"],weekHeader:"Εβδ",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.el)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["en-AU"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["en-AU"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["en-GB"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["en-GB"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["en-NZ"]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["en-NZ"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-eo.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.eo={closeText:"Fermi",prevText:"<Anta",nextText:"Sekv>",currentText:"Nuna",monthNames:["Januaro","Februaro","Marto","Aprilo","Majo","Junio","Julio","Aŭgusto","Septembro","Oktobro","Novembro","Decembro"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aŭg","Sep","Okt","Nov","Dec"],dayNames:["Dimanĉo","Lundo","Mardo","Merkredo","Ĵaŭdo","Vendredo","Sabato"],dayNamesShort:["Dim","Lun","Mar","Mer","Ĵaŭ","Ven","Sab"],dayNamesMin:["Di","Lu","Ma","Me","Ĵa","Ve","Sa"],weekHeader:"Sb",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.eo)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-es.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.es={closeText:"Cerrar",prevText:"<Ant",nextText:"Sig>",currentText:"Hoy",monthNames:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthNamesShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],dayNames:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],dayNamesShort:["Dom","Lun","Mar","Mié","Juv","Vie","Sáb"],dayNamesMin:["Do","Lu","Ma","Mi","Ju","Vi","Sá"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.es)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-et.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.et={closeText:"Sulge",prevText:"Eelnev",nextText:"Järgnev",currentText:"Täna",monthNames:["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"],monthNamesShort:["Jaan","Veebr","Märts","Apr","Mai","Juuni","Juuli","Aug","Sept","Okt","Nov","Dets"],dayNames:["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"],dayNamesShort:["Pühap","Esmasp","Teisip","Kolmap","Neljap","Reede","Laup"],dayNamesMin:["P","E","T","K","N","R","L"],weekHeader:"näd",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.et)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-eu.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.eu={closeText:"Egina",prevText:"<Aur",nextText:"Hur>",currentText:"Gaur",monthNames:["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"],monthNamesShort:["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."],dayNames:["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],dayNamesShort:["ig.","al.","ar.","az.","og.","ol.","lr."],dayNamesMin:["ig","al","ar","az","og","ol","lr"],weekHeader:"As",dateFormat:"yy-mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.eu)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fa.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.fa={closeText:"بستن",prevText:"<قبلی",nextText:"بعدی>",currentText:"امروز",monthNames:["فروردين","ارديبهشت","خرداد","تير","مرداد","شهريور","مهر","آبان","آذر","دی","بهمن","اسفند"],monthNamesShort:["1","2","3","4","5","6","7","8","9","10","11","12"],dayNames:["يکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],dayNamesShort:["ی","د","س","چ","پ","ج","ش"],dayNamesMin:["ی","د","س","چ","پ","ج","ش"],weekHeader:"هف",dateFormat:"yy/mm/dd",firstDay:6,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.fa)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fi.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.fi={closeText:"Sulje",prevText:"«Edellinen",nextText:"Seuraava»",currentText:"Tänään",monthNames:["Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu","Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],monthNamesShort:["Tammi","Helmi","Maalis","Huhti","Touko","Kesä","Heinä","Elo","Syys","Loka","Marras","Joulu"],dayNamesShort:["Su","Ma","Ti","Ke","To","Pe","La"],dayNames:["Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai"],dayNamesMin:["Su","Ma","Ti","Ke","To","Pe","La"],weekHeader:"Vk",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.fi)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fo.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.fo={closeText:"Lat aftur",prevText:"<Fyrra",nextText:"Næsta>",currentText:"Í dag",monthNames:["Januar","Februar","Mars","Apríl","Mei","Juni","Juli","August","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNames:["Sunnudagur","Mánadagur","Týsdagur","Mikudagur","Hósdagur","Fríggjadagur","Leyardagur"],dayNamesShort:["Sun","Mán","Týs","Mik","Hós","Frí","Ley"],dayNamesMin:["Su","Má","Tý","Mi","Hó","Fr","Le"],weekHeader:"Vk",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.fo)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["fr-CA"]={closeText:"Fermer",prevText:"Précédent",nextText:"Suivant",currentText:"Aujourd'hui",monthNames:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthNamesShort:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","déc."],dayNames:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],dayNamesShort:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],dayNamesMin:["D","L","M","M","J","V","S"],weekHeader:"Sem.",dateFormat:"yy-mm-dd",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["fr-CA"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional["fr-CH"]={closeText:"Fermer",prevText:"<Préc",nextText:"Suiv>",currentText:"Courant",monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthNamesShort:["Jan","Fév","Mar","Avr","Mai","Jun","Jul","Aoû","Sep","Oct","Nov","Déc"],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayNamesMin:["Di","Lu","Ma","Me","Je","Ve","Sa"],weekHeader:"Sm",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional["fr-CH"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-fr.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(t){t.datepicker.regional.fr={closeText:"Fermer",prevText:"Précédent",nextText:"Suivant",currentText:"Aujourd'hui",monthNames:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthNamesShort:["Janv.","Févr.","Mars","Avril","Mai","Juin","Juil.","Août","Sept.","Oct.","Nov.","Déc."],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim.","Lun.","Mar.","Mer.","Jeu.","Ven.","Sam."],dayNamesMin:["D","L","M","M","J","V","S"],weekHeader:"Sem.",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},t.datepicker.setDefaults(t.datepicker.regional.fr)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-gl.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.gl={closeText:"Pechar",prevText:"<Ant",nextText:"Seg>",currentText:"Hoxe",monthNames:["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],monthNamesShort:["Xan","Feb","Mar","Abr","Mai","Xuñ","Xul","Ago","Set","Out","Nov","Dec"],dayNames:["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],dayNamesShort:["Dom","Lun","Mar","Mér","Xov","Ven","Sáb"],dayNamesMin:["Do","Lu","Ma","Mé","Xo","Ve","Sá"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.gl)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-he.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.he={closeText:"סגור",prevText:"<הקודם",nextText:"הבא>",currentText:"היום",monthNames:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],monthNamesShort:["ינו","פבר","מרץ","אפר","מאי","יוני","יולי","אוג","ספט","אוק","נוב","דצמ"],dayNames:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת"],dayNamesShort:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],dayNamesMin:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.he)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-hi.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.hi={closeText:"बंद",prevText:"पिछला",nextText:"अगला",currentText:"आज",monthNames:["जनवरी ","फरवरी","मार्च","अप्रेल","मई","जून","जूलाई","अगस्त ","सितम्बर","अक्टूबर","नवम्बर","दिसम्बर"],monthNamesShort:["जन","फर","मार्च","अप्रेल","मई","जून","जूलाई","अग","सित","अक्ट","नव","दि"],dayNames:["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],dayNamesShort:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],dayNamesMin:["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],weekHeader:"हफ्ता",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.hi)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-hr.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.hr={closeText:"Zatvori",prevText:"<",nextText:">",currentText:"Danas",monthNames:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],monthNamesShort:["Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],dayNames:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"],dayNamesShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayNamesMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],weekHeader:"Tje",dateFormat:"dd.mm.yy.",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.hr)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-hu.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.hu={closeText:"bezár",prevText:"vissza",nextText:"előre",currentText:"ma",monthNames:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],monthNamesShort:["Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Szep","Okt","Nov","Dec"],dayNames:["Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat"],dayNamesShort:["Vas","Hét","Ked","Sze","Csü","Pén","Szo"],dayNamesMin:["V","H","K","Sze","Cs","P","Szo"],weekHeader:"Hét",dateFormat:"yy.mm.dd.",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.hu)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-hy.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.hy={closeText:"Փակել",prevText:"<Նախ.",nextText:"Հաջ.>",currentText:"Այսօր",monthNames:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],monthNamesShort:["Հունվ","Փետր","Մարտ","Ապր","Մայիս","Հունիս","Հուլ","Օգս","Սեպ","Հոկ","Նոյ","Դեկ"],dayNames:["կիրակի","եկուշաբթի","երեքշաբթի","չորեքշաբթի","հինգշաբթի","ուրբաթ","շաբաթ"],dayNamesShort:["կիր","երկ","երք","չրք","հնգ","ուրբ","շբթ"],dayNamesMin:["կիր","երկ","երք","չրք","հնգ","ուրբ","շբթ"],weekHeader:"ՇԲՏ",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.hy)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-id.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.id={closeText:"Tutup",prevText:"<mundur",nextText:"maju>",currentText:"hari ini",monthNames:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","Nopember","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agus","Sep","Okt","Nop","Des"],dayNames:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],dayNamesShort:["Min","Sen","Sel","Rab","kam","Jum","Sab"],dayNamesMin:["Mg","Sn","Sl","Rb","Km","jm","Sb"],weekHeader:"Mg",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.id)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-is.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.is={closeText:"Loka",prevText:"< Fyrri",nextText:"Næsti >",currentText:"Í dag",monthNames:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],dayNames:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur"],dayNamesShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau"],dayNamesMin:["Su","Má","Þr","Mi","Fi","Fö","La"],weekHeader:"Vika",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.is)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-it.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.it={closeText:"Chiudi",prevText:"<Prec",nextText:"Succ>",currentText:"Oggi",monthNames:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthNamesShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],dayNames:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],dayNamesShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dayNamesMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.it)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ja.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ja={closeText:"閉じる",prevText:"<前",nextText:"次>",currentText:"今日",monthNames:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthNamesShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayNames:["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],dayNamesShort:["日","月","火","水","木","金","土"],dayNamesMin:["日","月","火","水","木","金","土"],weekHeader:"週",dateFormat:"yy/mm/dd",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"},e.datepicker.setDefaults(e.datepicker.regional.ja)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ka.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ka={closeText:"დახურვა",prevText:"< წინა",nextText:"შემდეგი >",currentText:"დღეს",monthNames:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"],monthNamesShort:["იან","თებ","მარ","აპრ","მაი","ივნ","ივლ","აგვ","სექ","ოქტ","ნოე","დეკ"],dayNames:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],dayNamesShort:["კვ","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ"],dayNamesMin:["კვ","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ"],weekHeader:"კვირა",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ka)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-kk.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.kk={closeText:"Жабу",prevText:"<Алдыңғы",nextText:"Келесі>",currentText:"Бүгін",monthNames:["Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым","Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"],monthNamesShort:["Қаң","Ақп","Нау","Сәу","Мам","Мау","Шіл","Там","Қыр","Қаз","Қар","Жел"],dayNames:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],dayNamesShort:["жкс","дсн","ссн","срс","бсн","жма","снб"],dayNamesMin:["Жк","Дс","Сс","Ср","Бс","Жм","Сн"],weekHeader:"Не",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.kk)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-km.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.km={closeText:"ធ្វើ​រួច",prevText:"មុន",nextText:"បន្ទាប់",currentText:"ថ្ងៃ​នេះ",monthNames:["មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],monthNamesShort:["មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"],dayNames:["អាទិត្យ","ចន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍"],dayNamesShort:["អា","ច","អ","ពុ","ព្រហ","សុ","សៅ"],dayNamesMin:["អា","ច","អ","ពុ","ព្រហ","សុ","សៅ"],weekHeader:"សប្ដាហ៍",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.km)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ko.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ko={closeText:"닫기",prevText:"이전달",nextText:"다음달",currentText:"오늘",monthNames:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthNamesShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dayNames:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],dayNamesShort:["일","월","화","수","목","금","토"],dayNamesMin:["일","월","화","수","목","금","토"],weekHeader:"Wk",dateFormat:"yy-mm-dd",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"년"},e.datepicker.setDefaults(e.datepicker.regional.ko)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ky.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ky={closeText:"Жабуу",prevText:"<Мур",nextText:"Кий>",currentText:"Бүгүн",monthNames:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthNamesShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],dayNames:["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],dayNamesShort:["жек","дүй","шей","шар","бей","жум","ише"],dayNamesMin:["Жк","Дш","Шш","Шр","Бш","Жм","Иш"],weekHeader:"Жум",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ky)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-lb.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.lb={closeText:"Fäerdeg",prevText:"Zréck",nextText:"Weider",currentText:"Haut",monthNames:["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],dayNamesShort:["Son","Méi","Dën","Mët","Don","Fre","Sam"],dayNamesMin:["So","Mé","Dë","Më","Do","Fr","Sa"],weekHeader:"W",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.lb)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-lt.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.lt={closeText:"Uždaryti",prevText:"<Atgal",nextText:"Pirmyn>",currentText:"Šiandien",monthNames:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthNamesShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],dayNames:["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],dayNamesShort:["sek","pir","ant","tre","ket","pen","šeš"],dayNamesMin:["Se","Pr","An","Tr","Ke","Pe","Še"],weekHeader:"Wk",dateFormat:"yy-mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.lt)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-lv.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.lv={closeText:"Aizvērt",prevText:"Iepr",nextText:"Nāka",currentText:"Šodien",monthNames:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthNamesShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],dayNames:["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],dayNamesShort:["svt","prm","otr","tre","ctr","pkt","sst"],dayNamesMin:["Sv","Pr","Ot","Tr","Ct","Pk","Ss"],weekHeader:"Nav",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.lv)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-mk.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.mk={closeText:"Затвори",prevText:"<",nextText:">",currentText:"Денес",monthNames:["Јануари","Февруари","Март","Април","Мај","Јуни","Јули","Август","Септември","Октомври","Ноември","Декември"],monthNamesShort:["Јан","Фев","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Ное","Дек"],dayNames:["Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"],dayNamesShort:["Нед","Пон","Вто","Сре","Чет","Пет","Саб"],dayNamesMin:["Не","По","Вт","Ср","Че","Пе","Са"],weekHeader:"Сед",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.mk)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ml.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ml={closeText:"ശരി",prevText:"മുന്നത്തെ",nextText:"അടുത്തത് ",currentText:"ഇന്ന്",monthNames:["ജനുവരി","ഫെബ്രുവരി","മാര്‍ച്ച്","ഏപ്രില്‍","മേയ്","ജൂണ്‍","ജൂലൈ","ആഗസ്റ്റ്","സെപ്റ്റംബര്‍","ഒക്ടോബര്‍","നവംബര്‍","ഡിസംബര്‍"],monthNamesShort:["ജനു","ഫെബ്","മാര്‍","ഏപ്രി","മേയ്","ജൂണ്‍","ജൂലാ","ആഗ","സെപ്","ഒക്ടോ","നവം","ഡിസ"],dayNames:["ഞായര്‍","തിങ്കള്‍","ചൊവ്വ","ബുധന്‍","വ്യാഴം","വെള്ളി","ശനി"],dayNamesShort:["ഞായ","തിങ്ക","ചൊവ്വ","ബുധ","വ്യാഴം","വെള്ളി","ശനി"],dayNamesMin:["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"],weekHeader:"ആ",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ml)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ms.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ms={closeText:"Tutup",prevText:"<Sebelum",nextText:"Selepas>",currentText:"hari ini",monthNames:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthNamesShort:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],dayNames:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],dayNamesShort:["Aha","Isn","Sel","Rab","kha","Jum","Sab"],dayNamesMin:["Ah","Is","Se","Ra","Kh","Ju","Sa"],weekHeader:"Mg",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ms)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-nb.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.nb={closeText:"Lukk",prevText:"«Forrige",nextText:"Neste»",currentText:"I dag",monthNames:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],monthNamesShort:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],dayNamesShort:["søn","man","tir","ons","tor","fre","lør"],dayNames:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],dayNamesMin:["sø","ma","ti","on","to","fr","lø"],weekHeader:"Uke",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.nb)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["nl-BE"]={closeText:"Sluiten",prevText:"←",nextText:"→",currentText:"Vandaag",monthNames:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthNamesShort:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],dayNames:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],dayNamesShort:["zon","maa","din","woe","don","vri","zat"],dayNamesMin:["zo","ma","di","wo","do","vr","za"],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional["nl-BE"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-nl.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.nl={closeText:"Sluiten",prevText:"←",nextText:"→",currentText:"Vandaag",monthNames:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthNamesShort:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],dayNames:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],dayNamesShort:["zon","maa","din","woe","don","vri","zat"],dayNamesMin:["zo","ma","di","wo","do","vr","za"],weekHeader:"Wk",dateFormat:"dd-mm-yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.nl)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-nn.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.nn={closeText:"Lukk",prevText:"«Førre",nextText:"Neste»",currentText:"I dag",monthNames:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],monthNamesShort:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],dayNamesShort:["sun","mån","tys","ons","tor","fre","lau"],dayNames:["sundag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],dayNamesMin:["su","må","ty","on","to","fr","la"],weekHeader:"Veke",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.nn)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-no.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.no={closeText:"Lukk",prevText:"«Forrige",nextText:"Neste»",currentText:"I dag",monthNames:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],monthNamesShort:["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],dayNamesShort:["søn","man","tir","ons","tor","fre","lør"],dayNames:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],dayNamesMin:["sø","ma","ti","on","to","fr","lø"],weekHeader:"Uke",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.no)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-pl.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.pl={closeText:"Zamknij",prevText:"<Poprzedni",nextText:"Następny>",currentText:"Dziś",monthNames:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthNamesShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],dayNames:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota"],dayNamesShort:["Nie","Pn","Wt","Śr","Czw","Pt","So"],dayNamesMin:["N","Pn","Wt","Śr","Cz","Pt","So"],weekHeader:"Tydz",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.pl)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["pt-BR"]={closeText:"Fechar",prevText:"<Anterior",nextText:"Próximo>",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],dayNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],weekHeader:"Sm",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional["pt-BR"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-pt.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.pt={closeText:"Fechar",prevText:"<Anterior",nextText:"Seguinte",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],dayNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],weekHeader:"Sem",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.pt)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-rm.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.rm={closeText:"Serrar",prevText:"<Suandant",nextText:"Precedent>",currentText:"Actual",monthNames:["Schaner","Favrer","Mars","Avrigl","Matg","Zercladur","Fanadur","Avust","Settember","October","November","December"],monthNamesShort:["Scha","Fev","Mar","Avr","Matg","Zer","Fan","Avu","Sett","Oct","Nov","Dec"],dayNames:["Dumengia","Glindesdi","Mardi","Mesemna","Gievgia","Venderdi","Sonda"],dayNamesShort:["Dum","Gli","Mar","Mes","Gie","Ven","Som"],dayNamesMin:["Du","Gl","Ma","Me","Gi","Ve","So"],weekHeader:"emna",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.rm)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ro.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ro={closeText:"Închide",prevText:"« Luna precedentă",nextText:"Luna următoare »",currentText:"Azi",monthNames:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],monthNamesShort:["Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Duminică","Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă"],dayNamesShort:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],dayNamesMin:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],weekHeader:"Săpt",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ro)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ru.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ru={closeText:"Закрыть",prevText:"<Пред",nextText:"След>",currentText:"Сегодня",monthNames:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthNamesShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],dayNames:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],dayNamesShort:["вск","пнд","втр","срд","чтв","птн","сбт"],dayNamesMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],weekHeader:"Нед",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ru)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sk.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.sk={closeText:"Zavrieť",prevText:"<Predchádzajúci",nextText:"Nasledujúci>",currentText:"Dnes",monthNames:["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"],monthNamesShort:["Jan","Feb","Mar","Apr","Máj","Jún","Júl","Aug","Sep","Okt","Nov","Dec"],dayNames:["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],dayNamesShort:["Ned","Pon","Uto","Str","Štv","Pia","Sob"],dayNamesMin:["Ne","Po","Ut","St","Št","Pia","So"],weekHeader:"Ty",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.sk)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sl.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.sl={closeText:"Zapri",prevText:"<Prejšnji",nextText:"Naslednji>",currentText:"Trenutni",monthNames:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],dayNames:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota"],dayNamesShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob"],dayNamesMin:["Ne","Po","To","Sr","Če","Pe","So"],weekHeader:"Teden",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.sl)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sq.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.sq={closeText:"mbylle",prevText:"<mbrapa",nextText:"Përpara>",currentText:"sot",monthNames:["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"],monthNamesShort:["Jan","Shk","Mar","Pri","Maj","Qer","Kor","Gus","Sht","Tet","Nën","Dhj"],dayNames:["E Diel","E Hënë","E Martë","E Mërkurë","E Enjte","E Premte","E Shtune"],dayNamesShort:["Di","Hë","Ma","Më","En","Pr","Sh"],dayNamesMin:["Di","Hë","Ma","Më","En","Pr","Sh"],weekHeader:"Ja",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.sq)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["sr-SR"]={closeText:"Zatvori",prevText:"<",nextText:">",currentText:"Danas",monthNames:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],dayNames:["Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota"],dayNamesShort:["Ned","Pon","Uto","Sre","Čet","Pet","Sub"],dayNamesMin:["Ne","Po","Ut","Sr","Če","Pe","Su"],weekHeader:"Sed",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional["sr-SR"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sr.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.sr={closeText:"Затвори",prevText:"<",nextText:">",currentText:"Данас",monthNames:["Јануар","Фебруар","Март","Април","Мај","Јун","Јул","Август","Септембар","Октобар","Новембар","Децембар"],monthNamesShort:["Јан","Феб","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Нов","Дец"],dayNames:["Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"],dayNamesShort:["Нед","Пон","Уто","Сре","Чет","Пет","Суб"],dayNamesMin:["Не","По","Ут","Ср","Че","Пе","Су"],weekHeader:"Сед",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.sr)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-sv.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.sv={closeText:"Stäng",prevText:"«Förra",nextText:"Nästa»",currentText:"Idag",monthNames:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNamesShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],dayNames:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],dayNamesMin:["Sö","Må","Ti","On","To","Fr","Lö"],weekHeader:"Ve",dateFormat:"yy-mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.sv)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-ta.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.ta={closeText:"மூடு",prevText:"முன்னையது",nextText:"அடுத்தது",currentText:"இன்று",monthNames:["தை","மாசி","பங்குனி","சித்திரை","வைகாசி","ஆனி","ஆடி","ஆவணி","புரட்டாசி","ஐப்பசி","கார்த்திகை","மார்கழி"],monthNamesShort:["தை","மாசி","பங்","சித்","வைகா","ஆனி","ஆடி","ஆவ","புர","ஐப்","கார்","மார்"],dayNames:["ஞாயிற்றுக்கிழமை","திங்கட்கிழமை","செவ்வாய்க்கிழமை","புதன்கிழமை","வியாழக்கிழமை","வெள்ளிக்கிழமை","சனிக்கிழமை"],dayNamesShort:["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],dayNamesMin:["ஞா","தி","செ","பு","வி","வெ","ச"],weekHeader:"Не",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.ta)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-th.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.th={closeText:"ปิด",prevText:"« ย้อน",nextText:"ถัดไป »",currentText:"วันนี้",monthNames:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthNamesShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],dayNames:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์"],dayNamesShort:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],dayNamesMin:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],weekHeader:"Wk",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.th)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-tj.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.tj={closeText:"Идома",prevText:"<Қафо",nextText:"Пеш>",currentText:"Имрӯз",monthNames:["Январ","Феврал","Март","Апрел","Май","Июн","Июл","Август","Сентябр","Октябр","Ноябр","Декабр"],monthNamesShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],dayNames:["якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе"],dayNamesShort:["якш","душ","сеш","чор","пан","ҷум","шан"],dayNamesMin:["Як","Дш","Сш","Чш","Пш","Ҷм","Шн"],weekHeader:"Хф",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.tj)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-tr.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.tr={closeText:"kapat",prevText:"<geri",nextText:"ileri>",currentText:"bugün",monthNames:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthNamesShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],dayNames:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],dayNamesShort:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"],dayNamesMin:["Pz","Pt","Sa","Ça","Pe","Cu","Ct"],weekHeader:"Hf",dateFormat:"dd.mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.tr)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-uk.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.uk={closeText:"Закрити",prevText:"<",nextText:">",currentText:"Сьогодні",monthNames:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],monthNamesShort:["Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"],dayNames:["неділя","понеділок","вівторок","середа","четвер","п’ятниця","субота"],dayNamesShort:["нед","пнд","вів","срд","чтв","птн","сбт"],dayNamesMin:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],weekHeader:"Тиж",dateFormat:"dd/mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.uk)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-vi.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional.vi={closeText:"Đóng",prevText:"<Trước",nextText:"Tiếp>",currentText:"Hôm nay",monthNames:["Tháng Một","Tháng Hai","Tháng Ba","Tháng Tư","Tháng Năm","Tháng Sáu","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"],monthNamesShort:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"],dayNames:["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"],dayNamesShort:["CN","T2","T3","T4","T5","T6","T7"],dayNamesMin:["CN","T2","T3","T4","T5","T6","T7"],weekHeader:"Tu",dateFormat:"dd/mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},e.datepicker.setDefaults(e.datepicker.regional.vi)}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["zh-CN"]={closeText:"关闭",prevText:"<上月",nextText:"下月>",currentText:"今天",monthNames:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthNamesShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayNames:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayNamesShort:["周日","周一","周二","周三","周四","周五","周六"],dayNamesMin:["日","一","二","三","四","五","六"],weekHeader:"周",dateFormat:"yy-mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"},e.datepicker.setDefaults(e.datepicker.regional["zh-CN"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["zh-HK"]={closeText:"關閉",prevText:"<上月",nextText:"下月>",currentText:"今天",monthNames:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthNamesShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayNames:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayNamesShort:["周日","周一","周二","周三","周四","周五","周六"],dayNamesMin:["日","一","二","三","四","五","六"],weekHeader:"周",dateFormat:"dd-mm-yy",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"},e.datepicker.setDefaults(e.datepicker.regional["zh-HK"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | jQuery(function(e){e.datepicker.regional["zh-TW"]={closeText:"關閉",prevText:"<上月",nextText:"下月>",currentText:"今天",monthNames:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthNamesShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayNames:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayNamesShort:["周日","周一","周二","周三","周四","周五","周六"],dayNamesMin:["日","一","二","三","四","五","六"],weekHeader:"周",dateFormat:"yy/mm/dd",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"},e.datepicker.setDefaults(e.datepicker.regional["zh-TW"])}); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-blind.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){var e=/up|down|vertical/,i=/up|left|vertical|horizontal/;t.effects.effect.blind=function(s,n){var a,o,r,h=t(this),l=["position","top","bottom","left","right","height","width"],c=t.effects.setMode(h,s.mode||"hide"),u=s.direction||"up",d=e.test(u),p=d?"height":"width",f=d?"top":"left",m=i.test(u),g={},v="show"===c;h.parent().is(".ui-effects-wrapper")?t.effects.save(h.parent(),l):t.effects.save(h,l),h.show(),a=t.effects.createWrapper(h).css({overflow:"hidden"}),o=a[p](),r=parseFloat(a.css(f))||0,g[p]=v?o:0,m||(h.css(d?"bottom":"right",0).css(d?"top":"left","auto").css({position:"absolute"}),g[f]=v?r:o+r),v&&(a.css(p,0),m||a.css(f,r+o)),a.animate(g,{duration:s.duration,easing:s.easing,queue:!1,complete:function(){"hide"===c&&h.hide(),t.effects.restore(h,l),t.effects.removeWrapper(h),n()}})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-clip.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.clip=function(e,i){var s,n,a,o=t(this),r=["position","top","bottom","left","right","height","width"],h=t.effects.setMode(o,e.mode||"hide"),l="show"===h,c=e.direction||"vertical",u="vertical"===c,d=u?"height":"width",p=u?"top":"left",f={};t.effects.save(o,r),o.show(),s=t.effects.createWrapper(o).css({overflow:"hidden"}),n="IMG"===o[0].tagName?s:o,a=n[d](),l&&(n.css(d,0),n.css(p,a/2)),f[d]=l?a:0,f[p]=l?0:a/2,n.animate(f,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){l||o.hide(),t.effects.restore(o,r),t.effects.removeWrapper(o),i()}})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-drop.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.drop=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","opacity","height","width"],o=t.effects.setMode(n,e.mode||"hide"),r="show"===o,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h?"pos":"neg",u={opacity:r?1:0};t.effects.save(n,a),n.show(),t.effects.createWrapper(n),s=e.distance||n["top"===l?"outerHeight":"outerWidth"](!0)/2,r&&n.css("opacity",0).css(l,"pos"===c?-s:s),u[l]=(r?"pos"===c?"+=":"-=":"pos"===c?"-=":"+=")+s,n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&n.hide(),t.effects.restore(n,a),t.effects.removeWrapper(n),i()}})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-explode.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.explode=function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),m||p.hide(),i()}var a,o,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=t.effects.setMode(p,e.mode||"hide"),m="show"===f,g=p.show().css("visibility","hidden").offset(),v=Math.ceil(p.outerWidth()/d),_=Math.ceil(p.outerHeight()/u),b=[];for(a=0;u>a;a++)for(h=g.top+a*_,c=a-(u-1)/2,o=0;d>o;o++)r=g.left+o*v,l=o-(d-1)/2,p.clone().appendTo("body").wrap("
                                          ").css({position:"absolute",visibility:"visible",left:-o*v,top:-a*_}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:v,height:_,left:r+(m?l*v:0),top:h+(m?c*_:0),opacity:m?0:1}).animate({left:r+(m?0:l*v),top:h+(m?0:c*_),opacity:m?1:0},e.duration||500,e.easing,s)}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-fade.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.fade=function(e,i){var s=t(this),n=t.effects.setMode(s,e.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-fold.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.fold=function(e,i){var s,n,a=t(this),o=["position","top","bottom","left","right","height","width"],r=t.effects.setMode(a,e.mode||"hide"),h="show"===r,l="hide"===r,c=e.size||15,u=/([0-9]+)%/.exec(c),d=!!e.horizFirst,p=h!==d,f=p?["width","height"]:["height","width"],m=e.duration/2,g={},v={};t.effects.save(a,o),a.show(),s=t.effects.createWrapper(a).css({overflow:"hidden"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],u&&(c=parseInt(u[1],10)/100*n[l?0:1]),h&&s.css(d?{height:0,width:c}:{height:c,width:0}),g[f[0]]=h?n[0]:c,v[f[1]]=h?n[1]:0,s.animate(g,m,e.easing).animate(v,m,e.easing,function(){l&&a.hide(),t.effects.restore(a,o),t.effects.removeWrapper(a),i()})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-highlight.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],a=t.effects.setMode(s,e.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(o,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===a&&s.hide(),t.effects.restore(s,n),i()}})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-pulsate.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.pulsate=function(e,i){var s,n=t(this),a=t.effects.setMode(n,e.mode||"show"),o="show"===a,r="hide"===a,h=o||"hide"===a,l=2*(e.times||5)+(h?1:0),c=e.duration/l,u=0,d=n.queue(),p=d.length;for((o||!n.is(":visible"))&&(n.css("opacity",0).show(),u=1),s=1;l>s;s++)n.animate({opacity:u},c,e.easing),u=1-u;n.animate({opacity:u},c,e.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&d.splice.apply(d,[1,0].concat(d.splice(p,l+1))),n.dequeue()}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-shake.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.shake=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","height","width"],o=t.effects.setMode(n,e.mode||"effect"),r=e.direction||"left",h=e.distance||20,l=e.times||3,c=2*l+1,u=Math.round(e.duration/c),d="up"===r||"down"===r?"top":"left",p="up"===r||"left"===r,f={},m={},g={},v=n.queue(),_=v.length;for(t.effects.save(n,a),n.show(),t.effects.createWrapper(n),f[d]=(p?"-=":"+=")+h,m[d]=(p?"+=":"-=")+2*h,g[d]=(p?"-=":"+=")+2*h,n.animate(f,u,e.easing),s=1;l>s;s++)n.animate(m,u,e.easing).animate(g,u,e.easing);n.animate(m,u,e.easing).animate(f,u/2,e.easing).queue(function(){"hide"===o&&n.hide(),t.effects.restore(n,a),t.effects.removeWrapper(n),i()}),_>1&&v.splice.apply(v,[1,0].concat(v.splice(_,c+1))),n.dequeue()}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-slide.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.slide=function(e,i){var s,n=t(this),a=["position","top","bottom","left","right","width","height"],o=t.effects.setMode(n,e.mode||"show"),r="show"===o,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u={};t.effects.save(n,a),n.show(),s=e.distance||n["top"===l?"outerHeight":"outerWidth"](!0),t.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(l,c?isNaN(s)?"-"+s:-s:s),u[l]=(r?c?"+=":"-=":c?"-=":"+=")+s,n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&n.hide(),t.effects.restore(n,a),t.effects.removeWrapper(n),i()}})}})(jQuery); -------------------------------------------------------------------------------- /3rdParty/jquery-ui-1.10.3/ui/minified/jquery.ui.effect-transfer.min.js: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.10.3 - 2013-05-03 2 | * http://jqueryui.com 3 | * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ 4 | (function(t){t.effects.effect.transfer=function(e,i){var s=t(this),n=t(e.to),a="fixed"===n.css("position"),o=t("body"),r=a?o.scrollTop():0,h=a?o.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("
                                          ").appendTo(document.body).addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:a?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),i()})}})(jQuery); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/README.md -------------------------------------------------------------------------------- /runServer.py: -------------------------------------------------------------------------------- 1 | import SimpleHTTPServer 2 | import SocketServer 3 | 4 | port = 8081 5 | 6 | httpHandler = SimpleHTTPServer.SimpleHTTPRequestHandler 7 | httpHandler.extensions_map['svg'] = 'image/svg+xml' 8 | httpHandler.extensions_map['.svg'] = 'image/svg+xml' 9 | 10 | httpd = SocketServer.TCPServer(("", port), httpHandler) 11 | 12 | print "serving at port", port 13 | httpd.serve_forever() 14 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abwood/d3cesium/43d45dfcea89409890c51cc3dccdc76b59226c05/screenshot.png --------------------------------------------------------------------------------