├── jquery-ui-1.8.6.custom ├── development-bundle │ ├── version.txt │ ├── demos │ │ ├── tabs │ │ │ ├── ajax │ │ │ │ ├── content4-broken.php │ │ │ │ ├── ._content1.html │ │ │ │ ├── ._content2.html │ │ │ │ ├── ._content3-slow.php │ │ │ │ └── ._content4-broken.php │ │ │ ├── ._ajax │ │ │ ├── ._ajax.html │ │ │ ├── ._bottom.html │ │ │ ├── ._cookie.html │ │ │ ├── ._default.html │ │ │ ├── ._index.html │ │ │ ├── ._mouseover.html │ │ │ ├── ._sortable.html │ │ │ ├── ._vertical.html │ │ │ ├── ._collapsible.html │ │ │ ├── ._manipulation.html │ │ │ └── index.html │ │ ├── ._tabs │ │ ├── ._button │ │ ├── ._dialog │ │ ├── ._images │ │ ├── ._slider │ │ ├── ._demos.css │ │ ├── ._position │ │ ├── ._resizable │ │ ├── ._datepicker │ │ ├── ._index.html │ │ ├── ._progressbar │ │ ├── button │ │ │ ├── ._icons.html │ │ │ ├── ._index.html │ │ │ ├── ._radio.html │ │ │ ├── ._default.html │ │ │ ├── ._toolbar.html │ │ │ ├── ._checkbox.html │ │ │ ├── ._splitbutton.html │ │ │ ├── index.html │ │ │ ├── default.html │ │ │ └── radio.html │ │ ├── datepicker │ │ │ ├── ._images │ │ │ ├── ._index.html │ │ │ ├── ._inline.html │ │ │ ├── ._default.html │ │ │ ├── ._min-max.html │ │ │ ├── ._alt-field.html │ │ │ ├── ._animation.html │ │ │ ├── ._buttonbar.html │ │ │ ├── ._show-week.html │ │ │ ├── ._date-formats.html │ │ │ ├── ._event-search.html │ │ │ ├── ._icon-trigger.html │ │ │ ├── ._localization.html │ │ │ ├── ._other-months.html │ │ │ ├── images │ │ │ │ ├── calendar.gif │ │ │ │ └── ._calendar.gif │ │ │ ├── ._multiple-calendars.html │ │ │ ├── ._dropdown-month-year.html │ │ │ ├── inline.html │ │ │ ├── multiple-calendars.html │ │ │ ├── other-months.html │ │ │ ├── icon-trigger.html │ │ │ ├── dropdown-month-year.html │ │ │ ├── default.html │ │ │ └── buttonbar.html │ │ ├── dialog │ │ │ ├── ._index.html │ │ │ ├── ._modal.html │ │ │ ├── ._default.html │ │ │ ├── ._animated.html │ │ │ ├── ._modal-form.html │ │ │ ├── ._modal-message.html │ │ │ ├── ._modal-confirmation.html │ │ │ └── index.html │ │ ├── images │ │ │ ├── calendar.gif │ │ │ ├── pbar-ani.gif │ │ │ ├── ._calendar.gif │ │ │ ├── ._pbar-ani.gif │ │ │ ├── demo-config-on.gif │ │ │ ├── icon-docs-info.gif │ │ │ ├── ._demo-config-on.gif │ │ │ ├── ._icon-docs-info.gif │ │ │ ├── demo-spindown-open.gif │ │ │ ├── ._demo-spindown-open.gif │ │ │ ├── demo-config-on-tile.gif │ │ │ ├── demo-spindown-closed.gif │ │ │ ├── ._demo-config-on-tile.gif │ │ │ └── ._demo-spindown-closed.gif │ │ ├── position │ │ │ ├── ._images │ │ │ ├── ._index.html │ │ │ ├── ._cycler.html │ │ │ ├── ._default.html │ │ │ ├── images │ │ │ │ ├── earth.jpg │ │ │ │ ├── flight.jpg │ │ │ │ ├── rocket.jpg │ │ │ │ ├── ._earth.jpg │ │ │ │ ├── ._flight.jpg │ │ │ │ └── ._rocket.jpg │ │ │ └── index.html │ │ ├── slider │ │ │ ├── ._index.html │ │ │ ├── ._range.html │ │ │ ├── ._steps.html │ │ │ ├── ._tabs.html │ │ │ ├── ._default.html │ │ │ ├── ._hotelrooms.html │ │ │ ├── ._rangemax.html │ │ │ ├── ._rangemin.html │ │ │ ├── ._colorpicker.html │ │ │ ├── ._side-scroll.html │ │ │ ├── ._range-vertical.html │ │ │ ├── ._slider-vertical.html │ │ │ ├── ._multiple-vertical.html │ │ │ ├── default.html │ │ │ └── index.html │ │ ├── progressbar │ │ │ ├── ._images │ │ │ ├── ._index.html │ │ │ ├── ._default.html │ │ │ ├── ._resize.html │ │ │ ├── ._animated.html │ │ │ ├── images │ │ │ │ ├── pbar-ani.gif │ │ │ │ └── ._pbar-ani.gif │ │ │ ├── index.html │ │ │ ├── default.html │ │ │ └── animated.html │ │ └── resizable │ │ │ ├── ._animate.html │ │ │ ├── ._default.html │ │ │ ├── ._helper.html │ │ │ ├── ._index.html │ │ │ ├── ._max-min.html │ │ │ ├── ._textarea.html │ │ │ ├── ._aspect-ratio.html │ │ │ ├── ._delay-start.html │ │ │ ├── ._snap-to-grid.html │ │ │ ├── ._constrain-area.html │ │ │ ├── ._visual-feedback.html │ │ │ ├── ._synchronous-resize.html │ │ │ ├── index.html │ │ │ └── textarea.html │ ├── ._ui │ ├── ._demos │ ├── ._docs │ ├── ._external │ ├── ._themes │ ├── ui │ │ ├── ._i18n │ │ ├── ._minified │ │ ├── ._jquery.ui.core.js │ │ ├── ._jquery.ui.tabs.js │ │ ├── ._jquery.ui.button.js │ │ ├── ._jquery.ui.dialog.js │ │ ├── ._jquery.ui.mouse.js │ │ ├── ._jquery.ui.slider.js │ │ ├── ._jquery.ui.widget.js │ │ ├── ._jquery.ui.position.js │ │ ├── ._jquery.ui.resizable.js │ │ ├── i18n │ │ │ ├── ._jquery-ui-i18n.js │ │ │ ├── ._jquery.ui.datepicker-af.js │ │ │ ├── ._jquery.ui.datepicker-ar.js │ │ │ ├── ._jquery.ui.datepicker-az.js │ │ │ ├── ._jquery.ui.datepicker-bg.js │ │ │ ├── ._jquery.ui.datepicker-bs.js │ │ │ ├── ._jquery.ui.datepicker-ca.js │ │ │ ├── ._jquery.ui.datepicker-cs.js │ │ │ ├── ._jquery.ui.datepicker-da.js │ │ │ ├── ._jquery.ui.datepicker-de.js │ │ │ ├── ._jquery.ui.datepicker-el.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.js │ │ │ ├── ._jquery.ui.datepicker-gl.js │ │ │ ├── ._jquery.ui.datepicker-he.js │ │ │ ├── ._jquery.ui.datepicker-hr.js │ │ │ ├── ._jquery.ui.datepicker-hu.js │ │ │ ├── ._jquery.ui.datepicker-hy.js │ │ │ ├── ._jquery.ui.datepicker-id.js │ │ │ ├── ._jquery.ui.datepicker-is.js │ │ │ ├── ._jquery.ui.datepicker-it.js │ │ │ ├── ._jquery.ui.datepicker-ja.js │ │ │ ├── ._jquery.ui.datepicker-ko.js │ │ │ ├── ._jquery.ui.datepicker-kz.js │ │ │ ├── ._jquery.ui.datepicker-lt.js │ │ │ ├── ._jquery.ui.datepicker-lv.js │ │ │ ├── ._jquery.ui.datepicker-ms.js │ │ │ ├── ._jquery.ui.datepicker-nl.js │ │ │ ├── ._jquery.ui.datepicker-no.js │ │ │ ├── ._jquery.ui.datepicker-pl.js │ │ │ ├── ._jquery.ui.datepicker-pt.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.js │ │ │ ├── ._jquery.ui.datepicker-sv.js │ │ │ ├── ._jquery.ui.datepicker-ta.js │ │ │ ├── ._jquery.ui.datepicker-th.js │ │ │ ├── ._jquery.ui.datepicker-tr.js │ │ │ ├── ._jquery.ui.datepicker-uk.js │ │ │ ├── ._jquery.ui.datepicker-vi.js │ │ │ ├── ._jquery.ui.datepicker-en-GB.js │ │ │ ├── ._jquery.ui.datepicker-fr-CH.js │ │ │ ├── ._jquery.ui.datepicker-pt-BR.js │ │ │ ├── ._jquery.ui.datepicker-sr-SR.js │ │ │ ├── ._jquery.ui.datepicker-zh-CN.js │ │ │ ├── ._jquery.ui.datepicker-zh-HK.js │ │ │ ├── ._jquery.ui.datepicker-zh-TW.js │ │ │ ├── jquery.ui.datepicker-ja.js │ │ │ ├── jquery.ui.datepicker-zh-TW.js │ │ │ ├── jquery.ui.datepicker-zh-CN.js │ │ │ ├── jquery.ui.datepicker-zh-HK.js │ │ │ ├── jquery.ui.datepicker-he.js │ │ │ ├── jquery.ui.datepicker-sr.js │ │ │ ├── jquery.ui.datepicker-bs.js │ │ │ ├── jquery.ui.datepicker-sr-SR.js │ │ │ ├── jquery.ui.datepicker-hr.js │ │ │ ├── jquery.ui.datepicker-ko.js │ │ │ ├── jquery.ui.datepicker-tr.js │ │ │ ├── jquery.ui.datepicker-ca.js │ │ │ ├── jquery.ui.datepicker-id.js │ │ │ ├── jquery.ui.datepicker-sq.js │ │ │ ├── jquery.ui.datepicker-az.js │ │ │ ├── jquery.ui.datepicker-de.js │ │ │ ├── jquery.ui.datepicker-en-GB.js │ │ │ ├── jquery.ui.datepicker-eo.js │ │ │ ├── jquery.ui.datepicker-ms.js │ │ │ ├── jquery.ui.datepicker-cs.js │ │ │ ├── jquery.ui.datepicker-fa.js │ │ │ ├── jquery.ui.datepicker-fr-CH.js │ │ │ ├── jquery.ui.datepicker-sk.js │ │ │ ├── jquery.ui.datepicker-af.js │ │ │ ├── jquery.ui.datepicker-eu.js │ │ │ ├── jquery.ui.datepicker-pt.js │ │ │ ├── jquery.ui.datepicker-ru.js │ │ │ ├── jquery.ui.datepicker-th.js │ │ │ ├── jquery.ui.datepicker-uk.js │ │ │ ├── jquery.ui.datepicker-fo.js │ │ │ ├── jquery.ui.datepicker-kz.js │ │ │ ├── jquery.ui.datepicker-pl.js │ │ │ ├── jquery.ui.datepicker-fr.js │ │ │ ├── jquery.ui.datepicker-nl.js │ │ │ ├── jquery.ui.datepicker-es.js │ │ │ ├── jquery.ui.datepicker-gl.js │ │ │ ├── jquery.ui.datepicker-da.js │ │ │ ├── jquery.ui.datepicker-hy.js │ │ │ ├── jquery.ui.datepicker-lv.js │ │ │ ├── jquery.ui.datepicker-sv.js │ │ │ ├── jquery.ui.datepicker-el.js │ │ │ ├── jquery.ui.datepicker-et.js │ │ │ ├── jquery.ui.datepicker-it.js │ │ │ ├── jquery.ui.datepicker-no.js │ │ │ ├── jquery.ui.datepicker-lt.js │ │ │ ├── jquery.ui.datepicker-ta.js │ │ │ ├── jquery.ui.datepicker-hu.js │ │ │ ├── jquery.ui.datepicker-pt-BR.js │ │ │ ├── jquery.ui.datepicker-ro.js │ │ │ ├── jquery.ui.datepicker-sl.js │ │ │ ├── jquery.ui.datepicker-bg.js │ │ │ ├── jquery.ui.datepicker-fi.js │ │ │ └── jquery.ui.datepicker-vi.js │ │ ├── ._jquery-ui-1.8.6.custom.js │ │ ├── ._jquery.ui.datepicker.js │ │ ├── ._jquery.ui.progressbar.js │ │ └── minified │ │ │ ├── ._jquery.ui.core.min.js │ │ │ ├── ._jquery.ui.tabs.min.js │ │ │ ├── ._jquery.ui.button.min.js │ │ │ ├── ._jquery.ui.dialog.min.js │ │ │ ├── ._jquery.ui.mouse.min.js │ │ │ ├── ._jquery.ui.slider.min.js │ │ │ ├── ._jquery.ui.widget.min.js │ │ │ ├── ._jquery.ui.position.min.js │ │ │ ├── ._jquery.ui.resizable.min.js │ │ │ ├── ._jquery.ui.datepicker.min.js │ │ │ └── ._jquery.ui.progressbar.min.js │ ├── ._AUTHORS.txt │ ├── ._version.txt │ ├── themes │ │ ├── ._base │ │ ├── ._redmond │ │ ├── base │ │ │ ├── ._images │ │ │ ├── ._jquery.ui.all.css │ │ │ ├── ._jquery.ui.base.css │ │ │ ├── ._jquery.ui.core.css │ │ │ ├── ._jquery.ui.tabs.css │ │ │ ├── ._jquery.ui.button.css │ │ │ ├── ._jquery.ui.dialog.css │ │ │ ├── ._jquery.ui.slider.css │ │ │ ├── ._jquery.ui.theme.css │ │ │ ├── ._jquery.ui.resizable.css │ │ │ ├── ._jquery.ui.datepicker.css │ │ │ ├── ._jquery.ui.progressbar.css │ │ │ ├── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ._ui-icons_222222_256x240.png │ │ │ │ ├── ._ui-icons_2e83ff_256x240.png │ │ │ │ ├── ._ui-icons_454545_256x240.png │ │ │ │ ├── ._ui-icons_888888_256x240.png │ │ │ │ ├── ._ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ._ui-bg_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-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.all.css │ │ │ └── jquery.ui.progressbar.css │ │ └── redmond │ │ │ ├── ._images │ │ │ ├── ._jquery.ui.all.css │ │ │ ├── ._jquery.ui.base.css │ │ │ ├── ._jquery.ui.core.css │ │ │ ├── ._jquery.ui.tabs.css │ │ │ ├── ._jquery.ui.button.css │ │ │ ├── ._jquery.ui.dialog.css │ │ │ ├── ._jquery.ui.slider.css │ │ │ ├── ._jquery.ui.theme.css │ │ │ ├── ._jquery.ui.resizable.css │ │ │ ├── ._jquery.ui.datepicker.css │ │ │ ├── ._jquery.ui.progressbar.css │ │ │ ├── ._jquery-ui-1.8.6.custom.css │ │ │ ├── images │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ ├── ui-icons_f9bd01_256x240.png │ │ │ ├── ._ui-icons_217bc0_256x240.png │ │ │ ├── ._ui-icons_2e83ff_256x240.png │ │ │ ├── ._ui-icons_469bdd_256x240.png │ │ │ ├── ._ui-icons_6da8d5_256x240.png │ │ │ ├── ._ui-icons_cd0a0a_256x240.png │ │ │ ├── ._ui-icons_d8e7f3_256x240.png │ │ │ ├── ._ui-icons_f9bd01_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ._ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ._ui-bg_flat_55_fbec88_40x100.png │ │ │ ├── ._ui-bg_glass_75_d0e5f5_1x400.png │ │ │ ├── ._ui-bg_glass_85_dfeffc_1x400.png │ │ │ ├── ._ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── ._ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ ├── ._ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ └── ._ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.all.css │ │ │ └── jquery.ui.progressbar.css │ ├── ._GPL-LICENSE.txt │ ├── ._MIT-LICENSE.txt │ ├── docs │ │ ├── ._tabs.html │ │ ├── ._button.html │ │ ├── ._dialog.html │ │ ├── ._position.html │ │ ├── ._slider.html │ │ ├── ._datepicker.html │ │ ├── ._resizable.html │ │ └── ._progressbar.html │ ├── external │ │ ├── ._qunit.css │ │ ├── ._qunit.js │ │ ├── ._jquery.cookie.js │ │ ├── ._jquery.metadata.js │ │ └── ._jquery.bgiframe-2.1.2.js │ └── AUTHORS.txt ├── ._js ├── ._css ├── .DS_Store ├── ._.DS_Store ├── ._index.html ├── css │ ├── ._redmond │ └── redmond │ │ ├── ._images │ │ ├── ._jquery-ui-1.8.6.custom.css │ │ └── images │ │ ├── ui-icons_217bc0_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_469bdd_256x240.png │ │ ├── ui-icons_6da8d5_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_d8e7f3_256x240.png │ │ ├── ui-icons_f9bd01_256x240.png │ │ ├── ._ui-icons_217bc0_256x240.png │ │ ├── ._ui-icons_2e83ff_256x240.png │ │ ├── ._ui-icons_469bdd_256x240.png │ │ ├── ._ui-icons_6da8d5_256x240.png │ │ ├── ._ui-icons_cd0a0a_256x240.png │ │ ├── ._ui-icons_d8e7f3_256x240.png │ │ ├── ._ui-icons_f9bd01_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ._ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ._ui-bg_flat_55_fbec88_40x100.png │ │ ├── ._ui-bg_glass_75_d0e5f5_1x400.png │ │ ├── ._ui-bg_glass_85_dfeffc_1x400.png │ │ ├── ._ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ ├── ._ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ ├── ._ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ ├── ._ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ └── ui-bg_gloss-wave_55_5c9ccc_500x100.png ├── ._development-bundle └── js │ ├── ._jquery-1.4.2.min.js │ └── ._jquery-ui-1.8.6.custom.min.js ├── images ├── asc.gif ├── bg.gif ├── tab.png ├── .DS_Store ├── desc.gif ├── first.png ├── last.png ├── next.png ├── prev.png ├── sprite.png ├── ._.DS_Store ├── ajax-loader.gif ├── ._ajax-loader.gif ├── arrow_refresh.png └── bluegrad_background.jpg ├── jar ├── hsqldb.jar ├── snapp44.jar ├── colt-1.2.0.jar ├── hsqldb.jar.pack.gz ├── jung-api-2.0.1.jar ├── jung-io-2.0.1.jar ├── jung-jai-2.0.1.jar ├── stax-api-1.0.1.jar ├── wstx-asl-3.2.6.jar ├── concurrent-1.3.4.jar ├── microba-0.4.4.3.jar ├── snapp44.jar.pack.gz ├── colt-1.2.0.jar.pack.gz ├── commons-codec-1.3.jar ├── jung-algorithms-2.0.1.jar ├── jung-graph-impl-2.0.1.jar ├── jung-io-2.0.1.jar.pack.gz ├── collections-generic-4.01.jar ├── concurrent-1.3.4.jar.pack.gz ├── jung-api-2.0.1.jar.pack.gz ├── jung-jai-2.0.1.jar.pack.gz ├── jung-visualization-2.0.1.jar ├── microba-0.4.4.3.jar.pack.gz ├── stax-api-1.0.1.jar.pack.gz ├── wstx-asl-3.2.6.jar.pack.gz ├── commons-codec-1.3.jar.pack.gz ├── jung-algorithms-2.0.1.jar.pack.gz ├── jung-graph-impl-2.0.1.jar.pack.gz ├── collections-generic-4.01.jar.pack.gz └── jung-visualization-2.0.1.jar.pack.gz ├── snapp_moodle.js ├── lms └── snapp_moodle.js ├── jarsource └── SNAPP2Release │ ├── src │ └── SNAPP │ │ └── images │ │ ├── ZoomIn16.gif │ │ └── ZoomOut16.gif │ ├── .settings │ ├── org.eclipse.core.resources.prefs │ └── org.eclipse.jdt.core.prefs │ └── .project ├── README.md ├── snappinterface.js ├── FileSaver ├── .project ├── index.html └── FileSave.php ├── Untitled Diagram.xml ├── css └── jquery.tablesorter.pager.css ├── index.html ├── License.txt └── html └── license.html /jquery-ui-1.8.6.custom/development-bundle/version.txt: -------------------------------------------------------------------------------- 1 | 1.8.6 2 | -------------------------------------------------------------------------------- /images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/asc.gif -------------------------------------------------------------------------------- /images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/bg.gif -------------------------------------------------------------------------------- /images/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/tab.png -------------------------------------------------------------------------------- /jar/hsqldb.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/hsqldb.jar -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/.DS_Store -------------------------------------------------------------------------------- /images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/desc.gif -------------------------------------------------------------------------------- /images/first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/first.png -------------------------------------------------------------------------------- /images/last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/last.png -------------------------------------------------------------------------------- /images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/next.png -------------------------------------------------------------------------------- /images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/prev.png -------------------------------------------------------------------------------- /images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/sprite.png -------------------------------------------------------------------------------- /jar/snapp44.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/snapp44.jar -------------------------------------------------------------------------------- /snapp_moodle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/snapp_moodle.js -------------------------------------------------------------------------------- /images/._.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/._.DS_Store -------------------------------------------------------------------------------- /jar/colt-1.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/colt-1.2.0.jar -------------------------------------------------------------------------------- /lms/snapp_moodle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/lms/snapp_moodle.js -------------------------------------------------------------------------------- /images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/ajax-loader.gif -------------------------------------------------------------------------------- /jar/hsqldb.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/hsqldb.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-api-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-api-2.0.1.jar -------------------------------------------------------------------------------- /jar/jung-io-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-io-2.0.1.jar -------------------------------------------------------------------------------- /jar/jung-jai-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-jai-2.0.1.jar -------------------------------------------------------------------------------- /jar/stax-api-1.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/stax-api-1.0.1.jar -------------------------------------------------------------------------------- /jar/wstx-asl-3.2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/wstx-asl-3.2.6.jar -------------------------------------------------------------------------------- /images/._ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/._ajax-loader.gif -------------------------------------------------------------------------------- /images/arrow_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/arrow_refresh.png -------------------------------------------------------------------------------- /jar/concurrent-1.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/concurrent-1.3.4.jar -------------------------------------------------------------------------------- /jar/microba-0.4.4.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/microba-0.4.4.3.jar -------------------------------------------------------------------------------- /jar/snapp44.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/snapp44.jar.pack.gz -------------------------------------------------------------------------------- /jar/colt-1.2.0.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/colt-1.2.0.jar.pack.gz -------------------------------------------------------------------------------- /jar/commons-codec-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/commons-codec-1.3.jar -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/._js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._js -------------------------------------------------------------------------------- /jar/jung-algorithms-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-algorithms-2.0.1.jar -------------------------------------------------------------------------------- /jar/jung-graph-impl-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-graph-impl-2.0.1.jar -------------------------------------------------------------------------------- /jar/jung-io-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-io-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/._css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._css -------------------------------------------------------------------------------- /images/bluegrad_background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/images/bluegrad_background.jpg -------------------------------------------------------------------------------- /jar/collections-generic-4.01.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/collections-generic-4.01.jar -------------------------------------------------------------------------------- /jar/concurrent-1.3.4.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/concurrent-1.3.4.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-api-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-api-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-jai-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-jai-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-visualization-2.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-visualization-2.0.1.jar -------------------------------------------------------------------------------- /jar/microba-0.4.4.3.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/microba-0.4.4.3.jar.pack.gz -------------------------------------------------------------------------------- /jar/stax-api-1.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/stax-api-1.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jar/wstx-asl-3.2.6.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/wstx-asl-3.2.6.jar.pack.gz -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/.DS_Store -------------------------------------------------------------------------------- /jar/commons-codec-1.3.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/commons-codec-1.3.jar.pack.gz -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/._.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._.DS_Store -------------------------------------------------------------------------------- /jar/jung-algorithms-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-algorithms-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-graph-impl-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-graph-impl-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/._redmond: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/._redmond -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/content4-broken.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /jar/collections-generic-4.01.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/collections-generic-4.01.jar.pack.gz -------------------------------------------------------------------------------- /jar/jung-visualization-2.0.1.jar.pack.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jar/jung-visualization-2.0.1.jar.pack.gz -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/._development-bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/._development-bundle -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._ui -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/js/._jquery-1.4.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/js/._jquery-1.4.2.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._demos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._demos -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._docs -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._external: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._external -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._themes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._themes -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._i18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._i18n -------------------------------------------------------------------------------- /jarsource/SNAPP2Release/src/SNAPP/images/ZoomIn16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jarsource/SNAPP2Release/src/SNAPP/images/ZoomIn16.gif -------------------------------------------------------------------------------- /jarsource/SNAPP2Release/src/SNAPP/images/ZoomOut16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jarsource/SNAPP2Release/src/SNAPP/images/ZoomOut16.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._tabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._tabs -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._AUTHORS.txt -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._version.txt -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._button: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._button -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._dialog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._dialog -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._slider: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._slider -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/._base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/._base -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._minified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._minified -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/js/._jquery-ui-1.8.6.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/js/._jquery-ui-1.8.6.custom.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._GPL-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._GPL-LICENSE.txt -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/._MIT-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/._MIT-LICENSE.txt -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._demos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._demos.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._position: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._position -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._resizable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._resizable -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._tabs.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/._redmond: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/._redmond -------------------------------------------------------------------------------- /jarsource/SNAPP2Release/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Sat Jul 09 20:31:21 EST 2011 2 | eclipse.preferences.version=1 3 | encoding//src/SNAPP/Export.java=UTF-8 4 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._datepicker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._datepicker -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/._progressbar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/._progressbar -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._button.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._dialog.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._position.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._position.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._slider.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._slider.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/external/._qunit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/external/._qunit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._qunit.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/._jquery-ui-1.8.6.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/._jquery-ui-1.8.6.custom.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._ajax.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._datepicker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._datepicker.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._resizable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._resizable.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.core.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.tabs.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._icons.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._radio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._radio.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/calendar.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/pbar-ani.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._steps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._steps.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._tabs.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._bottom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._bottom.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._cookie.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._cookie.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/docs/._progressbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/docs/._progressbar.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.button.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.dialog.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.mouse.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.slider.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.widget.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._toolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._toolbar.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._calendar.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._pbar-ani.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._images: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._images -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._mouseover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._mouseover.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._sortable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._sortable.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._vertical.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/external/._jquery.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.cookie.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.position.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.position.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.resizable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.resizable.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery-ui-i18n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery-ui-i18n.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._checkbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._checkbox.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._inline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._inline.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._animated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._animated.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-form.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/._cycler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._cycler.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._animate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._animate.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._helper.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._helper.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._index.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._max-min.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._max-min.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._hotelrooms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._hotelrooms.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemax.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._rangemin.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._collapsible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._collapsible.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._manipulation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/._manipulation.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/external/._jquery.metadata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.metadata.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery-ui-1.8.6.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery-ui-1.8.6.custom.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.datepicker.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.progressbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/._jquery.ui.progressbar.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/._splitbutton.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/button/._splitbutton.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._min-max.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._min-max.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/icon-docs-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/icon-docs-info.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/earth.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/flight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/flight.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/rocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/rocket.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._default.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._resize.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._textarea.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._textarea.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._colorpicker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._colorpicker.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._side-scroll.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._side-scroll.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content1.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content2.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.all.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.base.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.core.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.tabs.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._alt-field.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._alt-field.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._animation.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._buttonbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._buttonbar.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._show-week.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._show-week.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-message.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._icon-docs-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._icon-docs-info.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-open.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._earth.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._flight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._flight.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._rocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/position/images/._rocket.jpg -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._animated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/._animated.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._aspect-ratio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._aspect-ratio.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._delay-start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._delay-start.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._snap-to-grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._snap-to-grid.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range-vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._range-vertical.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._slider-vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._slider-vertical.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content3-slow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content3-slow.php -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/external/._jquery.bgiframe-2.1.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/external/._jquery.bgiframe-2.1.2.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.button.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.dialog.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.slider.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.theme.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.all.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.base.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.core.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.tabs.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.core.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.core.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.tabs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.tabs.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._date-formats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._date-formats.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._event-search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._event-search.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._icon-trigger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._icon-trigger.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._localization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._localization.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._other-months.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._other-months.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/calendar.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-open.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on-tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-config-on-tile.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/demo-spindown-closed.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/pbar-ani.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._constrain-area.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._constrain-area.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/._multiple-vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/slider/._multiple-vertical.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content4-broken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/tabs/ajax/._content4-broken.php -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.resizable.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.button.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.dialog.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.slider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.slider.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.theme.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-af.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ar.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-az.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bg.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-bs.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ca.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-cs.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-da.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-de.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-el.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eo.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-es.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-et.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-eu.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fa.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fi.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fo.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-gl.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-he.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hr.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hu.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-hy.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-id.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-is.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-it.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ja.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ko.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-kz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-kz.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lt.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-lv.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ms.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-nl.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-no.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pl.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ro.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ru.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sk.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sl.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sq.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sv.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-ta.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-th.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-tr.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-uk.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-vi.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.button.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.button.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.dialog.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.dialog.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.mouse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.mouse.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.slider.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.slider.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.widget.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.widget.min.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | SNAPP - Social Networks Adapting Pedagogical Practice 2 | 3 | Bookmarklet that extracts and visualizes social network from Learning Management System Forums 4 | 5 | Visit: http://www.snappvis.org/ 6 | 7 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/._calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/images/._calendar.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-confirmation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/dialog/._modal-confirmation.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on-tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-config-on-tile.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/images/._demo-spindown-closed.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/._pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/images/._pbar-ani.gif -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._visual-feedback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._visual-feedback.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.datepicker.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.progressbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/._jquery.ui.progressbar.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.resizable.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-en-GB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-en-GB.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr-CH.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-fr-CH.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt-BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-pt-BR.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr-SR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-sr-SR.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-CN.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-HK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-HK.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/i18n/._jquery.ui.datepicker-zh-TW.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.position.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.position.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.resizable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.resizable.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._multiple-calendars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._multiple-calendars.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._synchronous-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/resizable/._synchronous-resize.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.datepicker.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.progressbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery.ui.progressbar.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.datepicker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.datepicker.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.progressbar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/ui/minified/._jquery.ui.progressbar.min.js -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._dropdown-month-year.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/._dropdown-month-year.html -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery-ui-1.8.6.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/._jquery-ui-1.8.6.custom.css -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /snappinterface.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author aneesha 3 | */ 4 | 5 | 6 | function displaySNAPP() 7 | { 8 | 9 | jQuery('#container').tabs(); 10 | 11 | jQuery("#filtervalue").spinbox(); 12 | 13 | isAppletLoaded(); 14 | 15 | } 16 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/base/images/._ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aneesha/SNAPPVis/master/jquery-ui-1.8.6.custom/development-bundle/themes/redmond/images/._ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /FileSaver/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | FileSaver 4 | 5 | 6 | 7 | 8 | 9 | 10 | com.aptana.projects.webnature 11 | 12 | 13 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | @import url("jquery.ui.core.css"); 2 | @import url("jquery.ui.resizable.css"); 3 | @import url("jquery.ui.button.css"); 4 | @import url("jquery.ui.dialog.css"); 5 | @import url("jquery.ui.slider.css"); 6 | @import url("jquery.ui.tabs.css"); 7 | @import url("jquery.ui.datepicker.css"); 8 | @import url("jquery.ui.progressbar.css"); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/jquery.ui.base.css: -------------------------------------------------------------------------------- 1 | @import url("jquery.ui.core.css"); 2 | @import url("jquery.ui.resizable.css"); 3 | @import url("jquery.ui.button.css"); 4 | @import url("jquery.ui.dialog.css"); 5 | @import url("jquery.ui.slider.css"); 6 | @import url("jquery.ui.tabs.css"); 7 | @import url("jquery.ui.datepicker.css"); 8 | @import url("jquery.ui.progressbar.css"); -------------------------------------------------------------------------------- /Untitled Diagram.xml: -------------------------------------------------------------------------------- 1 | UzV2zq1wL0osyPDNT0nNUTV2VTV2LsrPL4GwciucU3NyVI0MMlNUjV1UjYwMgFjVyA2HrCFY1qAgsSg1rwSLBiADYTaQg2Y1AA== -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.6 3 | * 4 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI CSS Framework 1.8.6 3 | * 4 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Theming 9 | */ 10 | @import "jquery.ui.base.css"; 11 | @import "jquery.ui.theme.css"; 12 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Progressbar 1.8.6 3 | * 4 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /jarsource/SNAPP2Release/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | SNAPP2Release 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/themes/redmond/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Progressbar 1.8.6 3 | * 4 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Progressbar#theming 9 | */ 10 | .ui-progressbar { height:2em; text-align: left; } 11 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/position/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Position Demo 6 | 7 | 8 | 9 | 10 |
11 |

Examples

12 | 16 |
17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /css/jquery.tablesorter.pager.css: -------------------------------------------------------------------------------- 1 | div.tablesorterPager { 2 | padding: 10px 0 10px 0; 3 | background-color: #D6D2C2; 4 | text-align: center; 5 | } 6 | div.tablesorterPager span { 7 | padding: 0 5px 0 5px; 8 | } 9 | div.tablesorterPager input.prev { 10 | width: auto; 11 | margin-right: 10px; 12 | } 13 | div.tablesorterPager input.next { 14 | width: auto; 15 | margin-left: 10px; 16 | } 17 | div.tablesorterPager input { 18 | font-size: 8px; 19 | width: 50px; 20 | border: 1px solid #330000; 21 | text-align: center; 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Progressbar Demos 6 | 7 | 8 | 9 | 10 |
11 |

Examples

12 | 17 |
18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /FileSaver/index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | File Saver Test 7 | 8 | 9 |

File Saver Test

10 |
11 | 12 | 13 | 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | SNAPP 2 Beta Bookmarklet Installation 7 | 8 | 9 |

SNAPP 2 Beta Bookmarklet Installation

10 | 13 | 14 | -------------------------------------------------------------------------------- /jarsource/SNAPP2Release/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | #Wed May 04 13:14:10 EST 2011 2 | eclipse.preferences.version=1 3 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 | org.eclipse.jdt.core.compiler.compliance=1.5 7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 | org.eclipse.jdt.core.compiler.source=1.5 13 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Button Demos 6 | 7 | 8 | 9 | 10 |
11 |

Examples

12 | 20 |
21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/dialog/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Dialog Demos 6 | 7 | 8 | 9 | 10 |
11 |

Examples

12 | 20 |
21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/tabs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Tabs Demos 6 | 7 | 8 | 9 | 10 |
11 |

Examples

12 | 22 |
23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js: -------------------------------------------------------------------------------- 1 | /* Japanese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Kentaro SATO (kentaro@ranvis.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ja'] = { 5 | closeText: '閉じる', 6 | prevText: '<前', 7 | nextText: '次>', 8 | currentText: '今日', 9 | monthNames: ['1月','2月','3月','4月','5月','6月', 10 | '7月','8月','9月','10月','11月','12月'], 11 | monthNamesShort: ['1月','2月','3月','4月','5月','6月', 12 | '7月','8月','9月','10月','11月','12月'], 13 | dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], 14 | dayNamesShort: ['日','月','火','水','木','金','土'], 15 | dayNamesMin: ['日','月','火','水','木','金','土'], 16 | weekHeader: '週', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['ja']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Ressol (ressol@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-TW'] = { 5 | closeText: '關閉', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-TW']); 23 | }); 24 | -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/. 2 | 3 | Creative Commons Licence
SNAPP by Shane Dawson and Aneesha Bakharia is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at https://github.com/aneesha/SNAPPVis. -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Cloudream (cloudream@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-CN'] = { 5 | closeText: '关闭', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-CN']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by SCCY (samuelcychan@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-HK'] = { 5 | closeText: '關閉', 6 | prevText: '<上月', 7 | nextText: '下月>', 8 | currentText: '今天', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | weekHeader: '周', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: true, 21 | yearSuffix: '年'}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-HK']); 23 | }); 24 | -------------------------------------------------------------------------------- /html/license.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | Presenting the Presenter - License 8 | 9 | 10 | Creative Commons License
Presenting the Presenter by Presenting the Presenter is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. 11 | 12 | 13 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/AUTHORS.txt: -------------------------------------------------------------------------------- 1 | jQuery UI Authors (http://jqueryui.com/about) 2 | 3 | This software consists of voluntary contributions made by many 4 | individuals. For exact contribution history, see the revision history 5 | and logs, available at http://github.com/jquery/jquery-ui 6 | 7 | Brandon Aaron 8 | Paul Bakaus (paulbakaus.com) 9 | David Bolter 10 | Rich Caloggero 11 | Chi Cheng (cloudream@gmail.com) 12 | Colin Clark (http://colin.atrc.utoronto.ca/) 13 | Michelle D'Souza 14 | Aaron Eisenberger (aaronchi@gmail.com) 15 | Ariel Flesler 16 | Bohdan Ganicky 17 | Scott González 18 | Marc Grabanski (m@marcgrabanski.com) 19 | Klaus Hartl (stilbuero.de) 20 | Scott Jehl 21 | Cody Lindley 22 | Eduardo Lundgren (eduardolundgren@gmail.com) 23 | Todd Parker 24 | John Resig 25 | Patty Toland 26 | Ca-Phun Ung (yelotofu.com) 27 | Keith Wood (kbwood@virginbroadband.com.au) 28 | Maggie Costello Wachs 29 | Richard D. Worth (rdworth.org) 30 | Jörn Zaefferer (bassistance.de) 31 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/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 | 26 |
27 | 28 | 29 | 30 |
31 |

Default determinate progress bar.

32 |
33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js: -------------------------------------------------------------------------------- 1 | /* Hebrew initialisation for the UI Datepicker extension. */ 2 | /* Written by Amir Hardon (ahardon at gmail dot com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['he'] = { 5 | closeText: 'סגור', 6 | prevText: '<הקודם', 7 | nextText: 'הבא>', 8 | currentText: 'היום', 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['he']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js: -------------------------------------------------------------------------------- 1 | /* Serbian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Dejan Dimić. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sr'] = { 5 | closeText: 'Затвори', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Данас', 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун', 12 | 'Јул','Авг','Сеп','Окт','Нов','Дец'], 13 | dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'], 14 | dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'], 15 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 16 | weekHeader: 'Сед', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sr']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js: -------------------------------------------------------------------------------- 1 | /* Bosnian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Kenan Konjo. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['bs'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Juni', 10 | 'Juli','August','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['bs']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js: -------------------------------------------------------------------------------- 1 | /* Serbian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Dejan Dimić. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sr-SR'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Jun', 10 | 'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Avg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Sed', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sr-SR']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js: -------------------------------------------------------------------------------- 1 | /* Croatian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Vjekoslav Nesek. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hr'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj', 10 | 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'], 11 | monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip', 12 | 'Srp','Kol','Ruj','Lis','Stu','Pro'], 13 | dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Tje', 17 | dateFormat: 'dd.mm.yy.', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hr']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js: -------------------------------------------------------------------------------- 1 | /* Korean initialisation for the jQuery calendar extension. */ 2 | /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ko'] = { 5 | closeText: '닫기', 6 | prevText: '이전달', 7 | nextText: '다음달', 8 | currentText: '오늘', 9 | monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 10 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 11 | monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 12 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 13 | dayNames: ['일','월','화','수','목','금','토'], 14 | dayNamesShort: ['일','월','화','수','목','금','토'], 15 | dayNamesMin: ['일','월','화','수','목','금','토'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: '년'}; 22 | $.datepicker.setDefaults($.datepicker.regional['ko']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js: -------------------------------------------------------------------------------- 1 | /* Turkish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Izzet Emre Erkan (kara@karalamalar.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tr'] = { 5 | closeText: 'kapat', 6 | prevText: '<geri', 7 | nextText: 'ileri>', 8 | currentText: 'bugün', 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 14 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 15 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 16 | weekHeader: 'Hf', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['tr']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js: -------------------------------------------------------------------------------- 1 | /* Inicialització en català per a l'extenció 'calendar' per jQuery. */ 2 | /* Writers: (joan.leon@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ca'] = { 5 | closeText: 'Tancar', 6 | prevText: '<Ant', 7 | nextText: 'Seg>', 8 | currentText: 'Avui', 9 | monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', 10 | 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Oct','Nov','Des'], 13 | dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], 14 | dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], 15 | dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ca']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js: -------------------------------------------------------------------------------- 1 | /* Indonesian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Deden Fathurahman (dedenf@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['id'] = { 5 | closeText: 'Tutup', 6 | prevText: '<mundur', 7 | nextText: 'maju>', 8 | currentText: 'hari ini', 9 | monthNames: ['Januari','Februari','Maret','April','Mei','Juni', 10 | 'Juli','Agustus','September','Oktober','Nopember','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Agus','Sep','Okt','Nop','Des'], 13 | dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'], 14 | dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'], 15 | dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'], 16 | weekHeader: 'Mg', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['id']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js: -------------------------------------------------------------------------------- 1 | /* Albanian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Flakron Bytyqi (flakron@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sq'] = { 5 | closeText: 'mbylle', 6 | prevText: '<mbrapa', 7 | nextText: 'Përpara>', 8 | currentText: 'sot', 9 | monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', 10 | 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], 11 | monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', 12 | 'Kor','Gus','Sht','Tet','Nën','Dhj'], 13 | dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], 14 | dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], 15 | dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], 16 | weekHeader: 'Ja', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sq']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/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 |
21 | 22 | Date:
23 | 24 |
25 | 26 | 27 | 28 |
29 |

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

30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js: -------------------------------------------------------------------------------- 1 | /* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jamil Najafov (necefov33@gmail.com). */ 3 | jQuery(function($) { 4 | $.datepicker.regional['az'] = { 5 | closeText: 'Bağla', 6 | prevText: '<Geri', 7 | nextText: 'İrəli>', 8 | currentText: 'Bugün', 9 | monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', 10 | 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], 11 | monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun', 12 | 'İyul','Avq','Sen','Okt','Noy','Dek'], 13 | dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'], 14 | dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'], 15 | dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'], 16 | weekHeader: 'Hf', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['az']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js: -------------------------------------------------------------------------------- 1 | /* German initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Milian Wolff (mail@milianw.de). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['de'] = { 5 | closeText: 'schließen', 6 | prevText: '<zurück', 7 | nextText: 'Vor>', 8 | currentText: 'heute', 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | weekHeader: 'Wo', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['de']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js: -------------------------------------------------------------------------------- 1 | /* English/UK initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Stuart. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['en-GB'] = { 5 | closeText: 'Done', 6 | prevText: 'Prev', 7 | nextText: 'Next', 8 | currentText: 'Today', 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['en-GB']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js: -------------------------------------------------------------------------------- 1 | /* Esperanto initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Olivier M. (olivierweb@ifrance.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['eo'] = { 5 | closeText: 'Fermi', 6 | prevText: '<Anta', 7 | nextText: 'Sekv>', 8 | currentText: 'Nuna', 9 | monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio', 10 | 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aŭg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'], 16 | weekHeader: 'Sb', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['eo']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js: -------------------------------------------------------------------------------- 1 | /* Malaysian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ms'] = { 5 | closeText: 'Tutup', 6 | prevText: '<Sebelum', 7 | nextText: 'Selepas>', 8 | currentText: 'hari ini', 9 | monthNames: ['Januari','Februari','Mac','April','Mei','Jun', 10 | 'Julai','Ogos','September','Oktober','November','Disember'], 11 | monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun', 12 | 'Jul','Ogo','Sep','Okt','Nov','Dis'], 13 | dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'], 14 | dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'], 15 | dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'], 16 | weekHeader: 'Mg', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ms']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js: -------------------------------------------------------------------------------- 1 | /* Czech initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Tomas Muller (tomas@tomas-muller.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['cs'] = { 5 | closeText: 'Zavřít', 6 | prevText: '<Dříve', 7 | nextText: 'Později>', 8 | currentText: 'Nyní', 9 | monthNames: ['leden','únor','březen','duben','květen','červen', 10 | 'červenec','srpen','září','říjen','listopad','prosinec'], 11 | monthNamesShort: ['led','úno','bře','dub','kvě','čer', 12 | 'čvc','srp','zář','říj','lis','pro'], 13 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], 14 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], 15 | dayNamesMin: ['ne','po','út','st','čt','pá','so'], 16 | weekHeader: 'Týd', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['cs']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js: -------------------------------------------------------------------------------- 1 | /* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ 2 | /* Javad Mowlanezhad -- jmowla@gmail.com */ 3 | /* Jalali calendar should supported soon! (Its implemented but I have to test it) */ 4 | jQuery(function($) { 5 | $.datepicker.regional['fa'] = { 6 | closeText: 'بستن', 7 | prevText: '<قبلي', 8 | nextText: 'بعدي>', 9 | currentText: 'امروز', 10 | monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور', 11 | 'مهر','آبان','آذر','دي','بهمن','اسفند'], 12 | monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'], 13 | dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'], 14 | dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'], 15 | dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'], 16 | weekHeader: 'هف', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 6, 19 | isRTL: true, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fa']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js: -------------------------------------------------------------------------------- 1 | /* Swiss-French initialisation for the jQuery UI date picker plugin. */ 2 | /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fr-CH'] = { 5 | closeText: 'Fermer', 6 | prevText: '<Préc', 7 | nextText: 'Suiv>', 8 | currentText: 'Courant', 9 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 10 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 11 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 12 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fr-CH']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js: -------------------------------------------------------------------------------- 1 | /* Slovak initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Vojtech Rinik (vojto@hmm.sk). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sk'] = { 5 | closeText: 'Zavrieť', 6 | prevText: '<Predchádzajúci', 7 | nextText: 'Nasledujúci>', 8 | currentText: 'Dnes', 9 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 10 | 'Júl','August','September','Október','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 12 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedel\'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 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js: -------------------------------------------------------------------------------- 1 | /* Afrikaans initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Renier Pretorius. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['af'] = { 5 | closeText: 'Selekteer', 6 | prevText: 'Vorige', 7 | nextText: 'Volgende', 8 | currentText: 'Vandag', 9 | monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie', 10 | 'Julie','Augustus','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'], 13 | dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'], 14 | dayNamesShort: ['Son', 'Maa', 'Din', 'Woe', 'Don', 'Vry', 'Sat'], 15 | dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['af']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js: -------------------------------------------------------------------------------- 1 | /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ 2 | /* Karrikas-ek itzulia (karrikas@karrikas.com) */ 3 | jQuery(function($){ 4 | $.datepicker.regional['eu'] = { 5 | closeText: 'Egina', 6 | prevText: '<Aur', 7 | nextText: 'Hur>', 8 | currentText: 'Gaur', 9 | monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', 10 | 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], 11 | monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', 12 | 'Uzt','Abu','Ira','Urr','Aza','Abe'], 13 | dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], 14 | dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], 15 | dayNamesMin: ['Ig','As','As','As','Os','Os','La'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['eu']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js: -------------------------------------------------------------------------------- 1 | /* Portuguese initialisation for the jQuery UI date picker plugin. */ 2 | jQuery(function($){ 3 | $.datepicker.regional['pt'] = { 4 | closeText: 'Fechar', 5 | prevText: '<Anterior', 6 | nextText: 'Seguinte', 7 | currentText: 'Hoje', 8 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 9 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 10 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 11 | 'Jul','Ago','Set','Out','Nov','Dez'], 12 | dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], 13 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 14 | dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 15 | weekHeader: 'Sem', 16 | dateFormat: 'dd/mm/yy', 17 | firstDay: 0, 18 | isRTL: false, 19 | showMonthAfterYear: false, 20 | yearSuffix: ''}; 21 | $.datepicker.setDefaults($.datepicker.regional['pt']); 22 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js: -------------------------------------------------------------------------------- 1 | /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Andrew Stromnov (stromnov@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ru'] = { 5 | closeText: 'Закрыть', 6 | prevText: '<Пред', 7 | nextText: 'След>', 8 | currentText: 'Сегодня', 9 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 14 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | weekHeader: 'Нед', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ru']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js: -------------------------------------------------------------------------------- 1 | /* Thai initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by pipo (pipo@sixhead.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['th'] = { 5 | closeText: 'ปิด', 6 | prevText: '« ย้อน', 7 | nextText: 'ถัดไป »', 8 | currentText: 'วันนี้', 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['th']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js: -------------------------------------------------------------------------------- 1 | /* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['uk'] = { 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['uk']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js: -------------------------------------------------------------------------------- 1 | /* Faroese initialisation for the jQuery UI date picker plugin */ 2 | /* Written by Sverri Mohr Olsen, sverrimo@gmail.com */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fo'] = { 5 | closeText: 'Lat aftur', 6 | prevText: '<Fyrra', 7 | nextText: 'Næsta>', 8 | currentText: 'Í dag', 9 | monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'], 14 | dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'], 15 | dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'], 16 | weekHeader: 'Vk', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fo']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js: -------------------------------------------------------------------------------- 1 | /* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['kz'] = { 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['kz']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js: -------------------------------------------------------------------------------- 1 | /* Polish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['pl'] = { 5 | closeText: 'Zamknij', 6 | prevText: '<Poprzedni', 7 | nextText: 'Następny>', 8 | currentText: 'Dziś', 9 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 10 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], 11 | monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', 12 | 'Lip','Sie','Wrz','Pa','Lis','Gru'], 13 | dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'], 14 | dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], 15 | dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], 16 | weekHeader: 'Tydz', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['pl']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js: -------------------------------------------------------------------------------- 1 | /* French initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fr'] = { 5 | closeText: 'Fermer', 6 | prevText: '<Préc', 7 | nextText: 'Suiv>', 8 | currentText: 'Courant', 9 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 10 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 11 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 12 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fr']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js: -------------------------------------------------------------------------------- 1 | /* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mathias Bynens */ 3 | jQuery(function($){ 4 | $.datepicker.regional.nl = { 5 | closeText: 'Sluiten', 6 | prevText: '←', 7 | nextText: '→', 8 | currentText: 'Vandaag', 9 | monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 10 | 'juli', 'augustus', 'september', 'oktober', 'november', 'december'], 11 | monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun', 12 | 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'], 13 | dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'], 14 | dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'], 15 | dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional.nl); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js: -------------------------------------------------------------------------------- 1 | /* Inicialización en español para la extensión 'UI date picker' para jQuery. */ 2 | /* Traducido por Vester (xvester@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['es'] = { 5 | closeText: 'Cerrar', 6 | prevText: '<Ant', 7 | nextText: 'Sig>', 8 | currentText: 'Hoy', 9 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 10 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], 11 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun', 12 | 'Jul','Ago','Sep','Oct','Nov','Dic'], 13 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['es']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js: -------------------------------------------------------------------------------- 1 | /* Galician localization for 'UI date picker' jQuery extension. */ 2 | /* Translated by Jorge Barreiro . */ 3 | jQuery(function($){ 4 | $.datepicker.regional['gl'] = { 5 | closeText: 'Pechar', 6 | prevText: '<Ant', 7 | nextText: 'Seg>', 8 | currentText: 'Hoxe', 9 | monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', 10 | 'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], 11 | monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', 12 | 'Xul','Ago','Set','Out','Nov','Dec'], 13 | dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mé','Xo','Ve','Sá'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['gl']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Resizable Demos 6 | 7 | 8 | 9 | 10 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js: -------------------------------------------------------------------------------- 1 | /* Danish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jan Christensen ( deletestuff@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['da'] = { 5 | closeText: 'Luk', 6 | prevText: '<Forrige', 7 | nextText: 'Næste>', 8 | currentText: 'Idag', 9 | monthNames: ['Januar','Februar','Marts','April','Maj','Juni', 10 | 'Juli','August','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 14 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 15 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 16 | weekHeader: 'Uge', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['da']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js: -------------------------------------------------------------------------------- 1 | /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/ 3 | jQuery(function($){ 4 | $.datepicker.regional['hy'] = { 5 | closeText: 'Փակել', 6 | prevText: '<Նախ.', 7 | nextText: 'Հաջ.>', 8 | currentText: 'Այսօր', 9 | monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս', 10 | 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'], 11 | monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս', 12 | 'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'], 13 | dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'], 14 | dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 15 | dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 16 | weekHeader: 'ՇԲՏ', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hy']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js: -------------------------------------------------------------------------------- 1 | /* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* @author Arturas Paleicikas */ 3 | jQuery(function($){ 4 | $.datepicker.regional['lv'] = { 5 | closeText: 'Aizvērt', 6 | prevText: 'Iepr', 7 | nextText: 'Nāka', 8 | currentText: 'Šodien', 9 | monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs', 10 | 'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn', 12 | 'Jūl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'], 14 | dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'], 15 | dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'], 16 | weekHeader: 'Nav', 17 | dateFormat: 'dd-mm-yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['lv']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js: -------------------------------------------------------------------------------- 1 | /* Swedish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Anders Ekdahl ( anders@nomadiz.se). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sv'] = { 5 | closeText: 'Stäng', 6 | prevText: '«Förra', 7 | nextText: 'Nästa»', 8 | currentText: 'Idag', 9 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 10 | 'Juli','Augusti','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 14 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], 15 | dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'], 16 | weekHeader: 'Ve', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sv']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js: -------------------------------------------------------------------------------- 1 | /* Greek (el) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Alex Cicovic (http://www.alexcicovic.com) */ 3 | jQuery(function($){ 4 | $.datepicker.regional['el'] = { 5 | closeText: 'Κλείσιμο', 6 | prevText: 'Προηγούμενος', 7 | nextText: 'Επόμενος', 8 | currentText: 'Τρέχων Μήνας', 9 | monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος', 10 | 'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'], 11 | monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν', 12 | 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'], 13 | dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'], 14 | dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'], 15 | dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'], 16 | weekHeader: 'Εβδ', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['el']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js: -------------------------------------------------------------------------------- 1 | /* Estonian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['et'] = { 5 | closeText: 'Sulge', 6 | prevText: 'Eelnev', 7 | nextText: 'Järgnev', 8 | currentText: 'Täna', 9 | monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni', 10 | 'Juuli','August','September','Oktoober','November','Detsember'], 11 | monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni', 12 | 'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'], 13 | dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'], 14 | dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'], 15 | dayNamesMin: ['P','E','T','K','N','R','L'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['et']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js: -------------------------------------------------------------------------------- 1 | /* Italian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Antonello Pasella (antonello.pasella@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['it'] = { 5 | closeText: 'Chiudi', 6 | prevText: '<Prec', 7 | nextText: 'Succ>', 8 | currentText: 'Oggi', 9 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 10 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 12 | 'Lug','Ago','Set','Ott','Nov','Dic'], 13 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['it']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js: -------------------------------------------------------------------------------- 1 | /* Norwegian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['no'] = { 5 | closeText: 'Lukk', 6 | prevText: '«Forrige', 7 | nextText: 'Neste»', 8 | currentText: 'I dag', 9 | monthNames: ['Januar','Februar','Mars','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 14 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 15 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 16 | weekHeader: 'Uke', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['no']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js: -------------------------------------------------------------------------------- 1 | /* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* @author Arturas Paleicikas */ 3 | jQuery(function($){ 4 | $.datepicker.regional['lt'] = { 5 | closeText: 'Uždaryti', 6 | prevText: '<Atgal', 7 | nextText: 'Pirmyn>', 8 | currentText: 'Šiandien', 9 | monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis', 10 | 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'], 11 | monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir', 12 | 'Lie','Rugp','Rugs','Spa','Lap','Gru'], 13 | dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'], 14 | dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'], 15 | dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'], 16 | weekHeader: 'Wk', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['lt']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js: -------------------------------------------------------------------------------- 1 | /* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by S A Sureshkumar (saskumar@live.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ta'] = { 5 | closeText: 'மூடு', 6 | prevText: 'முன்னையது', 7 | nextText: 'அடுத்தது', 8 | currentText: 'இன்று', 9 | monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி', 10 | 'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'], 11 | monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி', 12 | 'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'], 13 | dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'], 14 | dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'], 15 | dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'], 16 | weekHeader: 'Не', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ta']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js: -------------------------------------------------------------------------------- 1 | /* Hungarian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hu'] = { 5 | closeText: 'bezárás', 6 | prevText: '« vissza', 7 | nextText: 'előre »', 8 | currentText: 'ma', 9 | monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 10 | 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 12 | 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], 13 | dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], 14 | dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], 15 | dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], 16 | weekHeader: 'Hé', 17 | dateFormat: 'yy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hu']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/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 |
24 | 25 |

Date:

26 | 27 |
28 | 29 | 30 | 31 |
32 |

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

33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js: -------------------------------------------------------------------------------- 1 | /* Brazilian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['pt-BR'] = { 5 | closeText: 'Fechar', 6 | prevText: '<Anterior', 7 | nextText: 'Próximo>', 8 | currentText: 'Hoje', 9 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 10 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 11 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Out','Nov','Dez'], 13 | dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], 14 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 15 | dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['pt-BR']); 23 | }); -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/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 |
24 | 25 |

Date:

26 | 27 |
28 | 29 | 30 | 31 |
32 |

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

34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Slider - Default functionality 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 21 | 22 | 23 | 24 |
25 | 26 |
27 | 28 |
29 | 30 | 31 | 32 |
33 |

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

34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js: -------------------------------------------------------------------------------- 1 | /* Romanian initialisation for the jQuery UI date picker plugin. 2 | * 3 | * Written by Edmond L. (ll_edmond@walla.com) 4 | * and Ionut G. Stan (ionut.g.stan@gmail.com) 5 | */ 6 | jQuery(function($){ 7 | $.datepicker.regional['ro'] = { 8 | closeText: 'Închide', 9 | prevText: '« Luna precedentă', 10 | nextText: 'Luna următoare »', 11 | currentText: 'Azi', 12 | monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie', 13 | 'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'], 14 | monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 15 | 'Iul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 16 | dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'], 17 | dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], 18 | dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'], 19 | weekHeader: 'Săpt', 20 | dateFormat: 'dd.mm.yy', 21 | firstDay: 1, 22 | isRTL: false, 23 | showMonthAfterYear: false, 24 | yearSuffix: ''}; 25 | $.datepicker.setDefaults($.datepicker.regional['ro']); 26 | }); 27 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js: -------------------------------------------------------------------------------- 1 | /* Slovenian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Jaka Jancar (jaka@kubje.org). */ 3 | /* c = č, s = š z = ž C = Č S = Š Z = Ž */ 4 | jQuery(function($){ 5 | $.datepicker.regional['sl'] = { 6 | closeText: 'Zapri', 7 | prevText: '<Prejšnji', 8 | nextText: 'Naslednji>', 9 | currentText: 'Trenutni', 10 | monthNames: ['Januar','Februar','Marec','April','Maj','Junij', 11 | 'Julij','Avgust','September','Oktober','November','December'], 12 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 13 | 'Jul','Avg','Sep','Okt','Nov','Dec'], 14 | dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'], 15 | dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'], 16 | dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'], 17 | weekHeader: 'Teden', 18 | dateFormat: 'dd.mm.yy', 19 | firstDay: 1, 20 | isRTL: false, 21 | showMonthAfterYear: false, 22 | yearSuffix: ''}; 23 | $.datepicker.setDefaults($.datepicker.regional['sl']); 24 | }); 25 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/slider/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Slider Demos 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js: -------------------------------------------------------------------------------- 1 | /* Bulgarian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Stoyan Kyosev (http://svest.org). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['bg'] = { 5 | closeText: 'затвори', 6 | prevText: '<назад', 7 | nextText: 'напред>', 8 | nextBigText: '>>', 9 | currentText: 'днес', 10 | monthNames: ['Януари','Февруари','Март','Април','Май','Юни', 11 | 'Юли','Август','Септември','Октомври','Ноември','Декември'], 12 | monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни', 13 | 'Юли','Авг','Сеп','Окт','Нов','Дек'], 14 | dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'], 15 | dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'], 16 | dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'], 17 | weekHeader: 'Wk', 18 | dateFormat: 'dd.mm.yy', 19 | firstDay: 1, 20 | isRTL: false, 21 | showMonthAfterYear: false, 22 | yearSuffix: ''}; 23 | $.datepicker.setDefaults($.datepicker.regional['bg']); 24 | }); 25 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js: -------------------------------------------------------------------------------- 1 | /* Finnish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Harri Kilpi� (harrikilpio@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['fi'] = { 5 | closeText: 'Sulje', 6 | prevText: '«Edellinen', 7 | nextText: 'Seuraava»', 8 | currentText: 'Tänään', 9 | monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kesäkuu', 10 | 'Heinäkuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'], 11 | monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kesä', 12 | 'Heinä','Elo','Syys','Loka','Marras','Joulu'], 13 | dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'], 14 | dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'], 15 | dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'], 16 | weekHeader: 'Vk', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['fi']); 23 | }); 24 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js: -------------------------------------------------------------------------------- 1 | /* Vietnamese initialisation for the jQuery UI date picker plugin. */ 2 | /* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['vi'] = { 5 | closeText: 'Đóng', 6 | prevText: '<Trước', 7 | nextText: 'Tiếp>', 8 | currentText: 'Hôm nay', 9 | monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu', 10 | 'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'], 11 | monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 12 | 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'], 13 | dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'], 14 | dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], 15 | dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'], 16 | weekHeader: 'Tu', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 0, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['vi']); 23 | }); 24 | -------------------------------------------------------------------------------- /FileSaver/FileSave.php: -------------------------------------------------------------------------------- 1 | 39 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/icon-trigger.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Icon trigger 6 | 7 | 8 | 9 | 10 | 11 | 12 | 21 | 22 | 23 | 24 |
25 | 26 |

Date:

27 | 28 |
29 | 30 | 31 | 32 |
33 |

Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.

34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Button - Default functionality 6 | 7 | 8 | 9 | 10 | 11 | 12 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | An anchor 28 | 29 |
30 | 31 | 32 | 33 |
34 |

Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.

35 |
36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/resizable/textarea.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Resizable - Textarea 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 18 | 25 | 26 | 27 | 28 |
29 | 30 | 31 | 32 |
33 | 34 | 35 | 36 |
37 |

Display only an outline of the element while resizing by setting the helper option to a CSS class.

38 |
39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/dropdown-month-year.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Display month & year menus 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | 21 | 22 | 23 |
24 | 25 |

Date:

26 | 27 |
28 | 29 | 30 | 31 |
32 |

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/progressbar/animated.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Progressbar - Animated 6 | 7 | 8 | 9 | 10 | 11 | 12 | 15 | 22 | 23 | 24 | 25 |
26 | 27 |
28 | 29 |
30 | 31 | 32 | 33 |
34 |

35 | This progressbar has an animated fill by setting the 36 | background-image 37 | on the 38 | .ui-progressbar-value 39 | element, using css. 40 |

41 |
42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Default functionality 6 | 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 |
21 | 22 |

Date:

23 | 24 |
25 | 26 | 27 | 28 |
29 |

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.

30 |
31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/datepicker/buttonbar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Datepicker - Display button bar 6 | 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 | 22 |
23 | 24 |

Date:

25 | 26 |
27 | 28 | 29 | 30 |
31 |

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

32 |
33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /jquery-ui-1.8.6.custom/development-bundle/demos/button/radio.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jQuery UI Button - Radios 6 | 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 | 20 |
21 | 22 |
23 |
24 | 25 | 26 | 27 |
28 |
29 | 30 |
31 | 32 | 33 | 34 |
35 |

A set of three radio buttons transformed into a button set.

36 |
37 | 38 | 39 | 40 | --------------------------------------------------------------------------------